amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.ExitStandby

Contents

Description

Moves the specified instances out of Standby mode.

For more information, see Auto Scaling InService State in the Auto ScalingDeveloper Guide.

http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_ExitStandby.html

Synopsis

Request

Request constructor

exitStandby Source

ExitStandby constructor.

The fields accessible through corresponding lenses are:

Request lenses

es1AutoScalingGroupName :: Lens' ExitStandby Text Source

The name of the Auto Scaling group.

es1InstanceIds :: Lens' ExitStandby [Text] Source

One or more instance IDs. You must specify at least one instance ID.

Response

Response constructor

exitStandbyResponse :: ExitStandbyResponse Source

ExitStandbyResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

esrActivities :: Lens' ExitStandbyResponse [Activity] Source

The activities related to moving instances out of Standby mode.