@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
@@ -44,6 +44,471 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
44
44
  * };
45
45
  * const command = new DescribeVolumesCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // DescribeVolumesResponse
48
+ * // Volumes: [ // Volumes
49
+ * // { // Volume
50
+ * // CreationTime: new Date("TIMESTAMP"),
51
+ * // FileSystemId: "STRING_VALUE",
52
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
53
+ * // Name: "STRING_VALUE",
54
+ * // OntapConfiguration: { // OntapVolumeConfiguration
55
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
56
+ * // JunctionPath: "STRING_VALUE",
57
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
58
+ * // SizeInMegabytes: Number("int"),
59
+ * // StorageEfficiencyEnabled: true || false,
60
+ * // StorageVirtualMachineId: "STRING_VALUE",
61
+ * // StorageVirtualMachineRoot: true || false,
62
+ * // TieringPolicy: { // TieringPolicy
63
+ * // CoolingPeriod: Number("int"),
64
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
65
+ * // },
66
+ * // UUID: "STRING_VALUE",
67
+ * // OntapVolumeType: "RW" || "DP" || "LS",
68
+ * // SnapshotPolicy: "STRING_VALUE",
69
+ * // CopyTagsToBackups: true || false,
70
+ * // },
71
+ * // ResourceARN: "STRING_VALUE",
72
+ * // Tags: [ // Tags
73
+ * // { // Tag
74
+ * // Key: "STRING_VALUE", // required
75
+ * // Value: "STRING_VALUE", // required
76
+ * // },
77
+ * // ],
78
+ * // VolumeId: "STRING_VALUE",
79
+ * // VolumeType: "ONTAP" || "OPENZFS",
80
+ * // LifecycleTransitionReason: { // LifecycleTransitionReason
81
+ * // Message: "STRING_VALUE",
82
+ * // },
83
+ * // AdministrativeActions: [ // AdministrativeActions
84
+ * // { // AdministrativeAction
85
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
86
+ * // ProgressPercent: Number("int"),
87
+ * // RequestTime: new Date("TIMESTAMP"),
88
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
89
+ * // TargetFileSystemValues: { // FileSystem
90
+ * // OwnerId: "STRING_VALUE",
91
+ * // CreationTime: new Date("TIMESTAMP"),
92
+ * // FileSystemId: "STRING_VALUE",
93
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
94
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
95
+ * // FailureDetails: { // FileSystemFailureDetails
96
+ * // Message: "STRING_VALUE",
97
+ * // },
98
+ * // StorageCapacity: Number("int"),
99
+ * // StorageType: "SSD" || "HDD",
100
+ * // VpcId: "STRING_VALUE",
101
+ * // SubnetIds: [ // SubnetIds
102
+ * // "STRING_VALUE",
103
+ * // ],
104
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
105
+ * // "STRING_VALUE",
106
+ * // ],
107
+ * // DNSName: "STRING_VALUE",
108
+ * // KmsKeyId: "STRING_VALUE",
109
+ * // ResourceARN: "STRING_VALUE",
110
+ * // Tags: [
111
+ * // {
112
+ * // Key: "STRING_VALUE", // required
113
+ * // Value: "STRING_VALUE", // required
114
+ * // },
115
+ * // ],
116
+ * // WindowsConfiguration: { // WindowsFileSystemConfiguration
117
+ * // ActiveDirectoryId: "STRING_VALUE",
118
+ * // SelfManagedActiveDirectoryConfiguration: { // SelfManagedActiveDirectoryAttributes
119
+ * // DomainName: "STRING_VALUE",
120
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
121
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
122
+ * // UserName: "STRING_VALUE",
123
+ * // DnsIps: [ // DnsIps
124
+ * // "STRING_VALUE",
125
+ * // ],
126
+ * // },
127
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
128
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
129
+ * // PreferredSubnetId: "STRING_VALUE",
130
+ * // PreferredFileServerIp: "STRING_VALUE",
131
+ * // ThroughputCapacity: Number("int"),
132
+ * // MaintenanceOperationsInProgress: [ // FileSystemMaintenanceOperations
133
+ * // "PATCHING" || "BACKING_UP",
134
+ * // ],
135
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
136
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
137
+ * // AutomaticBackupRetentionDays: Number("int"),
138
+ * // CopyTagsToBackups: true || false,
139
+ * // Aliases: [ // Aliases
140
+ * // { // Alias
141
+ * // Name: "STRING_VALUE",
142
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
143
+ * // },
144
+ * // ],
145
+ * // AuditLogConfiguration: { // WindowsAuditLogConfiguration
146
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
147
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
148
+ * // AuditLogDestination: "STRING_VALUE",
149
+ * // },
150
+ * // },
151
+ * // LustreConfiguration: { // LustreFileSystemConfiguration
152
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
153
+ * // DataRepositoryConfiguration: { // DataRepositoryConfiguration
154
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
155
+ * // ImportPath: "STRING_VALUE",
156
+ * // ExportPath: "STRING_VALUE",
157
+ * // ImportedFileChunkSize: Number("int"),
158
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
159
+ * // FailureDetails: { // DataRepositoryFailureDetails
160
+ * // Message: "STRING_VALUE",
161
+ * // },
162
+ * // },
163
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
164
+ * // PerUnitStorageThroughput: Number("int"),
165
+ * // MountName: "STRING_VALUE",
166
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
167
+ * // AutomaticBackupRetentionDays: Number("int"),
168
+ * // CopyTagsToBackups: true || false,
169
+ * // DriveCacheType: "NONE" || "READ",
170
+ * // DataCompressionType: "NONE" || "LZ4",
171
+ * // LogConfiguration: { // LustreLogConfiguration
172
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
173
+ * // Destination: "STRING_VALUE",
174
+ * // },
175
+ * // RootSquashConfiguration: { // LustreRootSquashConfiguration
176
+ * // RootSquash: "STRING_VALUE",
177
+ * // NoSquashNids: [ // LustreNoSquashNids
178
+ * // "STRING_VALUE",
179
+ * // ],
180
+ * // },
181
+ * // },
182
+ * // AdministrativeActions: [
183
+ * // {
184
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
185
+ * // ProgressPercent: Number("int"),
186
+ * // RequestTime: new Date("TIMESTAMP"),
187
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
188
+ * // TargetFileSystemValues: {
189
+ * // OwnerId: "STRING_VALUE",
190
+ * // CreationTime: new Date("TIMESTAMP"),
191
+ * // FileSystemId: "STRING_VALUE",
192
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
193
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
194
+ * // FailureDetails: {
195
+ * // Message: "STRING_VALUE",
196
+ * // },
197
+ * // StorageCapacity: Number("int"),
198
+ * // StorageType: "SSD" || "HDD",
199
+ * // VpcId: "STRING_VALUE",
200
+ * // SubnetIds: [
201
+ * // "STRING_VALUE",
202
+ * // ],
203
+ * // NetworkInterfaceIds: [
204
+ * // "STRING_VALUE",
205
+ * // ],
206
+ * // DNSName: "STRING_VALUE",
207
+ * // KmsKeyId: "STRING_VALUE",
208
+ * // ResourceARN: "STRING_VALUE",
209
+ * // Tags: "<Tags>",
210
+ * // WindowsConfiguration: {
211
+ * // ActiveDirectoryId: "STRING_VALUE",
212
+ * // SelfManagedActiveDirectoryConfiguration: {
213
+ * // DomainName: "STRING_VALUE",
214
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
215
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
216
+ * // UserName: "STRING_VALUE",
217
+ * // DnsIps: [
218
+ * // "STRING_VALUE",
219
+ * // ],
220
+ * // },
221
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
222
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
223
+ * // PreferredSubnetId: "STRING_VALUE",
224
+ * // PreferredFileServerIp: "STRING_VALUE",
225
+ * // ThroughputCapacity: Number("int"),
226
+ * // MaintenanceOperationsInProgress: [
227
+ * // "PATCHING" || "BACKING_UP",
228
+ * // ],
229
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
230
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
231
+ * // AutomaticBackupRetentionDays: Number("int"),
232
+ * // CopyTagsToBackups: true || false,
233
+ * // Aliases: [
234
+ * // {
235
+ * // Name: "STRING_VALUE",
236
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
237
+ * // },
238
+ * // ],
239
+ * // AuditLogConfiguration: {
240
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
241
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
242
+ * // AuditLogDestination: "STRING_VALUE",
243
+ * // },
244
+ * // },
245
+ * // LustreConfiguration: {
246
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
247
+ * // DataRepositoryConfiguration: {
248
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
249
+ * // ImportPath: "STRING_VALUE",
250
+ * // ExportPath: "STRING_VALUE",
251
+ * // ImportedFileChunkSize: Number("int"),
252
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
253
+ * // FailureDetails: {
254
+ * // Message: "STRING_VALUE",
255
+ * // },
256
+ * // },
257
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
258
+ * // PerUnitStorageThroughput: Number("int"),
259
+ * // MountName: "STRING_VALUE",
260
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
261
+ * // AutomaticBackupRetentionDays: Number("int"),
262
+ * // CopyTagsToBackups: true || false,
263
+ * // DriveCacheType: "NONE" || "READ",
264
+ * // DataCompressionType: "NONE" || "LZ4",
265
+ * // LogConfiguration: {
266
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
267
+ * // Destination: "STRING_VALUE",
268
+ * // },
269
+ * // RootSquashConfiguration: {
270
+ * // RootSquash: "STRING_VALUE",
271
+ * // NoSquashNids: [
272
+ * // "STRING_VALUE",
273
+ * // ],
274
+ * // },
275
+ * // },
276
+ * // AdministrativeActions: "<AdministrativeActions>",
277
+ * // OntapConfiguration: { // OntapFileSystemConfiguration
278
+ * // AutomaticBackupRetentionDays: Number("int"),
279
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
280
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
281
+ * // EndpointIpAddressRange: "STRING_VALUE",
282
+ * // Endpoints: { // FileSystemEndpoints
283
+ * // Intercluster: { // FileSystemEndpoint
284
+ * // DNSName: "STRING_VALUE",
285
+ * // IpAddresses: [ // OntapEndpointIpAddresses
286
+ * // "STRING_VALUE",
287
+ * // ],
288
+ * // },
289
+ * // Management: {
290
+ * // DNSName: "STRING_VALUE",
291
+ * // IpAddresses: [
292
+ * // "STRING_VALUE",
293
+ * // ],
294
+ * // },
295
+ * // },
296
+ * // DiskIopsConfiguration: { // DiskIopsConfiguration
297
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
298
+ * // Iops: Number("long"),
299
+ * // },
300
+ * // PreferredSubnetId: "STRING_VALUE",
301
+ * // RouteTableIds: [ // RouteTableIds
302
+ * // "STRING_VALUE",
303
+ * // ],
304
+ * // ThroughputCapacity: Number("int"),
305
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
306
+ * // },
307
+ * // FileSystemTypeVersion: "STRING_VALUE",
308
+ * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
309
+ * // AutomaticBackupRetentionDays: Number("int"),
310
+ * // CopyTagsToBackups: true || false,
311
+ * // CopyTagsToVolumes: true || false,
312
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
313
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
314
+ * // ThroughputCapacity: Number("int"),
315
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
316
+ * // DiskIopsConfiguration: {
317
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
318
+ * // Iops: Number("long"),
319
+ * // },
320
+ * // RootVolumeId: "STRING_VALUE",
321
+ * // },
322
+ * // },
323
+ * // FailureDetails: { // AdministrativeActionFailureDetails
324
+ * // Message: "STRING_VALUE",
325
+ * // },
326
+ * // TargetVolumeValues: {
327
+ * // CreationTime: new Date("TIMESTAMP"),
328
+ * // FileSystemId: "STRING_VALUE",
329
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
330
+ * // Name: "STRING_VALUE",
331
+ * // OntapConfiguration: {
332
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
333
+ * // JunctionPath: "STRING_VALUE",
334
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
335
+ * // SizeInMegabytes: Number("int"),
336
+ * // StorageEfficiencyEnabled: true || false,
337
+ * // StorageVirtualMachineId: "STRING_VALUE",
338
+ * // StorageVirtualMachineRoot: true || false,
339
+ * // TieringPolicy: {
340
+ * // CoolingPeriod: Number("int"),
341
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
342
+ * // },
343
+ * // UUID: "STRING_VALUE",
344
+ * // OntapVolumeType: "RW" || "DP" || "LS",
345
+ * // SnapshotPolicy: "STRING_VALUE",
346
+ * // CopyTagsToBackups: true || false,
347
+ * // },
348
+ * // ResourceARN: "STRING_VALUE",
349
+ * // Tags: "<Tags>",
350
+ * // VolumeId: "STRING_VALUE",
351
+ * // VolumeType: "ONTAP" || "OPENZFS",
352
+ * // LifecycleTransitionReason: {
353
+ * // Message: "STRING_VALUE",
354
+ * // },
355
+ * // AdministrativeActions: "<AdministrativeActions>",
356
+ * // OpenZFSConfiguration: { // OpenZFSVolumeConfiguration
357
+ * // ParentVolumeId: "STRING_VALUE",
358
+ * // VolumePath: "STRING_VALUE",
359
+ * // StorageCapacityReservationGiB: Number("int"),
360
+ * // StorageCapacityQuotaGiB: Number("int"),
361
+ * // RecordSizeKiB: Number("int"),
362
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
363
+ * // CopyTagsToSnapshots: true || false,
364
+ * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
365
+ * // SnapshotARN: "STRING_VALUE",
366
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
367
+ * // },
368
+ * // ReadOnly: true || false,
369
+ * // NfsExports: [ // OpenZFSNfsExports
370
+ * // { // OpenZFSNfsExport
371
+ * // ClientConfigurations: [ // OpenZFSClientConfigurations // required
372
+ * // { // OpenZFSClientConfiguration
373
+ * // Clients: "STRING_VALUE", // required
374
+ * // Options: [ // OpenZFSNfsExportOptions // required
375
+ * // "STRING_VALUE",
376
+ * // ],
377
+ * // },
378
+ * // ],
379
+ * // },
380
+ * // ],
381
+ * // UserAndGroupQuotas: [ // OpenZFSUserAndGroupQuotas
382
+ * // { // OpenZFSUserOrGroupQuota
383
+ * // Type: "USER" || "GROUP", // required
384
+ * // Id: Number("int"), // required
385
+ * // StorageCapacityQuotaGiB: Number("int"), // required
386
+ * // },
387
+ * // ],
388
+ * // RestoreToSnapshot: "STRING_VALUE",
389
+ * // DeleteIntermediateSnaphots: true || false,
390
+ * // DeleteClonedVolumes: true || false,
391
+ * // },
392
+ * // },
393
+ * // TargetSnapshotValues: { // Snapshot
394
+ * // ResourceARN: "STRING_VALUE",
395
+ * // SnapshotId: "STRING_VALUE",
396
+ * // Name: "STRING_VALUE",
397
+ * // VolumeId: "STRING_VALUE",
398
+ * // CreationTime: new Date("TIMESTAMP"),
399
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
400
+ * // LifecycleTransitionReason: {
401
+ * // Message: "STRING_VALUE",
402
+ * // },
403
+ * // Tags: "<Tags>",
404
+ * // AdministrativeActions: "<AdministrativeActions>",
405
+ * // },
406
+ * // },
407
+ * // ],
408
+ * // OntapConfiguration: {
409
+ * // AutomaticBackupRetentionDays: Number("int"),
410
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
411
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
412
+ * // EndpointIpAddressRange: "STRING_VALUE",
413
+ * // Endpoints: {
414
+ * // Intercluster: {
415
+ * // DNSName: "STRING_VALUE",
416
+ * // IpAddresses: [
417
+ * // "STRING_VALUE",
418
+ * // ],
419
+ * // },
420
+ * // Management: {
421
+ * // DNSName: "STRING_VALUE",
422
+ * // IpAddresses: [
423
+ * // "STRING_VALUE",
424
+ * // ],
425
+ * // },
426
+ * // },
427
+ * // DiskIopsConfiguration: {
428
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
429
+ * // Iops: Number("long"),
430
+ * // },
431
+ * // PreferredSubnetId: "STRING_VALUE",
432
+ * // RouteTableIds: [
433
+ * // "STRING_VALUE",
434
+ * // ],
435
+ * // ThroughputCapacity: Number("int"),
436
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
437
+ * // },
438
+ * // FileSystemTypeVersion: "STRING_VALUE",
439
+ * // OpenZFSConfiguration: {
440
+ * // AutomaticBackupRetentionDays: Number("int"),
441
+ * // CopyTagsToBackups: true || false,
442
+ * // CopyTagsToVolumes: true || false,
443
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
444
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
445
+ * // ThroughputCapacity: Number("int"),
446
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
447
+ * // DiskIopsConfiguration: {
448
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
449
+ * // Iops: Number("long"),
450
+ * // },
451
+ * // RootVolumeId: "STRING_VALUE",
452
+ * // },
453
+ * // },
454
+ * // FailureDetails: {
455
+ * // Message: "STRING_VALUE",
456
+ * // },
457
+ * // TargetVolumeValues: "<Volume>",
458
+ * // TargetSnapshotValues: {
459
+ * // ResourceARN: "STRING_VALUE",
460
+ * // SnapshotId: "STRING_VALUE",
461
+ * // Name: "STRING_VALUE",
462
+ * // VolumeId: "STRING_VALUE",
463
+ * // CreationTime: new Date("TIMESTAMP"),
464
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
465
+ * // LifecycleTransitionReason: "<LifecycleTransitionReason>",
466
+ * // Tags: "<Tags>",
467
+ * // AdministrativeActions: "<AdministrativeActions>",
468
+ * // },
469
+ * // },
470
+ * // ],
471
+ * // OpenZFSConfiguration: {
472
+ * // ParentVolumeId: "STRING_VALUE",
473
+ * // VolumePath: "STRING_VALUE",
474
+ * // StorageCapacityReservationGiB: Number("int"),
475
+ * // StorageCapacityQuotaGiB: Number("int"),
476
+ * // RecordSizeKiB: Number("int"),
477
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
478
+ * // CopyTagsToSnapshots: true || false,
479
+ * // OriginSnapshot: {
480
+ * // SnapshotARN: "STRING_VALUE",
481
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
482
+ * // },
483
+ * // ReadOnly: true || false,
484
+ * // NfsExports: [
485
+ * // {
486
+ * // ClientConfigurations: [ // required
487
+ * // {
488
+ * // Clients: "STRING_VALUE", // required
489
+ * // Options: [ // required
490
+ * // "STRING_VALUE",
491
+ * // ],
492
+ * // },
493
+ * // ],
494
+ * // },
495
+ * // ],
496
+ * // UserAndGroupQuotas: [
497
+ * // {
498
+ * // Type: "USER" || "GROUP", // required
499
+ * // Id: Number("int"), // required
500
+ * // StorageCapacityQuotaGiB: Number("int"), // required
501
+ * // },
502
+ * // ],
503
+ * // RestoreToSnapshot: "STRING_VALUE",
504
+ * // DeleteIntermediateSnaphots: true || false,
505
+ * // DeleteClonedVolumes: true || false,
506
+ * // },
507
+ * // },
508
+ * // ],
509
+ * // NextToken: "STRING_VALUE",
510
+ * // };
511
+ *
47
512
  * ```
48
513
  *
49
514
  * @param DescribeVolumesCommandInput - {@link DescribeVolumesCommandInput}
@@ -61,6 +526,8 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
61
526
  * @throws {@link VolumeNotFound} (client fault)
62
527
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
63
528
  *
529
+ * @throws {@link FSxServiceException}
530
+ * <p>Base exception class for all service exceptions from FSx service.</p>
64
531
  *
65
532
  */
66
533
  export declare class DescribeVolumesCommand extends $Command<DescribeVolumesCommandInput, DescribeVolumesCommandOutput, FSxClientResolvedConfig> {
@@ -43,6 +43,15 @@ export interface DisassociateFileSystemAliasesCommandOutput extends Disassociate
43
43
  * };
44
44
  * const command = new DisassociateFileSystemAliasesCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // DisassociateFileSystemAliasesResponse
47
+ * // Aliases: [ // Aliases
48
+ * // { // Alias
49
+ * // Name: "STRING_VALUE",
50
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
51
+ * // },
52
+ * // ],
53
+ * // };
54
+ *
46
55
  * ```
