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