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.ExitStandby

Contents

Description

Moves the specified instances out of Standby mode.

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

See: AWS API Reference for ExitStandby.

Synopsis

Creating a Request

exitStandby Source

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

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

Request Lenses

eInstanceIds :: Lens' ExitStandby [Text] Source

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

eAutoScalingGroupName :: Lens' ExitStandby Text Source

The name of the Auto Scaling group.

Destructuring the Response

exitStandbyResponse Source

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

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

Response Lenses

ersActivities :: Lens' ExitStandbyResponse [Activity] Source

The activities related to moving instances out of Standby mode.

ersStatus :: Lens' ExitStandbyResponse Int Source

The response status code.