-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v1.54.3 (2024-06-17) (#5289)
Release v1.54.3 (2024-06-17) === ### Service Client Updates * `service/acm-pca`: Updates service API and documentation * `service/batch`: Updates service API * Add v2 smoke tests and smithy smokeTests trait for SDK testing. * `service/codebuild`: Updates service API and documentation * AWS CodeBuild now supports global and organization GitHub webhooks * `service/cognito-idp`: Updates service API * `service/ds`: Updates service API * Add v2 smoke tests and smithy smokeTests trait for SDK testing. * `service/elasticfilesystem`: Updates service API * Add v2 smoke tests and smithy smokeTests trait for SDK testing. * `service/glue`: Updates service API, documentation, and paginators * This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions. * `service/kms`: Updates service examples * Updating SDK example for KMS DeriveSharedSecret API. * `service/mediaconvert`: Updates service API and documentation * This release includes support for creating I-frame only video segments for DASH trick play. * `service/secretsmanager`: Updates service documentation * Doc only update for Secrets Manager * `service/waf`: Updates service API * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
- Loading branch information
1 parent
70ea450
commit 33248db
Showing
34 changed files
with
3,201 additions
and
291 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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"version": 2, | ||
"testCases": [ | ||
{ | ||
"id": "DescribeComputeEnvironmentsSuccess", | ||
"operationName": "DescribeComputeEnvironments", | ||
"input": {}, | ||
"expectation": { | ||
"success": {} | ||
}, | ||
"config": { | ||
"region": "us-west-2" | ||
} | ||
} | ||
] | ||
} |
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.