Smaws_Client_CloudFormation.StopStackSetOperationStops an in-progress operation on a StackSet and its associated stack instances. StackSets will cancel all the unstarted stack instance deployments and wait for those are in-progress to complete.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.stop_stack_set_operation_input ->
(Types.stop_stack_set_operation_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.stop_stack_set_operation_input ->
(Types.stop_stack_set_operation_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result