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