@aws-sdk/client-fsx 3.41.0 → 3.45.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.
Files changed (88) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/FSx.js +150 -0
  3. package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +36 -0
  4. package/dist-cjs/commands/CreateSnapshotCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteSnapshotCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeSnapshotsCommand.js +36 -0
  9. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +36 -0
  10. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +36 -0
  11. package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +36 -0
  12. package/dist-cjs/commands/UpdateSnapshotCommand.js +36 -0
  13. package/dist-cjs/commands/index.js +10 -0
  14. package/dist-cjs/endpoints.js +1 -0
  15. package/dist-cjs/models/models_0.js +386 -44
  16. package/dist-cjs/pagination/DescribeDataRepositoryAssociationsPaginator.js +35 -0
  17. package/dist-cjs/pagination/DescribeSnapshotsPaginator.js +35 -0
  18. package/dist-cjs/pagination/index.js +2 -0
  19. package/dist-cjs/protocols/Aws_json1_1.js +1745 -131
  20. package/dist-es/FSx.js +150 -0
  21. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +39 -0
  22. package/dist-es/commands/CreateSnapshotCommand.js +39 -0
  23. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +39 -0
  24. package/dist-es/commands/DeleteSnapshotCommand.js +39 -0
  25. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +39 -0
  26. package/dist-es/commands/DescribeSnapshotsCommand.js +39 -0
  27. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +39 -0
  28. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +39 -0
  29. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +39 -0
  30. package/dist-es/commands/UpdateSnapshotCommand.js +39 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/endpoints.js +1 -0
  33. package/dist-es/models/models_0.js +277 -28
  34. package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +74 -0
  35. package/dist-es/pagination/DescribeSnapshotsPaginator.js +74 -0
  36. package/dist-es/pagination/index.js +2 -0
  37. package/dist-es/protocols/Aws_json1_1.js +1653 -74
  38. package/dist-types/FSx.d.ts +406 -146
  39. package/dist-types/FSxClient.d.ts +12 -2
  40. package/dist-types/commands/CopyBackupCommand.d.ts +12 -12
  41. package/dist-types/commands/CreateBackupCommand.d.ts +27 -25
  42. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +45 -0
  43. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +6 -5
  44. package/dist-types/commands/CreateFileSystemCommand.d.ts +36 -16
  45. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +14 -14
  46. package/dist-types/commands/CreateSnapshotCommand.d.ts +62 -0
  47. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
  48. package/dist-types/commands/DeleteBackupCommand.d.ts +4 -3
  49. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -0
  50. package/dist-types/commands/DeleteFileSystemCommand.d.ts +14 -15
  51. package/dist-types/commands/DeleteSnapshotCommand.d.ts +39 -0
  52. package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -4
  53. package/dist-types/commands/DescribeBackupsCommand.d.ts +17 -18
  54. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +53 -0
  55. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +9 -9
  56. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +61 -0
  57. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
  58. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +36 -0
  59. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +36 -0
  60. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +37 -0
  61. package/dist-types/commands/UpdateFileSystemCommand.d.ts +95 -22
  62. package/dist-types/commands/UpdateSnapshotCommand.d.ts +35 -0
  63. package/dist-types/commands/UpdateVolumeCommand.d.ts +1 -1
  64. package/dist-types/commands/index.d.ts +10 -0
  65. package/dist-types/models/models_0.d.ts +2705 -649
  66. package/dist-types/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +4 -0
  67. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
  68. package/dist-types/pagination/index.d.ts +2 -0
  69. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  70. package/dist-types/ts3.4/FSx.d.ts +50 -0
  71. package/dist-types/ts3.4/FSxClient.d.ts +12 -2
  72. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +790 -81
  84. package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
  86. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  87. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  88. package/package.json +5 -5
@@ -3,27 +3,37 @@ import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesComma
3
3
  import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
4
4
  import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
