Skip to content

Commit 03d945e

Browse files
author
awstools
committed
feat(client-swf): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 3293ed2 commit 03d945e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

codegen/sdk-codegen/aws-models/swf.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -3761,7 +3761,22 @@
37613761
"outputToken": "nextPageToken",
37623762
"items": "domainInfos",
37633763
"pageSize": "maximumPageSize"
3764-
}
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+
]
37653780
}
37663781
},
37673782
"com.amazonaws.swf#ListDomainsInput": {

0 commit comments

Comments
 (0)