Smaws_Client_AutoScaling.ResumeProcessesResumes the specified suspended auto scaling processes, or all suspended process, for the specified Auto Scaling group.
For more information, see Suspend and resume Amazon EC2 Auto Scaling processes in the Amazon EC2 Auto Scaling User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.scaling_process_query ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.scaling_process_query ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result