Safe Haskell | None |
---|---|
Language | Haskell2010 |
Deletes the specified notification.
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DeleteNotificationConfiguration.html
- data DeleteNotificationConfiguration
- deleteNotificationConfiguration :: Text -> Text -> DeleteNotificationConfiguration
- dncAutoScalingGroupName :: Lens' DeleteNotificationConfiguration Text
- dncTopicARN :: Lens' DeleteNotificationConfiguration Text
- data DeleteNotificationConfigurationResponse
- deleteNotificationConfigurationResponse :: DeleteNotificationConfigurationResponse
Request
data DeleteNotificationConfiguration Source
Request constructor
deleteNotificationConfiguration Source
DeleteNotificationConfiguration
constructor.
The fields accessible through corresponding lenses are:
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.