Module Smaws_Client_CloudFormation.StopStackSetOperation

Stops 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 ] -> string
val 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.result