@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
@@ -94,6 +94,493 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
94
94
  * };
95
95
  * const command = new CreateBackupCommand(input);
96
96
  * const response = await client.send(command);
97
+ * // { // CreateBackupResponse
98
+ * // Backup: { // Backup
99
+ * // BackupId: "STRING_VALUE", // required
100
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "TRANSFERRING" || "DELETED" || "FAILED" || "PENDING" || "COPYING", // required
101
+ * // FailureDetails: { // BackupFailureDetails
102
+ * // Message: "STRING_VALUE",
103
+ * // },
104
+ * // Type: "AUTOMATIC" || "USER_INITIATED" || "AWS_BACKUP", // required
105
+ * // ProgressPercent: Number("int"),
106
+ * // CreationTime: new Date("TIMESTAMP"), // required
107
+ * // KmsKeyId: "STRING_VALUE",
108
+ * // ResourceARN: "STRING_VALUE",
109
+ * // Tags: [ // Tags
110
+ * // { // Tag
111
+ * // Key: "STRING_VALUE", // required
112
+ * // Value: "STRING_VALUE", // required
113
+ * // },
114
+ * // ],
115
+ * // FileSystem: { // FileSystem
116
+ * // OwnerId: "STRING_VALUE",
117
+ * // CreationTime: new Date("TIMESTAMP"),
118
+ * // FileSystemId: "STRING_VALUE",
119
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
120
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
121
+ * // FailureDetails: { // FileSystemFailureDetails
122
+ * // Message: "STRING_VALUE",
123
+ * // },
124
+ * // StorageCapacity: Number("int"),
125
+ * // StorageType: "SSD" || "HDD",
126
+ * // VpcId: "STRING_VALUE",
127
+ * // SubnetIds: [ // SubnetIds
128
+ * // "STRING_VALUE",
129
+ * // ],
130
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
131
+ * // "STRING_VALUE",
132
+ * // ],
133
+ * // DNSName: "STRING_VALUE",
134
+ * // KmsKeyId: "STRING_VALUE",
135
+ * // ResourceARN: "STRING_VALUE",
136
+ * // Tags: [
137
+ * // {
138
+ * // Key: "STRING_VALUE", // required
139
+ * // Value: "STRING_VALUE", // required
140
+ * // },
141
+ * // ],
142
+ * // WindowsConfiguration: { // WindowsFileSystemConfiguration
143
+ * // ActiveDirectoryId: "STRING_VALUE",
144
+ * // SelfManagedActiveDirectoryConfiguration: { // SelfManagedActiveDirectoryAttributes
145
+ * // DomainName: "STRING_VALUE",
146
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
147
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
148
+ * // UserName: "STRING_VALUE",
149
+ * // DnsIps: [ // DnsIps
150
+ * // "STRING_VALUE",
151
+ * // ],
152
+ * // },
153
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
154
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
155
+ * // PreferredSubnetId: "STRING_VALUE",
156
+ * // PreferredFileServerIp: "STRING_VALUE",
157
+ * // ThroughputCapacity: Number("int"),
158
+ * // MaintenanceOperationsInProgress: [ // FileSystemMaintenanceOperations
159
+ * // "PATCHING" || "BACKING_UP",
160
+ * // ],
161
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
162
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
163
+ * // AutomaticBackupRetentionDays: Number("int"),
164
+ * // CopyTagsToBackups: true || false,
165
+ * // Aliases: [ // Aliases
166
+ * // { // Alias
167
+ * // Name: "STRING_VALUE",
168
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
169
+ * // },
170
+ * // ],
171
+ * // AuditLogConfiguration: { // WindowsAuditLogConfiguration
172
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
173
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
174
+ * // AuditLogDestination: "STRING_VALUE",
175
+ * // },
176
+ * // },
177
+ * // LustreConfiguration: { // LustreFileSystemConfiguration
178
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
179
+ * // DataRepositoryConfiguration: { // DataRepositoryConfiguration
180
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
181
+ * // ImportPath: "STRING_VALUE",
182
+ * // ExportPath: "STRING_VALUE",
183
+ * // ImportedFileChunkSize: Number("int"),
184
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
185
+ * // FailureDetails: { // DataRepositoryFailureDetails
186
+ * // Message: "STRING_VALUE",
187
+ * // },
188
+ * // },
189
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
190
+ * // PerUnitStorageThroughput: Number("int"),
191
+ * // MountName: "STRING_VALUE",
192
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
193
+ * // AutomaticBackupRetentionDays: Number("int"),
194
+ * // CopyTagsToBackups: true || false,
195
+ * // DriveCacheType: "NONE" || "READ",
196
+ * // DataCompressionType: "NONE" || "LZ4",
197
+ * // LogConfiguration: { // LustreLogConfiguration
198
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
199
+ * // Destination: "STRING_VALUE",
200
+ * // },
201
+ * // RootSquashConfiguration: { // LustreRootSquashConfiguration
202
+ * // RootSquash: "STRING_VALUE",
203
+ * // NoSquashNids: [ // LustreNoSquashNids
204
+ * // "STRING_VALUE",
205
+ * // ],
206
+ * // },
207
+ * // },
208
+ * // AdministrativeActions: [ // AdministrativeActions
209
+ * // { // AdministrativeAction
210
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
211
+ * // ProgressPercent: Number("int"),
212
+ * // RequestTime: new Date("TIMESTAMP"),
213
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
214
+ * // TargetFileSystemValues: {
215
+ * // OwnerId: "STRING_VALUE",
216
+ * // CreationTime: new Date("TIMESTAMP"),
217
+ * // FileSystemId: "STRING_VALUE",
218
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
219
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
220
+ * // FailureDetails: {
221
+ * // Message: "STRING_VALUE",
222
+ * // },
223
+ * // StorageCapacity: Number("int"),
224
+ * // StorageType: "SSD" || "HDD",
225
+ * // VpcId: "STRING_VALUE",
226
+ * // SubnetIds: [
227
+ * // "STRING_VALUE",
228
+ * // ],
229
+ * // NetworkInterfaceIds: [
230
+ * // "STRING_VALUE",
231
+ * // ],
232
+ * // DNSName: "STRING_VALUE",
233
+ * // KmsKeyId: "STRING_VALUE",
234
+ * // ResourceARN: "STRING_VALUE",
235
+ * // Tags: "<Tags>",
236
+ * // WindowsConfiguration: {
237
+ * // ActiveDirectoryId: "STRING_VALUE",
238
+ * // SelfManagedActiveDirectoryConfiguration: {
239
+ * // DomainName: "STRING_VALUE",
240
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
241
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
242
+ * // UserName: "STRING_VALUE",
243
+ * // DnsIps: [
244
+ * // "STRING_VALUE",
245
+ * // ],
246
+ * // },
247
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
248
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
249
+ * // PreferredSubnetId: "STRING_VALUE",
250
+ * // PreferredFileServerIp: "STRING_VALUE",
251
+ * // ThroughputCapacity: Number("int"),
252
+ * // MaintenanceOperationsInProgress: [
253
+ * // "PATCHING" || "BACKING_UP",
254
+ * // ],
255
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
256
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
257
+ * // AutomaticBackupRetentionDays: Number("int"),
258
+ * // CopyTagsToBackups: true || false,
259
+ * // Aliases: [
260
+ * // {
261
+ * // Name: "STRING_VALUE",
262
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
263
+ * // },
264
+ * // ],
265
+ * // AuditLogConfiguration: {
266
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
267
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
268
+ * // AuditLogDestination: "STRING_VALUE",
269
+ * // },
270
+ * // },
271
+ * // LustreConfiguration: {
272
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
273
+ * // DataRepositoryConfiguration: {
274
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
275
+ * // ImportPath: "STRING_VALUE",
276
+ * // ExportPath: "STRING_VALUE",
277
+ * // ImportedFileChunkSize: Number("int"),
278
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
279
+ * // FailureDetails: {
280
+ * // Message: "STRING_VALUE",
281
+ * // },
282
+ * // },
283
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
284
+ * // PerUnitStorageThroughput: Number("int"),
285
+ * // MountName: "STRING_VALUE",
286
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
287
+ * // AutomaticBackupRetentionDays: Number("int"),
288
+ * // CopyTagsToBackups: true || false,
289
+ * // DriveCacheType: "NONE" || "READ",
290
+ * // DataCompressionType: "NONE" || "LZ4",
291
+ * // LogConfiguration: {
292
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
293
+ * // Destination: "STRING_VALUE",
294
+ * // },
295
+ * // RootSquashConfiguration: {
296
+ * // RootSquash: "STRING_VALUE",
297
+ * // NoSquashNids: [
298
+ * // "STRING_VALUE",
299
+ * // ],
300
+ * // },
301
+ * // },
302
+ * // AdministrativeActions: [
303
+ * // {
304
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
305
+ * // ProgressPercent: Number("int"),
306
+ * // RequestTime: new Date("TIMESTAMP"),
307
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
308
+ * // TargetFileSystemValues: "<FileSystem>",
309
+ * // FailureDetails: { // AdministrativeActionFailureDetails
310
+ * // Message: "STRING_VALUE",
311
+ * // },
312
+ * // TargetVolumeValues: { // Volume
313
+ * // CreationTime: new Date("TIMESTAMP"),
314
+ * // FileSystemId: "STRING_VALUE",
315
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
316
+ * // Name: "STRING_VALUE",
317
+ * // OntapConfiguration: { // OntapVolumeConfiguration
318
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
319
+ * // JunctionPath: "STRING_VALUE",
320
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
321
+ * // SizeInMegabytes: Number("int"),
322
+ * // StorageEfficiencyEnabled: true || false,
323
+ * // StorageVirtualMachineId: "STRING_VALUE",
324
+ * // StorageVirtualMachineRoot: true || false,
325
+ * // TieringPolicy: { // TieringPolicy
326
+ * // CoolingPeriod: Number("int"),
327
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
328
+ * // },
329
+ * // UUID: "STRING_VALUE",
330
+ * // OntapVolumeType: "RW" || "DP" || "LS",
331
+ * // SnapshotPolicy: "STRING_VALUE",
332
+ * // CopyTagsToBackups: true || false,
333
+ * // },
334
+ * // ResourceARN: "STRING_VALUE",
335
+ * // Tags: "<Tags>",
336
+ * // VolumeId: "STRING_VALUE",
337
+ * // VolumeType: "ONTAP" || "OPENZFS",
338
+ * // LifecycleTransitionReason: { // LifecycleTransitionReason
339
+ * // Message: "STRING_VALUE",
340
+ * // },
341
+ * // AdministrativeActions: "<AdministrativeActions>",
342
+ * // OpenZFSConfiguration: { // OpenZFSVolumeConfiguration
343
+ * // ParentVolumeId: "STRING_VALUE",
344
+ * // VolumePath: "STRING_VALUE",
345
+ * // StorageCapacityReservationGiB: Number("int"),
346
+ * // StorageCapacityQuotaGiB: Number("int"),
347
+ * // RecordSizeKiB: Number("int"),
348
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
349
+ * // CopyTagsToSnapshots: true || false,
350
+ * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
351
+ * // SnapshotARN: "STRING_VALUE",
352
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
353
+ * // },
354
+ * // ReadOnly: true || false,
355
+ * // NfsExports: [ // OpenZFSNfsExports
356
+ * // { // OpenZFSNfsExport
357
+ * // ClientConfigurations: [ // OpenZFSClientConfigurations // required
358
+ * // { // OpenZFSClientConfiguration
359
+ * // Clients: "STRING_VALUE", // required
360
+ * // Options: [ // OpenZFSNfsExportOptions // required
361
+ * // "STRING_VALUE",
362
+ * // ],
363
+ * // },
364
+ * // ],
365
+ * // },
366
+ * // ],
367
+ * // UserAndGroupQuotas: [ // OpenZFSUserAndGroupQuotas
368
+ * // { // OpenZFSUserOrGroupQuota
369
+ * // Type: "USER" || "GROUP", // required
370
+ * // Id: Number("int"), // required
371
+ * // StorageCapacityQuotaGiB: Number("int"), // required
372
+ * // },
373
+ * // ],
374
+ * // RestoreToSnapshot: "STRING_VALUE",
375
+ * // DeleteIntermediateSnaphots: true || false,
376
+ * // DeleteClonedVolumes: true || false,
377
+ * // },
378
+ * // },
379
+ * // TargetSnapshotValues: { // Snapshot
380
+ * // ResourceARN: "STRING_VALUE",
381
+ * // SnapshotId: "STRING_VALUE",
382
+ * // Name: "STRING_VALUE",
383
+ * // VolumeId: "STRING_VALUE",
384
+ * // CreationTime: new Date("TIMESTAMP"),
385
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
386
+ * // LifecycleTransitionReason: {
387
+ * // Message: "STRING_VALUE",
388
+ * // },
389
+ * // Tags: "<Tags>",
390
+ * // AdministrativeActions: "<AdministrativeActions>",
391
+ * // },
392
+ * // },
393
+ * // ],
394
+ * // OntapConfiguration: { // OntapFileSystemConfiguration
395
+ * // AutomaticBackupRetentionDays: Number("int"),
396
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
397
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
398
+ * // EndpointIpAddressRange: "STRING_VALUE",
399
+ * // Endpoints: { // FileSystemEndpoints
400
+ * // Intercluster: { // FileSystemEndpoint
401
+ * // DNSName: "STRING_VALUE",
402
+ * // IpAddresses: [ // OntapEndpointIpAddresses
403
+ * // "STRING_VALUE",
404
+ * // ],
405
+ * // },
406
+ * // Management: {
407
+ * // DNSName: "STRING_VALUE",
408
+ * // IpAddresses: [
409
+ * // "STRING_VALUE",
410
+ * // ],
411
+ * // },
412
+ * // },
413
+ * // DiskIopsConfiguration: { // DiskIopsConfiguration
414
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
415
+ * // Iops: Number("long"),
416
+ * // },
417
+ * // PreferredSubnetId: "STRING_VALUE",
418
+ * // RouteTableIds: [ // RouteTableIds
419
+ * // "STRING_VALUE",
420
+ * // ],
421
+ * // ThroughputCapacity: Number("int"),
422
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
423
+ * // },
424
+ * // FileSystemTypeVersion: "STRING_VALUE",
425
+ * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
426
+ * // AutomaticBackupRetentionDays: Number("int"),
427
+ * // CopyTagsToBackups: true || false,
428
+ * // CopyTagsToVolumes: true || false,
429
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
430
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
431
+ * // ThroughputCapacity: Number("int"),
432
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
433
+ * // DiskIopsConfiguration: {
434
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
435
+ * // Iops: Number("long"),
436
+ * // },
437
+ * // RootVolumeId: "STRING_VALUE",
438
+ * // },
439
+ * // },
440
+ * // FailureDetails: {
441
+ * // Message: "STRING_VALUE",
442
+ * // },
443
+ * // TargetVolumeValues: {
444
+ * // CreationTime: new Date("TIMESTAMP"),
445
+ * // FileSystemId: "STRING_VALUE",
446
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
447
+ * // Name: "STRING_VALUE",
448
+ * // OntapConfiguration: {
449
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
450
+ * // JunctionPath: "STRING_VALUE",
451
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
452
+ * // SizeInMegabytes: Number("int"),
453
+ * // StorageEfficiencyEnabled: true || false,
454
+ * // StorageVirtualMachineId: "STRING_VALUE",
455
+ * // StorageVirtualMachineRoot: true || false,
456
+ * // TieringPolicy: {
457
+ * // CoolingPeriod: Number("int"),
458
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
459
+ * // },
460
+ * // UUID: "STRING_VALUE",
461
+ * // OntapVolumeType: "RW" || "DP" || "LS",
462
+ * // SnapshotPolicy: "STRING_VALUE",
463
+ * // CopyTagsToBackups: true || false,
464
+ * // },
465
+ * // ResourceARN: "STRING_VALUE",
466
+ * // Tags: "<Tags>",
467
+ * // VolumeId: "STRING_VALUE",
468
+ * // VolumeType: "ONTAP" || "OPENZFS",
469
+ * // LifecycleTransitionReason: {
470
+ * // Message: "STRING_VALUE",
471
+ * // },
472
+ * // AdministrativeActions: "<AdministrativeActions>",
473
+ * // OpenZFSConfiguration: {
474
+ * // ParentVolumeId: "STRING_VALUE",
475
+ * // VolumePath: "STRING_VALUE",
476
+ * // StorageCapacityReservationGiB: Number("int"),
477
+ * // StorageCapacityQuotaGiB: Number("int"),
478
+ * // RecordSizeKiB: Number("int"),
479
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
480
+ * // CopyTagsToSnapshots: true || false,
481
+ * // OriginSnapshot: {
482
+ * // SnapshotARN: "STRING_VALUE",
483
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
484
+ * // },
485
+ * // ReadOnly: true || false,
486
+ * // NfsExports: [
487
+ * // {
488
+ * // ClientConfigurations: [ // required
489
+ * // {
490
+ * // Clients: "STRING_VALUE", // required
491
+ * // Options: [ // required
492
+ * // "STRING_VALUE",
493
+ * // ],
494
+ * // },
495
+ * // ],
496
+ * // },
497
+ * // ],
498
+ * // UserAndGroupQuotas: [
499
+ * // {
500
+ * // Type: "USER" || "GROUP", // required
501
+ * // Id: Number("int"), // required
502
+ * // StorageCapacityQuotaGiB: Number("int"), // required
503
+ * // },
504
+ * // ],
505
+ * // RestoreToSnapshot: "STRING_VALUE",
506
+ * // DeleteIntermediateSnaphots: true || false,
507
+ * // DeleteClonedVolumes: true || false,
508
+ * // },
509
+ * // },
510
+ * // TargetSnapshotValues: {
511
+ * // ResourceARN: "STRING_VALUE",
512
+ * // SnapshotId: "STRING_VALUE",
513
+ * // Name: "STRING_VALUE",
514
+ * // VolumeId: "STRING_VALUE",
515
+ * // CreationTime: new Date("TIMESTAMP"),
516
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
517
+ * // LifecycleTransitionReason: {
518
+ * // Message: "STRING_VALUE",
519
+ * // },
520
+ * // Tags: "<Tags>",
521
+ * // AdministrativeActions: "<AdministrativeActions>",
522
+ * // },
523
+ * // },
524
+ * // ],
525
+ * // OntapConfiguration: {
526
+ * // AutomaticBackupRetentionDays: Number("int"),
527
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
528
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
529
+ * // EndpointIpAddressRange: "STRING_VALUE",
530
+ * // Endpoints: {
531
+ * // Intercluster: {
532
+ * // DNSName: "STRING_VALUE",
533
+ * // IpAddresses: [
534
+ * // "STRING_VALUE",
535
+ * // ],
536
+ * // },
537
+ * // Management: {
538
+ * // DNSName: "STRING_VALUE",
539
+ * // IpAddresses: [
540
+ * // "STRING_VALUE",
541
+ * // ],
542
+ * // },
543
+ * // },
544
+ * // DiskIopsConfiguration: {
545
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
546
+ * // Iops: Number("long"),
547
+ * // },
548
+ * // PreferredSubnetId: "STRING_VALUE",
549
+ * // RouteTableIds: [
550
+ * // "STRING_VALUE",
551
+ * // ],
552
+ * // ThroughputCapacity: Number("int"),
553
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
554
+ * // },
555
+ * // FileSystemTypeVersion: "STRING_VALUE",
556
+ * // OpenZFSConfiguration: {
557
+ * // AutomaticBackupRetentionDays: Number("int"),
558
+ * // CopyTagsToBackups: true || false,
559
+ * // CopyTagsToVolumes: true || false,
560
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
561
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
562
+ * // ThroughputCapacity: Number("int"),
563
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
564
+ * // DiskIopsConfiguration: {
565
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
566
+ * // Iops: Number("long"),
567
+ * // },
568
+ * // RootVolumeId: "STRING_VALUE",
569
+ * // },
570
+ * // },
571
+ * // DirectoryInformation: { // ActiveDirectoryBackupAttributes
572
+ * // DomainName: "STRING_VALUE",
573
+ * // ActiveDirectoryId: "STRING_VALUE",
574
+ * // ResourceARN: "STRING_VALUE",
575
+ * // },
576
+ * // OwnerId: "STRING_VALUE",
577
+ * // SourceBackupId: "STRING_VALUE",
578
+ * // SourceBackupRegion: "STRING_VALUE",
579
+ * // ResourceType: "FILE_SYSTEM" || "VOLUME",
580
+ * // Volume: "<Volume>",
581
+ * // },
582
+ * // };
583
+ *
97
584
  * ```
98
585
  *
99
586
  * @param CreateBackupCommandInput - {@link CreateBackupCommandInput}
@@ -130,6 +617,8 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
130
617
  * @throws {@link VolumeNotFound} (client fault)
131
618
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
132
619
  *
620
+ * @throws {@link FSxServiceException}
621
+ * <p>Base exception class for all service exceptions from FSx service.</p>
133
622
  *
134
623
  * @example To create a new backup
135
624
  * ```javascript
