Skip to content

Commit b343770

Browse files
author
AWS
committed
Amazon Elasticsearch Service Update: Fixed HTTP binding for DescribeDomainAutoTunes API to correctly pass request parameters as query parameters in the HTTP request.
1 parent 9b148b5 commit b343770

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

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": "Fixed HTTP binding for DescribeDomainAutoTunes API to correctly pass request parameters as query parameters in the HTTP request."
6+
}

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,11 +1945,15 @@
19451945
},
19461946
"MaxResults":{
19471947
"shape":"MaxResults",
1948-
"documentation":"<p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>"
1948+
"documentation":"<p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>",
1949+
"location":"querystring",
1950+
"locationName":"maxResults"
19491951
},
19501952
"NextToken":{
19511953
"shape":"NextToken",
1952-
"documentation":"<p>NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.</p>"
1954+
"documentation":"<p>NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.</p>",
1955+
"location":"querystring",
1956+
"locationName":"nextToken"
19531957
}
19541958
},
19551959
"documentation":"<p>Container for the parameters to the <code>DescribeDomainAutoTunes</code> operation.</p>"

0 commit comments

Comments
 (0)