@aws-sdk/client-fsx 3.453.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.
- package/README.md +66 -42
- package/dist-cjs/FSx.js +6 -0
- package/dist-cjs/commands/CopySnapshotAndUpdateVolumeCommand.js +52 -0
- package/dist-cjs/commands/DescribeSharedVpcConfigurationCommand.js +51 -0
- package/dist-cjs/commands/UpdateSharedVpcConfigurationCommand.js +51 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +23 -3
- package/dist-cjs/protocols/Aws_json1_1.js +164 -2
- package/dist-es/FSx.js +6 -0
- package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +48 -0
- package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +47 -0
- package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +47 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +19 -0
- package/dist-es/protocols/Aws_json1_1.js +156 -0
- package/dist-types/FSx.d.ts +21 -0
- package/dist-types/FSxClient.d.ts +5 -2
- package/dist-types/commands/CopyBackupCommand.d.ts +36 -6
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +666 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +36 -6
- package/dist-types/commands/CreateFileSystemCommand.d.ts +40 -8
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +36 -6
- package/dist-types/commands/CreateSnapshotCommand.d.ts +36 -6
- package/dist-types/commands/CreateVolumeCommand.d.ts +46 -8
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +45 -7
- package/dist-types/commands/DescribeBackupsCommand.d.ts +36 -6
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +36 -6
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +79 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +36 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +36 -6
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +36 -6
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +36 -6
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +36 -6
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +47 -6
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +36 -6
- package/dist-types/commands/UpdateVolumeCommand.d.ts +37 -6
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +478 -43
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/FSx.d.ts +51 -0
- package/dist-types/ts3.4/FSxClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +69 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +3 -3
|
@@ -67,6 +67,7 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
67
67
|
* },
|
|
68
68
|
* VolumeAppendModeEnabled: true || false,
|
|
69
69
|
* },
|
|
70
|
+
* SizeInBytes: Number("long"),
|
|
70
71
|
* },
|
|
71
72
|
* Name: "STRING_VALUE",
|
|
72
73
|
* OpenZFSConfiguration: { // UpdateOpenZFSVolumeConfiguration
|
|
@@ -144,6 +145,14 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
144
145
|
* // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
|
|
145
146
|
* // VolumeAppendModeEnabled: true || false,
|
|
146
147
|
* // },
|
|
148
|
+
* // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
|
|
149
|
+
* // AggregateConfiguration: { // AggregateConfiguration
|
|
150
|
+
* // Aggregates: [ // Aggregates
|
|
151
|
+
* // "STRING_VALUE",
|
|
152
|
+
* // ],
|
|
153
|
+
* // TotalConstituents: Number("int"),
|
|
154
|
+
* // },
|
|
155
|
+
* // SizeInBytes: Number("long"),
|
|
147
156
|
* // },
|
|
148
157
|
* // ResourceARN: "STRING_VALUE",
|
|
149
158
|
* // Tags: [ // Tags
|
|
@@ -159,7 +168,7 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
159
168
|
* // },
|
|
160
169
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
161
170
|
* // { // AdministrativeAction
|
|
162
|
-
* // 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",
|
|
171
|
+
* // 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",
|
|
163
172
|
* // ProgressPercent: Number("int"),
|
|
164
173
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
165
174
|
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
@@ -262,7 +271,7 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
262
271
|
* // },
|
|
263
272
|
* // AdministrativeActions: [
|
|
264
273
|
* // {
|
|
265
|
-
* // 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",
|
|
274
|
+
* // 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",
|
|
266
275
|
* // ProgressPercent: Number("int"),
|
|
267
276
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
268
277
|
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
@@ -362,7 +371,7 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
362
371
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
363
372
|
* // AutomaticBackupRetentionDays: Number("int"),
|
|
364
373
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
365
|
-
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
|
|
374
|
+
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
366
375
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
367
376
|
* // Endpoints: { // FileSystemEndpoints
|
|
368
377
|
* // Intercluster: { // FileSystemEndpoint
|
|
@@ -389,6 +398,8 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
389
398
|
* // ThroughputCapacity: Number("int"),
|
|
390
399
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
391
400
|
* // FsxAdminPassword: "STRING_VALUE",
|
|
401
|
+
* // HAPairs: Number("int"),
|
|
402
|
+
* // ThroughputCapacityPerHAPair: Number("int"),
|
|
392
403
|
* // },
|
|
393
404
|
* // FileSystemTypeVersion: "STRING_VALUE",
|
|
394
405
|
* // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
|
|
@@ -457,6 +468,14 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
457
468
|
* // SnaplockType: "COMPLIANCE" || "ENTERPRISE",
|
|
458
469
|
* // VolumeAppendModeEnabled: true || false,
|
|
459
470
|
* // },
|
|
471
|
+
* // VolumeStyle: "FLEXVOL" || "FLEXGROUP",
|
|
472
|
+
* // AggregateConfiguration: {
|
|
473
|
+
* // Aggregates: [
|
|
474
|
+
* // "STRING_VALUE",
|
|
475
|
+
* // ],
|
|
476
|
+
* // TotalConstituents: Number("int"),
|
|
477
|
+
* // },
|
|
478
|
+
* // SizeInBytes: Number("long"),
|
|
460
479
|
* // },
|
|
461
480
|
* // ResourceARN: "STRING_VALUE",
|
|
462
481
|
* // Tags: "<Tags>",
|
|
@@ -476,7 +495,7 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
476
495
|
* // CopyTagsToSnapshots: true || false,
|
|
477
496
|
* // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
|
|
478
497
|
* // SnapshotARN: "STRING_VALUE",
|
|
479
|
-
* // CopyStrategy: "CLONE" || "FULL_COPY",
|
|
498
|
+
* // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
|
|
480
499
|
* // },
|
|
481
500
|
* // ReadOnly: true || false,
|
|
482
501
|
* // NfsExports: [ // OpenZFSNfsExports
|
|
@@ -501,6 +520,9 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
501
520
|
* // RestoreToSnapshot: "STRING_VALUE",
|
|
502
521
|
* // DeleteIntermediateSnaphots: true || false,
|
|
503
522
|
* // DeleteClonedVolumes: true || false,
|
|
523
|
+
* // DeleteIntermediateData: true || false,
|
|
524
|
+
* // SourceSnapshotARN: "STRING_VALUE",
|
|
525
|
+
* // DestinationSnapshot: "STRING_VALUE",
|
|
504
526
|
* // },
|
|
505
527
|
* // },
|
|
506
528
|
* // TargetSnapshotValues: { // Snapshot
|
|
@@ -516,12 +538,14 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
516
538
|
* // Tags: "<Tags>",
|
|
517
539
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
518
540
|
* // },
|
|
541
|
+
* // TotalTransferBytes: Number("long"),
|
|
542
|
+
* // RemainingTransferBytes: Number("long"),
|
|
519
543
|
* // },
|
|
520
544
|
* // ],
|
|
521
545
|
* // OntapConfiguration: {
|
|
522
546
|
* // AutomaticBackupRetentionDays: Number("int"),
|
|
523
547
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
524
|
-
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
|
|
548
|
+
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
525
549
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
526
550
|
* // Endpoints: {
|
|
527
551
|
* // Intercluster: {
|
|
@@ -548,6 +572,8 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
548
572
|
* // ThroughputCapacity: Number("int"),
|
|
549
573
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
550
574
|
* // FsxAdminPassword: "STRING_VALUE",
|
|
575
|
+
* // HAPairs: Number("int"),
|
|
576
|
+
* // ThroughputCapacityPerHAPair: Number("int"),
|
|
551
577
|
* // },
|
|
552
578
|
* // FileSystemTypeVersion: "STRING_VALUE",
|
|
553
579
|
* // OpenZFSConfiguration: {
|
|
@@ -583,6 +609,8 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
583
609
|
* // Tags: "<Tags>",
|
|
584
610
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
585
611
|
* // },
|
|
612
|
+
* // TotalTransferBytes: Number("long"),
|
|
613
|
+
* // RemainingTransferBytes: Number("long"),
|
|
586
614
|
* // },
|
|
587
615
|
* // ],
|
|
588
616
|
* // OpenZFSConfiguration: {
|
|
@@ -595,7 +623,7 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
595
623
|
* // CopyTagsToSnapshots: true || false,
|
|
596
624
|
* // OriginSnapshot: {
|
|
597
625
|
* // SnapshotARN: "STRING_VALUE",
|
|
598
|
-
* // CopyStrategy: "CLONE" || "FULL_COPY",
|
|
626
|
+
* // CopyStrategy: "CLONE" || "FULL_COPY" || "INCREMENTAL_COPY",
|
|
599
627
|
* // },
|
|
600
628
|
* // ReadOnly: true || false,
|
|
601
629
|
* // NfsExports: [
|
|
@@ -620,6 +648,9 @@ export interface UpdateVolumeCommandOutput extends UpdateVolumeResponse, __Metad
|
|
|
620
648
|
* // RestoreToSnapshot: "STRING_VALUE",
|
|
621
649
|
* // DeleteIntermediateSnaphots: true || false,
|
|
622
650
|
* // DeleteClonedVolumes: true || false,
|
|
651
|
+
* // DeleteIntermediateData: true || false,
|
|
652
|
+
* // SourceSnapshotARN: "STRING_VALUE",
|
|
653
|
+
* // DestinationSnapshot: "STRING_VALUE",
|
|
623
654
|
* // },
|
|
624
655
|
* // },
|
|
625
656
|
* // };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AssociateFileSystemAliasesCommand";
|
|
2
2
|
export * from "./CancelDataRepositoryTaskCommand";
|
|
3
3
|
export * from "./CopyBackupCommand";
|
|
4
|
+
export * from "./CopySnapshotAndUpdateVolumeCommand";
|
|
4
5
|
export * from "./CreateBackupCommand";
|
|
5
6
|
export * from "./CreateDataRepositoryAssociationCommand";
|
|
6
7
|
export * from "./CreateDataRepositoryTaskCommand";
|
|
@@ -24,6 +25,7 @@ export * from "./DescribeDataRepositoryTasksCommand";
|
|
|
24
25
|
export * from "./DescribeFileCachesCommand";
|
|
25
26
|
export * from "./DescribeFileSystemAliasesCommand";
|
|
26
27
|
export * from "./DescribeFileSystemsCommand";
|
|
28
|
+
export * from "./DescribeSharedVpcConfigurationCommand";
|
|
27
29
|
export * from "./DescribeSnapshotsCommand";
|
|
28
30
|
export * from "./DescribeStorageVirtualMachinesCommand";
|
|
29
31
|
export * from "./DescribeVolumesCommand";
|
|
@@ -37,6 +39,7 @@ export * from "./UntagResourceCommand";
|
|
|
37
39
|
export * from "./UpdateDataRepositoryAssociationCommand";
|
|
38
40
|
export * from "./UpdateFileCacheCommand";
|
|
39
41
|
export * from "./UpdateFileSystemCommand";
|
|
42
|
+
export * from "./UpdateSharedVpcConfigurationCommand";
|
|
40
43
|
export * from "./UpdateSnapshotCommand";
|
|
41
44
|
export * from "./UpdateStorageVirtualMachineCommand";
|
|
42
45
|
export * from "./UpdateVolumeCommand";
|