|
136 | 136 | "input": { |
137 | 137 | "target": "com.amazonaws.elasticsearchservice#AddTagsRequest" |
138 | 138 | }, |
| 139 | + "output": { |
| 140 | + "target": "smithy.api#Unit" |
| 141 | + }, |
139 | 142 | "errors": [ |
140 | 143 | { |
141 | 144 | "target": "com.amazonaws.elasticsearchservice#BaseException" |
|
1613 | 1616 | }, |
1614 | 1617 | "com.amazonaws.elasticsearchservice#DeleteElasticsearchServiceRole": { |
1615 | 1618 | "type": "operation", |
| 1619 | + "input": { |
| 1620 | + "target": "smithy.api#Unit" |
| 1621 | + }, |
| 1622 | + "output": { |
| 1623 | + "target": "smithy.api#Unit" |
| 1624 | + }, |
1616 | 1625 | "errors": [ |
1617 | 1626 | { |
1618 | 1627 | "target": "com.amazonaws.elasticsearchservice#BaseException" |
|
3141 | 3150 | "Iops": { |
3142 | 3151 | "target": "com.amazonaws.elasticsearchservice#IntegerClass", |
3143 | 3152 | "traits": { |
3144 | | - "smithy.api#documentation": "<p>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</p>" |
| 3153 | + "smithy.api#documentation": "<p>Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).</p>" |
| 3154 | + } |
| 3155 | + }, |
| 3156 | + "Throughput": { |
| 3157 | + "target": "com.amazonaws.elasticsearchservice#IntegerClass", |
| 3158 | + "traits": { |
| 3159 | + "smithy.api#documentation": "<p>Specifies the Throughput for GP3 EBS volume (SSD).</p>" |
3145 | 3160 | } |
3146 | 3161 | } |
3147 | 3162 | }, |
|
5748 | 5763 | "input": { |
5749 | 5764 | "target": "com.amazonaws.elasticsearchservice#RemoveTagsRequest" |
5750 | 5765 | }, |
| 5766 | + "output": { |
| 5767 | + "target": "smithy.api#Unit" |
| 5768 | + }, |
5751 | 5769 | "errors": [ |
5752 | 5770 | { |
5753 | 5771 | "target": "com.amazonaws.elasticsearchservice#BaseException" |
|
6413 | 6431 | "com.amazonaws.elasticsearchservice#StorageSubTypeName": { |
6414 | 6432 | "type": "string", |
6415 | 6433 | "traits": { |
6416 | | - "smithy.api#documentation": "<p>\n SubType of the given storage type.\n List of available sub-storage options:\n For \"instance\" storageType we wont have any storageSubType,\n in case of \"ebs\" storageType we will have following valid storageSubTypes\n <ol>\n <li>standard</li>\n <li>gp2</li>\n <li>io1</li>\n </ol>\n Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options.\n </p>" |
| 6434 | + "smithy.api#documentation": "<p>\n SubType of the given storage type.\n List of available sub-storage options:\n For \"instance\" storageType we wont have any storageSubType,\n in case of \"ebs\" storageType we will have following valid storageSubTypes\n <ol>\n <li>standard</li>\n <li>gp2</li>\n <li>gp3</li>\n <li>io1</li>\n </ol>\n Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options.\n </p>" |
6417 | 6435 | } |
6418 | 6436 | }, |
6419 | 6437 | "com.amazonaws.elasticsearchservice#StorageType": { |
|
6442 | 6460 | "LimitName": { |
6443 | 6461 | "target": "com.amazonaws.elasticsearchservice#LimitName", |
6444 | 6462 | "traits": { |
6445 | | - "smithy.api#documentation": "<p>\n Name of storage limits that are applicable for given storage type.\n If\n <code>\n <a>StorageType</a>\n </code>\n is ebs, following storage options are applicable\n <ol>\n <li>MinimumVolumeSize</li>\n Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.\n <li>MaximumVolumeSize</li>\n Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.\n <li>MaximumIops</li>\n Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.\n <li>MinimumIops</li>\n Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.\n </ol>\n </p>" |
| 6463 | + "smithy.api#documentation": "<p>\n Name of storage limits that are applicable for given storage type.\n If\n <code>\n <a>StorageType</a>\n </code>\n is ebs, following storage options are applicable\n <ol>\n <li>MinimumVolumeSize</li>\n Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.\n <li>MaximumVolumeSize</li>\n Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.\n <li>MaximumIops</li>\n Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.\n <li>MinimumIops</li>\n Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.\n <li>MaximumThroughput</li>\n Maximum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable.\n <li>MinimumThroughput</li>\n Minimum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable.\n </ol>\n </p>" |
6446 | 6464 | } |
6447 | 6465 | }, |
6448 | 6466 | "LimitValues": { |
|
7151 | 7169 | "com.amazonaws.elasticsearchservice#VolumeType": { |
7152 | 7170 | "type": "string", |
7153 | 7171 | "traits": { |
7154 | | - "smithy.api#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>", |
| 7172 | + "smithy.api#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>", |
7155 | 7173 | "smithy.api#enum": [ |
7156 | 7174 | { |
7157 | 7175 | "value": "standard", |
|
7164 | 7182 | { |
7165 | 7183 | "value": "io1", |
7166 | 7184 | "name": "io1" |
| 7185 | + }, |
| 7186 | + { |
| 7187 | + "value": "gp3", |
| 7188 | + "name": "gp3" |
7167 | 7189 | } |
7168 | 7190 | ] |
7169 | 7191 | } |
|
0 commit comments