We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af1f21 commit af0513bCopy full SHA for af0513b
codegen/sdk-codegen/aws-models/api-gateway.json
@@ -6478,7 +6478,20 @@
6478
"outputToken": "position",
6479
"items": "items",
6480
"pageSize": "limit"
6481
- }
+ },
6482
+ "smithy.test#smokeTests": [
6483
+ {
6484
+ "id": "GetDomainNamesSuccess",
6485
+ "params": {},
6486
+ "vendorParams": {
6487
+ "region": "us-west-2"
6488
6489
+ "vendorParamsShape": "aws.test#AwsVendorParams",
6490
+ "expect": {
6491
+ "success": {}
6492
+ }
6493
6494
+ ]
6495
}
6496
},
6497
"com.amazonaws.apigateway#GetDomainNamesRequest": {
0 commit comments