amazonka-autoscaling-1.2.0: Amazon Auto Scaling SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DescribeAutoScalingNotificationTypes

Contents

Description

Describes the notification types that are supported by Auto Scaling.

See: AWS API Reference for DescribeAutoScalingNotificationTypes.

Synopsis

Creating a Request

describeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes Source

Creates a value of DescribeAutoScalingNotificationTypes with the minimum fields required to make a request.

Destructuring the Response

describeAutoScalingNotificationTypesResponse Source

Creates a value of DescribeAutoScalingNotificationTypesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dasntrsAutoScalingNotificationTypes :: 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'