paws.management (version 0.1.0)

cloudformation_delete_change_set: Deletes the specified change set

Description

Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.

Usage

cloudformation_delete_change_set(ChangeSetName, StackName)

Arguments

ChangeSetName

[required] The name or Amazon Resource Name (ARN) of the change set that you want to delete.

StackName

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

Request syntax

svc$delete_change_set(
  ChangeSetName = "string",
  StackName = "string"
)

Details

If the call successfully completes, AWS CloudFormation successfully deleted the change set.