@@ -70,6 +70,57 @@ export interface CreateDataRepositoryAssociationCommandOutput extends CreateData
70
70
  * };
71
71
  * const command = new CreateDataRepositoryAssociationCommand(input);
72
72
  * const response = await client.send(command);
73
+ * // { // CreateDataRepositoryAssociationResponse
74
+ * // Association: { // DataRepositoryAssociation
75
+ * // AssociationId: "STRING_VALUE",
76
+ * // ResourceARN: "STRING_VALUE",
77
+ * // FileSystemId: "STRING_VALUE",
78
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
79
+ * // FailureDetails: { // DataRepositoryFailureDetails
80
+ * // Message: "STRING_VALUE",
81
+ * // },
82
+ * // FileSystemPath: "STRING_VALUE",
83
+ * // DataRepositoryPath: "STRING_VALUE",
84
+ * // BatchImportMetaDataOnCreate: true || false,
85
+ * // ImportedFileChunkSize: Number("int"),
86
+ * // S3: { // S3DataRepositoryConfiguration
87
+ * // AutoImportPolicy: { // AutoImportPolicy
88
+ * // Events: [ // EventTypes
89
+ * // "NEW" || "CHANGED" || "DELETED",
90
+ * // ],
91
+ * // },
92
+ * // AutoExportPolicy: { // AutoExportPolicy
93
+ * // Events: [
94
+ * // "NEW" || "CHANGED" || "DELETED",
95
+ * // ],
96
+ * // },
97
+ * // },
98
+ * // Tags: [ // Tags
99
+ * // { // Tag
100
+ * // Key: "STRING_VALUE", // required
101
+ * // Value: "STRING_VALUE", // required
102
+ * // },
103
+ * // ],
104
+ * // CreationTime: new Date("TIMESTAMP"),
105
+ * // FileCacheId: "STRING_VALUE",
106
+ * // FileCachePath: "STRING_VALUE",
107
+ * // DataRepositorySubdirectories: [ // SubDirectoriesPaths
108
+ * // "STRING_VALUE",
109
+ * // ],
110
+ * // NFS: { // NFSDataRepositoryConfiguration
111
+ * // Version: "NFS3", // required
112
+ * // DnsIps: [ // RepositoryDnsIps
113
+ * // "STRING_VALUE",
114
+ * // ],
115
+ * // AutoExportPolicy: {
116
+ * // Events: [
117
+ * // "NEW" || "CHANGED" || "DELETED",
118
+ * // ],
119
+ * // },
120
+ * // },
121
+ * // },
122
+ * // };
123
+ *
73
124
  * ```
74
125
  *
75
126
  * @param CreateDataRepositoryAssociationCommandInput - {@link CreateDataRepositoryAssociationCommandInput}
@@ -99,6 +150,8 @@ export interface CreateDataRepositoryAssociationCommandOutput extends CreateData
99
150
  * @throws {@link UnsupportedOperation} (client fault)
100
151
  * <p>The requested operation is not supported for this resource or API.</p>
101
152
  *
153
+ * @throws {@link FSxServiceException}
154
+ * <p>Base exception class for all service exceptions from FSx service.</p>
102
155
  *
103
156
  */
104
157
  export declare class CreateDataRepositoryAssociationCommand extends $Command<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
@@ -58,6 +58,46 @@ export interface CreateDataRepositoryTaskCommandOutput extends CreateDataReposit
58
58
  * };
59
59
  * const command = new CreateDataRepositoryTaskCommand(input);
60
60
  * const response = await client.send(command);
61
+ * // { // CreateDataRepositoryTaskResponse
62
+ * // DataRepositoryTask: { // DataRepositoryTask
63
+ * // TaskId: "STRING_VALUE", // required
64
+ * // Lifecycle: "PENDING" || "EXECUTING" || "FAILED" || "SUCCEEDED" || "CANCELED" || "CANCELING", // required
65
+ * // Type: "EXPORT_TO_REPOSITORY" || "IMPORT_METADATA_FROM_REPOSITORY" || "RELEASE_DATA_FROM_FILESYSTEM" || "AUTO_RELEASE_DATA", // required
66
+ * // CreationTime: new Date("TIMESTAMP"), // required
67
+ * // StartTime: new Date("TIMESTAMP"),
68
+ * // EndTime: new Date("TIMESTAMP"),
69
+ * // ResourceARN: "STRING_VALUE",
70
+ * // Tags: [ // Tags
71
+ * // { // Tag
72
+ * // Key: "STRING_VALUE", // required
73
+ * // Value: "STRING_VALUE", // required
74
+ * // },
75
+ * // ],
76
+ * // FileSystemId: "STRING_VALUE",
77
+ * // Paths: [ // DataRepositoryTaskPaths
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // FailureDetails: { // DataRepositoryTaskFailureDetails
81
+ * // Message: "STRING_VALUE",
82
+ * // },
83
+ * // Status: { // DataRepositoryTaskStatus
84
+ * // TotalCount: Number("long"),
85
+ * // SucceededCount: Number("long"),
86
+ * // FailedCount: Number("long"),
87
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
88
+ * // ReleasedCapacity: Number("long"),
89
+ * // },
90
+ * // Report: { // CompletionReport
91
+ * // Enabled: true || false, // required
92
+ * // Path: "STRING_VALUE",
93
+ * // Format: "REPORT_CSV_20191124",
94
+ * // Scope: "FAILED_FILES_ONLY",
95
+ * // },
96
+ * // CapacityToRelease: Number("long"),
97
+ * // FileCacheId: "STRING_VALUE",
98
+ * // },
99
+ * // };
100
+ *
61
101
  * ```
62
102
  *
63
103
  * @param CreateDataRepositoryTaskCommandInput - {@link CreateDataRepositoryTaskCommandInput}
@@ -91,6 +131,8 @@ export interface CreateDataRepositoryTaskCommandOutput extends CreateDataReposit
91
131
  * @throws {@link UnsupportedOperation} (client fault)
92
132
  * <p>The requested operation is not supported for this resource or API.</p>
93
133
  *
134
+ * @throws {@link FSxServiceException}
135
+ * <p>Base exception class for all service exceptions from FSx service.</p>
94
136
  *
95
137
  */
96
138
  export declare class CreateDataRepositoryTaskCommand extends $Command<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {