Skip to content

Commit 65d7c5a

Browse files
author
awstools
committed
feat(client-elasticsearch-service): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 070a654 commit 65d7c5a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

codegen/sdk-codegen/aws-models/elasticsearch-service.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6560,7 +6560,20 @@
65606560
"method": "GET",
65616561
"uri": "/2015-01-01/domain",
65626562
"code": 200
6563-
}
6563+
},
6564+
"smithy.test#smokeTests": [
6565+
{
6566+
"id": "ListDomainNamesSuccess",
6567+
"params": {},
6568+
"vendorParams": {
6569+
"region": "us-west-2"
6570+
},
6571+
"vendorParamsShape": "aws.test#AwsVendorParams",
6572+
"expect": {
6573+
"success": {}
6574+
}
6575+
}
6576+
]
65646577
}
65656578
},
65666579
"com.amazonaws.elasticsearchservice#ListDomainNamesRequest": {

0 commit comments

Comments
 (0)