Smaws_Client_CloudFormation.DeleteChangeSetDeletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.
If the call successfully completes, CloudFormation successfully deleted the change set.
If IncludeNestedStacks specifies True during the creation of the nested change set, then DeleteChangeSet will delete all change sets that belong to the stacks hierarchy and will also delete all change sets for nested stacks with the status of REVIEW_IN_PROGRESS.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidChangeSetStatusException of
Types.invalid_change_set_status_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_change_set_input ->
(Types.delete_change_set_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidChangeSetStatusException of
Types.invalid_change_set_status_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_change_set_input ->
(Types.delete_change_set_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidChangeSetStatusException of
Types.invalid_change_set_status_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result