listChangeSets
inline suspend fun CloudFormationClient.listChangeSets(crossinline block: ListChangeSetsRequest.Builder.() -> Unit): ListChangeSetsResponse
Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are in the CREATE_IN_PROGRESS
or CREATE_PENDING
state.