| 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 |
Network.AWS.Inspector.UnsubscribeFromEvent
Description
Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
- unsubscribeFromEvent :: Text -> InspectorEvent -> Text -> UnsubscribeFromEvent
- data UnsubscribeFromEvent
- ufeResourceARN :: Lens' UnsubscribeFromEvent Text
- ufeEvent :: Lens' UnsubscribeFromEvent InspectorEvent
- ufeTopicARN :: Lens' UnsubscribeFromEvent Text
- unsubscribeFromEventResponse :: UnsubscribeFromEventResponse
- data UnsubscribeFromEventResponse
Creating a Request
Arguments
| :: Text | |
| -> InspectorEvent | |
| -> Text | |
| -> UnsubscribeFromEvent |
Creates a value of UnsubscribeFromEvent with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UnsubscribeFromEvent Source #
See: unsubscribeFromEvent smart constructor.
Instances
Request Lenses
ufeResourceARN :: Lens' UnsubscribeFromEvent Text Source #
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
ufeEvent :: Lens' UnsubscribeFromEvent InspectorEvent Source #
The event for which you want to stop receiving SNS notifications.
ufeTopicARN :: Lens' UnsubscribeFromEvent Text Source #
The ARN of the SNS topic to which SNS notifications are sent.
Destructuring the Response
unsubscribeFromEventResponse :: UnsubscribeFromEventResponse Source #
Creates a value of UnsubscribeFromEventResponse with the minimum fields required to make a request.
data UnsubscribeFromEventResponse Source #
See: unsubscribeFromEventResponse smart constructor.
Instances