| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Network.AWS.AutoScaling.EnterStandby
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
- data EnterStandby
- enterStandby :: Text -> Bool -> EnterStandby
- esAutoScalingGroupName :: Lens' EnterStandby Text
- esInstanceIds :: Lens' EnterStandby [Text]
- esShouldDecrementDesiredCapacity :: Lens' EnterStandby Bool
- data EnterStandbyResponse
- enterStandbyResponse :: EnterStandbyResponse
- esr1Activities :: Lens' EnterStandbyResponse [Activity]
Request
data EnterStandby Source
Request constructor
EnterStandby constructor.
The fields accessible through corresponding lenses are:
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.
Response
Response constructor
enterStandbyResponse :: EnterStandbyResponse Source
EnterStandbyResponse constructor.
The fields accessible through corresponding lenses are:
- esr1Activities- ::[- Activity]
Response lenses
esr1Activities :: Lens' EnterStandbyResponse [Activity] Source
The activities related to moving instances into Standby mode.