Skip to content

Commit dfa625f

Browse files
author
AWS
committed
Amazon Elasticsearch Service Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 2f4f357 commit dfa625f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elasticsearch Service",
4+
"contributor": "",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

services/elasticsearch/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"apiVersion":"2015-01-01",
55
"endpointPrefix":"es",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"Amazon Elasticsearch Service",
89
"serviceId":"Elasticsearch Service",
910
"signatureVersion":"v4",
10-
"uid":"es-2015-01-01"
11+
"uid":"es-2015-01-01",
12+
"auth":["aws.auth#sigv4"]
1113
},
1214
"operations":{
1315
"AcceptInboundCrossClusterSearchConnection":{

0 commit comments

Comments
 (0)