5
5
  import { CreateBackupCommandInput, CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
6
+ import { CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput } from "./commands/CreateDataRepositoryAssociationCommand";
6
7
  import { CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput } from "./commands/CreateDataRepositoryTaskCommand";
7
8
  import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "./commands/CreateFileSystemCommand";
8
9
  import { CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput } from "./commands/CreateFileSystemFromBackupCommand";
10
+ import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
9
11
  import { CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput } from "./commands/CreateStorageVirtualMachineCommand";
10
12
  import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
11
13
  import { CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput } from "./commands/CreateVolumeFromBackupCommand";
12
14
  import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
15
+ import { DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput } from "./commands/DeleteDataRepositoryAssociationCommand";
13
16
  import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "./commands/DeleteFileSystemCommand";
17
+ import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
14
18
  import { DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput } from "./commands/DeleteStorageVirtualMachineCommand";
15
19
  import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
16
20
  import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "./commands/DescribeBackupsCommand";
21
+ import { DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput } from "./commands/DescribeDataRepositoryAssociationsCommand";
17
22
  import { DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput } from "./commands/DescribeDataRepositoryTasksCommand";
18
23
  import { DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput } from "./commands/DescribeFileSystemAliasesCommand";
19
24
  import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "./commands/DescribeFileSystemsCommand";
25
+ import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
20
26
  import { DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput } from "./commands/DescribeStorageVirtualMachinesCommand";
21
27
  import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "./commands/DescribeVolumesCommand";
22
28
  import { DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput } from "./commands/DisassociateFileSystemAliasesCommand";
23
29
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
+ import { ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput } from "./commands/ReleaseFileSystemNfsV3LocksCommand";
31
+ import { RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput } from "./commands/RestoreVolumeFromSnapshotCommand";
24
32
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
25
33
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
+ import { UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput } from "./commands/UpdateDataRepositoryAssociationCommand";
26
35
  import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./commands/UpdateFileSystemCommand";
36
+ import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
27
37
  import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "./commands/UpdateStorageVirtualMachineCommand";
28
38
  import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand";
29
39
  import { FSxClient } from "./FSxClient";
@@ -70,65 +80,67 @@ export declare class FSx extends FSxClient {
70
80
  * <p>Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region
71
81
  * (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy). You can have up to five
72
82
  * backup copy requests in progress to a single destination Region per account.</p>
73
- * <p>You can use cross-Region backup copies for cross-region disaster recovery.
74
- * You periodically take backups and copy them to another Region so that in the
75
- * event of a disaster in the primary Region, you can restore from backup and recover
76
- * availability quickly in the other Region. You can make cross-Region copies
77
- * only within your Amazon Web Services partition.</p>
78
- * <p> You can also use backup copies to clone your file data set to another Region
79
- * or within the same Region.</p>
83
+ * <p>You can use cross-Region backup copies for cross-Region disaster recovery. You can
84
+ * periodically take backups and copy them to another Region so that in the event of a
85
+ * disaster in the primary Region, you can restore from backup and recover availability
86
+ * quickly in the other Region. You can make cross-Region copies only within your Amazon Web Services partition. A partition is a grouping of Regions. Amazon Web Services currently
87
+ * has three partitions: <code>aws</code> (Standard Regions), <code>aws-cn</code> (China
88
+ * Regions), and <code>aws-us-gov</code> (Amazon Web Services GovCloud [US] Regions).</p>
89
+ * <p>You can also use backup copies to clone your file dataset to another Region or within
90
+ * the same Region.</p>
80
91
  * <p>You can use the <code>SourceRegion</code> parameter to specify the Amazon Web Services Region
81
92
  * from which the backup will be copied. For example, if you make the call from the
82
93
  * <code>us-west-1</code> Region and want to copy a backup from the <code>us-east-2</code>
83
94
  * Region, you specify <code>us-east-2</code> in the <code>SourceRegion</code> parameter
84
95
  * to make a cross-Region copy. If you don't specify a Region, the backup copy is
85
96
  * created in the same Region where the request is sent from (in-Region copy).</p>
86
- * <p>For more information on creating backup copies, see
87
- * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups">
88
- * Copying backups</a> in the <i>Amazon FSx for Windows User Guide</i> and
89
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups">Copying backups</a>
90
- * in the <i>Amazon FSx for Lustre User Guide</i>.</p>
97
+ * <p>For more information about creating backup copies, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups"> Copying backups</a>
98
+ * in the <i>Amazon FSx for Windows User Guide</i>, <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups">Copying backups</a> in the <i>Amazon FSx for Lustre User
99
+ * Guide</i>, and <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/using-backups.html#copy-backups">Copying backups</a> in the <i>Amazon FSx for OpenZFS User
100
+ * Guide</i>.</p>
91
101
  */
92
102
  copyBackup(args: CopyBackupCommandInput, options?: __HttpHandlerOptions): Promise<CopyBackupCommandOutput>;
93
103
  copyBackup(args: CopyBackupCommandInput, cb: (err: any, data?: CopyBackupCommandOutput) => void): void;
94
104
  copyBackup(args: CopyBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyBackupCommandOutput) => void): void;
95
105
  /**
96
- * <p>Creates a backup of an existing Amazon FSx for Windows File Server
97
- * or Amazon FSx for Lustre file system, or of an Amazon FSx for NetApp ONTAP
98
- * volume. Creating regular backups is a best practice, enabling you to restore
99
- * a file system or volume from a backup if an issue arises with the original
100
- * file system or volume.</p>
101
- * <p>For Amazon FSx for Lustre file systems, you can create a backup only
102
- * for file systems with the following configuration:</p>
106
+ * <p>Creates a backup of an existing Amazon FSx for Windows File Server file
107
+ * system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP
108
+ * volume, or Amazon FSx for OpenZFS file system. We recommend creating regular
109
+ * backups so that you can restore a file system or volume from a backup if an issue arises
110
+ * with the original file system or volume.</p>
111
+ * <p>For Amazon FSx for Lustre file systems, you can create a backup only for file
112
+ * systems that have the following configuration:</p>
103
113
  * <ul>
104
114
  * <li>
105
- * <p>a Persistent deployment type</p>
115
+ * <p>A Persistent deployment type</p>
106
116
  * </li>
107
117
  * <li>
108
- * <p>is <i>not</i> linked to a data repository.</p>
118
+ * <p>Are <i>not</i> linked to a data repository</p>
109
119
  * </li>
110
120
  * </ul>
111
121
  * <p>For more information about backups, see the following:</p>
112
122
  * <ul>
113
123
  * <li>
114
- * <p>For Amazon FSx for Lustre,
115
- * see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html">Working with FSx for Lustre backups</a>.</p>
124
+ * <p>For Amazon FSx for Lustre, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html">Working with FSx for
125
+ * Lustre backups</a>.</p>
116
126
  * </li>
117
127
  * <li>
118
- * <p>For Amazon FSx for Windows,
119
- * see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html">Working with FSx for Windows backups</a>.</p>
128
+ * <p>For Amazon FSx for Windows, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html">Working with FSx for
129
+ * Windows backups</a>.</p>
120
130
  * </li>
121
131
  * <li>
122
- * <p>For Amazon FSx for NetApp ONTAP,
123
- * see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/using-backups.html">Working with FSx for NetApp ONTAP backups</a>.</p>
132
+ * <p>For Amazon FSx for NetApp ONTAP, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/using-backups.html">Working with FSx for NetApp
133
+ * ONTAP backups</a>.</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>For Amazon FSx for OpenZFS, see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/using-backups.html">Working with FSx for OpenZFS backups</a>.</p>
124
137
  * </li>
125
138
  * </ul>
126
- * <p>If a backup with the specified client request token exists, and the parameters
127
- * match, this operation returns the description of the existing backup. If a backup
128
- * specified client request token exists, and the parameters don't match, this
129
- * operation returns <code>IncompatibleParameterError</code>. If a backup with the
130
- * specified client request token doesn't exist, <code>CreateBackup</code> does the
131
- * following: </p>
139
+ * <p>If a backup with the specified client request token exists and the parameters match,
140
+ * this operation returns the description of the existing backup. If a backup with the
141
+ * specified client request token exists and the parameters don't match, this operation
142
+ * returns <code>IncompatibleParameterError</code>. If a backup with the specified client
143
+ * request token doesn't exist, <code>CreateBackup</code> does the following: </p>
132
144
  * <ul>
133
145
  * <li>
134
146
  * <p>Creates a new Amazon FSx backup with an assigned ID, and an initial
@@ -145,47 +157,59 @@ export declare class FSx extends FSxClient {
145
157
  * you use the same client request token and the initial call created a backup, the
146
158
  * operation returns a successful result because all the parameters are the same.</p>
147
159
  *
148
- * <p>The <code>CreateBackup</code> operation returns while the backup's
149
- * lifecycle state is still <code>CREATING</code>. You can check the backup creation
150
- * status by calling the <a>DescribeBackups</a> operation, which returns the
151
- * backup state along with other information.</p>
160
+ * <p>The <code>CreateBackup</code> operation returns while the backup's lifecycle state is
161
+ * still <code>CREATING</code>. You can check the backup creation status by calling the
162
+ * <a href="https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeBackups.html">DescribeBackups</a> operation, which returns the backup state along with other
163
+ * information.</p>
152
164
  */
153
165
  createBackup(args: CreateBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupCommandOutput>;
154
166
  createBackup(args: CreateBackupCommandInput, cb: (err: any, data?: CreateBackupCommandOutput) => void): void;
155
167
  createBackup(args: CreateBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupCommandOutput) => void): void;
168
+ /**
169
+ * <p>Creates an Amazon FSx for Lustre data repository association (DRA). A data
170
+ * repository association is a link between a directory on the file system and
171
+ * an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository
172
+ * associations on a file system. Data repository associations are supported only
173
+ * for file systems with the <code>Persistent_2</code> deployment type.</p>
174
+ * <p>Each data repository association must have a unique Amazon FSx file
175
+ * system directory and a unique S3 bucket or prefix associated with it. You
176
+ * can configure a data repository association for automatic import only,
177
+ * for automatic export only, or for both. To learn more about linking a
178
+ * data repository to your file system, see
179
+ * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-dra-linked-data-repo.html">Linking your file system to an S3 bucket</a>.</p>
180
+ */
181
+ createDataRepositoryAssociation(args: CreateDataRepositoryAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataRepositoryAssociationCommandOutput>;
182
+ createDataRepositoryAssociation(args: CreateDataRepositoryAssociationCommandInput, cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void): void;
183
+ createDataRepositoryAssociation(args: CreateDataRepositoryAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void): void;
156
184
  /**
157
185
  * <p>Creates an Amazon FSx for Lustre data repository task. You use data repository tasks
158
186
  * to perform bulk operations between your Amazon FSx file system and its linked data
159
- * repository. An example of a data repository task is
160
- * exporting any data and metadata changes, including POSIX metadata, to files, directories, and symbolic links (symlinks) from your FSx file system to its linked data repository. A
161
- * <code>CreateDataRepositoryTask</code> operation will fail if a data repository is not
162
- * linked to the FSx file system. To learn more about data repository tasks, see
187
+ * repositories. An example of a data repository task is exporting any data and metadata
188
+ * changes, including POSIX metadata, to files, directories, and symbolic links (symlinks)
189
+ * from your FSx file system to a linked data repository. A <code>CreateDataRepositoryTask</code>
190
+ * operation will fail if a data repository is not linked to the FSx file system. To learn
191
+ * more about data repository tasks, see
163
192
  * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html">Data Repository Tasks</a>.
164
193
  * To learn more about linking a data repository to your file system, see
165
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-fs-linked-data-repo.html">Linking your file system to an S3 bucket</a>.</p>
194
+ * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-dra-linked-data-repo.html">Linking your file system to an S3 bucket</a>.</p>
166
195
  */
167
196
  createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataRepositoryTaskCommandOutput>;
168
197
  createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void): void;
169
198
  createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void): void;
