-
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.55.5 (2024-07-30) (#5323)
Release v1.55.5 (2024-07-30) === ### Service Client Updates * `service/appstream`: Updates service API and documentation * Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0 * `service/autoscaling`: Updates service API and documentation * Increase the length limit for VPCZoneIdentifier from 2047 to 5000 * `service/codepipeline`: Updates service API, documentation, and paginators * AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements. * `service/elasticache`: Updates service documentation * Doc only update for changes to deletion API. * `service/elasticloadbalancing`: Updates service API * `service/eventbridge`: Updates service API * `service/logs`: Updates service API * Add v2 smoke tests and smithy smokeTests trait for SDK testing. * `service/models.lex.v2`: Updates service API and documentation * `service/rolesanywhere`: Updates service API and documentation * `service/tnb`: Updates service API and documentation * `service/workspaces`: Updates service documentation * Removing multi-session as it isn't supported for pools
- Loading branch information
1 parent
aa1178f
commit 825250a
Showing
39 changed files
with
5,362 additions
and
283 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"version": 2, | ||
"testCases": [ | ||
{ | ||
"id": "DescribeStacksSuccess", | ||
"operationName": "DescribeStacks", | ||
"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.