|
158 | 158 | "input": { |
159 | 159 | "target": "com.amazonaws.opensearch#AddTagsRequest" |
160 | 160 | }, |
| 161 | + "output": { |
| 162 | + "target": "smithy.api#Unit" |
| 163 | + }, |
161 | 164 | "errors": [ |
162 | 165 | { |
163 | 166 | "target": "com.amazonaws.opensearch#BaseException" |
|
3504 | 3507 | "Iops": { |
3505 | 3508 | "target": "com.amazonaws.opensearch#IntegerClass", |
3506 | 3509 | "traits": { |
3507 | | - "smithy.api#documentation": "<p>The IOPD for a Provisioned IOPS EBS volume (SSD).</p>" |
| 3510 | + "smithy.api#documentation": "<p>The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).</p>" |
| 3511 | + } |
| 3512 | + }, |
| 3513 | + "Throughput": { |
| 3514 | + "target": "com.amazonaws.opensearch#IntegerClass", |
| 3515 | + "traits": { |
| 3516 | + "smithy.api#documentation": "<p>The Throughput for GP3 EBS volume (SSD).</p>" |
3508 | 3517 | } |
3509 | 3518 | } |
3510 | 3519 | }, |
|
5920 | 5929 | "input": { |
5921 | 5930 | "target": "com.amazonaws.opensearch#RemoveTagsRequest" |
5922 | 5931 | }, |
| 5932 | + "output": { |
| 5933 | + "target": "smithy.api#Unit" |
| 5934 | + }, |
5923 | 5935 | "errors": [ |
5924 | 5936 | { |
5925 | 5937 | "target": "com.amazonaws.opensearch#BaseException" |
|
6596 | 6608 | "com.amazonaws.opensearch#StorageSubTypeName": { |
6597 | 6609 | "type": "string", |
6598 | 6610 | "traits": { |
6599 | | - "smithy.api#documentation": "<p>\n Sub-type of the given storage type.\n List of available sub-storage options:\n \"instance\" storageType has no storageSubType.\n \"ebs\" storageType has the following valid storageSubTypes:\n <ol>\n <li>standard</li>\n <li>gp2</li>\n <li>io1</li>\n </ol>\n See\n <code>\n <a>VolumeType</a>\n </code>\n for more information regarding each EBS storage option.\n </p>" |
| 6611 | + "smithy.api#documentation": "<p>\n Sub-type of the given storage type.\n List of available sub-storage options:\n \"instance\" storageType has no storageSubType.\n \"ebs\" storageType has the following valid storageSubTypes:\n <ol>\n <li>standard</li>\n <li>gp2</li>\n <li>gp3</li>\n <li>io1</li>\n </ol>\n See\n <code>\n <a>VolumeType</a>\n </code>\n for more information regarding each EBS storage option.\n </p>" |
6600 | 6612 | } |
6601 | 6613 | }, |
6602 | 6614 | "com.amazonaws.opensearch#StorageType": { |
|
6625 | 6637 | "LimitName": { |
6626 | 6638 | "target": "com.amazonaws.opensearch#LimitName", |
6627 | 6639 | "traits": { |
6628 | | - "smithy.api#documentation": "<p>\n Name of storage limits that are applicable for the given storage type.\n If\n <code>\n <a>StorageType</a>\n </code>\n is \"ebs\", the following storage options are applicable:\n <ol>\n <li>MinimumVolumeSize</li>\n Minimum amount of volume size that is applicable for the given storage type. Can be empty if not applicable.\n <li>MaximumVolumeSize</li>\n Maximum amount of volume size that is applicable for the given storage type. Can be empty if not applicable.\n <li>MaximumIops</li>\n Maximum amount of Iops that is applicable for given the storage type. Can be empty if not applicable.\n <li>MinimumIops</li>\n Minimum amount of Iops that is applicable for given the storage type. Can be empty if not applicable.\n </ol>\n </p>" |
| 6640 | + "smithy.api#documentation": "<p>\n Name of storage limits that are applicable for the given storage type.\n If\n <code>\n <a>StorageType</a>\n </code>\n is \"ebs\", the following storage options are applicable:\n <ol>\n <li>MinimumVolumeSize</li>\n Minimum amount of volume size that is applicable for the given storage type. Can be empty if not applicable.\n <li>MaximumVolumeSize</li>\n Maximum amount of volume size that is applicable for the given storage type. Can be empty if not applicable.\n <li>MaximumIops</li>\n Maximum amount of Iops that is applicable for given the storage type. Can be empty if not applicable.\n <li>MinimumIops</li>\n Minimum amount of Iops that is applicable for given the storage type. Can be empty if not applicable.\n <li>MaximumThroughput</li>\n Maximum amount of Throughput that is applicable for given the storage type. Can be empty if not applicable.\n <li>MinimumThroughput</li>\n Minimum amount of Throughput that is applicable for given the storage type. Can be empty if not applicable.\n </ol>\n </p>" |
6629 | 6641 | } |
6630 | 6642 | }, |
6631 | 6643 | "LimitValues": { |
|
7388 | 7400 | "com.amazonaws.opensearch#VolumeType": { |
7389 | 7401 | "type": "string", |
7390 | 7402 | "traits": { |
7391 | | - "smithy.api#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.\n </p>", |
| 7403 | + "smithy.api#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.\n </p>", |
7392 | 7404 | "smithy.api#enum": [ |
7393 | 7405 | { |
7394 | 7406 | "value": "standard", |
|
7401 | 7413 | { |
7402 | 7414 | "value": "io1", |
7403 | 7415 | "name": "io1" |
| 7416 | + }, |
| 7417 | + { |
| 7418 | + "value": "gp3", |
| 7419 | + "name": "gp3" |
7404 | 7420 | } |
7405 | 7421 | ] |
7406 | 7422 | } |
|
0 commit comments