|
3305 | 3305 | "ThroughputCapacityPerHAPair": { |
3306 | 3306 | "target": "com.amazonaws.fsx#ThroughputCapacityPerHAPair", |
3307 | 3307 | "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>" |
3309 | 3309 | } |
3310 | 3310 | } |
3311 | 3311 | }, |
|
6177 | 6177 | }, |
6178 | 6178 | "NextToken": { |
6179 | 6179 | "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 | + } |
6180 | 6186 | } |
6181 | 6187 | }, |
6182 | 6188 | "traits": { |
|
7509 | 7515 | } |
7510 | 7516 | } |
7511 | 7517 | }, |
| 7518 | + "com.amazonaws.fsx#IncludeShared": { |
| 7519 | + "type": "boolean" |
| 7520 | + }, |
7512 | 7521 | "com.amazonaws.fsx#IncompatibleParameterError": { |
7513 | 7522 | "type": "structure", |
7514 | 7523 | "members": { |
|
9006 | 9015 | "traits": { |
9007 | 9016 | "smithy.api#documentation": "<p>The ID of the snapshot that's being copied or was most recently copied to the\n destination volume.</p>" |
9008 | 9017 | } |
| 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 | + } |
9009 | 9024 | } |
9010 | 9025 | }, |
9011 | 9026 | "traits": { |
|
11298 | 11313 | "ThroughputCapacityPerHAPair": { |
11299 | 11314 | "target": "com.amazonaws.fsx#ThroughputCapacityPerHAPair", |
11300 | 11315 | "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>" |
11302 | 11317 | } |
11303 | 11318 | } |
11304 | 11319 | }, |
|
0 commit comments