Copyright | (c) 2013-2021 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 |
Resumes the specified suspended auto scaling processes, or all suspended process, for the specified Auto Scaling group.
For more information, see Suspending and resuming scaling processes in the Amazon EC2 Auto Scaling User Guide.
Synopsis
- data ResumeProcesses = ResumeProcesses' {}
- newResumeProcesses :: Text -> ResumeProcesses
- resumeProcesses_scalingProcesses :: Lens' ResumeProcesses (Maybe [Text])
- resumeProcesses_autoScalingGroupName :: Lens' ResumeProcesses Text
- data ResumeProcessesResponse = ResumeProcessesResponse' {
- newResumeProcessesResponse :: ResumeProcessesResponse
Creating a Request
data ResumeProcesses Source #
See: newResumeProcesses
smart constructor.
ResumeProcesses' | |
|
Instances
Create a value of ResumeProcesses
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:scalingProcesses:ResumeProcesses'
, resumeProcesses_scalingProcesses
- One or more of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
If you omit this parameter, all processes are specified.
$sel:autoScalingGroupName:ResumeProcesses'
, resumeProcesses_autoScalingGroupName
- The name of the Auto Scaling group.
Request Lenses
resumeProcesses_scalingProcesses :: Lens' ResumeProcesses (Maybe [Text]) Source #
One or more of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
If you omit this parameter, all processes are specified.
resumeProcesses_autoScalingGroupName :: Lens' ResumeProcesses Text Source #
The name of the Auto Scaling group.
Destructuring the Response
data ResumeProcessesResponse Source #
See: newResumeProcessesResponse
smart constructor.
Instances
Eq ResumeProcessesResponse Source # | |
Defined in Amazonka.AutoScaling.ResumeProcesses | |
Read ResumeProcessesResponse Source # | |
Show ResumeProcessesResponse Source # | |
Defined in Amazonka.AutoScaling.ResumeProcesses showsPrec :: Int -> ResumeProcessesResponse -> ShowS # show :: ResumeProcessesResponse -> String # showList :: [ResumeProcessesResponse] -> ShowS # | |
Generic ResumeProcessesResponse Source # | |
Defined in Amazonka.AutoScaling.ResumeProcesses type Rep ResumeProcessesResponse :: Type -> Type # | |
NFData ResumeProcessesResponse Source # | |
Defined in Amazonka.AutoScaling.ResumeProcesses rnf :: ResumeProcessesResponse -> () # | |
type Rep ResumeProcessesResponse Source # | |
Defined in Amazonka.AutoScaling.ResumeProcesses |
newResumeProcessesResponse :: ResumeProcessesResponse Source #
Create a value of ResumeProcessesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.