Values.DeregisterEventTopicRequestSourceRemoves the specified directory as a publisher to the specified Amazon SNS topic.
type nonrec t = {directoryId : DirectoryId.t;The Directory ID to remove as a publisher. This directory will no longer send messages to the specified Amazon SNS topic.
*)topicName : TopicName.t;The name of the Amazon SNS topic from which to remove the directory as a publisher.
*)}