Skip to content

Commit 76960e0

Browse files
authored
chore: sync AWS models (#667)
1 parent 56a1faa commit 76960e0

13 files changed

+2132
-274
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "14f5e767-d5da-4f42-ac86-63838fb70350",
3+
"type": "misc",
4+
"description": "Sync AWS service models"
5+
}

codegen/sdk/aws-models/cognito-identity-provider.json

Lines changed: 117 additions & 26 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/config-service.json

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/ec2.json

Lines changed: 70 additions & 58 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/elasticsearch-service.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
"input": {
137137
"target": "com.amazonaws.elasticsearchservice#AddTagsRequest"
138138
},
139+
"output": {
140+
"target": "smithy.api#Unit"
141+
},
139142
"errors": [
140143
{
141144
"target": "com.amazonaws.elasticsearchservice#BaseException"
@@ -1613,6 +1616,12 @@
16131616
},
16141617
"com.amazonaws.elasticsearchservice#DeleteElasticsearchServiceRole": {
16151618
"type": "operation",
1619+
"input": {
1620+
"target": "smithy.api#Unit"
1621+
},
1622+
"output": {
1623+
"target": "smithy.api#Unit"
1624+
},
16161625
"errors": [
16171626
{
16181627
"target": "com.amazonaws.elasticsearchservice#BaseException"
@@ -3141,7 +3150,13 @@
31413150
"Iops": {
31423151
"target": "com.amazonaws.elasticsearchservice#IntegerClass",
31433152
"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>"
31453160
}
31463161
}
31473162
},
@@ -5748,6 +5763,9 @@
57485763
"input": {
57495764
"target": "com.amazonaws.elasticsearchservice#RemoveTagsRequest"
57505765
},
5766+
"output": {
5767+
"target": "smithy.api#Unit"
5768+
},
57515769
"errors": [
57525770
{
57535771
"target": "com.amazonaws.elasticsearchservice#BaseException"
@@ -6413,7 +6431,7 @@
64136431
"com.amazonaws.elasticsearchservice#StorageSubTypeName": {
64146432
"type": "string",
64156433
"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>"
64176435
}
64186436
},
64196437
"com.amazonaws.elasticsearchservice#StorageType": {
@@ -6442,7 +6460,7 @@
64426460
"LimitName": {
64436461
"target": "com.amazonaws.elasticsearchservice#LimitName",
64446462
"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>"
64466464
}
64476465
},
64486466
"LimitValues": {
@@ -7151,7 +7169,7 @@
71517169
"com.amazonaws.elasticsearchservice#VolumeType": {
71527170
"type": "string",
71537171
"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>",
71557173
"smithy.api#enum": [
71567174
{
71577175
"value": "standard",
@@ -7164,6 +7182,10 @@
71647182
{
71657183
"value": "io1",
71667184
"name": "io1"
7185+
},
7186+
{
7187+
"value": "gp3",
7188+
"name": "gp3"
71677189
}
71687190
]
71697191
}

codegen/sdk/aws-models/fsx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@
13081308
"Paths": {
13091309
"target": "com.amazonaws.fsx#DataRepositoryTaskPaths",
13101310
"traits": {
1311-
"smithy.api#documentation": "<p>(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. \n The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system. \n If the mount point is <code>/mnt/fsx</code> and <code>/mnt/fsx/path1</code> is a directory or \n file on the file system you want to export, then the path to provide is <code>path1</code>.\n If a path that you provide isn't valid, the task fails.</p>"
1311+
"smithy.api#documentation": "<p>A list of paths for the data repository task to use when the task is processed.\n If a path that you provide isn't valid, the task fails.</p>\n <ul>\n <li>\n <p>For export tasks, the list contains paths on the Amazon FSx file system\n from which the files are exported to the Amazon S3 bucket. The default path is the\n file system root directory. The paths you provide need to be relative to the mount\n point of the file system. If the mount point is <code>/mnt/fsx</code> and\n <code>/mnt/fsx/path1</code> is a directory or file on the file system you want\n to export, then the path to provide is <code>path1</code>.</p>\n </li>\n <li>\n <p>For import tasks, the list contains paths in the Amazon S3 bucket\n from which POSIX metadata changes are imported to the Amazon FSx file system.\n The path can be an S3 bucket or prefix in the format\n <code>s3://myBucket/myPrefix</code> (where <code>myPrefix</code> is optional).</p>\n </li>\n </ul>"
13121312
}
13131313
},
13141314
"FileSystemId": {
@@ -1677,7 +1677,7 @@
16771677
"CopyTagsToVolumes": {
16781678
"target": "com.amazonaws.fsx#Flag",
16791679
"traits": {
1680-
"smithy.api#documentation": "<p>A Boolean value indicating whether tags for the volume should be copied to snapshots.\n This value defaults to <code>false</code>. If it's set to <code>true</code>, all tags\n for the volume are copied to snapshots where the user doesn't specify tags. If this\n value is <code>true</code>, and you specify one or more tags, only the specified tags\n are copied to snapshots. If you specify one or more tags when creating the snapshot, no\n tags are copied from the volume, regardless of this value. </p>"
1680+
"smithy.api#documentation": "<p>A Boolean value indicating whether tags for the file system should be copied to volumes.\n This value defaults to <code>false</code>. If it's set to <code>true</code>, all tags\n for the file system are copied to volumes where the user doesn't specify tags. If this\n value is <code>true</code>, and you specify one or more tags, only the specified tags\n are copied to volumes. If you specify one or more tags when creating the volume, no\n tags are copied from the file system, regardless of this value.</p>"
16811681
}
16821682
},
16831683
"DailyAutomaticBackupStartTime": {
@@ -5113,7 +5113,7 @@
51135113
}
51145114
],
51155115
"traits": {
5116-
"smithy.api#documentation": "<p>Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for\n Windows File Server.</p>\n\n <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code>\n parameter to limit the number of tags in a response. If more tags remain, Amazon FSx\n returns a <code>NextToken</code> value in the response. In this case, send a later\n request with the <code>NextToken</code> request parameter set to the value of\n <code>NextToken</code> from the last response.</p>\n\n <p>This action is used in an iterative process to retrieve a list of your tags.\n <code>ListTagsForResource</code> is called first without a\n <code>NextToken</code>value. Then the action continues to be called with the\n <code>NextToken</code> parameter set to the value of the last <code>NextToken</code>\n value until a response has no <code>NextToken</code>.</p>\n\n <p>When using this action, keep the following in mind:</p>\n <ul>\n <li>\n <p>The implementation might return fewer than <code>MaxResults</code> file\n system descriptions while still including a <code>NextToken</code>\n value.</p>\n\n </li>\n <li>\n <p>The order of tags returned in the response of one\n <code>ListTagsForResource</code> call and the order of tags returned across\n the responses of a multi-call iteration is unspecified.</p>\n </li>\n </ul>",
5116+
"smithy.api#documentation": "<p>Lists tags for Amazon FSx resources.</p>\n\n <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code>\n parameter to limit the number of tags in a response. If more tags remain, Amazon FSx\n returns a <code>NextToken</code> value in the response. In this case, send a later\n request with the <code>NextToken</code> request parameter set to the value of\n <code>NextToken</code> from the last response.</p>\n\n <p>This action is used in an iterative process to retrieve a list of your tags.\n <code>ListTagsForResource</code> is called first without a\n <code>NextToken</code>value. Then the action continues to be called with the\n <code>NextToken</code> parameter set to the value of the last <code>NextToken</code>\n value until a response has no <code>NextToken</code>.</p>\n\n <p>When using this action, keep the following in mind:</p>\n <ul>\n <li>\n <p>The implementation might return fewer than <code>MaxResults</code> file\n system descriptions while still including a <code>NextToken</code>\n value.</p>\n\n </li>\n <li>\n <p>The order of tags returned in the response of one\n <code>ListTagsForResource</code> call and the order of tags returned across\n the responses of a multi-call iteration is unspecified.</p>\n </li>\n </ul>",
51175117
"smithy.api#paginated": {
51185118
"inputToken": "NextToken",
51195119
"outputToken": "NextToken",

0 commit comments

Comments
 (0)