-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Mar 3, 2021
1 parent
438670c
commit 54b9649
Showing
32 changed files
with
1,671 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "ACM", | ||
"description": "Adds 2 new APIs to add and retrieve account configuration in AWS Certificate Manager." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "CloudWatchEvents", | ||
"description": "Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "CodeBuild", | ||
"description": "AWS CodeBuild now supports Session Manager debugging for batch builds." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "ES", | ||
"description": "AWS ElasticSearch Feature : Support for adding tags in elastic search domain during domain creation" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "ForecastService", | ||
"description": "Added new StopResource operation that stops Amazon Forecast resource jobs that are in progress." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "SecretsManager", | ||
"description": "Added support for multi-Region secrets APIs ReplicateSecretToRegions, RemoveRegionsFromReplication, and StopReplicationToReplica" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "WellArchitected", | ||
"description": "This release supports tagging on AWS Well-Architected workloads." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,9 @@ | |
"shape": "S25" | ||
} | ||
} | ||
}, | ||
"TagList": { | ||
"shape": "Se" | ||
} | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -713,7 +713,8 @@ | |
}, | ||
"DetailType": {}, | ||
"Detail": {}, | ||
"EventBusName": {} | ||
"EventBusName": {}, | ||
"TraceHeader": {} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.