Copyright | (c) 2013-2015 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 |
Deletes the specified notification.
See: AWS API Reference for DeleteNotificationConfiguration.
- deleteNotificationConfiguration :: Text -> Text -> DeleteNotificationConfiguration
- data DeleteNotificationConfiguration
- dncAutoScalingGroupName :: Lens' DeleteNotificationConfiguration Text
- dncTopicARN :: Lens' DeleteNotificationConfiguration Text
- deleteNotificationConfigurationResponse :: DeleteNotificationConfigurationResponse
- data DeleteNotificationConfigurationResponse
Creating a Request
deleteNotificationConfiguration Source
Creates a value of DeleteNotificationConfiguration
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteNotificationConfiguration Source
See: deleteNotificationConfiguration
smart constructor.
Request Lenses
dncAutoScalingGroupName :: Lens' DeleteNotificationConfiguration Text Source
The name of the Auto Scaling group.
dncTopicARN :: Lens' DeleteNotificationConfiguration Text Source
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.
Destructuring the Response
deleteNotificationConfigurationResponse :: DeleteNotificationConfigurationResponse Source
Creates a value of DeleteNotificationConfigurationResponse
with the minimum fields required to make a request.
data DeleteNotificationConfigurationResponse Source
See: deleteNotificationConfigurationResponse
smart constructor.