Skip to content

Commit d087087

Browse files
feat: update AWS API models
1 parent 711f6cd commit d087087

File tree

6 files changed

+1282
-172
lines changed

6 files changed

+1282
-172
lines changed

codegen/sdk/aws-models/appsync.json

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

codegen/sdk/aws-models/chime-sdk-meetings.json

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

codegen/sdk/aws-models/ec2.json

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

codegen/sdk/aws-models/fsx.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@
33053305
"ThroughputCapacityPerHAPair": {
33063306
"target": "com.amazonaws.fsx#ThroughputCapacityPerHAPair",
33073307
"traits": {
3308-
"smithy.api#documentation": "<p>Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system. </p>\n <p>This field and <code>ThroughputCapacity</code> cannot be defined in the same API call, but one is required.</p>\n <p>This field and <code>ThroughputCapacity</code> are the same for file systems with one HA pair.</p>\n <ul>\n <li>\n <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code>, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.</p>\n </li>\n <li>\n <p>For <code>SINGLE_AZ_2</code>, valid values are 3072 or 6144 MBps.</p>\n </li>\n </ul>\n <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>\n <ul>\n <li>\n <p>The value of <code>ThroughputCapacity</code> and <code>ThroughputCapacityPerHAPair</code> are not the same value</p>\n </li>\n <li>\n <p>The value of <code>ThroughputCapacityPerHAPair</code> is not a valid value.</p>\n </li>\n </ul>"
3308+
"smithy.api#documentation": "<p>Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system. </p>\n <p>This field and <code>ThroughputCapacity</code> cannot be defined in the same API call, but one is required.</p>\n <p>This field and <code>ThroughputCapacity</code> are the same for file systems with one HA pair.</p>\n <ul>\n <li>\n <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code>, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.</p>\n </li>\n <li>\n <p>For <code>SINGLE_AZ_2</code>, valid values are 3072 or 6144 MBps.</p>\n </li>\n </ul>\n <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>\n <ul>\n <li>\n <p>The value of <code>ThroughputCapacity</code> and <code>ThroughputCapacityPerHAPair</code> are not the same value for file systems with one HA pair.</p>\n </li>\n <li>\n <p>The value of deployment type is <code>SINGLE_AZ_2</code> and <code>ThroughputCapacity</code> / <code>ThroughputCapacityPerHAPair</code> is a valid HA pair (a value between 2 and 6).</p>\n </li>\n <li>\n <p>The value of <code>ThroughputCapacityPerHAPair</code> is not a valid value.</p>\n </li>\n </ul>"
33093309
}
33103310
}
33113311
},
@@ -6177,6 +6177,12 @@
61776177
},
61786178
"NextToken": {
61796179
"target": "com.amazonaws.fsx#NextToken"
6180+
},
6181+
"IncludeShared": {
6182+
"target": "com.amazonaws.fsx#IncludeShared",
6183+
"traits": {
6184+
"smithy.api#documentation": "<p>Set to <code>false</code> (default) if you want to only see the snapshots in your\n Amazon Web Services account. Set to <code>true</code> if you want to see the\n snapshots in your account and the ones shared with you from another account.</p>"
6185+
}
61806186
}
61816187
},
61826188
"traits": {
@@ -7509,6 +7515,9 @@
75097515
}
75107516
}
75117517
},
7518+
"com.amazonaws.fsx#IncludeShared": {
7519+
"type": "boolean"
7520+
},
75127521
"com.amazonaws.fsx#IncompatibleParameterError": {
75137522
"type": "structure",
75147523
"members": {
@@ -9006,6 +9015,12 @@
90069015
"traits": {
90079016
"smithy.api#documentation": "<p>The ID of the snapshot that's being copied or was most recently copied to the\n destination volume.</p>"
90089017
}
9018+
},
9019+
"CopyStrategy": {
9020+
"target": "com.amazonaws.fsx#OpenZFSCopyStrategy",
9021+
"traits": {
9022+
"smithy.api#documentation": "<p>Specifies the strategy used when copying data from the snapshot to the new volume. </p>\n <ul>\n <li>\n <p>\n <code>CLONE</code> - The new volume references the data in the origin\n snapshot. Cloning a snapshot is faster than copying data from the snapshot to a\n new volume and doesn't consume disk throughput. However, the origin snapshot\n can't be deleted if there is a volume using its copied data.</p>\n </li>\n <li>\n <p>\n <code>FULL_COPY</code> - Copies all data from the snapshot to the new\n volume.</p>\n <p>Specify this option to create the volume from a snapshot on another FSx for OpenZFS file system.</p>\n </li>\n </ul>\n <note>\n <p>The <code>INCREMENTAL_COPY</code> option is only for updating an existing volume\n by using a snapshot from another FSx for OpenZFS file system. For more\n information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/APIReference/API_CopySnapshotAndUpdateVolume.html\">CopySnapshotAndUpdateVolume</a>.</p>\n </note>"
9023+
}
90099024
}
90109025
},
90119026
"traits": {
@@ -11298,7 +11313,7 @@
1129811313
"ThroughputCapacityPerHAPair": {
1129911314
"target": "com.amazonaws.fsx#ThroughputCapacityPerHAPair",
1130011315
"traits": {
11301-
"smithy.api#documentation": "<p>Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system. </p>\n <p>This field and <code>ThroughputCapacity</code> cannot be defined in the same API call, but one is required.</p>\n <p>This field and <code>ThroughputCapacity</code> are the same for file systems with one HA pair.</p>\n <ul>\n <li>\n <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code>, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.</p>\n </li>\n <li>\n <p>For <code>SINGLE_AZ_2</code>, valid values are 3072 or 6144 MBps.</p>\n </li>\n </ul>\n <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>\n <p>The value of <code>ThroughputCapacity</code> and <code>ThroughputCapacityPerHAPair</code> are not the same value.</p>\n <p>The value of <code>ThroughputCapacityPerHAPair</code> is not a valid value.</p>"
11316+
"smithy.api#documentation": "<p>Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system. </p>\n <p>This field and <code>ThroughputCapacity</code> cannot be defined in the same API call, but one is required.</p>\n <p>This field and <code>ThroughputCapacity</code> are the same for file systems with one HA pair.</p>\n <ul>\n <li>\n <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code>, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.</p>\n </li>\n <li>\n <p>For <code>SINGLE_AZ_2</code>, valid values are 3072 or 6144 MBps.</p>\n </li>\n </ul>\n <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>\n <ul>\n <li>\n <p>The value of <code>ThroughputCapacity</code> and <code>ThroughputCapacityPerHAPair</code> are not the same value for file systems with one HA pair.</p>\n </li>\n <li>\n <p>The value of deployment type is <code>SINGLE_AZ_2</code> and <code>ThroughputCapacity</code> / <code>ThroughputCapacityPerHAPair</code> is a valid HA pair (a value between 2 and 6).</p>\n </li>\n <li>\n <p>The value of <code>ThroughputCapacityPerHAPair</code> is not a valid value.</p>\n </li>\n </ul>"
1130211317
}
1130311318
}
1130411319
},

0 commit comments

Comments
 (0)