Skip to content

Commit

Permalink
feat(client-elasticsearch-service): Add v2 smoke tests and smithy smo…
Browse files Browse the repository at this point in the history
…keTests trait for SDK testing.
  • Loading branch information
awstools committed Jul 8, 2024
1 parent 070a654 commit 65d7c5a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/elasticsearch-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -6560,7 +6560,20 @@
"method": "GET",
"uri": "/2015-01-01/domain",
"code": 200
}
},
"smithy.test#smokeTests": [
{
"id": "ListDomainNamesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.elasticsearchservice#ListDomainNamesRequest": {
Expand Down

0 comments on commit 65d7c5a

Please sign in to comment.