@aws-sdk/client-fsx 3.321.1 → 3.326.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 (42) hide show
  1. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +7 -0
  3. package/dist-types/commands/CopyBackupCommand.d.ts +489 -0
  4. package/dist-types/commands/CreateBackupCommand.d.ts +489 -0
  5. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +53 -0
  6. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +42 -0
  7. package/dist-types/commands/CreateFileCacheCommand.d.ts +50 -0
  8. package/dist-types/commands/CreateFileSystemCommand.d.ts +466 -0
  9. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +466 -0
  10. package/dist-types/commands/CreateSnapshotCommand.d.ts +464 -0
  11. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +63 -0
  12. package/dist-types/commands/CreateVolumeCommand.d.ts +464 -0
  13. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +464 -0
  14. package/dist-types/commands/DeleteBackupCommand.d.ts +7 -0
  15. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +8 -0
  16. package/dist-types/commands/DeleteFileCacheCommand.d.ts +7 -0
  17. package/dist-types/commands/DeleteFileSystemCommand.d.ts +34 -0
  18. package/dist-types/commands/DeleteSnapshotCommand.d.ts +7 -0
  19. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +7 -0
  20. package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeBackupsCommand.d.ts +492 -0
  22. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +56 -0
  23. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +45 -0
  24. package/dist-types/commands/DescribeFileCachesCommand.d.ts +46 -0
  25. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +12 -0
  26. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +469 -0
  27. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +467 -0
  28. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +66 -0
  29. package/dist-types/commands/DescribeVolumesCommand.d.ts +467 -0
  30. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  32. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +466 -0
  33. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +483 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  35. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  36. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +53 -0
  37. package/dist-types/commands/UpdateFileCacheCommand.d.ts +43 -0
  38. package/dist-types/commands/UpdateFileSystemCommand.d.ts +466 -0
  39. package/dist-types/commands/UpdateSnapshotCommand.d.ts +464 -0
  40. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +63 -0
  41. package/dist-types/commands/UpdateVolumeCommand.d.ts +464 -0
  42. package/package.json +16 -16
@@ -47,6 +47,20 @@ export interface DeleteVolumeCommandOutput extends DeleteVolumeResponse, __Metad
47
47
  * };
48
48
  * const command = new DeleteVolumeCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // DeleteVolumeResponse
