deregisterEventTopic

Removes the specified directory as a publisher to the specified Amazon SNS topic.

Samples

// The following example removes the specified directory as a publisher to the specified SNS topic.
val resp = directoryClient.deregisterEventTopic {
    directoryId = "d-92654abfed"
    topicName = "snstopicexample"
}