|
2168 | 2168 | },
|
2169 | 2169 | "Iops":{
|
2170 | 2170 | "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>" |
2172 | 2176 | }
|
2173 | 2177 | },
|
2174 | 2178 | "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 | 3897 | "StartTimestamp":{"type":"timestamp"},
|
3894 | 3898 | "StorageSubTypeName":{
|
3895 | 3899 | "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>" |
3897 | 3901 | },
|
3898 | 3902 | "StorageType":{
|
3899 | 3903 | "type":"structure",
|
|
3912 | 3916 | "members":{
|
3913 | 3917 | "LimitName":{
|
3914 | 3918 | "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>" |
3916 | 3920 | },
|
3917 | 3921 | "LimitValues":{
|
3918 | 3922 | "shape":"LimitValueList",
|
|
4293 | 4297 | },
|
4294 | 4298 | "VolumeType":{
|
4295 | 4299 | "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>", |
4297 | 4301 | "enum":[
|
4298 | 4302 | "standard",
|
4299 | 4303 | "gp2",
|
4300 |
| - "io1" |
| 4304 | + "io1", |
| 4305 | + "gp3" |
4301 | 4306 | ]
|
4302 | 4307 | },
|
4303 | 4308 | "ZoneAwarenessConfig":{
|
|
0 commit comments