51
+ * // VolumeId: "STRING_VALUE",
52
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
53
+ * // OntapResponse: { // DeleteVolumeOntapResponse
54
+ * // FinalBackupId: "STRING_VALUE",
55
+ * // FinalBackupTags: [ // Tags
56
+ * // { // Tag
57
+ * // Key: "STRING_VALUE", // required
58
+ * // Value: "STRING_VALUE", // required
59
+ * // },
60
+ * // ],
61
+ * // },
62
+ * // };
63
+ *
50
64
  * ```
51
65
  *
52
66
  * @param DeleteVolumeCommandInput - {@link DeleteVolumeCommandInput}
@@ -69,6 +83,8 @@ export interface DeleteVolumeCommandOutput extends DeleteVolumeResponse, __Metad
69
83
  * @throws {@link VolumeNotFound} (client fault)
70
84
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
71
85
  *
86
+ * @throws {@link FSxServiceException}
87
+ * <p>Base exception class for all service exceptions from FSx service.</p>
72
88
  *
73
89
  */
74
90
  export declare class DeleteVolumeCommand extends $Command<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, FSxClientResolvedConfig> {
@@ -68,6 +68,496 @@ export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, _
68
68
  * };
69
69
  * const command = new DescribeBackupsCommand(input);
70
70
  * const response = await client.send(command);
71
+ * // { // DescribeBackupsResponse
72
+ * // Backups: [ // Backups
73
+ * // { // Backup
74
+ * // BackupId: "STRING_VALUE", // required
75
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "TRANSFERRING" || "DELETED" || "FAILED" || "PENDING" || "COPYING", // required
76
+ * // FailureDetails: { // BackupFailureDetails
77
+ * // Message: "STRING_VALUE",
78
+ * // },
79
+ * // Type: "AUTOMATIC" || "USER_INITIATED" || "AWS_BACKUP", // required
80
+ * // ProgressPercent: Number("int"),
81
+ * // CreationTime: new Date("TIMESTAMP"), // required
82
+ * // KmsKeyId: "STRING_VALUE",
83
+ * // ResourceARN: "STRING_VALUE",
84
+ * // Tags: [ // Tags
85
+ * // { // Tag
86
+ * // Key: "STRING_VALUE", // required
87
+ * // Value: "STRING_VALUE", // required
88
+ * // },
89
+ * // ],
90
+ * // FileSystem: { // FileSystem
91
+ * // OwnerId: "STRING_VALUE",
92
+ * // CreationTime: new Date("TIMESTAMP"),
93
+ * // FileSystemId: "STRING_VALUE",
94
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
95
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
96
+ * // FailureDetails: { // FileSystemFailureDetails
97
+ * // Message: "STRING_VALUE",
98
+ * // },
99
+ * // StorageCapacity: Number("int"),
100
+ * // StorageType: "SSD" || "HDD",
101
+ * // VpcId: "STRING_VALUE",
102
+ * // SubnetIds: [ // SubnetIds
103
+ * // "STRING_VALUE",
104
+ * // ],
105
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
106
+ * // "STRING_VALUE",
107
+ * // ],
108
+ * // DNSName: "STRING_VALUE",
109
+ * // KmsKeyId: "STRING_VALUE",
110
+ * // ResourceARN: "STRING_VALUE",
111
+ * // Tags: [
112
+ * // {
113
+ * // Key: "STRING_VALUE", // required
114
+ * // Value: "STRING_VALUE", // required
115
+ * // },
116
+ * // ],
117
+ * // WindowsConfiguration: { // WindowsFileSystemConfiguration
118
+ * // ActiveDirectoryId: "STRING_VALUE",
119
+ * // SelfManagedActiveDirectoryConfiguration: { // SelfManagedActiveDirectoryAttributes
120
+ * // DomainName: "STRING_VALUE",
121
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
122
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
123
+ * // UserName: "STRING_VALUE",
124
+ * // DnsIps: [ // DnsIps
125
+ * // "STRING_VALUE",
126
+ * // ],
127
+ * // },
128
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
129
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
130
+ * // PreferredSubnetId: "STRING_VALUE",
131
+ * // PreferredFileServerIp: "STRING_VALUE",
132
+ * // ThroughputCapacity: Number("int"),
133
+ * // MaintenanceOperationsInProgress: [ // FileSystemMaintenanceOperations
134
+ * // "PATCHING" || "BACKING_UP",
135
+ * // ],
136
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
137
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
138
+ * // AutomaticBackupRetentionDays: Number("int"),
139
+ * // CopyTagsToBackups: true || false,
140
+ * // Aliases: [ // Aliases
141
+ * // { // Alias
142
+ * // Name: "STRING_VALUE",
143
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
144
+ * // },
145
+ * // ],
146
+ * // AuditLogConfiguration: { // WindowsAuditLogConfiguration
147
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
148
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
149
+ * // AuditLogDestination: "STRING_VALUE",
150
+ * // },
151
+ * // },
152
+ * // LustreConfiguration: { // LustreFileSystemConfiguration
153
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
154
+ * // DataRepositoryConfiguration: { // DataRepositoryConfiguration
155
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
156
+ * // ImportPath: "STRING_VALUE",
157
+ * // ExportPath: "STRING_VALUE",
158
+ * // ImportedFileChunkSize: Number("int"),
159
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
160
+ * // FailureDetails: { // DataRepositoryFailureDetails
161
+ * // Message: "STRING_VALUE",
162
+ * // },
163
+ * // },
164
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
165
+ * // PerUnitStorageThroughput: Number("int"),
166
+ * // MountName: "STRING_VALUE",
167
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
168
+ * // AutomaticBackupRetentionDays: Number("int"),
169
+ * // CopyTagsToBackups: true || false,
170
+ * // DriveCacheType: "NONE" || "READ",
171
+ * // DataCompressionType: "NONE" || "LZ4",
172
+ * // LogConfiguration: { // LustreLogConfiguration
173
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
174
+ * // Destination: "STRING_VALUE",
175
+ * // },
176
+ * // RootSquashConfiguration: { // LustreRootSquashConfiguration
177
+ * // RootSquash: "STRING_VALUE",
178
+ * // NoSquashNids: [ // LustreNoSquashNids
179
+ * // "STRING_VALUE",
180
+ * // ],
181
+ * // },
182
+ * // },
183
+ * // AdministrativeActions: [ // AdministrativeActions
184
+ * // { // AdministrativeAction
185
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
186
+ * // ProgressPercent: Number("int"),
187
+ * // RequestTime: new Date("TIMESTAMP"),
188
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
189
+ * // TargetFileSystemValues: {
190
+ * // OwnerId: "STRING_VALUE",
191
+ * // CreationTime: new Date("TIMESTAMP"),
192
+ * // FileSystemId: "STRING_VALUE",
193
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
194
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
195
+ * // FailureDetails: {
196
+ * // Message: "STRING_VALUE",
197
+ * // },
198
+ * // StorageCapacity: Number("int"),
199
+ * // StorageType: "SSD" || "HDD",
200
+ * // VpcId: "STRING_VALUE",
201
+ * // SubnetIds: [
202
+ * // "STRING_VALUE",
203
+ * // ],
204
+ * // NetworkInterfaceIds: [
205
+ * // "STRING_VALUE",
206
+ * // ],
207
+ * // DNSName: "STRING_VALUE",
208
+ * // KmsKeyId: "STRING_VALUE",
209
+ * // ResourceARN: "STRING_VALUE",
210
+ * // Tags: "<Tags>",
211
+ * // WindowsConfiguration: {
212
+ * // ActiveDirectoryId: "STRING_VALUE",
213
+ * // SelfManagedActiveDirectoryConfiguration: {
214
+ * // DomainName: "STRING_VALUE",
215
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
216
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
217
+ * // UserName: "STRING_VALUE",
218
+ * // DnsIps: [
219
+ * // "STRING_VALUE",
220
+ * // ],
221
+ * // },
222
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
223
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
224
+ * // PreferredSubnetId: "STRING_VALUE",
225
+ * // PreferredFileServerIp: "STRING_VALUE",
226
+ * // ThroughputCapacity: Number("int"),
227
+ * // MaintenanceOperationsInProgress: [
228
+ * // "PATCHING" || "BACKING_UP",
229
+ * // ],
230
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
231
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
232
+ * // AutomaticBackupRetentionDays: Number("int"),
233
+ * // CopyTagsToBackups: true || false,
234
+ * // Aliases: [
235
+ * // {
236
+ * // Name: "STRING_VALUE",
237
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
238
+ * // },
239
+ * // ],
240
+ * // AuditLogConfiguration: {
241
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
242
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
243
+ * // AuditLogDestination: "STRING_VALUE",
244
+ * // },
245
+ * // },
246
+ * // LustreConfiguration: {
247
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
248
+ * // DataRepositoryConfiguration: {
249
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
250
+ * // ImportPath: "STRING_VALUE",
251
+ * // ExportPath: "STRING_VALUE",
252
+ * // ImportedFileChunkSize: Number("int"),
253
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
254
+ * // FailureDetails: {
255
+ * // Message: "STRING_VALUE",
256
+ * // },
257
+ * // },
258
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
259
+ * // PerUnitStorageThroughput: Number("int"),
260
+ * // MountName: "STRING_VALUE",
261
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
262
+ * // AutomaticBackupRetentionDays: Number("int"),
263
+ * // CopyTagsToBackups: true || false,
264
+ * // DriveCacheType: "NONE" || "READ",
265
+ * // DataCompressionType: "NONE" || "LZ4",
266
+ * // LogConfiguration: {
267
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
268
+ * // Destination: "STRING_VALUE",
269
+ * // },
270
+ * // RootSquashConfiguration: {
271
+ * // RootSquash: "STRING_VALUE",
272
+ * // NoSquashNids: [
273
+ * // "STRING_VALUE",
274
+ * // ],
275
+ * // },
276
+ * // },
277
+ * // AdministrativeActions: [
278
+ * // {
279
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
280
+ * // ProgressPercent: Number("int"),
281
+ * // RequestTime: new Date("TIMESTAMP"),
282
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
283
+ * // TargetFileSystemValues: "<FileSystem>",
284
+ * // FailureDetails: { // AdministrativeActionFailureDetails
285
+ * // Message: "STRING_VALUE",
286
+ * // },
287
+ * // TargetVolumeValues: { // Volume
288
+ * // CreationTime: new Date("TIMESTAMP"),
289
+ * // FileSystemId: "STRING_VALUE",
290
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
291
+ * // Name: "STRING_VALUE",
292
+ * // OntapConfiguration: { // OntapVolumeConfiguration
293
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
294
+ * // JunctionPath: "STRING_VALUE",
295
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
296
+ * // SizeInMegabytes: Number("int"),
297
+ * // StorageEfficiencyEnabled: true || false,
298
+ * // StorageVirtualMachineId: "STRING_VALUE",
299
+ * // StorageVirtualMachineRoot: true || false,
300
+ * // TieringPolicy: { // TieringPolicy
301
+ * // CoolingPeriod: Number("int"),
302
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
303
+ * // },
304
+ * // UUID: "STRING_VALUE",
305
+ * // OntapVolumeType: "RW" || "DP" || "LS",
306
+ * // SnapshotPolicy: "STRING_VALUE",
307
+ * // CopyTagsToBackups: true || false,
308
+ * // },
309
+ * // ResourceARN: "STRING_VALUE",
310
+ * // Tags: "<Tags>",
311
+ * // VolumeId: "STRING_VALUE",
312
+ * // VolumeType: "ONTAP" || "OPENZFS",
313
+ * // LifecycleTransitionReason: { // LifecycleTransitionReason
314
+ * // Message: "STRING_VALUE",
315
+ * // },
316
+ * // AdministrativeActions: "<AdministrativeActions>",
317
+ * // OpenZFSConfiguration: { // OpenZFSVolumeConfiguration
318
+ * // ParentVolumeId: "STRING_VALUE",
319
+ * // VolumePath: "STRING_VALUE",
320
+ * // StorageCapacityReservationGiB: Number("int"),
321
+ * // StorageCapacityQuotaGiB: Number("int"),
322
+ * // RecordSizeKiB: Number("int"),
323
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
324
+ * // CopyTagsToSnapshots: true || false,
325
+ * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
326
+ * // SnapshotARN: "STRING_VALUE",
327
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
328
+ * // },
329
+ * // ReadOnly: true || false,
330
+ * // NfsExports: [ // OpenZFSNfsExports
331
+ * // { // OpenZFSNfsExport
332
+ * // ClientConfigurations: [ // OpenZFSClientConfigurations // required
333
+ * // { // OpenZFSClientConfiguration
334
+ * // Clients: "STRING_VALUE", // required
335
+ * // Options: [ // OpenZFSNfsExportOptions // required
336
+ * // "STRING_VALUE",
337
+ * // ],
338
+ * // },
339
+ * // ],
340
+ * // },
341
+ * // ],
342
+ * // UserAndGroupQuotas: [ // OpenZFSUserAndGroupQuotas
343
+ * // { // OpenZFSUserOrGroupQuota
344
+ * // Type: "USER" || "GROUP", // required
345
+ * // Id: Number("int"), // required
346
+ * // StorageCapacityQuotaGiB: Number("int"), // required
347
+ * // },
348
+ * // ],
349
+ * // RestoreToSnapshot: "STRING_VALUE",
350
+ * // DeleteIntermediateSnaphots: true || false,
351
+ * // DeleteClonedVolumes: true || false,
352
+ * // },
353
+ * // },
354
+ * // TargetSnapshotValues: { // Snapshot
355
+ * // ResourceARN: "STRING_VALUE",
356
+ * // SnapshotId: "STRING_VALUE",
357
+ * // Name: "STRING_VALUE",
358
+ * // VolumeId: "STRING_VALUE",
359
+ * // CreationTime: new Date("TIMESTAMP"),
360
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
361
+ * // LifecycleTransitionReason: {
362
+ * // Message: "STRING_VALUE",
363
+ * // },
364
+ * // Tags: "<Tags>",
365
+ * // AdministrativeActions: "<AdministrativeActions>",
366
+ * // },
367
+ * // },
368
+ * // ],
369
+ * // OntapConfiguration: { // OntapFileSystemConfiguration
370
+ * // AutomaticBackupRetentionDays: Number("int"),
371
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
372
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
373
+ * // EndpointIpAddressRange: "STRING_VALUE",
374
+ * // Endpoints: { // FileSystemEndpoints
375
+ * // Intercluster: { // FileSystemEndpoint
376
+ * // DNSName: "STRING_VALUE",
377
+ * // IpAddresses: [ // OntapEndpointIpAddresses
378
+ * // "STRING_VALUE",
379
+ * // ],
380
+ * // },
381
+ * // Management: {
382
+ * // DNSName: "STRING_VALUE",
383
+ * // IpAddresses: [
384
+ * // "STRING_VALUE",
385
+ * // ],
386
+ * // },
387
+ * // },
388
+ * // DiskIopsConfiguration: { // DiskIopsConfiguration
389
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
390
+ * // Iops: Number("long"),
391
+ * // },
392
+ * // PreferredSubnetId: "STRING_VALUE",
393
+ * // RouteTableIds: [ // RouteTableIds
394
+ * // "STRING_VALUE",
395
+ * // ],
396
+ * // ThroughputCapacity: Number("int"),
397
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
398
+ * // },
399
+ * // FileSystemTypeVersion: "STRING_VALUE",
400
+ * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
401
+ * // AutomaticBackupRetentionDays: Number("int"),
402
+ * // CopyTagsToBackups: true || false,
403
+ * // CopyTagsToVolumes: true || false,
404
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
405
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
406
+ * // ThroughputCapacity: Number("int"),
407
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
408
+ * // DiskIopsConfiguration: {
409
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
410
+ * // Iops: Number("long"),
411
+ * // },
412
+ * // RootVolumeId: "STRING_VALUE",
413
+ * // },
414
+ * // },
415
+ * // FailureDetails: {
416
+ * // Message: "STRING_VALUE",
417
+ * // },
418
+ * // TargetVolumeValues: {
419
+ * // CreationTime: new Date("TIMESTAMP"),
420
+ * // FileSystemId: "STRING_VALUE",
421
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
422
+ * // Name: "STRING_VALUE",
423
+ * // OntapConfiguration: {
424
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
425
+ * // JunctionPath: "STRING_VALUE",
426
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
427
+ * // SizeInMegabytes: Number("int"),
428
+ * // StorageEfficiencyEnabled: true || false,
429
+ * // StorageVirtualMachineId: "STRING_VALUE",
430
+ * // StorageVirtualMachineRoot: true || false,
431
+ * // TieringPolicy: {
432
+ * // CoolingPeriod: Number("int"),
433
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
434
+ * // },
435
+ * // UUID: "STRING_VALUE",
436
+ * // OntapVolumeType: "RW" || "DP" || "LS",
437
+ * // SnapshotPolicy: "STRING_VALUE",
438
+ * // CopyTagsToBackups: true || false,
439
+ * // },
440
+ * // ResourceARN: "STRING_VALUE",
441
+ * // Tags: "<Tags>",
442
+ * // VolumeId: "STRING_VALUE",
443
+ * // VolumeType: "ONTAP" || "OPENZFS",
444
+ * // LifecycleTransitionReason: {
445
+ * // Message: "STRING_VALUE",
446
+ * // },
447
+ * // AdministrativeActions: "<AdministrativeActions>",
448
+ * // OpenZFSConfiguration: {
449
+ * // ParentVolumeId: "STRING_VALUE",
450
+ * // VolumePath: "STRING_VALUE",
451
+ * // StorageCapacityReservationGiB: Number("int"),
452
+ * // StorageCapacityQuotaGiB: Number("int"),
453
+ * // RecordSizeKiB: Number("int"),
454
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
455
+ * // CopyTagsToSnapshots: true || false,
456
+ * // OriginSnapshot: {
457
+ * // SnapshotARN: "STRING_VALUE",
458
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
459
+ * // },
460
+ * // ReadOnly: true || false,
461
+ * // NfsExports: [
462
+ * // {
463
+ * // ClientConfigurations: [ // required
464
+ * // {
465
+ * // Clients: "STRING_VALUE", // required
466
+ * // Options: [ // required
467
+ * // "STRING_VALUE",
468
+ * // ],
469
+ * // },
470
+ * // ],
471
+ * // },
472
+ * // ],
473
+ * // UserAndGroupQuotas: [
474
+ * // {
475
+ * // Type: "USER" || "GROUP", // required
476
+ * // Id: Number("int"), // required
477
+ * // StorageCapacityQuotaGiB: Number("int"), // required
478
+ * // },
479
+ * // ],
480
+ * // RestoreToSnapshot: "STRING_VALUE",
481
+ * // DeleteIntermediateSnaphots: true || false,
482
+ * // DeleteClonedVolumes: true || false,
483
+ * // },
484
+ * // },
485
+ * // TargetSnapshotValues: {
486
+ * // ResourceARN: "STRING_VALUE",
487
+ * // SnapshotId: "STRING_VALUE",
488
+ * // Name: "STRING_VALUE",
489
+ * // VolumeId: "STRING_VALUE",
490
+ * // CreationTime: new Date("TIMESTAMP"),
491
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
492
+ * // LifecycleTransitionReason: {
493
+ * // Message: "STRING_VALUE",
494
+ * // },
495
+ * // Tags: "<Tags>",
496
+ * // AdministrativeActions: "<AdministrativeActions>",
497
+ * // },
498
+ * // },
499
+ * // ],
500
+ * // OntapConfiguration: {
501
+ * // AutomaticBackupRetentionDays: Number("int"),
502
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
503
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
504
+ * // EndpointIpAddressRange: "STRING_VALUE",
505
+ * // Endpoints: {
506
+ * // Intercluster: {
507
+ * // DNSName: "STRING_VALUE",
508
+ * // IpAddresses: [
509
+ * // "STRING_VALUE",
510
+ * // ],
511
+ * // },
512
+ * // Management: {
513
+ * // DNSName: "STRING_VALUE",
514
+ * // IpAddresses: [
515
+ * // "STRING_VALUE",
516
+ * // ],
517
+ * // },
518
+ * // },
519
+ * // DiskIopsConfiguration: {
520
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
521
+ * // Iops: Number("long"),
522
+ * // },
523
+ * // PreferredSubnetId: "STRING_VALUE",
524
+ * // RouteTableIds: [
525
+ * // "STRING_VALUE",
526
+ * // ],
527
+ * // ThroughputCapacity: Number("int"),
528
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
529
+ * // },
530
+ * // FileSystemTypeVersion: "STRING_VALUE",
531
+ * // OpenZFSConfiguration: {
532
+ * // AutomaticBackupRetentionDays: Number("int"),
533
+ * // CopyTagsToBackups: true || false,
534
+ * // CopyTagsToVolumes: true || false,
535
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
536
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
537
+ * // ThroughputCapacity: Number("int"),
538
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
539
+ * // DiskIopsConfiguration: {
540
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
541
+ * // Iops: Number("long"),
542
+ * // },
543
+ * // RootVolumeId: "STRING_VALUE",
544
+ * // },
545
+ * // },
546
+ * // DirectoryInformation: { // ActiveDirectoryBackupAttributes
547
+ * // DomainName: "STRING_VALUE",
548
+ * // ActiveDirectoryId: "STRING_VALUE",
549
+ * // ResourceARN: "STRING_VALUE",
550
+ * // },
551
+ * // OwnerId: "STRING_VALUE",
552
+ * // SourceBackupId: "STRING_VALUE",
553
+ * // SourceBackupRegion: "STRING_VALUE",
554
+ * // ResourceType: "FILE_SYSTEM" || "VOLUME",
555
+ * // Volume: "<Volume>",
556
+ * // },
557
+ * // ],
558
+ * // NextToken: "STRING_VALUE",
559
+ * // };
560
+ *
71
561
  * ```
