@aws-sdk/client-fsx 3.450.0 → 3.453.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 MBps.</p>
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
- * and throughput capacity</a> in the <i>Amazon FSx for
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.450.0",
4
+ "version": "3.453.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,42 +21,42 @@
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.450.0",
25
- "@aws-sdk/core": "3.445.0",
26
- "@aws-sdk/credential-provider-node": "3.450.0",
27
- "@aws-sdk/middleware-host-header": "3.449.0",
28
- "@aws-sdk/middleware-logger": "3.449.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.449.0",
30
- "@aws-sdk/middleware-signing": "3.449.0",
31
- "@aws-sdk/middleware-user-agent": "3.449.0",
32
- "@aws-sdk/region-config-resolver": "3.433.0",
33
- "@aws-sdk/types": "3.449.0",
34
- "@aws-sdk/util-endpoints": "3.449.0",
35
- "@aws-sdk/util-user-agent-browser": "3.449.0",
36
- "@aws-sdk/util-user-agent-node": "3.449.0",
37
- "@smithy/config-resolver": "^2.0.16",
38
- "@smithy/fetch-http-handler": "^2.2.4",
39
- "@smithy/hash-node": "^2.0.12",
40
- "@smithy/invalid-dependency": "^2.0.12",
41
- "@smithy/middleware-content-length": "^2.0.14",
42
- "@smithy/middleware-endpoint": "^2.1.3",
43
- "@smithy/middleware-retry": "^2.0.18",
44
- "@smithy/middleware-serde": "^2.0.12",
45
- "@smithy/middleware-stack": "^2.0.6",
46
- "@smithy/node-config-provider": "^2.1.3",
47
- "@smithy/node-http-handler": "^2.1.8",
48
- "@smithy/protocol-http": "^3.0.8",
49
- "@smithy/smithy-client": "^2.1.12",
50
- "@smithy/types": "^2.4.0",
51
- "@smithy/url-parser": "^2.0.12",
52
- "@smithy/util-base64": "^2.0.0",
24
+ "@aws-sdk/client-sts": "3.451.0",
25
+ "@aws-sdk/core": "3.451.0",
26
+ "@aws-sdk/credential-provider-node": "3.451.0",
27
+ "@aws-sdk/middleware-host-header": "3.451.0",
28
+ "@aws-sdk/middleware-logger": "3.451.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
30
+ "@aws-sdk/middleware-signing": "3.451.0",
31
+ "@aws-sdk/middleware-user-agent": "3.451.0",
32
+ "@aws-sdk/region-config-resolver": "3.451.0",
33
+ "@aws-sdk/types": "3.451.0",
34
+ "@aws-sdk/util-endpoints": "3.451.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
36
+ "@aws-sdk/util-user-agent-node": "3.451.0",
37
+ "@smithy/config-resolver": "^2.0.18",
38
+ "@smithy/fetch-http-handler": "^2.2.6",
39
+ "@smithy/hash-node": "^2.0.15",
40
+ "@smithy/invalid-dependency": "^2.0.13",
41
+ "@smithy/middleware-content-length": "^2.0.15",
42
+ "@smithy/middleware-endpoint": "^2.2.0",
43
+ "@smithy/middleware-retry": "^2.0.20",
44
+ "@smithy/middleware-serde": "^2.0.13",
45
+ "@smithy/middleware-stack": "^2.0.7",
46
+ "@smithy/node-config-provider": "^2.1.5",
47
+ "@smithy/node-http-handler": "^2.1.9",
48
+ "@smithy/protocol-http": "^3.0.9",
49
+ "@smithy/smithy-client": "^2.1.15",
50
+ "@smithy/types": "^2.5.0",
51
+ "@smithy/url-parser": "^2.0.13",
52
+ "@smithy/util-base64": "^2.0.1",
53
53
  "@smithy/util-body-length-browser": "^2.0.0",
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
- "@smithy/util-defaults-mode-browser": "^2.0.16",
56
- "@smithy/util-defaults-mode-node": "^2.0.21",
57
- "@smithy/util-endpoints": "^1.0.2",
58
- "@smithy/util-retry": "^2.0.5",
59
- "@smithy/util-utf8": "^2.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
56
+ "@smithy/util-defaults-mode-node": "^2.0.25",
57
+ "@smithy/util-endpoints": "^1.0.4",
58
+ "@smithy/util-retry": "^2.0.6",
59
+ "@smithy/util-utf8": "^2.0.2",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },