| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.AutoScaling.DescribeAutoScalingNotificationTypes
Description
Lists the notification types that are supported by Auto Scaling.
- data DescribeAutoScalingNotificationTypes
- describeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes
- data DescribeAutoScalingNotificationTypesResponse
- describeAutoScalingNotificationTypesResponse :: DescribeAutoScalingNotificationTypesResponse
- dasntrAutoScalingNotificationTypes :: Lens' DescribeAutoScalingNotificationTypesResponse [Text]
Request
data DescribeAutoScalingNotificationTypes Source
Instances
Request constructor
describeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes Source
DescribeAutoScalingNotificationTypes constructor.
Response
data DescribeAutoScalingNotificationTypesResponse Source
Instances
Response constructor
describeAutoScalingNotificationTypesResponse :: DescribeAutoScalingNotificationTypesResponse Source
DescribeAutoScalingNotificationTypesResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
dasntrAutoScalingNotificationTypes :: Lens' DescribeAutoScalingNotificationTypesResponse [Text] Source
One or more of the following notification types: autoscaling:EC2_INSTANCE_LAUNCH autoscaling:EC2_INSTANCE_LAUNCH_ERROR autoscaling:EC2_INSTANCE_TERMINATE autoscaling:EC2_INSTANCE_TERMINATE_ERROR autoscaling:TEST_NOTIFICATION.