170
199
  /**
171
- * <p>Creates a new, empty Amazon FSx file system.</p>
172
- *
173
- * <p>If a file system with the specified client request token exists and the parameters
174
- * match, <code>CreateFileSystem</code> returns the description of the existing file
175
- * system. If a file system specified client request token exists and the parameters
176
- * don't match, this call returns <code>IncompatibleParameterError</code>. If a file
177
- * system with the specified client request token doesn't exist,
178
- * <code>CreateFileSystem</code> does the following: </p>
200
+ * <p>Creates a new, empty Amazon FSx file system. You can create the following supported
201
+ * Amazon FSx file systems using the <code>CreateFileSystem</code> API operation:</p>
179
202
  * <ul>
180
203
  * <li>
181
- * <p>Creates a new, empty Amazon FSx file system with an assigned ID, and an
182
- * initial lifecycle state of <code>CREATING</code>.</p>
204
+ * <p>Amazon FSx for Lustre</p>
183
205
  * </li>
184
206
  * <li>
185
- * <p>Returns the description of the file system.</p>
207
+ * <p>Amazon FSx for NetApp ONTAP</p>
208
+ * </li>
209
+ * <li>
210
+ * <p>Amazon FSx for Windows File Server</p>
186
211
  * </li>
187
212
  * </ul>
188
- *
189
213
  * <p>This operation requires a client request token in the request that Amazon FSx uses
190
214
  * to ensure idempotent creation. This means that calling the operation multiple times with
191
215
  * the same client request token has no effect. By using the idempotent operation, you can
@@ -195,37 +219,62 @@ export declare class FSx extends FSxClient {
195
219
  * occurred, or your connection was reset. If you use the same client request token and the
196
220
  * initial call created a file system, the client receives success as long as the
197
221
  * parameters are the same.</p>
222
+ * <p>If a file system with the specified client request token exists and the parameters
223
+ * match, <code>CreateFileSystem</code> returns the description of the existing file
224
+ * system. If a file system with the specified client request token exists and the
225
+ * parameters don't match, this call returns <code>IncompatibleParameterError</code>. If a
226
+ * file system with the specified client request token doesn't exist,
227
+ * <code>CreateFileSystem</code> does the following: </p>
228
+ * <ul>
229
+ * <li>
230
+ * <p>Creates a new, empty Amazon FSx file system with an assigned ID, and
231
+ * an initial lifecycle state of <code>CREATING</code>.</p>
232
+ * </li>
233
+ * <li>
234
+ * <p>Returns the description of the file system.</p>
235
+ * </li>
236
+ * </ul>
237
+ *
238
+ * <p>This operation requires a client request token in the request that Amazon FSx
239
+ * uses to ensure idempotent creation. This means that calling the operation multiple times
240
+ * with the same client request token has no effect. By using the idempotent operation, you
241
+ * can retry a <code>CreateFileSystem</code> operation without the risk of creating an
242
+ * extra file system. This approach can be useful when an initial call fails in a way that
243
+ * makes it unclear whether a file system was created. Examples are if a transport-level
244
+ * timeout occurred, or your connection was reset. If you use the same client request token
245
+ * and the initial call created a file system, the client receives a success message as
246
+ * long as the parameters are the same.</p>
198
247
  * <note>
199
- * <p>The <code>CreateFileSystem</code> call returns while the file system's
200
- * lifecycle state is still <code>CREATING</code>. You can check the file-system
201
- * creation status by calling the <a>DescribeFileSystems</a> operation,
202
- * which returns the file system state along with other information.</p>
248
+ * <p>The <code>CreateFileSystem</code> call returns while the file system's lifecycle
249
+ * state is still <code>CREATING</code>. You can check the file-system creation status
250
+ * by calling the <a href="https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeFileSystems.html">DescribeFileSystems</a> operation, which returns the file system state
251
+ * along with other information.</p>
203
252
  * </note>
204
253
  */
