DeregisterEventTopicRequest

public struct DeregisterEventTopicRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

    Declaration

    Swift

    public let directoryId: String
  • The name of the SNS topic from which to remove the directory as a publisher.

    Declaration

    Swift

    public let topicName: String
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String, topicName: String)
  • Declaration

    Swift

    public func validate(name: String) throws