Skip to content

Commit dc36e4b

Browse files
author
AWS
committed
Amazon Elasticsearch Service Update: This release adds support for gp3 EBS (Elastic Block Store) storage.
1 parent 7d6fe1d commit dc36e4b

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
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": "This release adds support for gp3 EBS (Elastic Block Store) storage."
6+
}

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

100755100644
File mode changed.

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,7 +2168,11 @@
21682168
},
21692169
"Iops":{
21702170
"shape":"IntegerClass",
2171-
"documentation":"<p>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</p>"
2171+
"documentation":"<p>Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).</p>"
2172+
},
2173+
"Throughput":{
2174+
"shape":"IntegerClass",
2175+
"documentation":"<p>Specifies the Throughput for GP3 EBS volume (SSD).</p>"
21722176
}
21732177
},
21742178
"documentation":"<p>Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs\" target=\"_blank\"> Configuring EBS-based Storage</a>.</p>"
@@ -3893,7 +3897,7 @@
38933897
"StartTimestamp":{"type":"timestamp"},
38943898
"StorageSubTypeName":{
38953899
"type":"string",
3896-
"documentation":"<p> SubType of the given storage type. List of available sub-storage options: For \"instance\" storageType we wont have any storageSubType, in case of \"ebs\" storageType we will have following valid storageSubTypes <ol> <li>standard</li> <li>gp2</li> <li>io1</li> </ol> Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options. </p>"
3900+
"documentation":"<p> SubType of the given storage type. List of available sub-storage options: For \"instance\" storageType we wont have any storageSubType, in case of \"ebs\" storageType we will have following valid storageSubTypes <ol> <li>standard</li> <li>gp2</li> <li>gp3</li> <li>io1</li> </ol> Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options. </p>"
38973901
},
38983902
"StorageType":{
38993903
"type":"structure",
@@ -3912,7 +3916,7 @@
39123916
"members":{
39133917
"LimitName":{
39143918
"shape":"LimitName",
3915-
"documentation":"<p> Name of storage limits that are applicable for given storage type. If <code> <a>StorageType</a> </code> is ebs, following storage options are applicable <ol> <li>MinimumVolumeSize</li> Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumVolumeSize</li> Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumIops</li> Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable. <li>MinimumIops</li> Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable. </ol> </p>"
3919+
"documentation":"<p> Name of storage limits that are applicable for given storage type. If <code> <a>StorageType</a> </code> is ebs, following storage options are applicable <ol> <li>MinimumVolumeSize</li> Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumVolumeSize</li> Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumIops</li> Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable. <li>MinimumIops</li> Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumThroughput</li> Maximum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable. <li>MinimumThroughput</li> Minimum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable. </ol> </p>"
39163920
},
39173921
"LimitValues":{
39183922
"shape":"LimitValueList",
@@ -4293,11 +4297,12 @@
42934297
},
42944298
"VolumeType":{
42954299
"type":"string",
4296-
"documentation":"<p> The type of EBS volume, standard, gp2, or io1. See <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs\" target=\"_blank\">Configuring EBS-based Storage</a>for more information.</p>",
4300+
"documentation":"<p> The type of EBS volume, standard, gp2, gp3 or io1. See <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs\" target=\"_blank\">Configuring EBS-based Storage</a>for more information.</p>",
42974301
"enum":[
42984302
"standard",
42994303
"gp2",
4300-
"io1"
4304+
"io1",
4305+
"gp3"
43014306
]
43024307
},
43034308
"ZoneAwarenessConfig":{

0 commit comments

Comments
 (0)