205
254
  createFileSystem(args: CreateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<CreateFileSystemCommandOutput>;
206
255
  createFileSystem(args: CreateFileSystemCommandInput, cb: (err: any, data?: CreateFileSystemCommandOutput) => void): void;
207
256
  createFileSystem(args: CreateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFileSystemCommandOutput) => void): void;
208
257
  /**
209
- * <p>Creates a new Amazon FSx for Lustre or Amazon FSx for Windows File Server file system
210
- * from an existing Amazon FSx backup.</p>
258
+ * <p>Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File
259
+ * Server, or Amazon FSx for OpenZFS file system from an existing Amazon FSx backup.</p>
211
260
  *
212
261
  * <p>If a file system with the specified client request token exists and the parameters
213
- * match, this operation returns the description of the file system. If a client
214
- * request token specified by the file system exists and the parameters don't match,
215
- * this call returns <code>IncompatibleParameterError</code>. If a file system with the
262
+ * match, this operation returns the description of the file system. If a client request
263
+ * token with the specified by the file system exists and the parameters don't match, this
264
+ * call returns <code>IncompatibleParameterError</code>. If a file system with the
216
265
  * specified client request token doesn't exist, this operation does the following:</p>
217
266
  *
218
267
  * <ul>
219
268
  * <li>
220
- * <p>Creates a new Amazon FSx file system from backup with an assigned ID, and
221
- * an initial lifecycle state of <code>CREATING</code>.</p>
269
+ * <p>Creates a new Amazon FSx file system from backup with an assigned ID,
270
+ * and an initial lifecycle state of <code>CREATING</code>.</p>
222
271
  * </li>
223
272
  * <li>
224
273
  * <p>Returns the description of the file system.</p>
225
274
  * </li>
226
275
  * </ul>
227
276
  *
228
- * <p>Parameters like Active Directory, default share name, automatic backup, and backup
277
+ * <p>Parameters like the Active Directory, default share name, automatic backup, and backup
229
278
  * settings default to the parameters of the file system that was backed up, unless
230
279
  * overridden. You can explicitly supply other settings.</p>
231
280
  *
@@ -234,19 +283,52 @@ export declare class FSx extends FSxClient {
234
283
  * file system. This approach can be useful when an initial call fails in a way that makes
235
284
  * it unclear whether a file system was created. Examples are if a transport level timeout
236
285
  * occurred, or your connection was reset. If you use the same client request token and the
237
- * initial call created a file system, the client receives success as long as the
286
+ * initial call created a file system, the client receives a success message as long as the
238
287
  * parameters are the same.</p>
239
288
  * <note>
240
- * <p>The <code>CreateFileSystemFromBackup</code> call returns while the file
241
- * system's lifecycle state is still <code>CREATING</code>. You can check the
242
- * file-system creation status by calling the <a>DescribeFileSystems</a>
243
- * operation, which returns the file system state along with other
244
- * information.</p>
289
+ * <p>The <code>CreateFileSystemFromBackup</code> call returns while the file system's
290
+ * lifecycle state is still <code>CREATING</code>. You can check the file-system
291
+ * creation status by calling the <a href="https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeFileSystems.html">
292
+ * DescribeFileSystems</a> operation, which returns the file system state along
293
+ * with other information.</p>
245
294
  * </note>
246
295
  */
247
296
  createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateFileSystemFromBackupCommandOutput>;
248
297
  createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void): void;
249
298
  createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void): void;
