Skip to content

Commit 49d9395

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

File tree

2 files changed

+16
-5
lines changed

2 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 OpenSearch Service",
4+
"contributor": "",
5+
"description": "This release adds support for gp3 EBS (Elastic Block Store) storage."
6+
}

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,11 @@
24212421
},
24222422
"Iops":{
24232423
"shape":"IntegerClass",
2424-
"documentation":"<p>The IOPD for a Provisioned IOPS EBS volume (SSD).</p>"
2424+
"documentation":"<p>The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).</p>"
2425+
},
2426+
"Throughput":{
2427+
"shape":"IntegerClass",
2428+
"documentation":"<p>The Throughput for GP3 EBS volume (SSD).</p>"
24252429
}
24262430
},
24272431
"documentation":"<p>Options to enable, disable, and specify the properties of EBS storage volumes.</p>"
@@ -3940,7 +3944,7 @@
39403944
"StartTimestamp":{"type":"timestamp"},
39413945
"StorageSubTypeName":{
39423946
"type":"string",
3943-
"documentation":"<p> Sub-type of the given storage type. List of available sub-storage options: \"instance\" storageType has no storageSubType. \"ebs\" storageType has the following valid storageSubTypes: <ol> <li>standard</li> <li>gp2</li> <li>io1</li> </ol> See <code> <a>VolumeType</a> </code> for more information regarding each EBS storage option. </p>"
3947+
"documentation":"<p> Sub-type of the given storage type. List of available sub-storage options: \"instance\" storageType has no storageSubType. \"ebs\" storageType has the following valid storageSubTypes: <ol> <li>standard</li> <li>gp2</li> <li>gp3</li> <li>io1</li> </ol> See <code> <a>VolumeType</a> </code> for more information regarding each EBS storage option. </p>"
39443948
},
39453949
"StorageType":{
39463950
"type":"structure",
@@ -3959,7 +3963,7 @@
39593963
"members":{
39603964
"LimitName":{
39613965
"shape":"LimitName",
3962-
"documentation":"<p> Name of storage limits that are applicable for the given storage type. If <code> <a>StorageType</a> </code> is \"ebs\", the following storage options are applicable: <ol> <li>MinimumVolumeSize</li> Minimum amount of volume size that is applicable for the given storage type. Can be empty if not applicable. <li>MaximumVolumeSize</li> Maximum amount of volume size that is applicable for the given storage type. Can be empty if not applicable. <li>MaximumIops</li> Maximum amount of Iops that is applicable for given the storage type. Can be empty if not applicable. <li>MinimumIops</li> Minimum amount of Iops that is applicable for given the storage type. Can be empty if not applicable. </ol> </p>"
3966+
"documentation":"<p> Name of storage limits that are applicable for the given storage type. If <code> <a>StorageType</a> </code> is \"ebs\", the following storage options are applicable: <ol> <li>MinimumVolumeSize</li> Minimum amount of volume size that is applicable for the given storage type. Can be empty if not applicable. <li>MaximumVolumeSize</li> Maximum amount of volume size that is applicable for the given storage type. Can be empty if not applicable. <li>MaximumIops</li> Maximum amount of Iops that is applicable for given the storage type. Can be empty if not applicable. <li>MinimumIops</li> Minimum amount of Iops that is applicable for given the storage type. Can be empty if not applicable. <li>MaximumThroughput</li> Maximum amount of Throughput that is applicable for given the storage type. Can be empty if not applicable. <li>MinimumThroughput</li> Minimum amount of Throughput that is applicable for given the storage type. Can be empty if not applicable. </ol> </p>"
39633967
},
39643968
"LimitValues":{
39653969
"shape":"LimitValueList",
@@ -4376,11 +4380,12 @@
43764380
},
43774381
"VolumeType":{
43784382
"type":"string",
4379-
"documentation":"<p>The type of EBS volume, standard, gp2, or io1. See <a href=\"http://docs.aws.amazon.com/opensearch-service/latest/developerguide/opensearch-createupdatedomains.html#opensearch-createdomain-configure-ebs\" target=\"_blank\">Configuring EBS-based Storage</a> for more information. </p>",
4383+
"documentation":"<p>The type of EBS volume, standard, gp2, gp3 or io1. See <a href=\"http://docs.aws.amazon.com/opensearch-service/latest/developerguide/opensearch-createupdatedomains.html#opensearch-createdomain-configure-ebs\" target=\"_blank\">Configuring EBS-based Storage</a> for more information. </p>",
43804384
"enum":[
43814385
"standard",
43824386
"gp2",
4383-
"io1"
4387+
"io1",
4388+
"gp3"
43844389
]
43854390
},
43864391
"ZoneAwarenessConfig":{

0 commit comments

Comments
 (0)