Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 19, 2023
1 parent 7d7814f commit bdcf668
Show file tree
Hide file tree
Showing 6 changed files with 1,302 additions and 192 deletions.
357 changes: 227 additions & 130 deletions codegen/sdk-codegen/aws-models/appsync.json

Large diffs are not rendered by default.

195 changes: 155 additions & 40 deletions codegen/sdk-codegen/aws-models/chime-sdk-meetings.json

Large diffs are not rendered by default.

55 changes: 38 additions & 17 deletions codegen/sdk-codegen/aws-models/ec2.json

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions codegen/sdk-codegen/aws-models/fsx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3305,7 +3305,7 @@
"ThroughputCapacityPerHAPair": {
"target": "com.amazonaws.fsx#ThroughputCapacityPerHAPair",
"traits": {
"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>"
"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>"
}
}
},
Expand Down Expand Up @@ -6177,6 +6177,12 @@
},
"NextToken": {
"target": "com.amazonaws.fsx#NextToken"
},
"IncludeShared": {
"target": "com.amazonaws.fsx#IncludeShared",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7509,6 +7515,9 @@
}
}
},
"com.amazonaws.fsx#IncludeShared": {
"type": "boolean"
},
"com.amazonaws.fsx#IncompatibleParameterError": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -9006,6 +9015,12 @@
"traits": {
"smithy.api#documentation": "<p>The ID of the snapshot that's being copied or was most recently copied to the\n destination volume.</p>"
}
},
"CopyStrategy": {
"target": "com.amazonaws.fsx#OpenZFSCopyStrategy",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -11298,7 +11313,7 @@
"ThroughputCapacityPerHAPair": {
"target": "com.amazonaws.fsx#ThroughputCapacityPerHAPair",
"traits": {
"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>"
"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>"
}
}
},
Expand Down
Loading

0 comments on commit bdcf668

Please sign in to comment.