Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Removes the specified directory as a publisher to the specified SNS topic.
- deregisterEventTopic :: Text -> Text -> DeregisterEventTopic
- data DeregisterEventTopic
- detDirectoryId :: Lens' DeregisterEventTopic Text
- detTopicName :: Lens' DeregisterEventTopic Text
- deregisterEventTopicResponse :: Int -> DeregisterEventTopicResponse
- data DeregisterEventTopicResponse
- derrsResponseStatus :: Lens' DeregisterEventTopicResponse Int
Creating a Request
Creates a value of DeregisterEventTopic
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeregisterEventTopic Source
Removes the specified directory as a publisher to the specified SNS topic.
See: deregisterEventTopic
smart constructor.
Request Lenses
detDirectoryId :: Lens' DeregisterEventTopic Text Source
The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.
detTopicName :: Lens' DeregisterEventTopic Text Source
The name of the SNS topic from which to remove the directory as a publisher.
Destructuring the Response
deregisterEventTopicResponse Source
Creates a value of DeregisterEventTopicResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeregisterEventTopicResponse Source
See: deregisterEventTopicResponse
smart constructor.
Response Lenses
derrsResponseStatus :: Lens' DeregisterEventTopicResponse Int Source
The response status code.