Skip to content

Commit 9777e1e

Browse files
author
AWS
committed
Amazon Elasticsearch Service Update: Amazon Elasticsearch Service now supports Auto-Tune, which monitors performance metrics and automatically optimizes domains
1 parent 73373e6 commit 9777e1e

File tree

3 files changed

+330
-0
lines changed

3 files changed

+330
-0
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": "Amazon Elasticsearch Service now supports Auto-Tune, which monitors performance metrics and automatically optimizes domains"
6+
}

services/elasticsearch/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"DescribeDomainAutoTunes": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults"
7+
},
38
"DescribeInboundCrossClusterSearchConnections": {
49
"input_token": "NextToken",
510
"output_token": "NextToken",

0 commit comments

Comments
 (0)