amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.ResumeProcesses

Contents

Description

Resumes the specified suspended Auto Scaling processes for the specified Auto Scaling group. To resume specific processes, use the ScalingProcesses parameter. To resume all processes, omit the ScalingProcesses parameter. For more information, see Suspend and Resume Auto Scaling Processes in the AutoScaling Developer Guide.

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

Synopsis

Request

Request constructor

resumeProcesses Source

ResumeProcesses constructor.

The fields accessible through corresponding lenses are:

Request lenses

rpAutoScalingGroupName :: Lens' ResumeProcesses Text Source

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

rpScalingProcesses :: Lens' ResumeProcesses [Text] Source

One or more of the following processes:

Launch Terminate HealthCheck ReplaceUnhealthy AZRebalance AlarmNotification ScheduledActions AddToLoadBalancer

Response

Response constructor