@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
@@ -71,6 +71,468 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
71
71
  * };
72
72
  * const command = new UpdateVolumeCommand(input);
73
73
  * const response = await client.send(command);
74
+ * // { // UpdateVolumeResponse
75
+ * // Volume: { // Volume
76
+ * // CreationTime: new Date("TIMESTAMP"),
77
+ * // FileSystemId: "STRING_VALUE",
78
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
79
+ * // Name: "STRING_VALUE",
80
+ * // OntapConfiguration: { // OntapVolumeConfiguration
81
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
82
+ * // JunctionPath: "STRING_VALUE",
83
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
84
+ * // SizeInMegabytes: Number("int"),
85
+ * // StorageEfficiencyEnabled: true || false,
86
+ * // StorageVirtualMachineId: "STRING_VALUE",
87
+ * // StorageVirtualMachineRoot: true || false,
88
+ * // TieringPolicy: { // TieringPolicy
89
+ * // CoolingPeriod: Number("int"),
90
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
91
+ * // },
92
+ * // UUID: "STRING_VALUE",
93
+ * // OntapVolumeType: "RW" || "DP" || "LS",
94
+ * // SnapshotPolicy: "STRING_VALUE",
95
+ * // CopyTagsToBackups: true || false,
96
+ * // },
97
+ * // ResourceARN: "STRING_VALUE",
98
+ * // Tags: [ // Tags
99
+ * // { // Tag
100
+ * // Key: "STRING_VALUE", // required
101
+ * // Value: "STRING_VALUE", // required
102
+ * // },
103
+ * // ],
104
+ * // VolumeId: "STRING_VALUE",
105
+ * // VolumeType: "ONTAP" || "OPENZFS",
106
+ * // LifecycleTransitionReason: { // LifecycleTransitionReason
107
+ * // Message: "STRING_VALUE",
108
+ * // },
109
+ * // AdministrativeActions: [ // AdministrativeActions
110
+ * // { // AdministrativeAction
111
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
112
+ * // ProgressPercent: Number("int"),
113
+ * // RequestTime: new Date("TIMESTAMP"),
114
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
115
+ * // TargetFileSystemValues: { // FileSystem
116
+ * // OwnerId: "STRING_VALUE",
117
+ * // CreationTime: new Date("TIMESTAMP"),
118
+ * // FileSystemId: "STRING_VALUE",
119
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
120
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
121
+ * // FailureDetails: { // FileSystemFailureDetails
122
+ * // Message: "STRING_VALUE",
123
+ * // },
124
+ * // StorageCapacity: Number("int"),
125
+ * // StorageType: "SSD" || "HDD",
126
+ * // VpcId: "STRING_VALUE",
127
+ * // SubnetIds: [ // SubnetIds
128
+ * // "STRING_VALUE",
129
+ * // ],
130
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
131
+ * // "STRING_VALUE",
132
+ * // ],
133
+ * // DNSName: "STRING_VALUE",
134
+ * // KmsKeyId: "STRING_VALUE",
135
+ * // ResourceARN: "STRING_VALUE",
136
+ * // Tags: [
137
+ * // {
138
+ * // Key: "STRING_VALUE", // required
139
+ * // Value: "STRING_VALUE", // required
140
+ * // },
141
+ * // ],
142
+ * // WindowsConfiguration: { // WindowsFileSystemConfiguration
143
+ * // ActiveDirectoryId: "STRING_VALUE",
144
+ * // SelfManagedActiveDirectoryConfiguration: { // SelfManagedActiveDirectoryAttributes
145
+ * // DomainName: "STRING_VALUE",
146
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
147
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
148
+ * // UserName: "STRING_VALUE",
149
+ * // DnsIps: [ // DnsIps
150
+ * // "STRING_VALUE",
151
+ * // ],
152
+ * // },
153
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
154
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
155
+ * // PreferredSubnetId: "STRING_VALUE",
156
+ * // PreferredFileServerIp: "STRING_VALUE",
157
+ * // ThroughputCapacity: Number("int"),
158
+ * // MaintenanceOperationsInProgress: [ // FileSystemMaintenanceOperations
159
+ * // "PATCHING" || "BACKING_UP",
160
+ * // ],
161
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
162
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
163
+ * // AutomaticBackupRetentionDays: Number("int"),
164
+ * // CopyTagsToBackups: true || false,
165
+ * // Aliases: [ // Aliases
166
+ * // { // Alias
167
+ * // Name: "STRING_VALUE",
168
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
169
+ * // },
170
+ * // ],
171
+ * // AuditLogConfiguration: { // WindowsAuditLogConfiguration
172
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
173
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
174
+ * // AuditLogDestination: "STRING_VALUE",
175
+ * // },
176
+ * // },
177
+ * // LustreConfiguration: { // LustreFileSystemConfiguration
178
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
179
+ * // DataRepositoryConfiguration: { // DataRepositoryConfiguration
180
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
181
+ * // ImportPath: "STRING_VALUE",
182
+ * // ExportPath: "STRING_VALUE",
183
+ * // ImportedFileChunkSize: Number("int"),
184
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
185
+ * // FailureDetails: { // DataRepositoryFailureDetails
186
+ * // Message: "STRING_VALUE",
187
+ * // },
188
+ * // },
189
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
190
+ * // PerUnitStorageThroughput: Number("int"),
191
+ * // MountName: "STRING_VALUE",
192
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
193
+ * // AutomaticBackupRetentionDays: Number("int"),
194
+ * // CopyTagsToBackups: true || false,
195
+ * // DriveCacheType: "NONE" || "READ",
196
+ * // DataCompressionType: "NONE" || "LZ4",
197
+ * // LogConfiguration: { // LustreLogConfiguration
198
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
199
+ * // Destination: "STRING_VALUE",
200
+ * // },
201
+ * // RootSquashConfiguration: { // LustreRootSquashConfiguration
202
+ * // RootSquash: "STRING_VALUE",
203
+ * // NoSquashNids: [ // LustreNoSquashNids
204
+ * // "STRING_VALUE",
205
+ * // ],
206
+ * // },
207
+ * // },
208
+ * // AdministrativeActions: [
209
+ * // {
210
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
211
+ * // ProgressPercent: Number("int"),
212
+ * // RequestTime: new Date("TIMESTAMP"),
213
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
214
+ * // TargetFileSystemValues: {
215
+ * // OwnerId: "STRING_VALUE",
216
+ * // CreationTime: new Date("TIMESTAMP"),
217
+ * // FileSystemId: "STRING_VALUE",
218
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
219
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
220
+ * // FailureDetails: {
221
+ * // Message: "STRING_VALUE",
222
+ * // },
223
+ * // StorageCapacity: Number("int"),
224
+ * // StorageType: "SSD" || "HDD",
225
+ * // VpcId: "STRING_VALUE",
226
+ * // SubnetIds: [
227
+ * // "STRING_VALUE",
228
+ * // ],
229
+ * // NetworkInterfaceIds: [
230
+ * // "STRING_VALUE",
231
+ * // ],
232
+ * // DNSName: "STRING_VALUE",
233
+ * // KmsKeyId: "STRING_VALUE",
234
+ * // ResourceARN: "STRING_VALUE",
235
+ * // Tags: "<Tags>",
236
+ * // WindowsConfiguration: {
237
+ * // ActiveDirectoryId: "STRING_VALUE",
238
+ * // SelfManagedActiveDirectoryConfiguration: {
239
+ * // DomainName: "STRING_VALUE",
240
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
241
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
242
+ * // UserName: "STRING_VALUE",
243
+ * // DnsIps: [
244
+ * // "STRING_VALUE",
245
+ * // ],
246
+ * // },
247
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
248
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
249
+ * // PreferredSubnetId: "STRING_VALUE",
250
+ * // PreferredFileServerIp: "STRING_VALUE",
251
+ * // ThroughputCapacity: Number("int"),
252
+ * // MaintenanceOperationsInProgress: [
253
+ * // "PATCHING" || "BACKING_UP",
254
+ * // ],
255
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
256
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
257
+ * // AutomaticBackupRetentionDays: Number("int"),
258
+ * // CopyTagsToBackups: true || false,
259
+ * // Aliases: [
260
+ * // {
261
+ * // Name: "STRING_VALUE",
262
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
263
+ * // },
264
+ * // ],
265
+ * // AuditLogConfiguration: {
266
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
267
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
268
+ * // AuditLogDestination: "STRING_VALUE",
269
+ * // },
270
+ * // },
271
+ * // LustreConfiguration: {
272
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
273
+ * // DataRepositoryConfiguration: {
274
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
275
+ * // ImportPath: "STRING_VALUE",
276
+ * // ExportPath: "STRING_VALUE",
277
+ * // ImportedFileChunkSize: Number("int"),
278
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
279
+ * // FailureDetails: {
280
+ * // Message: "STRING_VALUE",
281
+ * // },
282
+ * // },
283
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
284
+ * // PerUnitStorageThroughput: Number("int"),
285
+ * // MountName: "STRING_VALUE",
286
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
287
+ * // AutomaticBackupRetentionDays: Number("int"),
288
+ * // CopyTagsToBackups: true || false,
289
+ * // DriveCacheType: "NONE" || "READ",
290
+ * // DataCompressionType: "NONE" || "LZ4",
291
+ * // LogConfiguration: {
292
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
293
+ * // Destination: "STRING_VALUE",
294
+ * // },
295
+ * // RootSquashConfiguration: {
296
+ * // RootSquash: "STRING_VALUE",
297
+ * // NoSquashNids: [
298
+ * // "STRING_VALUE",
299
+ * // ],
300
+ * // },
301
+ * // },
302
+ * // AdministrativeActions: "<AdministrativeActions>",
303
+ * // OntapConfiguration: { // OntapFileSystemConfiguration
304
+ * // AutomaticBackupRetentionDays: Number("int"),
305
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
306
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
307
+ * // EndpointIpAddressRange: "STRING_VALUE",
308
+ * // Endpoints: { // FileSystemEndpoints
309
+ * // Intercluster: { // FileSystemEndpoint
310
+ * // DNSName: "STRING_VALUE",
311
+ * // IpAddresses: [ // OntapEndpointIpAddresses
312
+ * // "STRING_VALUE",
313
+ * // ],
314
+ * // },
315
+ * // Management: {
316
+ * // DNSName: "STRING_VALUE",
317
+ * // IpAddresses: [
318
+ * // "STRING_VALUE",
319
+ * // ],
320
+ * // },
321
+ * // },
322
+ * // DiskIopsConfiguration: { // DiskIopsConfiguration
323
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
324
+ * // Iops: Number("long"),
325
+ * // },
326
+ * // PreferredSubnetId: "STRING_VALUE",
327
+ * // RouteTableIds: [ // RouteTableIds
328
+ * // "STRING_VALUE",
329
+ * // ],
330
+ * // ThroughputCapacity: Number("int"),
331
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
332
+ * // },
333
+ * // FileSystemTypeVersion: "STRING_VALUE",
334
+ * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
335
+ * // AutomaticBackupRetentionDays: Number("int"),
336
+ * // CopyTagsToBackups: true || false,
337
+ * // CopyTagsToVolumes: true || false,
338
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
339
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
340
+ * // ThroughputCapacity: Number("int"),
341
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
342
+ * // DiskIopsConfiguration: {
343
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
344
+ * // Iops: Number("long"),
345
+ * // },
346
+ * // RootVolumeId: "STRING_VALUE",
347
+ * // },
348
+ * // },
349
+ * // FailureDetails: { // AdministrativeActionFailureDetails
350
+ * // Message: "STRING_VALUE",
351
+ * // },
352
+ * // TargetVolumeValues: {
353
+ * // CreationTime: new Date("TIMESTAMP"),
354
+ * // FileSystemId: "STRING_VALUE",
355
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
356
+ * // Name: "STRING_VALUE",
357
+ * // OntapConfiguration: {
358
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
359
+ * // JunctionPath: "STRING_VALUE",
360
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
361
+ * // SizeInMegabytes: Number("int"),
362
+ * // StorageEfficiencyEnabled: true || false,
363
+ * // StorageVirtualMachineId: "STRING_VALUE",
364
+ * // StorageVirtualMachineRoot: true || false,
365
+ * // TieringPolicy: {
366
+ * // CoolingPeriod: Number("int"),
367
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
368
+ * // },
369
+ * // UUID: "STRING_VALUE",
370
+ * // OntapVolumeType: "RW" || "DP" || "LS",
371
+ * // SnapshotPolicy: "STRING_VALUE",
372
+ * // CopyTagsToBackups: true || false,
373
+ * // },
374
+ * // ResourceARN: "STRING_VALUE",
375
+ * // Tags: "<Tags>",
376
+ * // VolumeId: "STRING_VALUE",
377
+ * // VolumeType: "ONTAP" || "OPENZFS",
378
+ * // LifecycleTransitionReason: {
379
+ * // Message: "STRING_VALUE",
380
+ * // },
381
+ * // AdministrativeActions: "<AdministrativeActions>",
382
+ * // OpenZFSConfiguration: { // OpenZFSVolumeConfiguration
383
+ * // ParentVolumeId: "STRING_VALUE",
384
+ * // VolumePath: "STRING_VALUE",
385
+ * // StorageCapacityReservationGiB: Number("int"),
386
+ * // StorageCapacityQuotaGiB: Number("int"),
387
+ * // RecordSizeKiB: Number("int"),
388
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
389
+ * // CopyTagsToSnapshots: true || false,
390
+ * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
391
+ * // SnapshotARN: "STRING_VALUE",
392
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
393
+ * // },
394
+ * // ReadOnly: true || false,
395
+ * // NfsExports: [ // OpenZFSNfsExports
396
+ * // { // OpenZFSNfsExport
397
+ * // ClientConfigurations: [ // OpenZFSClientConfigurations // required
398
+ * // { // OpenZFSClientConfiguration
399
+ * // Clients: "STRING_VALUE", // required
400
+ * // Options: [ // OpenZFSNfsExportOptions // required
401
+ * // "STRING_VALUE",
402
+ * // ],
403
+ * // },
404
+ * // ],
405
+ * // },
406
+ * // ],
407
+ * // UserAndGroupQuotas: [ // OpenZFSUserAndGroupQuotas
408
+ * // { // OpenZFSUserOrGroupQuota
409
+ * // Type: "USER" || "GROUP", // required
410
+ * // Id: Number("int"), // required
411
+ * // StorageCapacityQuotaGiB: Number("int"), // required
412
+ * // },
413
+ * // ],
414
+ * // RestoreToSnapshot: "STRING_VALUE",
415
+ * // DeleteIntermediateSnaphots: true || false,
416
+ * // DeleteClonedVolumes: true || false,
417
+ * // },
418
+ * // },
419
+ * // TargetSnapshotValues: { // Snapshot
420
+ * // ResourceARN: "STRING_VALUE",
421
+ * // SnapshotId: "STRING_VALUE",
422
+ * // Name: "STRING_VALUE",
423
+ * // VolumeId: "STRING_VALUE",
424
+ * // CreationTime: new Date("TIMESTAMP"),
425
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
426
+ * // LifecycleTransitionReason: {
427
+ * // Message: "STRING_VALUE",
428
+ * // },
429
+ * // Tags: "<Tags>",
430
+ * // AdministrativeActions: "<AdministrativeActions>",
431
+ * // },
432
+ * // },
433
+ * // ],
434
+ * // OntapConfiguration: {
435
+ * // AutomaticBackupRetentionDays: Number("int"),
436
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
437
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
438
+ * // EndpointIpAddressRange: "STRING_VALUE",
439
+ * // Endpoints: {
440
+ * // Intercluster: {
441
+ * // DNSName: "STRING_VALUE",
442
+ * // IpAddresses: [
443
+ * // "STRING_VALUE",
444
+ * // ],
445
+ * // },
446
+ * // Management: {
447
+ * // DNSName: "STRING_VALUE",
448
+ * // IpAddresses: [
449
+ * // "STRING_VALUE",
450
+ * // ],
451
+ * // },
452
+ * // },
453
+ * // DiskIopsConfiguration: {
454
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
455
+ * // Iops: Number("long"),
456
+ * // },
457
+ * // PreferredSubnetId: "STRING_VALUE",
458
+ * // RouteTableIds: [
459
+ * // "STRING_VALUE",
460
+ * // ],
461
+ * // ThroughputCapacity: Number("int"),
462
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
463
+ * // },
464
+ * // FileSystemTypeVersion: "STRING_VALUE",
465
+ * // OpenZFSConfiguration: {
466
+ * // AutomaticBackupRetentionDays: Number("int"),
467
+ * // CopyTagsToBackups: true || false,
468
+ * // CopyTagsToVolumes: true || false,
469
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
470
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
471
+ * // ThroughputCapacity: Number("int"),
472
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
473
+ * // DiskIopsConfiguration: {
474
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
475
+ * // Iops: Number("long"),
476
+ * // },
477
+ * // RootVolumeId: "STRING_VALUE",
478
+ * // },
479
+ * // },
480
+ * // FailureDetails: {
481
+ * // Message: "STRING_VALUE",
482
+ * // },
483
+ * // TargetVolumeValues: "<Volume>",
484
+ * // TargetSnapshotValues: {
485
+ * // ResourceARN: "STRING_VALUE",
486
+ * // SnapshotId: "STRING_VALUE",
487
+ * // Name: "STRING_VALUE",
488
+ * // VolumeId: "STRING_VALUE",
489
+ * // CreationTime: new Date("TIMESTAMP"),
490
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
491
+ * // LifecycleTransitionReason: "<LifecycleTransitionReason>",
492
+ * // Tags: "<Tags>",
493
+ * // AdministrativeActions: "<AdministrativeActions>",
494
+ * // },
495
+ * // },
496
+ * // ],
497
+ * // OpenZFSConfiguration: {
498
+ * // ParentVolumeId: "STRING_VALUE",
499
+ * // VolumePath: "STRING_VALUE",
500
+ * // StorageCapacityReservationGiB: Number("int"),
501
+ * // StorageCapacityQuotaGiB: Number("int"),
502
+ * // RecordSizeKiB: Number("int"),
503
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
504
+ * // CopyTagsToSnapshots: true || false,
505
+ * // OriginSnapshot: {
506
+ * // SnapshotARN: "STRING_VALUE",
507
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
508
+ * // },
509
+ * // ReadOnly: true || false,
510
+ * // NfsExports: [
511
+ * // {
512
+ * // ClientConfigurations: [ // required
513
+ * // {
514
+ * // Clients: "STRING_VALUE", // required
515
+ * // Options: [ // required
516
+ * // "STRING_VALUE",
517
+ * // ],
518
+ * // },
519
+ * // ],
520
+ * // },
521
+ * // ],
522
+ * // UserAndGroupQuotas: [
523
+ * // {
524
+ * // Type: "USER" || "GROUP", // required
525
+ * // Id: Number("int"), // required
526
+ * // StorageCapacityQuotaGiB: Number("int"), // required
527
+ * // },
528
+ * // ],
529
+ * // RestoreToSnapshot: "STRING_VALUE",
530
+ * // DeleteIntermediateSnaphots: true || false,
531
+ * // DeleteClonedVolumes: true || false,
532
+ * // },
533
+ * // },
534
+ * // };
535
+ *
74
536
  * ```
75
537
  *
76
538
  * @param UpdateVolumeCommandInput - {@link UpdateVolumeCommandInput}
@@ -96,6 +558,8 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
96
558
  * @throws {@link VolumeNotFound} (client fault)
97
559
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
98
560
  *
561
+ * @throws {@link FSxServiceException}
562
+ * <p>Base exception class for all service exceptions from FSx service.</p>
99
563
  *
100
564
  */
101
565
  export declare class UpdateVolumeCommand extends $Command<UpdateVolumeCommandInput, UpdateVolumeCommandOutput, FSxClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fsx",
3
3
  "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",