paws.management (version 0.1.0)

cloudformation_list_change_sets: Returns the ID and status of each active change set for a stack

Description

Returns the ID and status of each active change set for a stack. For example, AWS CloudFormation lists change sets that are in the CREATE_IN_PROGRESS or CREATE_PENDING state.

Usage

cloudformation_list_change_sets(StackName, NextToken)

Arguments

StackName

[required] The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

NextToken

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

Request syntax

svc$list_change_sets(
  StackName = "string",
  NextToken = "string"
)