Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@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, or all suspended process, for the specified Auto Scaling group.
For more information, see Suspending and Resuming Auto Scaling Processes in the Auto Scaling User Guide .
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:
rpScalingProcesses
- One or more of the following processes. If you omit this parameter, all processes are specified. *Launch
*Terminate
*HealthCheck
*ReplaceUnhealthy
*AZRebalance
*AlarmNotification
*ScheduledActions
*AddToLoadBalancer
rpAutoScalingGroupName
- The name of the Auto Scaling group.
data ResumeProcesses #
See: resumeProcesses
smart constructor.
Instances
Request Lenses
rpScalingProcesses :: Lens' ResumeProcesses [Text] #
One or more of the following processes. If you omit this parameter, all processes are specified. * Launch
* Terminate
* HealthCheck
* ReplaceUnhealthy
* AZRebalance
* AlarmNotification
* ScheduledActions
* AddToLoadBalancer
rpAutoScalingGroupName :: Lens' ResumeProcesses Text #
The name of the Auto Scaling group.
Destructuring the Response
resumeProcessesResponse :: ResumeProcessesResponse #
Creates a value of ResumeProcessesResponse
with the minimum fields required to make a request.
data ResumeProcessesResponse #
See: resumeProcessesResponse
smart constructor.