47
56
  *
48
57
  * @param DisassociateFileSystemAliasesCommandInput - {@link DisassociateFileSystemAliasesCommandInput}
@@ -60,6 +69,8 @@ export interface DisassociateFileSystemAliasesCommandOutput extends Disassociate
60
69
  * @throws {@link InternalServerError} (server fault)
61
70
  * <p>A generic error indicating a server-side failure.</p>
62
71
  *
72
+ * @throws {@link FSxServiceException}
73
+ * <p>Base exception class for all service exceptions from FSx service.</p>
63
74
  *
64
75
  */
65
76
  export declare class DisassociateFileSystemAliasesCommand extends $Command<DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
@@ -56,6 +56,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
56
56
  * };
57
57
  * const command = new ListTagsForResourceCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // ListTagsForResourceResponse
60
+ * // Tags: [ // Tags
61
+ * // { // Tag
62
+ * // Key: "STRING_VALUE", // required
63
+ * // Value: "STRING_VALUE", // required
64
+ * // },
65
+ * // ],
66
+ * // NextToken: "STRING_VALUE",
67
+ * // };
68
+ *
59
69
  * ```
60
70
  *
61
71
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -80,6 +90,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
80
90
  * @throws {@link ResourceNotFound} (client fault)
81
91
  * <p>The resource specified by the Amazon Resource Name (ARN) can't be found.</p>
82
92
  *
93
+ * @throws {@link FSxServiceException}
94
+ * <p>Base exception class for all service exceptions from FSx service.</p>
83
95
  *
84
96
  * @example To list tags for a resource
85
97
  * ```javascript