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