amazonka-autoscaling-0.3.2: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DeleteNotificationConfiguration

Contents

Description

Synopsis

Request

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.

Response

Response constructor