amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.EnterStandby

Contents

Description

Moves the specified instances into Standby mode.

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

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

Synopsis

Request

Request constructor

Request lenses

esAutoScalingGroupName :: Lens' EnterStandby Text Source

The name of the Auto Scaling group.

esInstanceIds :: Lens' EnterStandby [Text] Source

One or more instances to move into Standby mode. You must specify at least one instance ID.

esShouldDecrementDesiredCapacity :: Lens' EnterStandby Bool Source

Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

Response

Response constructor

enterStandbyResponse :: EnterStandbyResponse Source

EnterStandbyResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

esr1Activities :: Lens' EnterStandbyResponse [Activity] Source

The activities related to moving instances into Standby mode.