amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.SuspendProcesses

Contents

Description

Suspends the specified Auto Scaling processes for the specified Auto Scaling group. To suspend specific processes, use the ScalingProcesses parameter. To suspend all processes, omit the ScalingProcesses parameter.

Note that if you suspend either the Launch or Terminate process types, it can prevent other process types from functioning properly.

To resume processes that have been suspended, use ResumeProcesses.

For more information, see Suspend and Resume Auto Scaling Processes in the Auto Scaling Developer Guide.

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

Synopsis

Request

Request constructor

suspendProcesses Source

SuspendProcesses constructor.

The fields accessible through corresponding lenses are:

Request lenses

spAutoScalingGroupName :: Lens' SuspendProcesses Text Source

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

spScalingProcesses :: Lens' SuspendProcesses [Text] Source

One or more of the following processes:

Launch Terminate HealthCheck ReplaceUnhealthy AZRebalance AlarmNotification ScheduledActions AddToLoadBalancer

Response

Response constructor