-
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
Feb 23, 2021
1 parent
5e946f9
commit 69503fe
Showing
29 changed files
with
929 additions
and
303 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,27 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "AutoScaling", | ||
"description": "Adds a new optional IncludeDeletedGroups parameter to the DescribeScalingActivities API." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Glue", | ||
"description": "Updating the page size for Glue catalog getter APIs." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "IoTEvents", | ||
"description": "This release adds an Analyze feature to AWS IoT Events that lets customers analyze their detector models for runtime issues." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Pinpoint", | ||
"description": "Enables AWS Pinpoint customers to use Entity Id and Template Id when sending SMS message. These parameters can be obtained from the regulatory body of the country where you are trying to send the SMS." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "RedshiftData", | ||
"description": "This release adds an additional parameter 'ConnectedDatabase' into ListSchemasRequest, ListTablesRequest and DescribeTableRequest to support the metadata sharing across databases." | ||
} | ||
] |
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
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 |
---|---|---|
|
@@ -3313,7 +3313,7 @@ | |
}, | ||
"Concurrency": { | ||
"type": "integer", | ||
"max": 5, | ||
"max": 10, | ||
"min": 1 | ||
}, | ||
"ContactFlow": { | ||
|
Oops, something went wrong.