Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.
If the call successfully completes, AWS CloudFormation successfully deleted the change set.
If IncludeNestedStacks
specifies True
during the creation of the
nested change set, then
delete_change_set
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
.
cloudformation_delete_change_set(ChangeSetName, StackName)
An empty list.
[required] The name or Amazon Resource Name (ARN) of the change set that you want to delete.
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
svc$delete_change_set(
ChangeSetName = "string",
StackName = "string"
)