@aws-sdk/client-fsx 3.454.0 → 3.458.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 (50) hide show
  1. package/README.md +66 -42
  2. package/dist-cjs/FSx.js +6 -0
  3. package/dist-cjs/commands/CopySnapshotAndUpdateVolumeCommand.js +52 -0
  4. package/dist-cjs/commands/DescribeSharedVpcConfigurationCommand.js +51 -0
  5. package/dist-cjs/commands/UpdateSharedVpcConfigurationCommand.js +51 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +23 -3
  8. package/dist-cjs/protocols/Aws_json1_1.js +164 -2
  9. package/dist-es/FSx.js +6 -0
  10. package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +48 -0
  11. package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +47 -0
  12. package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +47 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +19 -0
  15. package/dist-es/protocols/Aws_json1_1.js +156 -0
  16. package/dist-types/FSx.d.ts +21 -0
  17. package/dist-types/FSxClient.d.ts +5 -2
  18. package/dist-types/commands/CopyBackupCommand.d.ts +36 -6
  19. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +666 -0
  20. package/dist-types/commands/CreateBackupCommand.d.ts +36 -6
  21. package/dist-types/commands/CreateFileSystemCommand.d.ts +40 -8
  22. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +36 -6
  23. package/dist-types/commands/CreateSnapshotCommand.d.ts +36 -6
  24. package/dist-types/commands/CreateVolumeCommand.d.ts +46 -8
  25. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +45 -7
  26. package/dist-types/commands/DescribeBackupsCommand.d.ts +36 -6
  27. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +36 -6
  28. package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +79 -0
  29. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +36 -6
  30. package/dist-types/commands/DescribeVolumesCommand.d.ts +36 -6
  31. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +1 -1
  32. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +36 -6
  33. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +36 -6
  34. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +36 -6
  35. package/dist-types/commands/UpdateFileSystemCommand.d.ts +47 -6
  36. package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +94 -0
  37. package/dist-types/commands/UpdateSnapshotCommand.d.ts +36 -6
  38. package/dist-types/commands/UpdateVolumeCommand.d.ts +37 -6
  39. package/dist-types/commands/index.d.ts +3 -0
  40. package/dist-types/models/models_0.d.ts +478 -43
  41. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  42. package/dist-types/ts3.4/FSx.d.ts +51 -0
  43. package/dist-types/ts3.4/FSxClient.d.ts +18 -0
  44. package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +42 -0
  45. package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +42 -0
  46. package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +42 -0
  47. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +69 -2
  49. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  50. package/package.json +3 -3
