Smaws_Client_CloudFormation.CancelUpdateStackCancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `TokenAlreadyExistsException of Types.token_already_exists_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.cancel_update_stack_input ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TokenAlreadyExistsException of Types.token_already_exists_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.cancel_update_stack_input ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TokenAlreadyExistsException of Types.token_already_exists_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result