@aws-sdk/client-fsx 3.405.0 → 3.409.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.
@@ -3498,8 +3498,8 @@ export interface DataRepositoryTaskStatus {
3498
3498
  * and a linked data repository.</p>
3499
3499
  * </li>
3500
3500
  * <li>
3501
- * <p>You use release data repository tasks to release have been exported
3502
- * to a linked S3 bucketed files from your Amazon FSx for Lustre file system.</p>
3501
+ * <p>You use release data repository tasks to release files that have been exported
3502
+ * to a linked S3 bucket from your Amazon FSx for Lustre file system.</p>
3503
3503
  * </li>
3504
3504
  * <li>
3505
3505
  * <p>An Amazon File Cache resource uses a task to automatically
@@ -5298,7 +5298,7 @@ export interface CreateFileSystemRequest {
5298
5298
  KmsKeyId?: string;
5299
5299
  /**
5300
5300
  * @public
5301
- * <p>The Microsoft Windows configuration for the file system that's being created. </p>
5301
+ * <p>The Microsoft Windows configuration for the file system that's being created.</p>
5302
5302
  */
5303
5303
  WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
5304
5304
  /**
@@ -5343,7 +5343,7 @@ export interface CreateFileSystemRequest {
5343
5343
  * @public
5344
5344
  * <p>(Optional) For FSx for Lustre file systems, sets the Lustre version
5345
5345
  * for the file system that you're creating. Valid values are <code>2.10</code>,
5346
- * <code>2.12</code>m and <code>2.15</code>:</p>
5346
+ * <code>2.12</code>, and <code>2.15</code>:</p>
5347
5347
  * <ul>
5348
5348
  * <li>
5349
5349
  * <p>2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.</p>
@@ -9132,7 +9132,7 @@ export interface FileSystem {
9132
9132
  /**
9133
9133
  * @public
9134
9134
  * <p>The Lustre version of the Amazon FSx for Lustre file system, which
9135
- * is <code>2.10</code>, <code>2.12</code>, or <code>2.15</code>.</p>
9135
+ * can be <code>2.10</code>, <code>2.12</code>, or <code>2.15</code>.</p>
9136
9136
  */
9137
9137
  FileSystemTypeVersion?: string;
9138
9138
  /**
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.405.0",
4
+ "version": "3.409.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,17 +21,17 @@
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.405.0",
25
- "@aws-sdk/credential-provider-node": "3.405.0",
26
- "@aws-sdk/middleware-host-header": "3.398.0",
27
- "@aws-sdk/middleware-logger": "3.398.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.398.0",
29
- "@aws-sdk/middleware-signing": "3.398.0",
30
- "@aws-sdk/middleware-user-agent": "3.398.0",
31
- "@aws-sdk/types": "3.398.0",
32
- "@aws-sdk/util-endpoints": "3.398.0",
33
- "@aws-sdk/util-user-agent-browser": "3.398.0",
34
- "@aws-sdk/util-user-agent-node": "3.405.0",
24
+ "@aws-sdk/client-sts": "3.409.0",
25
+ "@aws-sdk/credential-provider-node": "3.409.0",
26
+ "@aws-sdk/middleware-host-header": "3.408.0",
27
+ "@aws-sdk/middleware-logger": "3.408.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.408.0",
29
+ "@aws-sdk/middleware-signing": "3.408.0",
30
+ "@aws-sdk/middleware-user-agent": "3.408.0",
31
+ "@aws-sdk/types": "3.408.0",
32
+ "@aws-sdk/util-endpoints": "3.408.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.408.0",
34
+ "@aws-sdk/util-user-agent-node": "3.408.0",
35
35
  "@smithy/config-resolver": "^2.0.5",
36
36
  "@smithy/fetch-http-handler": "^2.0.5",
37
37
  "@smithy/hash-node": "^2.0.5",