@@ -0,0 +1,79 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
+ import { DescribeSharedVpcConfigurationRequest, DescribeSharedVpcConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeSharedVpcConfigurationCommand}.
14
+ */
15
+ export interface DescribeSharedVpcConfigurationCommandInput extends DescribeSharedVpcConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeSharedVpcConfigurationCommand}.
21
+ */
22
+ export interface DescribeSharedVpcConfigurationCommandOutput extends DescribeSharedVpcConfigurationResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Indicates whether participant accounts in your organization can create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are shared by a virtual
27
+ * private cloud (VPC) owner. For more information, see the <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/maz-shared-vpc.html">Amazon FSx for NetApp ONTAP User
28
+ * Guide</a>.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { FSxClient, DescribeSharedVpcConfigurationCommand } from "@aws-sdk/client-fsx"; // ES Modules import
33
+ * // const { FSxClient, DescribeSharedVpcConfigurationCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
34
+ * const client = new FSxClient(config);
35
+ * const input = {};
36
+ * const command = new DescribeSharedVpcConfigurationCommand(input);
37
+ * const response = await client.send(command);
38
+ * // { // DescribeSharedVpcConfigurationResponse
39
+ * // EnableFsxRouteTableUpdatesFromParticipantAccounts: "STRING_VALUE",
40
+ * // };
41
+ *
42
+ * ```
43
+ *
44
+ * @param DescribeSharedVpcConfigurationCommandInput - {@link DescribeSharedVpcConfigurationCommandInput}
45
+ * @returns {@link DescribeSharedVpcConfigurationCommandOutput}
46
+ * @see {@link DescribeSharedVpcConfigurationCommandInput} for command's `input` shape.
47
+ * @see {@link DescribeSharedVpcConfigurationCommandOutput} for command's `response` shape.
48
+ * @see {@link FSxClientResolvedConfig | config} for FSxClient's `config` shape.
49
+ *
50
+ * @throws {@link BadRequest} (client fault)
51
+ * <p>A generic error indicating a failure with a client request.</p>
52
+ *
53
+ * @throws {@link InternalServerError} (server fault)
54
+ * <p>A generic error indicating a server-side failure.</p>
55
+ *
56
+ * @throws {@link FSxServiceException}
57
+ * <p>Base exception class for all service exceptions from FSx service.</p>
58
+ *
59
+ */
60
+ export declare class DescribeSharedVpcConfigurationCommand extends $Command<DescribeSharedVpcConfigurationCommandInput, DescribeSharedVpcConfigurationCommandOutput, FSxClientResolvedConfig> {
61
+ readonly input: DescribeSharedVpcConfigurationCommandInput;
62
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
66
+ constructor(input: DescribeSharedVpcConfigurationCommandInput);
67
+ /**
68
+ * @internal
69
+ */
70
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSharedVpcConfigurationCommandInput, DescribeSharedVpcConfigurationCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
74
+ private serialize;
75
+ /**
76
+ * @internal
77
+ */
78
+ private deserialize;
79
+ }
@@ -93,7 +93,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
93
93
  * // ],
94
94
  * // AdministrativeActions: [ // AdministrativeActions
95
95
  * // { // AdministrativeAction
96
- * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY",
96
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY" || "VOLUME_UPDATE_WITH_SNAPSHOT" || "VOLUME_INITIALIZE_WITH_SNAPSHOT",
97
97
  * // ProgressPercent: Number("int"),
98
98
  * // RequestTime: new Date("TIMESTAMP"),
99
99
  * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
@@ -196,7 +196,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
196
196
  * // },
197
197
  * // AdministrativeActions: [
198
198
  * // {
199
- * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY",
199
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY" || "VOLUME_UPDATE_WITH_SNAPSHOT" || "VOLUME_INITIALIZE_WITH_SNAPSHOT",
200
200
  * // ProgressPercent: Number("int"),
201
201
  * // RequestTime: new Date("TIMESTAMP"),
202
202
  * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
@@ -296,7 +296,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
296
296
  * // OntapConfiguration: { // OntapFileSystemConfiguration
297
297
  * // AutomaticBackupRetentionDays: Number("int"),
298
298
  * // DailyAutomaticBackupStartTime: "STRING_VALUE",
299
- * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
299
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
300
300
  * // EndpointIpAddressRange: "STRING_VALUE",
301
301
  * // Endpoints: { // FileSystemEndpoints
302
302
  * // Intercluster: { // FileSystemEndpoint
@@ -323,6 +323,8 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
323
323
  * // ThroughputCapacity: Number("int"),
324
324
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
325
325
  * // FsxAdminPassword: "STRING_VALUE",
326
+ * // HAPairs: Number("int"),
327
+ * // ThroughputCapacityPerHAPair: Number("int"),
326
328
  * // },
327
329
  * // FileSystemTypeVersion: "STRING_VALUE",
328
330
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -394,6 +396,14 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
394
396
  * // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
395
397
  * // VolumeAppendModeEnabled: true || false,
396
398
  * // },
399
+ * // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
400
+ * // AggregateConfiguration: { // AggregateConfiguration
401
+ * // Aggregates: [ // Aggregates
402
+ * // "STRING_VALUE",
403
+ * // ],
404
+ * // TotalConstituents: Number("int"),
405
+ * // },
406
+ * // SizeInBytes: Number("long"),
397
407
  * // },
398
408
  * // ResourceARN: "STRING_VALUE",
399
409
  * // Tags: "<Tags>",
@@ -413,7 +423,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
413
423
  * // CopyTagsToSnapshots: true || false,
414
424
  * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
415
425
  * // SnapshotARN: "STRING_VALUE",
416
- * // CopyStrategy: "CLONE" || "FULL_COPY",
426
+ * // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
417
427
  * // },
418
428
  * // ReadOnly: true || false,
419
429
  * // NfsExports: [ // OpenZFSNfsExports
@@ -438,6 +448,9 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
438
448
  * // RestoreToSnapshot: "STRING_VALUE",
439
449
  * // DeleteIntermediateSnaphots: true || false,
440
450
  * // DeleteClonedVolumes: true || false,
451
+ * // DeleteIntermediateData: true || false,
452
+ * // SourceSnapshotARN: "STRING_VALUE",
453
+ * // DestinationSnapshot: "STRING_VALUE",
441
454
  * // },
442
455
  * // },
443
456
  * // TargetSnapshotValues: {
@@ -453,12 +466,14 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
453
466
  * // Tags: "<Tags>",
454
467
  * // AdministrativeActions: "<AdministrativeActions>",
455
468
  * // },
469
+ * // TotalTransferBytes: Number("long"),
470
+ * // RemainingTransferBytes: Number("long"),
456
471
  * // },
457
472
  * // ],
458
473
  * // OntapConfiguration: {
459
474
  * // AutomaticBackupRetentionDays: Number("int"),
460
475
  * // DailyAutomaticBackupStartTime: "STRING_VALUE",
461
- * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
476
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
462
477
  * // EndpointIpAddressRange: "STRING_VALUE",
463
478
  * // Endpoints: {
464
479
  * // Intercluster: {
@@ -485,6 +500,8 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
485
500
  * // ThroughputCapacity: Number("int"),
486
501
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
487
502
  * // FsxAdminPassword: "STRING_VALUE",
503
+ * // HAPairs: Number("int"),
504
+ * // ThroughputCapacityPerHAPair: Number("int"),
488
505
  * // },
489
506
  * // FileSystemTypeVersion: "STRING_VALUE",
490
507
  * // OpenZFSConfiguration: {
@@ -550,6 +567,14 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
550
567
  * // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
551
568
  * // VolumeAppendModeEnabled: true || false,
552
569
  * // },
570
+ * // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
571
+ * // AggregateConfiguration: {
572
+ * // Aggregates: [
573
+ * // "STRING_VALUE",
574
+ * // ],
575
+ * // TotalConstituents: Number("int"),
576
+ * // },
577
+ * // SizeInBytes: Number("long"),
553
578
  * // },
554
579
  * // ResourceARN: "STRING_VALUE",
555
580
  * // Tags: "<Tags>",
@@ -567,7 +592,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
567
592
  * // CopyTagsToSnapshots: true || false,
568
593
  * // OriginSnapshot: {
569
594
  * // SnapshotARN: "STRING_VALUE",
570
- * // CopyStrategy: "CLONE" || "FULL_COPY",
595
+ * // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
571
596
  * // },
572
597
  * // ReadOnly: true || false,
573
598
  * // NfsExports: [
@@ -592,9 +617,14 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
592
617
  * // RestoreToSnapshot: "STRING_VALUE",
593
618
  * // DeleteIntermediateSnaphots: true || false,
594
619
  * // DeleteClonedVolumes: true || false,
620
+ * // DeleteIntermediateData: true || false,
621
+ * // SourceSnapshotARN: "STRING_VALUE",
622
+ * // DestinationSnapshot: "STRING_VALUE",
595
623
  * // },
596
624
  * // },
597
625
  * // TargetSnapshotValues: "<Snapshot>",
626
+ * // TotalTransferBytes: Number("long"),
627
+ * // RemainingTransferBytes: Number("long"),
598
628
  * // },
599
629
  * // ],
600
630
  * // },
@@ -95,6 +95,14 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
95
95
  * // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
96
96
  * // VolumeAppendModeEnabled: true || false,
97
97
  * // },
98
+ * // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
99
+ * // AggregateConfiguration: { // AggregateConfiguration
100
+ * // Aggregates: [ // Aggregates
101
+ * // "STRING_VALUE",
102
+ * // ],
103
+ * // TotalConstituents: Number("int"),
104
+ * // },
105
+ * // SizeInBytes: Number("long"),
98
106
  * // },
99
107
  * // ResourceARN: "STRING_VALUE",
100
108
  * // Tags: [ // Tags
@@ -110,7 +118,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
110
118
  * // },
111
119
  * // AdministrativeActions: [ // AdministrativeActions
112
120
  * // { // AdministrativeAction
113
- * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY",
121
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY" || "VOLUME_UPDATE_WITH_SNAPSHOT" || "VOLUME_INITIALIZE_WITH_SNAPSHOT",
114
122
  * // ProgressPercent: Number("int"),
115
123
  * // RequestTime: new Date("TIMESTAMP"),
116
124
  * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
@@ -213,7 +221,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
213
221
  * // },
214
222
  * // AdministrativeActions: [
215
223
  * // {
216
- * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY",
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" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY" || "VOLUME_UPDATE_WITH_SNAPSHOT" || "VOLUME_INITIALIZE_WITH_SNAPSHOT",
217
225
  * // ProgressPercent: Number("int"),
218
226
  * // RequestTime: new Date("TIMESTAMP"),
219
227
  * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
@@ -313,7 +321,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
313
321
  * // OntapConfiguration: { // OntapFileSystemConfiguration
314
322
  * // AutomaticBackupRetentionDays: Number("int"),
315
323
  * // DailyAutomaticBackupStartTime: "STRING_VALUE",
316
- * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
324
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
317
325
  * // EndpointIpAddressRange: "STRING_VALUE",
318
326
  * // Endpoints: { // FileSystemEndpoints
319
327
  * // Intercluster: { // FileSystemEndpoint
@@ -340,6 +348,8 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
340
348
  * // ThroughputCapacity: Number("int"),
341
349
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
342
350
  * // FsxAdminPassword: "STRING_VALUE",
351
+ * // HAPairs: Number("int"),
352
+ * // ThroughputCapacityPerHAPair: Number("int"),
343
353
  * // },
344
354
  * // FileSystemTypeVersion: "STRING_VALUE",
345
355
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -408,6 +418,14 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
408
418
  * // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
409
419
  * // VolumeAppendModeEnabled: true || false,
410
420
  * // },
421
+ * // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
422
+ * // AggregateConfiguration: {
423
+ * // Aggregates: [
424
+ * // "STRING_VALUE",
425
+ * // ],
426
+ * // TotalConstituents: Number("int"),
427
+ * // },
428
+ * // SizeInBytes: Number("long"),
411
429
  * // },
412
430
  * // ResourceARN: "STRING_VALUE",
413
431
  * // Tags: "<Tags>",
@@ -427,7 +445,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
427
445
  * // CopyTagsToSnapshots: true || false,
428
446
  * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
429
447
  * // SnapshotARN: "STRING_VALUE",
430
- * // CopyStrategy: "CLONE" || "FULL_COPY",
448
+ * // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
431
449
  * // },
432
450
  * // ReadOnly: true || false,
433
451
  * // NfsExports: [ // OpenZFSNfsExports
@@ -452,6 +470,9 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
452
470
  * // RestoreToSnapshot: "STRING_VALUE",
453
471
  * // DeleteIntermediateSnaphots: true || false,
454
472
  * // DeleteClonedVolumes: true || false,
473
+ * // DeleteIntermediateData: true || false,
474
+ * // SourceSnapshotARN: "STRING_VALUE",
475
+ * // DestinationSnapshot: "STRING_VALUE",
455
476
  * // },
456
477
  * // },
457
478
  * // TargetSnapshotValues: { // Snapshot
@@ -467,12 +488,14 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
467
488
  * // Tags: "<Tags>",
468
489
  * // AdministrativeActions: "<AdministrativeActions>",
469
490
  * // },
491
+ * // TotalTransferBytes: Number("long"),
492
+ * // RemainingTransferBytes: Number("long"),
470
493
  * // },
471
494
  * // ],
472
495
  * // OntapConfiguration: {
473
496
  * // AutomaticBackupRetentionDays: Number("int"),
474
497
  * // DailyAutomaticBackupStartTime: "STRING_VALUE",
475
- * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
498
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
476
499
  * // EndpointIpAddressRange: "STRING_VALUE",
477
500
  * // Endpoints: {
478
501
  * // Intercluster: {
@@ -499,6 +522,8 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
499
522
  * // ThroughputCapacity: Number("int"),
500
523
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
501
524
  * // FsxAdminPassword: "STRING_VALUE",
525
+ * // HAPairs: Number("int"),
526
+ * // ThroughputCapacityPerHAPair: Number("int"),
502
527
  * // },
503
528
  * // FileSystemTypeVersion: "STRING_VALUE",
504
529
  * // OpenZFSConfiguration: {
@@ -534,6 +559,8 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
534
559
  * // Tags: "<Tags>",
535
560
  * // AdministrativeActions: "<AdministrativeActions>",
536
561
  * // },
562
+ * // TotalTransferBytes: Number("long"),
563
+ * // RemainingTransferBytes: Number("long"),
537
564
  * // },
538
565
  * // ],
539
566
  * // OpenZFSConfiguration: {
@@ -546,7 +573,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
546
573
  * // CopyTagsToSnapshots: true || false,
547
574
  * // OriginSnapshot: {
548
575
  * // SnapshotARN: "STRING_VALUE",
549
- * // CopyStrategy: "CLONE" || "FULL_COPY",
576
+ * // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
550
577
  * // },
551
578
  * // ReadOnly: true || false,
552
579
  * // NfsExports: [
@@ -571,6 +598,9 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
571
598
  * // RestoreToSnapshot: "STRING_VALUE",
572
599
  * // DeleteIntermediateSnaphots: true || false,
573
600
  * // DeleteClonedVolumes: true || false,
601
+ * // DeleteIntermediateData: true || false,
602
+ * // SourceSnapshotARN: "STRING_VALUE",
603
+ * // DestinationSnapshot: "STRING_VALUE",
574
604
  * // },
575
605
  * // },
576
606
  * // ],
@@ -25,7 +25,7 @@ export interface DisassociateFileSystemAliasesCommandOutput extends Disassociate
25
25
  * @public
26
26
  * <p>Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases
27
27
  * from an Amazon FSx for Windows File Server file system. If you attempt to disassociate a DNS alias that is not
28
- * associated with the file system, Amazon FSx responds with a 400 Bad Request. For more information, see
28
+ * associated with the file system, Amazon FSx responds with an HTTP status code 400 (Bad Request). For more information, see
29
29
  * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Working with DNS Aliases</a>.</p>
30
30
  * <p>The system generated response showing the DNS aliases that
31
31
  * Amazon FSx is attempting to disassociate from the file system.
@@ -137,7 +137,7 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
137
137
  * // },
138
138
  * // AdministrativeActions: [ // AdministrativeActions
139
139
  * // { // AdministrativeAction
140
- * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY",
140
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY" || "VOLUME_UPDATE_WITH_SNAPSHOT" || "VOLUME_INITIALIZE_WITH_SNAPSHOT",
141
141
  * // ProgressPercent: Number("int"),
142
142
  * // RequestTime: new Date("TIMESTAMP"),
143
143
  * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
@@ -240,7 +240,7 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
240
240
  * // },
241
241
  * // AdministrativeActions: [
242
242
  * // {
243
- * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY",
243
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY" || "VOLUME_UPDATE_WITH_SNAPSHOT" || "VOLUME_INITIALIZE_WITH_SNAPSHOT",
244
244
  * // ProgressPercent: Number("int"),
245
245
  * // RequestTime: new Date("TIMESTAMP"),
246
246
  * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
@@ -293,6 +293,14 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
293
293
  * // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
294
294
  * // VolumeAppendModeEnabled: true || false,
295
295
  * // },
296
+ * // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
297
+ * // AggregateConfiguration: { // AggregateConfiguration
298
+ * // Aggregates: [ // Aggregates
299
+ * // "STRING_VALUE",
300
+ * // ],
301
+ * // TotalConstituents: Number("int"),
302
+ * // },
303
+ * // SizeInBytes: Number("long"),
296
304
  * // },
297
305
  * // ResourceARN: "STRING_VALUE",
298
306
  * // Tags: "<Tags>",
@@ -312,7 +320,7 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
312
320
  * // CopyTagsToSnapshots: true || false,
313
321
  * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
314
322
  * // SnapshotARN: "STRING_VALUE",
315
- * // CopyStrategy: "CLONE" || "FULL_COPY",
323
+ * // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
316
324
  * // },
317
325
  * // ReadOnly: true || false,
318
326
  * // NfsExports: [ // OpenZFSNfsExports
@@ -337,6 +345,9 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
337
345
  * // RestoreToSnapshot: "STRING_VALUE",
338
346
  * // DeleteIntermediateSnaphots: true || false,
339
347
  * // DeleteClonedVolumes: true || false,
348
+ * // DeleteIntermediateData: true || false,
349
+ * // SourceSnapshotARN: "STRING_VALUE",
350
+ * // DestinationSnapshot: "STRING_VALUE",
340
351
  * // },
341
352
  * // },
342
353
  * // TargetSnapshotValues: { // Snapshot
@@ -352,12 +363,14 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
352
363
  * // Tags: "<Tags>",
353
364
  * // AdministrativeActions: "<AdministrativeActions>",
354
365
  * // },
366
+ * // TotalTransferBytes: Number("long"),
367
+ * // RemainingTransferBytes: Number("long"),
355
368
  * // },
356
369
  * // ],
357
370
  * // OntapConfiguration: { // OntapFileSystemConfiguration
358
371
  * // AutomaticBackupRetentionDays: Number("int"),
359
372
  * // DailyAutomaticBackupStartTime: "STRING_VALUE",
360
- * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
373
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
361
374
  * // EndpointIpAddressRange: "STRING_VALUE",
362
375
  * // Endpoints: { // FileSystemEndpoints
363
376
  * // Intercluster: { // FileSystemEndpoint
@@ -384,6 +397,8 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
384
397
  * // ThroughputCapacity: Number("int"),
385
398
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
386
399
  * // FsxAdminPassword: "STRING_VALUE",
400
+ * // HAPairs: Number("int"),
401
+ * // ThroughputCapacityPerHAPair: Number("int"),
387
402
  * // },
388
403
  * // FileSystemTypeVersion: "STRING_VALUE",
389
404
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -452,6 +467,14 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
452
467
  * // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
453
468
  * // VolumeAppendModeEnabled: true || false,
454
469
  * // },
470
+ * // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
471
+ * // AggregateConfiguration: {
472
+ * // Aggregates: [
473
+ * // "STRING_VALUE",
474
+ * // ],
475
+ * // TotalConstituents: Number("int"),
476
+ * // },
477
+ * // SizeInBytes: Number("long"),
455
478
  * // },
456
479
  * // ResourceARN: "STRING_VALUE",
457
480
  * // Tags: "<Tags>",
@@ -471,7 +494,7 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
471
494
  * // CopyTagsToSnapshots: true || false,
472
495
  * // OriginSnapshot: {
473
496
  * // SnapshotARN: "STRING_VALUE",
474
- * // CopyStrategy: "CLONE" || "FULL_COPY",
497
+ * // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
475
498
  * // },
476
499
  * // ReadOnly: true || false,
477
500
  * // NfsExports: [
@@ -496,6 +519,9 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
496
519
  * // RestoreToSnapshot: "STRING_VALUE",
497
520
  * // DeleteIntermediateSnaphots: true || false,
498
521
  * // DeleteClonedVolumes: true || false,
522
+ * // DeleteIntermediateData: true || false,
523
+ * // SourceSnapshotARN: "STRING_VALUE",
524
+ * // DestinationSnapshot: "STRING_VALUE",
499
525
  * // },
500
526
  * // },
501
527
  * // TargetSnapshotValues: {
@@ -511,12 +537,14 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
511
537
  * // Tags: "<Tags>",
512
538
  * // AdministrativeActions: "<AdministrativeActions>",
513
539
  * // },
540
+ * // TotalTransferBytes: Number("long"),
541
+ * // RemainingTransferBytes: Number("long"),
514
542
  * // },
515
543
  * // ],
516
544
  * // OntapConfiguration: {
517
545
  * // AutomaticBackupRetentionDays: Number("int"),
518
546
  * // DailyAutomaticBackupStartTime: "STRING_VALUE",
519
- * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
547
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
520
548
  * // EndpointIpAddressRange: "STRING_VALUE",
521
549
  * // Endpoints: {
522
550
  * // Intercluster: {
@@ -543,6 +571,8 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
543
571
  * // ThroughputCapacity: Number("int"),
544
572
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
545
573
  * // FsxAdminPassword: "STRING_VALUE",
574
+ * // HAPairs: Number("int"),
575
+ * // ThroughputCapacityPerHAPair: Number("int"),
546
576
  * // },
547
577
  * // FileSystemTypeVersion: "STRING_VALUE",
548
578
  * // OpenZFSConfiguration: {
@@ -46,7 +46,7 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
46
46
  * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
47
47
  * // AdministrativeActions: [ // AdministrativeActions
48
48
  * // { // AdministrativeAction
49
- * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY",
49
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY" || "VOLUME_UPDATE_WITH_SNAPSHOT" || "VOLUME_INITIALIZE_WITH_SNAPSHOT",
50
50
  * // ProgressPercent: Number("int"),
51
51
  * // RequestTime: new Date("TIMESTAMP"),
52
52
  * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
@@ -149,7 +149,7 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
149
149
  * // },
150
150
  * // AdministrativeActions: [
151
151
  * // {
152
- * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY",
152
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION" || "MISCONFIGURED_STATE_RECOVERY" || "VOLUME_UPDATE_WITH_SNAPSHOT" || "VOLUME_INITIALIZE_WITH_SNAPSHOT",
153
153
  * // ProgressPercent: Number("int"),
154
154
  * // RequestTime: new Date("TIMESTAMP"),
155
155
  * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
@@ -254,7 +254,7 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
254
254
  * // OntapConfiguration: { // OntapFileSystemConfiguration
255
255
  * // AutomaticBackupRetentionDays: Number("int"),
256
256
  * // DailyAutomaticBackupStartTime: "STRING_VALUE",
257
- * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
257
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
258
258
  * // EndpointIpAddressRange: "STRING_VALUE",
259
259
  * // Endpoints: { // FileSystemEndpoints
260
260
  * // Intercluster: { // FileSystemEndpoint
@@ -281,6 +281,8 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
281
281
  * // ThroughputCapacity: Number("int"),
282
282
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
283
283
  * // FsxAdminPassword: "STRING_VALUE",
284
+ * // HAPairs: Number("int"),
285
+ * // ThroughputCapacityPerHAPair: Number("int"),
284
286
  * // },
285
287
  * // FileSystemTypeVersion: "STRING_VALUE",
286
288
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -352,6 +354,14 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
352
354
  * // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
353
355
  * // VolumeAppendModeEnabled: true || false,
354
356
  * // },
357
+ * // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
358
+ * // AggregateConfiguration: { // AggregateConfiguration
359
+ * // Aggregates: [ // Aggregates
360
+ * // "STRING_VALUE",
361
+ * // ],
362
+ * // TotalConstituents: Number("int"),
363
+ * // },
364
+ * // SizeInBytes: Number("long"),
355
365
  * // },
356
366
  * // ResourceARN: "STRING_VALUE",
357
367
  * // Tags: [
@@ -376,7 +386,7 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
376
386
  * // CopyTagsToSnapshots: true || false,
377
387
  * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
378
388
  * // SnapshotARN: "STRING_VALUE",
379
- * // CopyStrategy: "CLONE" || "FULL_COPY",
389
+ * // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
380
390
  * // },
381
391
  * // ReadOnly: true || false,
382
392
  * // NfsExports: [ // OpenZFSNfsExports
@@ -401,6 +411,9 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
401
411
  * // RestoreToSnapshot: "STRING_VALUE",
402
412
  * // DeleteIntermediateSnaphots: true || false,
403
413
  * // DeleteClonedVolumes: true || false,
414
+ * // DeleteIntermediateData: true || false,
415
+ * // SourceSnapshotARN: "STRING_VALUE",
416
+ * // DestinationSnapshot: "STRING_VALUE",
404
417
  * // },
405
418
  * // },
406
419
  * // TargetSnapshotValues: { // Snapshot
@@ -421,12 +434,14 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
421
434
  * // ],
422
435
  * // AdministrativeActions: "<AdministrativeActions>",
423
436
  * // },
437
+ * // TotalTransferBytes: Number("long"),
438
+ * // RemainingTransferBytes: Number("long"),
424
439
  * // },
425
440
  * // ],
426
441
  * // OntapConfiguration: {
427
442
  * // AutomaticBackupRetentionDays: Number("int"),
428
443
  * // DailyAutomaticBackupStartTime: "STRING_VALUE",
429
- * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
444
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
430
445
  * // EndpointIpAddressRange: "STRING_VALUE",
431
446
  * // Endpoints: {
432
447
  * // Intercluster: {
@@ -453,6 +468,8 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
453
468
  * // ThroughputCapacity: Number("int"),
454
469
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
455
470
  * // FsxAdminPassword: "STRING_VALUE",
471
+ * // HAPairs: Number("int"),
472
+ * // ThroughputCapacityPerHAPair: Number("int"),
456
473
  * // },
457
474
  * // FileSystemTypeVersion: "STRING_VALUE",
458
475
  * // OpenZFSConfiguration: {
@@ -518,6 +535,14 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
518
535
  * // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
519
536
  * // VolumeAppendModeEnabled: true || false,
520
537
  * // },
538
+ * // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
539
+ * // AggregateConfiguration: {
540
+ * // Aggregates: [
541
+ * // "STRING_VALUE",
542
+ * // ],
543
+ * // TotalConstituents: Number("int"),
544
+ * // },
545
+ * // SizeInBytes: Number("long"),
521
546
  * // },
522
547
  * // ResourceARN: "STRING_VALUE",
523
548
  * // Tags: [
@@ -542,7 +567,7 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
542
567
  * // CopyTagsToSnapshots: true || false,
543
568
  * // OriginSnapshot: {
544
569
  * // SnapshotARN: "STRING_VALUE",
545
- * // CopyStrategy: "CLONE" || "FULL_COPY",
570
+ * // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
546
571
  * // },
547
572
  * // ReadOnly: true || false,
548
573
  * // NfsExports: [
@@ -567,6 +592,9 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
567
592
  * // RestoreToSnapshot: "STRING_VALUE",
568
593
  * // DeleteIntermediateSnaphots: true || false,
569
594
  * // DeleteClonedVolumes: true || false,
595
+ * // DeleteIntermediateData: true || false,
596
+ * // SourceSnapshotARN: "STRING_VALUE",
597
+ * // DestinationSnapshot: "STRING_VALUE",
570
598
  * // },
571
599
  * // },
572
600
  * // TargetSnapshotValues: {
@@ -582,6 +610,8 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
582
610
  * // Tags: "<Tags>",
583
611
  * // AdministrativeActions: "<AdministrativeActions>",
584
612
  * // },
613
+ * // TotalTransferBytes: Number("long"),
614
+ * // RemainingTransferBytes: Number("long"),
585
615
  * // },
586
616
  * // ],
587
617
  * // };