| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Network.AWS.AutoScaling.ExitStandby
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
Request
data ExitStandby Source
Request constructor
Arguments
| :: Text | |
| -> ExitStandby | 
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:
- esrActivities- ::[- Activity]
Response lenses
esrActivities :: Lens' ExitStandbyResponse [Activity] Source
The activities related to moving instances out of Standby mode.