299
+ /**
300
+ * <p>Creates a snapshot of an existing Amazon FSx for OpenZFS file system. With
301
+ * snapshots, you can easily undo file changes and compare file versions by restoring the
302
+ * volume to a previous version.</p>
303
+ * <p>If a snapshot with the specified client request token exists, and the parameters
304
+ * match, this operation returns the description of the existing snapshot. If a snapshot
305
+ * with the specified client request token exists, and the parameters don't match, this
306
+ * operation returns <code>IncompatibleParameterError</code>. If a snapshot with the
307
+ * specified client request token doesn't exist, <code>CreateSnapshot</code> does the
308
+ * following: </p>
309
+ * <ul>
310
+ * <li>
311
+ * <p>Creates a new OpenZFS snapshot with an assigned ID, and an initial lifecycle
312
+ * state of <code>CREATING</code>.</p>
313
+ * </li>
314
+ * <li>
315
+ * <p>Returns the description of the snapshot.</p>
316
+ * </li>
317
+ * </ul>
318
+ * <p>By using the idempotent operation, you can retry a <code>CreateSnapshot</code>
319
+ * operation without the risk of creating an extra snapshot. This approach can be useful
320
+ * when an initial call fails in a way that makes it unclear whether a snapshot was
321
+ * created. If you use the same client request token and the initial call created a
322
+ * snapshot, the operation returns a successful result because all the parameters are the
323
+ * same.</p>
324
+ * <p>The <code>CreateSnapshot</code> operation returns while the snapshot's lifecycle state
325
+ * is still <code>CREATING</code>. You can check the snapshot creation status by calling
326
+ * the <a href="https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeSnapshots.html">DescribeSnapshots</a> operation, which returns the snapshot state along with
327
+ * other information. </p>
328
+ */
329
+ createSnapshot(args: CreateSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateSnapshotCommandOutput>;
330
+ createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
331
+ createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
250
332
  /**
251
333
  * <p>Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.</p>
252
334
  */
@@ -254,7 +336,8 @@ export declare class FSx extends FSxClient {
254
336
  createStorageVirtualMachine(args: CreateStorageVirtualMachineCommandInput, cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void): void;
255
337
  createStorageVirtualMachine(args: CreateStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void): void;
256
338
  /**
257
- * <p>Creates an Amazon FSx for NetApp ONTAP storage volume.</p>
339
+ * <p>Creates an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS storage
340
+ * volume.</p>
258
341
  */
259
342
  createVolume(args: CreateVolumeCommandInput, options?: __HttpHandlerOptions): Promise<CreateVolumeCommandOutput>;
260
343
  createVolume(args: CreateVolumeCommandInput, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
@@ -267,10 +350,11 @@ export declare class FSx extends FSxClient {
267
350
  createVolumeFromBackup(args: CreateVolumeFromBackupCommandInput, cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void): void;
268
351
  createVolumeFromBackup(args: CreateVolumeFromBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void): void;
269
352
  /**
270
- * <p>Deletes an Amazon FSx backup, deleting its contents. After deletion, the backup no longer exists, and its data is gone.</p>
353
+ * <p>Deletes an Amazon FSx backup. After deletion, the backup no longer exists, and
354
+ * its data is gone.</p>
271
355
  *
272
- * <p>The <code>DeleteBackup</code> call returns instantly. The backup will not show up
273
- * in later <code>DescribeBackups</code> calls.</p>
356
+ * <p>The <code>DeleteBackup</code> call returns instantly. The backup won't show up in
357
+ * later <code>DescribeBackups</code> calls.</p>
274
358
  *
275
359
  * <important>
276
360
  * <p>The data in a deleted backup is also deleted and can't be recovered by any
@@ -281,27 +365,38 @@ export declare class FSx extends FSxClient {
281
365
  deleteBackup(args: DeleteBackupCommandInput, cb: (err: any, data?: DeleteBackupCommandOutput) => void): void;
282
366
  deleteBackup(args: DeleteBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupCommandOutput) => void): void;
283
367
  /**
284
- * <p>Deletes a file system, deleting its contents. After deletion, the file system no
285
- * longer exists, and its data is gone. Any existing automatic backups will also be
286
- * deleted.</p>
287
- * <p>To delete an Amazon FSx for NetApp ONTAP file system, first delete all the volumes
288
- * and SVMs on the file system. Then provide a <code>FileSystemId</code> value to the
289
- * <code>DeleFileSystem</code> operation.</p>
368
+ * <p>Deletes a data repository association on an Amazon FSx for Lustre
369
+ * file system. Deleting the data repository association unlinks the
370
+ * file system from the Amazon S3 bucket. When deleting a data repository
371
+ * association, you have the option of deleting the data in the file system
372
+ * that corresponds to the data repository association. Data repository
373
+ * associations are supported only for file systems with the
374
+ * <code>Persistent_2</code> deployment type.</p>
375
+ */
376
+ deleteDataRepositoryAssociation(args: DeleteDataRepositoryAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataRepositoryAssociationCommandOutput>;
377
+ deleteDataRepositoryAssociation(args: DeleteDataRepositoryAssociationCommandInput, cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void): void;
378
+ deleteDataRepositoryAssociation(args: DeleteDataRepositoryAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void): void;
379
+ /**
380
+ * <p>Deletes a file system. After deletion, the file system no longer exists, and its data
381
+ * is gone. Any existing automatic backups and snapshots are also deleted.</p>
382
+ * <p>To delete an Amazon FSx for NetApp ONTAP file system, first delete all the
383
+ * volumes and storage virtual machines (SVMs) on the file system. Then provide a
384
+ * <code>FileSystemId</code> value to the <code>DeleFileSystem</code> operation.</p>
290
385
  *
291
- * <p>By default, when you delete an Amazon FSx for Windows File Server file system, a
292
- * final backup is created upon deletion. This final backup is not subject to the file
386
+ * <p>By default, when you delete an Amazon FSx for Windows File Server file system,
387
+ * a final backup is created upon deletion. This final backup isn't subject to the file
293
388
  * system's retention policy, and must be manually deleted.</p>
294
389
  *
295
- * <p>The <code>DeleteFileSystem</code> action returns while the file system has the
390
+ * <p>The <code>DeleteFileSystem</code> operation returns while the file system has the
296
391
  * <code>DELETING</code> status. You can check the file system deletion status by
297
- * calling the <a>DescribeFileSystems</a> action, which returns a list of file
298
- * systems in your account. If you pass the file system ID for a deleted file system, the
299
- * <a>DescribeFileSystems</a> returns a <code>FileSystemNotFound</code>
392
+ * calling the <a href="https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeFileSystems.html">DescribeFileSystems</a> operation, which returns a list of file systems in your
393
+ * account. If you pass the file system ID for a deleted file system, the
394
+ * <code>DescribeFileSystems</code> operation returns a <code>FileSystemNotFound</code>
300
395
  * error.</p>
301
396
  * <note>
302
- * <p>Deleting an Amazon FSx for Lustre file system will fail with a 400 BadRequest if
303
- * a data repository task is in a <code>PENDING</code> or <code>EXECUTING</code>
304
- * state.</p>
397
+ * <p>If a data repository task is in a <code>PENDING</code> or <code>EXECUTING</code> state,
398
+ * deleting an Amazon FSx for Lustre file system will fail with an HTTP status
399
+ * code 400 (Bad Request).</p>
305
400
  * </note>
306
401
  * <important>
307
402
  * <p>The data in a deleted file system is also deleted and can't be recovered by
@@ -311,6 +406,16 @@ export declare class FSx extends FSxClient {
311
406
  deleteFileSystem(args: DeleteFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFileSystemCommandOutput>;
312
407
  deleteFileSystem(args: DeleteFileSystemCommandInput, cb: (err: any, data?: DeleteFileSystemCommandOutput) => void): void;
313
408
  deleteFileSystem(args: DeleteFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFileSystemCommandOutput) => void): void;
409
+ /**
410
+ * <p>Deletes the Amazon FSx snapshot. After deletion, the snapshot no longer
411
+ * exists, and its data is gone. Deleting a snapshot doesn't affect snapshots stored in a
412
+ * file system backup. </p>
413
+ * <p>The <code>DeleteSnapshot</code> operation returns instantly. The snapshot appears with
414
+ * the lifecycle status of <code>DELETING</code> until the deletion is complete.</p>
415
+ */
416
+ deleteSnapshot(args: DeleteSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSnapshotCommandOutput>;
417
+ deleteSnapshot(args: DeleteSnapshotCommandInput, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
418
+ deleteSnapshot(args: DeleteSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
314
419
  /**
315
420
  * <p>Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior
316
421
  * to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.</p>
@@ -319,49 +424,70 @@ export declare class FSx extends FSxClient {
319
424
  deleteStorageVirtualMachine(args: DeleteStorageVirtualMachineCommandInput, cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void): void;
320
425
  deleteStorageVirtualMachine(args: DeleteStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void): void;
321
426
  /**
322
- * <p>Deletes an Amazon FSx for NetApp ONTAP volume. When deleting a volume,
323
- * you have the option of creating a final backup. If you create a final backup, you have the option to
324
- * apply Tags to the backup. You need to have <code>fsx:TagResource</code>
325
- * permission in order to apply tags to the backup.</p>
427
+ * <p>Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS
428
+ * volume.</p>
326
429
  */
327
430
  deleteVolume(args: DeleteVolumeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVolumeCommandOutput>;
328
431
  deleteVolume(args: DeleteVolumeCommandInput, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
329
432
  deleteVolume(args: DeleteVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
330
433
  /**
331
- * <p>Returns the description of specific Amazon FSx backups, if
332
- * a <code>BackupIds</code> value is provided for that backup. Otherwise, it returns all
333
- * backups owned by your Amazon Web Services account in the Amazon Web Services Region
334
- * of the endpoint that you're calling.</p>
434
+ * <p>Returns the description of a specific Amazon FSx backup, if a
435
+ * <code>BackupIds</code> value is provided for that backup. Otherwise, it returns all
436
+ * backups owned by your Amazon Web Services account in the Amazon Web Services Region of the
437
+ * endpoint that you're calling.</p>
335
438
  *
336
439
  * <p>When retrieving all backups, you can optionally specify the <code>MaxResults</code>
337
- * parameter to limit the number of backups in a response. If more backups remain, Amazon
338
- * FSx returns a <code>NextToken</code> value in the response. In this case, send a later
339
- * request with the <code>NextToken</code> request parameter set to the value of
340
- * <code>NextToken</code> from the last response.</p>
440
+ * parameter to limit the number of backups in a response. If more backups remain, Amazon FSx returns a <code>NextToken</code> value in the response. In this case,
441
+ * send a later request with the <code>NextToken</code> request parameter set to the value
442
+ * of the <code>NextToken</code> value from the last response.</p>
341
443
  *
342
- * <p>This action is used in an iterative process to retrieve a list of your backups.
343
- * <code>DescribeBackups</code> is called first without a <code>NextToken</code>value.
344
- * Then the action continues to be called with the <code>NextToken</code> parameter set to
345
- * the value of the last <code>NextToken</code> value until a response has no
346
- * <code>NextToken</code>.</p>
444
+ * <p>This operation is used in an iterative process to retrieve a list of your backups.
445
+ * <code>DescribeBackups</code> is called first without a <code>NextToken</code> value.
446
+ * Then the operation continues to be called with the <code>NextToken</code> parameter set
447
+ * to the value of the last <code>NextToken</code> value until a response has no
448
+ * <code>NextToken</code> value.</p>
347
449
  *
348
- * <p>When using this action, keep the following in mind:</p>
450
+ * <p>When using this operation, keep the following in mind:</p>
349
451
  * <ul>
350
452
  * <li>
351
- * <p>The implementation might return fewer than <code>MaxResults</code>
453
+ * <p>The operation might return fewer than the <code>MaxResults</code> value of
352
454
  * backup descriptions while still including a <code>NextToken</code>
353
455
  * value.</p>
354
456
  * </li>
355
457
  * <li>
356
- * <p>The order of backups returned in the response of one
357
- * <code>DescribeBackups</code> call and the order of backups returned across
358
- * the responses of a multi-call iteration is unspecified.</p>
458
+ * <p>The order of the backups returned in the response of one
459
+ * <code>DescribeBackups</code> call and the order of the backups returned
460
+ * across the responses of a multi-call iteration is unspecified.</p>
359
461
  * </li>
360
462
  * </ul>
361
463
  */
362
464
  describeBackups(args: DescribeBackupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupsCommandOutput>;
363
465
  describeBackups(args: DescribeBackupsCommandInput, cb: (err: any, data?: DescribeBackupsCommandOutput) => void): void;
364
466
  describeBackups(args: DescribeBackupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupsCommandOutput) => void): void;
467
+ /**
468
+ * <p>Returns the description of specific Amazon FSx for Lustre data repository associations, if
469
+ * one or more <code>AssociationIds</code> values are provided in the request, or if filters are
470
+ * used in the request. Data repository associations are supported only
471
+ * for file systems with the <code>Persistent_2</code> deployment type.</p>
472
+ *
473
+ * <p>You can use filters to narrow the response to include just data repository
474
+ * associations for specific file systems (use the <code>file-system-id</code> filter with
475
+ * the ID of the file system) or data repository associations for a specific repository type
476
+ * (use the <code>data-repository-type</code> filter with a value of <code>S3</code>).
477
+ * If you don't use filters, the response returns all data repository associations
478
+ * owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint
479
+ * that you're calling.</p>
480
+ *
481
+ * <p>When retrieving all data repository associations, you can paginate the response by using
482
+ * the optional <code>MaxResults</code> parameter to limit the number of data repository associations
483
+ * returned in a response. If more data repository associations remain, Amazon FSx returns a
484
+ * <code>NextToken</code> value in the response. In this case, send a later
485
+ * request with the <code>NextToken</code> request parameter set to the value of
486
+ * <code>NextToken</code> from the last response.</p>
487
+ */
488
+ describeDataRepositoryAssociations(args: DescribeDataRepositoryAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataRepositoryAssociationsCommandOutput>;
489
+ describeDataRepositoryAssociations(args: DescribeDataRepositoryAssociationsCommandInput, cb: (err: any, data?: DescribeDataRepositoryAssociationsCommandOutput) => void): void;
490
+ describeDataRepositoryAssociations(args: DescribeDataRepositoryAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataRepositoryAssociationsCommandOutput) => void): void;
365
491
  /**
366
492
  * <p>Returns the description of specific Amazon FSx for Lustre data repository tasks, if
367
493
  * one or more <code>TaskIds</code> values are provided in the request, or if filters are used in the request.
@@ -389,23 +515,23 @@ export declare class FSx extends FSxClient {
389
515
  /**
390
516
  * <p>Returns the description of specific Amazon FSx file systems, if a
391
517
  * <code>FileSystemIds</code> value is provided for that file system. Otherwise, it
392
- * returns descriptions of all file systems owned by your Amazon Web Services account in
393
- * the Amazon Web Services Region of the endpoint that you're calling.</p>
518
+ * returns descriptions of all file systems owned by your Amazon Web Services account in the
519
+ * Amazon Web Services Region of the endpoint that you're calling.</p>
394
520
  *
395
521
  * <p>When retrieving all file system descriptions, you can optionally specify the
396
522
  * <code>MaxResults</code> parameter to limit the number of descriptions in a response.
397
- * If more file system descriptions remain, Amazon FSx returns a <code>NextToken</code>
398
- * value in the response. In this case, send a later request with the
399
- * <code>NextToken</code> request parameter set to the value of <code>NextToken</code>
400
- * from the last response.</p>
523
+ * If more file system descriptions remain, Amazon FSx returns a
524
+ * <code>NextToken</code> value in the response. In this case, send a later request
525
+ * with the <code>NextToken</code> request parameter set to the value of
526
+ * <code>NextToken</code> from the last response.</p>
401
527
  *
402
- * <p>This action is used in an iterative process to retrieve a list of your file system
528
+ * <p>This operation is used in an iterative process to retrieve a list of your file system
403
529
  * descriptions. <code>DescribeFileSystems</code> is called first without a
404
- * <code>NextToken</code>value. Then the action continues to be called with the
530
+ * <code>NextToken</code>value. Then the operation continues to be called with the
405
531
  * <code>NextToken</code> parameter set to the value of the last <code>NextToken</code>
406
532
  * value until a response has no <code>NextToken</code>.</p>
407
533
  *
408
- * <p>When using this action, keep the following in mind:</p>
534
+ * <p>When using this operation, keep the following in mind:</p>
409
535
  * <ul>
410
536
  * <li>
411
537
  * <p>The implementation might return fewer than <code>MaxResults</code> file
@@ -423,6 +549,38 @@ export declare class FSx extends FSxClient {
423
549
  describeFileSystems(args: DescribeFileSystemsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFileSystemsCommandOutput>;
424
550
  describeFileSystems(args: DescribeFileSystemsCommandInput, cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void): void;
425
551
  describeFileSystems(args: DescribeFileSystemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void): void;
552
+ /**
553
+ * <p>Returns the description of specific Amazon FSx snapshots, if a
554
+ * <code>SnapshotIds</code> value is provided. Otherwise, this operation returns all
555
+ * snapshots owned by your Amazon Web Services account in the Amazon Web Services Region of
556
+ * the endpoint that you're calling.</p>
557
+ * <p>When retrieving all snapshots, you can optionally specify the <code>MaxResults</code>
558
+ * parameter to limit the number of snapshots in a response. If more backups remain,
559
+ * Amazon FSx returns a <code>NextToken</code> value in the response. In this
560
+ * case, send a later request with the <code>NextToken</code> request parameter set to the
561
+ * value of <code>NextToken</code> from the last response. </p>
562
+ * <p>Use this operation in an iterative process to retrieve a list of your snapshots.
563
+ * <code>DescribeSnapshots</code> is called first without a <code>NextToken</code>
564
+ * value. Then the operation continues to be called with the <code>NextToken</code>
565
+ * parameter set to the value of the last <code>NextToken</code> value until a response has
566
+ * no <code>NextToken</code> value.</p>
567
+ * <p>When using this operation, keep the following in mind:</p>
568
+ * <ul>
569
+ * <li>
570
+ * <p>The operation might return fewer than the <code>MaxResults</code> value of
571
+ * snapshot descriptions while still including a <code>NextToken</code>
572
+ * value.</p>
573
+ * </li>
574
+ * <li>
575
+ * <p>The order of snapshots returned in the response of one
576
+ * <code>DescribeSnapshots</code> call and the order of backups returned across
577
+ * the responses of a multi-call iteration is unspecified. </p>
578
+ * </li>
579
+ * </ul>
580
+ */
581
+ describeSnapshots(args: DescribeSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSnapshotsCommandOutput>;
582
+ describeSnapshots(args: DescribeSnapshotsCommandInput, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
583
+ describeSnapshots(args: DescribeSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
426
584
  /**
427
585
  * <p>Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).</p>
428
586
  */
@@ -430,7 +588,8 @@ export declare class FSx extends FSxClient {
430
588
  describeStorageVirtualMachines(args: DescribeStorageVirtualMachinesCommandInput, cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void): void;
431
589
  describeStorageVirtualMachines(args: DescribeStorageVirtualMachinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void): void;
432
590
  /**
433
- * <p>Describes one or more Amazon FSx for NetApp ONTAP volumes.</p>
591
+ * <p>Describes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for
592
+ * OpenZFS volumes.</p>
434
593
  */
435
594
  describeVolumes(args: DescribeVolumesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVolumesCommandOutput>;
436
595
  describeVolumes(args: DescribeVolumesCommandInput, cb: (err: any, data?: DescribeVolumesCommandOutput) => void): void;
@@ -483,6 +642,20 @@ export declare class FSx extends FSxClient {
483
642
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
484
643
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
485
644
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
645
+ /**
646
+ * <p>Releases the file system lock from an Amazon FSx for OpenZFS file
647
+ * system.</p>
648
+ */
649
+ releaseFileSystemNfsV3Locks(args: ReleaseFileSystemNfsV3LocksCommandInput, options?: __HttpHandlerOptions): Promise<ReleaseFileSystemNfsV3LocksCommandOutput>;
650
+ releaseFileSystemNfsV3Locks(args: ReleaseFileSystemNfsV3LocksCommandInput, cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void): void;
651
+ releaseFileSystemNfsV3Locks(args: ReleaseFileSystemNfsV3LocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void): void;
652
+ /**
653
+ * <p>Returns an Amazon FSx for OpenZFS volume to the state saved by the specified
654
+ * snapshot. </p>
655
+ */
656
+ restoreVolumeFromSnapshot(args: RestoreVolumeFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreVolumeFromSnapshotCommandOutput>;
657
+ restoreVolumeFromSnapshot(args: RestoreVolumeFromSnapshotCommandInput, cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void): void;
658
+ restoreVolumeFromSnapshot(args: RestoreVolumeFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void): void;
486
659
  /**
487
660
  * <p>Tags an Amazon FSx resource.</p>
488
661
  */
@@ -496,75 +669,162 @@ export declare class FSx extends FSxClient {
496
669
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
497
670
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
498
671
  /**
499
- * <p>Use this operation to update the configuration of an existing Amazon FSx file system.
500
- * You can update multiple properties in a single request.</p>
672
+ * <p>Updates the configuration of an existing data repository association
673
+ * on an Amazon FSx for Lustre file system. Data repository associations are
674
+ * supported only for file systems with the <code>Persistent_2</code> deployment type.</p>
675
+ */
676
+ updateDataRepositoryAssociation(args: UpdateDataRepositoryAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataRepositoryAssociationCommandOutput>;
677
+ updateDataRepositoryAssociation(args: UpdateDataRepositoryAssociationCommandInput, cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void): void;
678
+ updateDataRepositoryAssociation(args: UpdateDataRepositoryAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void): void;
679
+ /**
680
+ * <p>Use this operation to update the configuration of an existing Amazon FSx file
681
+ * system. You can update multiple properties in a single request.</p>
501
682
  * <p>For Amazon FSx for Windows File Server file systems, you can update the following
502
- * properties:</p>
683
+ * properties:</p>
503
684
  * <ul>
504
685
  * <li>
505
- * <p>AuditLogConfiguration</p>
686
+ * <p>
687
+ * <code>AuditLogConfiguration</code>
688
+ * </p>
506
689
  * </li>
507
690
  * <li>
508
- * <p>AutomaticBackupRetentionDays</p>
691
+ * <p>
692
+ * <code>AutomaticBackupRetentionDays</code>
693
+ * </p>
509
694
  * </li>
510
695
  * <li>
511
- * <p>DailyAutomaticBackupStartTime</p>
696
+ * <p>
697
+ * <code>DailyAutomaticBackupStartTime</code>
698
+ * </p>
512
699
  * </li>
513
700
  * <li>
514
- * <p>SelfManagedActiveDirectoryConfiguration</p>
701
+ * <p>
702
+ * <code>SelfManagedActiveDirectoryConfiguration</code>
703
+ * </p>
515
704
  * </li>
516
705
  * <li>
517
- * <p>StorageCapacity</p>
706
+ * <p>
707
+ * <code>StorageCapacity</code>
708
+ * </p>
518
709
  * </li>
519
710
  * <li>
520
- * <p>ThroughputCapacity</p>
711
+ * <p>
712
+ * <code>ThroughputCapacity</code>
713
+ * </p>
521
714
  * </li>
522
715
  * <li>
523
- * <p>WeeklyMaintenanceStartTime</p>
716
+ * <p>
717
+ * <code>WeeklyMaintenanceStartTime</code>
718
+ * </p>
524
719
  * </li>
525
720
  * </ul>
526
- * <p>For Amazon FSx for Lustre file systems, you can update the following
721
+ * <p>For FSx for Lustre file systems, you can update the following
527
722
  * properties:</p>
528
723
  * <ul>
529
724
  * <li>
530
- * <p>AutoImportPolicy</p>
725
+ * <p>
726
+ * <code>AutoImportPolicy</code>
727
+ * </p>
728
+ * </li>
729
+ * <li>
730
+ * <p>
731
+ * <code>AutomaticBackupRetentionDays</code>
732
+ * </p>
733
+ * </li>
734
+ * <li>
735
+ * <p>
736
+ * <code>DailyAutomaticBackupStartTime</code>
737
+ * </p>
738
+ * </li>
739
+ * <li>
740
+ * <p>
741
+ * <code>DataCompressionType</code>
742
+ * </p>
743
+ * </li>
744
+ * <li>
745
+ * <p>
746
+ * <code>StorageCapacity</code>
747
+ * </p>
531
748
  * </li>
532
749
  * <li>
533
- * <p>AutomaticBackupRetentionDays</p>
750
+ * <p>
751
+ * <code>WeeklyMaintenanceStartTime</code>
752
+ * </p>
534
753
  * </li>
754
+ * </ul>
755
+ * <p>For FSx for ONTAP file systems, you can update the following
756
+ * properties:</p>
757
+ * <ul>
535
758
  * <li>
536
- * <p>DailyAutomaticBackupStartTime</p>
759
+ * <p>
760
+ * <code>AutomaticBackupRetentionDays</code>
761
+ * </p>
537
762
  * </li>
538
763
  * <li>
539
- * <p>DataCompressionType</p>
764
+ * <p>
765
+ * <code>DailyAutomaticBackupStartTime</code>
766
+ * </p>
540
767
  * </li>
541
768
  * <li>
542
- * <p>StorageCapacity</p>
769
+ * <p>
770
+ * <code>FsxAdminPassword</code>
771
+ * </p>
543
772
  * </li>
544
773
  * <li>
545
- * <p>WeeklyMaintenanceStartTime</p>
774
+ * <p>
775
+ * <code>WeeklyMaintenanceStartTime</code>
776
+ * </p>
546
777
  * </li>
547
778
  * </ul>
548
- * <p>For Amazon FSx for NetApp ONTAP file systems, you can update the following
779
+ * <p>For the Amazon FSx for OpenZFS file systems, you can update the following
549
780
  * properties:</p>
550
781
  * <ul>
551
782
  * <li>
552
- * <p>AutomaticBackupRetentionDays</p>
783
+ * <p>
784
+ * <code>AutomaticBackupRetentionDays</code>
785
+ * </p>
553
786
  * </li>
554
787
  * <li>
555
- * <p>DailyAutomaticBackupStartTime</p>
788
+ * <p>
789
+ * <code>CopyTagsToBackups</code>
790
+ * </p>
556
791
  * </li>
557
792
  * <li>
558
- * <p>FsxAdminPassword</p>
793
+ * <p>
794
+ * <code>CopyTagsToVolumes</code>
795
+ * </p>
559
796
  * </li>
560
797
  * <li>
561
- * <p>WeeklyMaintenanceStartTime</p>
798
+ * <p>
799
+ * <code>DailyAutomaticBackupStartTime</code>
800
+ * </p>
801
+ * </li>
802
+ * <li>
803
+ * <p>
804
+ * <code>DiskIopsConfiguration</code>
805
+ * </p>
806
+ * </li>
807
+ * <li>
808
+ * <p>
809
+ * <code>ThroughputCapacity</code>
810
+ * </p>
811
+ * </li>
812
+ * <li>
813
+ * <p>
814
+ * <code>WeeklyMaintenanceStartTime</code>
815
+ * </p>
562
816
  * </li>
563
817
  * </ul>
564
818
  */
565
819
  updateFileSystem(args: UpdateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFileSystemCommandOutput>;
566
820
  updateFileSystem(args: UpdateFileSystemCommandInput, cb: (err: any, data?: UpdateFileSystemCommandOutput) => void): void;
567
821
  updateFileSystem(args: UpdateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFileSystemCommandOutput) => void): void;
822
+ /**
823
+ * <p>Updates the name of a snapshot. </p>
824
+ */
825
+ updateSnapshot(args: UpdateSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSnapshotCommandOutput>;
826
+ updateSnapshot(args: UpdateSnapshotCommandInput, cb: (err: any, data?: UpdateSnapshotCommandOutput) => void): void;
827
+ updateSnapshot(args: UpdateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSnapshotCommandOutput) => void): void;
568
828
  /**
569
829
  * <p>Updates an Amazon FSx for ONTAP storage virtual machine (SVM).</p>
570
830
  */
@@ -572,7 +832,7 @@ export declare class FSx extends FSxClient {
572
832
  updateStorageVirtualMachine(args: UpdateStorageVirtualMachineCommandInput, cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void): void;
573
833
  updateStorageVirtualMachine(args: UpdateStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void): void;
574
834
  /**
575
- * <p>Updates an Amazon FSx for NetApp ONTAP volume's configuration.</p>
835
+ * <p>Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.</p>
576
836
  */
577
837
  updateVolume(args: UpdateVolumeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVolumeCommandOutput>;
578
838
  updateVolume(args: UpdateVolumeCommandInput, cb: (err: any, data?: UpdateVolumeCommandOutput) => void): void;