Skip to content

Commit

Permalink
feat(client-api-gateway): Add v2 smoke tests and smithy smokeTests tr…
Browse files Browse the repository at this point in the history
…ait for SDK testing.
  • Loading branch information
awstools committed Jul 1, 2024
1 parent 7af1f21 commit af0513b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -6478,7 +6478,20 @@
"outputToken": "position",
"items": "items",
"pageSize": "limit"
}
},
"smithy.test#smokeTests": [
{
"id": "GetDomainNamesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.apigateway#GetDomainNamesRequest": {
Expand Down

0 comments on commit af0513b

Please sign in to comment.