Skip to content

Commit

Permalink
feat(client-route53resolver): Add v2 smoke tests and smithy smokeTest…
Browse files Browse the repository at this point in the history
…s trait for SDK testing.
  • Loading branch information
awstools committed Jul 8, 2024
1 parent 8a47bee commit b90b0f1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/route53resolver.json
Original file line number Diff line number Diff line change
Expand Up @@ -4788,7 +4788,20 @@
"outputToken": "NextToken",
"items": "ResolverEndpoints",
"pageSize": "MaxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "ListResolverEndpointsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.route53resolver#ListResolverEndpointsRequest": {
Expand Down

0 comments on commit b90b0f1

Please sign in to comment.