Skip to content

Commit af0513b

Browse files
author
awstools
committed
feat(client-api-gateway): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 7af1f21 commit af0513b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

codegen/sdk-codegen/aws-models/api-gateway.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6478,7 +6478,20 @@
64786478
"outputToken": "position",
64796479
"items": "items",
64806480
"pageSize": "limit"
6481-
}
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+
]
64826495
}
64836496
},
64846497
"com.amazonaws.apigateway#GetDomainNamesRequest": {

0 commit comments

Comments
 (0)