| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.AutoScaling.ResumeProcesses
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 Auto Scaling Developer Guide.
See: AWS API Reference for ResumeProcesses.
Creating a Request
Arguments
| :: Text | |
| -> ResumeProcesses |
Creates a value of ResumeProcesses with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ResumeProcesses Source
See: resumeProcesses smart constructor.
Instances
Request Lenses
rpScalingProcesses :: Lens' ResumeProcesses [Text] Source
One or more of the following processes:
LaunchTerminateHealthCheckReplaceUnhealthyAZRebalanceAlarmNotificationScheduledActionsAddToLoadBalancer
rpAutoScalingGroupName :: Lens' ResumeProcesses Text Source
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
Destructuring the Response
resumeProcessesResponse :: ResumeProcessesResponse Source
Creates a value of ResumeProcessesResponse with the minimum fields required to make a request.
data ResumeProcessesResponse Source
See: resumeProcessesResponse smart constructor.