@aws-sdk/client-fsx 3.165.0 → 3.166.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.166.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.165.0...v3.166.0) (2022-09-07)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-fsx
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.165.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.164.0...v3.165.0) (2022-09-06)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-fsx
@@ -76,12 +76,11 @@ export declare enum Status {
76
76
  UPDATED_OPTIMIZING = "UPDATED_OPTIMIZING"
77
77
  }
78
78
  /**
79
- * <p>A structure providing details of any failures that occurred when creating a file
80
- * system.</p>
79
+ * <p>A structure providing details of any failures that occurred.</p>
81
80
  */
82
81
  export interface FileSystemFailureDetails {
83
82
  /**
84
- * <p>A message describing any failures that occurred during file system creation.</p>
83
+ * <p>A message describing any failures that occurred.</p>
85
84
  */
86
85
  Message?: string;
87
86
  }
@@ -3951,8 +3950,11 @@ export interface CreateOntapVolumeConfiguration {
3951
3950
  */
3952
3951
  JunctionPath: string | undefined;
3953
3952
  /**
3954
- * <p>The security style for the volume. If a volume's security style is not specified,
3955
- * it is automatically set to the root volume's security style.
3953
+ * <p>Specifies the security style for the volume. If a volume's security style is not specified,
3954
+ * it is automatically set to the root volume's security style. The security style determines the type of permissions
3955
+ * that FSx for ONTAP uses to control data access. For more information, see
3956
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-security-style">Volume security style</a>
3957
+ * in the <i>Amazon FSx for NetApp ONTAP User Guide</i>.
3956
3958
  * Specify one of the following values:</p>
3957
3959
  * <ul>
3958
3960
  * <li>
@@ -5983,8 +5985,7 @@ export interface FileSystem {
5983
5985
  */
5984
5986
  Lifecycle?: FileSystemLifecycle | string;
5985
5987
  /**
5986
- * <p>A structure providing details of any failures that occurred when creating a file
5987
- * system.</p>
5988
+ * <p>A structure providing details of any failures that occurred.</p>
5988
5989
  */
5989
5990
  FailureDetails?: FileSystemFailureDetails;
5990
5991
  /**
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.165.0",
4
+ "version": "3.166.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",