-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release-1.21.28: Bumping version to 1.21.28 Update to latest models
- Loading branch information
Showing
10 changed files
with
540 additions
and
71 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 @@ | ||
[ | ||
{ | ||
"category": "``mediaconvert``", | ||
"description": "AWS Elemental MediaConvert SDK has added MBAFF encoding support for AVC video and the ability to pass encryption context from the job settings to S3.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``polly``", | ||
"description": "Amazon Polly adds new New Zealand English voice - Aria. Aria is available as Neural voice only.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``transcribe``", | ||
"description": "This release adds support for feature tagging with Amazon Transcribe batch jobs.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``ssm``", | ||
"description": "Updated Parameter Store property for logging improvements.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``iot-data``", | ||
"description": "Updated Publish with support for new Retain flag and added two new API operations: GetRetainedMessage, ListRetainedMessages.", | ||
"type": "api-change" | ||
} | ||
] |
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
{ | ||
"pagination": {} | ||
"pagination": { | ||
"ListRetainedMessages": { | ||
"input_token": "nextToken", | ||
"limit_key": "maxResults", | ||
"output_token": "nextToken", | ||
"result_key": "retainedTopics" | ||
} | ||
} | ||
} |
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.