-
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.34.134: Bumping version to 1.34.134 Update to latest models Add custom marker for checking validation (#3209)
- Loading branch information
Showing
13 changed files
with
817 additions
and
43 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": "``controltower``", | ||
"description": "Added ListLandingZoneOperations API.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``eks``", | ||
"description": "Added support for disabling unmanaged addons during cluster creation.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``ivs-realtime``", | ||
"description": "IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``kinesisanalyticsv2``", | ||
"description": "This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``opensearch``", | ||
"description": "This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.", | ||
"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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
{ | ||
"pagination": {} | ||
"pagination": { | ||
"ListPublicKeys": { | ||
"input_token": "nextToken", | ||
"output_token": "nextToken", | ||
"limit_key": "maxResults", | ||
"result_key": "publicKeys" | ||
} | ||
} | ||
} |
Oops, something went wrong.