72
562
  *
73
563
  * @param DescribeBackupsCommandInput - {@link DescribeBackupsCommandInput}
@@ -91,6 +581,8 @@ export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, _
91
581
  * @throws {@link VolumeNotFound} (client fault)
92
582
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
93
583
  *
584
+ * @throws {@link FSxServiceException}
585
+ * <p>Base exception class for all service exceptions from FSx service.</p>
94
586
  *
95
587
  * @example To describe Amazon FSx backups
96
588
  * ```javascript
@@ -61,6 +61,60 @@ export interface DescribeDataRepositoryAssociationsCommandOutput extends Describ
61
61
  * };
62
62
  * const command = new DescribeDataRepositoryAssociationsCommand(input);
63
63
  * const response = await client.send(command);
64
+ * // { // DescribeDataRepositoryAssociationsResponse
65
+ * // Associations: [ // DataRepositoryAssociations
66
+ * // { // DataRepositoryAssociation
67
+ * // AssociationId: "STRING_VALUE",
68
+ * // ResourceARN: "STRING_VALUE",
69
+ * // FileSystemId: "STRING_VALUE",
70
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
71
+ * // FailureDetails: { // DataRepositoryFailureDetails
72
+ * // Message: "STRING_VALUE",
73
+ * // },
74
+ * // FileSystemPath: "STRING_VALUE",
75
+ * // DataRepositoryPath: "STRING_VALUE",
76
+ * // BatchImportMetaDataOnCreate: true || false,
77
+ * // ImportedFileChunkSize: Number("int"),
78
+ * // S3: { // S3DataRepositoryConfiguration
79
+ * // AutoImportPolicy: { // AutoImportPolicy
80
+ * // Events: [ // EventTypes
81
+ * // "NEW" || "CHANGED" || "DELETED",
82
+ * // ],
83
+ * // },
84
+ * // AutoExportPolicy: { // AutoExportPolicy
85
+ * // Events: [
86
+ * // "NEW" || "CHANGED" || "DELETED",
87
+ * // ],
88
+ * // },
89
+ * // },
90
+ * // Tags: [ // Tags
91
+ * // { // Tag
92
+ * // Key: "STRING_VALUE", // required
93
+ * // Value: "STRING_VALUE", // required
94
+ * // },
95
+ * // ],
96
+ * // CreationTime: new Date("TIMESTAMP"),
97
+ * // FileCacheId: "STRING_VALUE",
98
+ * // FileCachePath: "STRING_VALUE",
99
+ * // DataRepositorySubdirectories: [ // SubDirectoriesPaths
100
+ * // "STRING_VALUE",
101
+ * // ],
102
+ * // NFS: { // NFSDataRepositoryConfiguration
103
+ * // Version: "NFS3", // required
104
+ * // DnsIps: [ // RepositoryDnsIps
105
+ * // "STRING_VALUE",
106
+ * // ],
107
+ * // AutoExportPolicy: {
108
+ * // Events: [
109
+ * // "NEW" || "CHANGED" || "DELETED",
110
+ * // ],
111
+ * // },
112
+ * // },
113
+ * // },
114
+ * // ],
115
+ * // NextToken: "STRING_VALUE",
116
+ * // };
117
+ *
64
118
  * ```
65
119
  *
66
120
  * @param DescribeDataRepositoryAssociationsCommandInput - {@link DescribeDataRepositoryAssociationsCommandInput}
@@ -84,6 +138,8 @@ export interface DescribeDataRepositoryAssociationsCommandOutput extends Describ
84
138
  * @throws {@link InvalidDataRepositoryType} (client fault)
85
139
  * <p>You have filtered the response to a data repository type that is not supported.</p>
86
140
  *
141
+ * @throws {@link FSxServiceException}
142
+ * <p>Base exception class for all service exceptions from FSx service.</p>
87
143
  *
88
144
  */
89
145
  export declare class DescribeDataRepositoryAssociationsCommand extends $Command<DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput, FSxClientResolvedConfig> {