Skip to content

Commit 3c3107a

Browse files
author
AWS
committed
Amazon Elasticsearch Service Update: Feature: Support for three Availability Zone deployments
1 parent cd3c171 commit 3c3107a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "Amazon Elasticsearch Service",
3+
"type": "feature",
4+
"description": "Feature: Support for three Availability Zone deployments"
5+
}

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,10 @@
982982
"shape":"Boolean",
983983
"documentation":"<p>A boolean value to indicate whether zone awareness is enabled. See <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-zoneawareness\" target=\"_blank\">About Zone Awareness</a> for more information.</p>"
984984
},
985+
"ZoneAwarenessConfig":{
986+
"shape":"ZoneAwarenessConfig",
987+
"documentation":"<p>Specifies the zone awareness configuration for a domain when zone awareness is enabled.</p>"
988+
},
985989
"DedicatedMasterType":{
986990
"shape":"ESPartitionInstanceType",
987991
"documentation":"<p>The instance type for a dedicated master node.</p>"
@@ -2259,6 +2263,16 @@
22592263
"gp2",
22602264
"io1"
22612265
]
2266+
},
2267+
"ZoneAwarenessConfig":{
2268+
"type":"structure",
2269+
"members":{
2270+
"AvailabilityZoneCount":{
2271+
"shape":"IntegerClass",
2272+
"documentation":"<p>An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled</p>"
2273+
}
2274+
},
2275+
"documentation":"<p>Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.</p>"
22622276
}
22632277
},
22642278
"documentation":"<fullname>Amazon Elasticsearch Configuration Service</fullname> <p>Use the Amazon Elasticsearch configuration API to create, configure, and manage Elasticsearch domains.</p> <p>The endpoint for configuration service requests is region-specific: es.<i>region</i>.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions\" target=\"_blank\">Regions and Endpoints</a>.</p>"

0 commit comments

Comments
 (0)