Skip to content

Commit

Permalink
feat(client-swf): Add v2 smoke tests and smithy smokeTests trait for …
Browse files Browse the repository at this point in the history
…SDK testing.
  • Loading branch information
awstools committed Jul 1, 2024
1 parent 3293ed2 commit 03d945e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion codegen/sdk-codegen/aws-models/swf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3761,7 +3761,22 @@
"outputToken": "nextPageToken",
"items": "domainInfos",
"pageSize": "maximumPageSize"
}
},
"smithy.test#smokeTests": [
{
"id": "ListDomainsSuccess",
"params": {
"registrationStatus": "REGISTERED"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.swf#ListDomainsInput": {
Expand Down

0 comments on commit 03d945e

Please sign in to comment.