@aws-sdk/client-fsx 3.451.0 → 3.454.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -109,6 +109,11 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
|
|
|
109
109
|
* </li>
|
|
110
110
|
* <li>
|
|
111
111
|
* <p>
|
|
112
|
+
* <code>PerUnitStorageThroughput</code>
|
|
113
|
+
* </p>
|
|
114
|
+
* </li>
|
|
115
|
+
* <li>
|
|
116
|
+
* <p>
|
|
112
117
|
* <code>StorageCapacity</code>
|
|
113
118
|
* </p>
|
|
114
119
|
* </li>
|
|
@@ -272,6 +277,7 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
|
|
|
272
277
|
* "STRING_VALUE",
|
|
273
278
|
* ],
|
|
274
279
|
* },
|
|
280
|
+
* PerUnitStorageThroughput: Number("int"),
|
|
275
281
|
* },
|
|
276
282
|
* OntapConfiguration: { // UpdateFileSystemOntapConfiguration
|
|
277
283
|
* AutomaticBackupRetentionDays: Number("int"),
|
|
@@ -8129,6 +8129,27 @@ export interface UpdateFileSystemLustreConfiguration {
|
|
|
8129
8129
|
* try to access your file system as a root user.</p>
|
|
8130
8130
|
*/
|
|
8131
8131
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
8132
|
+
/**
|
|
8133
|
+
* @public
|
|
8134
|
+
* <p>The throughput of an Amazon FSx for Lustre Persistent SSD-based file system,
|
|
8135
|
+
* measured in megabytes per second per tebibyte (MB/s/TiB). You can increase or decrease
|
|
8136
|
+
* your file system's throughput. Valid values depend on the deployment type of the file
|
|
8137
|
+
* system, as follows:</p>
|
|
8138
|
+
* <ul>
|
|
8139
|
+
* <li>
|
|
8140
|
+
* <p>For <code>PERSISTENT_1</code> SSD-based deployment types, valid values
|
|
8141
|
+
* are 50, 100, and 200 MB/s/TiB.</p>
|
|
8142
|
+
* </li>
|
|
8143
|
+
* <li>
|
|
8144
|
+
* <p>For <code>PERSISTENT_2</code> SSD-based deployment types, valid values
|
|
8145
|
+
* are 125, 250, 500, and 1000 MB/s/TiB.</p>
|
|
8146
|
+
* </li>
|
|
8147
|
+
* </ul>
|
|
8148
|
+
* <p>For more information, see
|
|
8149
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-throughput-capacity.html">
|
|
8150
|
+
* Managing throughput capacity</a>.</p>
|
|
8151
|
+
*/
|
|
8152
|
+
PerUnitStorageThroughput?: number;
|
|
8132
8153
|
}
|
|
8133
8154
|
/**
|
|
8134
8155
|
* @public
|
|
@@ -8249,7 +8270,7 @@ export interface UpdateFileSystemOpenZFSConfiguration {
|
|
|
8249
8270
|
* <ul>
|
|
8250
8271
|
* <li>
|
|
8251
8272
|
* <p>For <code>MULTI_AZ_1</code> and <code>SINGLE_AZ_2</code>, valid values are 160, 320, 640,
|
|
8252
|
-
* 1280, 2560, 3840, 5120, 7680, or 10240
|
|
8273
|
+
* 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.</p>
|
|
8253
8274
|
* </li>
|
|
8254
8275
|
* <li>
|
|
8255
8276
|
* <p>For <code>SINGLE_AZ_1</code>, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s.</p>
|
|
@@ -8834,7 +8855,7 @@ export interface AdministrativeAction {
|
|
|
8834
8855
|
* <code>COMPLETED</code>. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html">Managing
|
|
8835
8856
|
* storage capacity</a> in the <i>Amazon FSx for Windows
|
|
8836
8857
|
* File Server User Guide</i>, <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html">Managing storage
|
|
8837
|
-
*
|
|
8858
|
+
* capacity</a> in the <i>Amazon FSx for
|
|
8838
8859
|
* Lustre User Guide</i>, and
|
|
8839
8860
|
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html">Managing storage capacity and provisioned IOPS</a> in the <i>Amazon FSx for NetApp ONTAP User
|
|
8840
8861
|
* Guide</i>.</p>
|
|
@@ -1593,6 +1593,7 @@ export interface UpdateFileSystemLustreConfiguration {
|
|
|
1593
1593
|
DataCompressionType?: DataCompressionType;
|
|
1594
1594
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
1595
1595
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
1596
|
+
PerUnitStorageThroughput?: number;
|
|
1596
1597
|
}
|
|
1597
1598
|
export interface UpdateFileSystemOntapConfiguration {
|
|
1598
1599
|
AutomaticBackupRetentionDays?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fsx",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.454.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.454.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.451.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.451.0",
|