-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3370 from aws/staging/3e3448e0-0743-482a-901f-376…
…1ddec952f Pull request: release <- staging/3e3448e0-0743-482a-901f-3761ddec952f
- Loading branch information
Showing
500 changed files
with
5,896 additions
and
910 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,54 @@ | ||
{ | ||
"version": "2.28.28", | ||
"date": "2024-10-22", | ||
"entries": [ | ||
{ | ||
"type": "bugfix", | ||
"category": "Amazon Kinesis", | ||
"contributor": "", | ||
"description": "Fix an issue where errors that should be `400` are incorrectly classified as `500`." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "AWSMainframeModernization", | ||
"contributor": "", | ||
"description": "Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "AWS re:Post Private", | ||
"contributor": "", | ||
"description": "Adds the BatchAddRole and BatchRemoveRole APIs." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Bedrock Runtime", | ||
"contributor": "", | ||
"description": "Updating invoke regex to support imported models for converse API" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Relational Database Service", | ||
"contributor": "", | ||
"description": "Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Timestream Query", | ||
"contributor": "", | ||
"description": "This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "EC2 Image Builder", | ||
"contributor": "", | ||
"description": "Add macOS platform and instance placement options" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "AWS SDK for Java v2", | ||
"contributor": "", | ||
"description": "Updated endpoint and partition metadata." | ||
} | ||
] | ||
} |
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
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
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
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
28 changes: 28 additions & 0 deletions
28
...c/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/cbor/customization.config
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,28 @@ | ||
{ | ||
"authPolicyActions" : { | ||
"skip" : true | ||
}, | ||
"presignersFqcn": "software.amazon.awssdk.services.acm.presign.AcmClientPresigners", | ||
"serviceSpecificHttpConfig": "software.amazon.MyServiceHttpConfig", | ||
"serviceConfig": { | ||
"className": "ServiceConfiguration", | ||
"hasDualstackProperty": true, | ||
"hasFipsProperty": true | ||
}, | ||
"customRetryPolicy": "software.amazon.MyServiceRetryPolicy", | ||
"customRetryStrategy": "software.amazon.MyServiceRetryStrategy", | ||
"verifiedSimpleMethods" : ["paginatedOperationWithResultKey"], | ||
"excludedSimpleMethods" : [ | ||
"eventStreamOperation" | ||
], | ||
"utilitiesMethod": { | ||
"returnType": "software.amazon.awssdk.services.json.JsonUtilities", | ||
"createMethodParams": ["param1", "param2", "param3"] | ||
}, | ||
"useLegacyEventGenerationScheme": { | ||
"EventStream": ["EventOne", "event-two", "eventThree"] | ||
}, | ||
"customServiceMetadata": { | ||
"protocol": "cbor" | ||
} | ||
} |
Oops, something went wrong.