Skip to content

Commit da2e7a7

Browse files
author
AWS
committed
AWS CloudFormation Update: New CloudFormation DescribeEvents API with operation ID tracking and failure filtering capabilities to quickly identify root causes of deployment failures. Also, a DeploymentMode parameter for the CreateChangeSet API that enables creation of drift-aware change sets for safe drift management.
1 parent f7a3e5a commit da2e7a7

File tree

3 files changed

+410
-8
lines changed

3 files changed

+410
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CloudFormation",
4+
"contributor": "",
5+
"description": "New CloudFormation DescribeEvents API with operation ID tracking and failure filtering capabilities to quickly identify root causes of deployment failures. Also, a DeploymentMode parameter for the CreateChangeSet API that enables creation of drift-aware change sets for safe drift management."
6+
}

services/cloudformation/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@
55
"output_token": "NextToken",
66
"result_key": "AccountLimits"
77
},
8+
"DescribeChangeSet": {
9+
"input_token": "NextToken",
10+
"non_aggregate_keys": [
11+
"ChangeSetName",
12+
"ChangeSetId",
13+
"StackId",
14+
"StackName",
15+
"Description",
16+
"Parameters",
17+
"CreationTime",
18+
"ExecutionStatus",
19+
"Status",
20+
"StatusReason",
21+
"NotificationARNs",
22+
"RollbackConfiguration",
23+
"Capabilities",
24+
"Tags",
25+
"ParentChangeSetId",
26+
"IncludeNestedStacks",
27+
"RootChangeSetId",
28+
"OnStackFailure",
29+
"ImportExistingResources",
30+
"StackDriftStatus",
31+
"DeploymentMode"
32+
],
33+
"output_token": "NextToken",
34+
"result_key": "Changes"
35+
},
36+
"DescribeEvents": {
37+
"input_token": "NextToken",
38+
"output_token": "NextToken",
39+
"result_key": "OperationEvents"
40+
},
841
"DescribeStackEvents": {
942
"input_token": "NextToken",
1043
"output_token": "NextToken",

0 commit comments

Comments
 (0)