-
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.51.23 (2024-04-17) (#5228)
Release v1.51.23 (2024-04-17) === ### Service Client Updates * `service/ec2`: Updates service documentation * Documentation updates for Elastic Compute Cloud (EC2). * `service/qbusiness`: Updates service API and documentation
- Loading branch information
1 parent
92466d9
commit 6d8a4d9
Showing
12 changed files
with
1,784 additions
and
1,142 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
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,31 @@ | ||
{ | ||
"version": 2, | ||
"testCases": [ | ||
{ | ||
"id": "DescribeRegionsSuccess", | ||
"operationName": "DescribeRegions", | ||
"input": {}, | ||
"expectation": { | ||
"success": {} | ||
}, | ||
"config": { | ||
"region": "us-west-2" | ||
} | ||
}, | ||
{ | ||
"id": "DescribeInstancesFailure", | ||
"operationName": "DescribeInstances", | ||
"input": { | ||
"InstanceIds": [ | ||
"i-12345678" | ||
] | ||
}, | ||
"expectation": { | ||
"failure": {} | ||
}, | ||
"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
Oops, something went wrong.