We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3293ed2 commit 03d945eCopy full SHA for 03d945e
codegen/sdk-codegen/aws-models/swf.json
@@ -3761,7 +3761,22 @@
3761
"outputToken": "nextPageToken",
3762
"items": "domainInfos",
3763
"pageSize": "maximumPageSize"
3764
- }
+ },
3765
+ "smithy.test#smokeTests": [
3766
+ {
3767
+ "id": "ListDomainsSuccess",
3768
+ "params": {
3769
+ "registrationStatus": "REGISTERED"
3770
3771
+ "vendorParams": {
3772
+ "region": "us-west-2"
3773
3774
+ "vendorParamsShape": "aws.test#AwsVendorParams",
3775
+ "expect": {
3776
+ "success": {}
3777
+ }
3778
3779
+ ]
3780
}
3781
},
3782
"com.amazonaws.swf#ListDomainsInput": {
0 commit comments