@aws-sdk/client-fsx 3.609.0 → 3.613.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/dist-cjs/index.js +6 -1
- package/dist-es/models/models_0.js +5 -0
- package/dist-types/commands/CopyBackupCommand.d.ts +8 -8
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +8 -8
- package/dist-types/commands/CreateBackupCommand.d.ts +8 -8
- package/dist-types/commands/CreateFileSystemCommand.d.ts +10 -10
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +9 -9
- package/dist-types/commands/CreateSnapshotCommand.d.ts +8 -8
- package/dist-types/commands/CreateVolumeCommand.d.ts +8 -8
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +8 -8
- package/dist-types/commands/DescribeBackupsCommand.d.ts +8 -8
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +8 -8
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +8 -8
- package/dist-types/commands/DescribeVolumesCommand.d.ts +8 -8
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +8 -8
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +8 -8
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +8 -8
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +9 -8
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +8 -8
- package/dist-types/commands/UpdateVolumeCommand.d.ts +8 -8
- package/dist-types/models/models_0.d.ts +105 -44
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +4 -4
|
@@ -60,10 +60,10 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
60
60
|
* // ],
|
|
61
61
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
62
62
|
* // { // AdministrativeAction
|
|
63
|
-
* // 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",
|
|
63
|
+
* // 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" || "DOWNLOAD_DATA_FROM_BACKUP",
|
|
64
64
|
* // ProgressPercent: Number("int"),
|
|
65
65
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
66
|
-
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
66
|
+
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING" || "OPTIMIZING",
|
|
67
67
|
* // TargetFileSystemValues: { // FileSystem
|
|
68
68
|
* // OwnerId: "STRING_VALUE",
|
|
69
69
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
@@ -167,10 +167,10 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
167
167
|
* // },
|
|
168
168
|
* // AdministrativeActions: [
|
|
169
169
|
* // {
|
|
170
|
-
* // 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",
|
|
170
|
+
* // 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" || "DOWNLOAD_DATA_FROM_BACKUP",
|
|
171
171
|
* // ProgressPercent: Number("int"),
|
|
172
172
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
173
|
-
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
173
|
+
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING" || "OPTIMIZING",
|
|
174
174
|
* // TargetFileSystemValues: {
|
|
175
175
|
* // OwnerId: "STRING_VALUE",
|
|
176
176
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
@@ -271,7 +271,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
271
271
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
272
272
|
* // AutomaticBackupRetentionDays: Number("int"),
|
|
273
273
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
274
|
-
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
274
|
+
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_2",
|
|
275
275
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
276
276
|
* // Endpoints: { // FileSystemEndpoints
|
|
277
277
|
* // Intercluster: { // FileSystemEndpoint
|
|
@@ -307,7 +307,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
307
307
|
* // CopyTagsToBackups: true || false,
|
|
308
308
|
* // CopyTagsToVolumes: true || false,
|
|
309
309
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
310
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
310
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "SINGLE_AZ_HA_1" || "SINGLE_AZ_HA_2" || "MULTI_AZ_1",
|
|
311
311
|
* // ThroughputCapacity: Number("int"),
|
|
312
312
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
313
313
|
* // DiskIopsConfiguration: {
|
|
@@ -449,7 +449,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
449
449
|
* // OntapConfiguration: {
|
|
450
450
|
* // AutomaticBackupRetentionDays: Number("int"),
|
|
451
451
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
452
|
-
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
452
|
+
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_2",
|
|
453
453
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
454
454
|
* // Endpoints: {
|
|
455
455
|
* // Intercluster: {
|
|
@@ -485,7 +485,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
485
485
|
* // CopyTagsToBackups: true || false,
|
|
486
486
|
* // CopyTagsToVolumes: true || false,
|
|
487
487
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
488
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
488
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "SINGLE_AZ_HA_1" || "SINGLE_AZ_HA_2" || "MULTI_AZ_1",
|
|
489
489
|
* // ThroughputCapacity: Number("int"),
|
|
490
490
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
491
491
|
* // DiskIopsConfiguration: "<DiskIopsConfiguration>",
|
|
@@ -172,10 +172,10 @@ declare const UpdateVolumeCommand_base: {
|
|
|
172
172
|
* // },
|
|
173
173
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
174
174
|
* // { // AdministrativeAction
|
|
175
|
-
* // 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",
|
|
175
|
+
* // 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" || "DOWNLOAD_DATA_FROM_BACKUP",
|
|
176
176
|
* // ProgressPercent: Number("int"),
|
|
177
177
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
178
|
-
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
178
|
+
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING" || "OPTIMIZING",
|
|
179
179
|
* // TargetFileSystemValues: { // FileSystem
|
|
180
180
|
* // OwnerId: "STRING_VALUE",
|
|
181
181
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
@@ -279,10 +279,10 @@ declare const UpdateVolumeCommand_base: {
|
|
|
279
279
|
* // },
|
|
280
280
|
* // AdministrativeActions: [
|
|
281
281
|
* // {
|
|
282
|
-
* // 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",
|
|
282
|
+
* // 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" || "DOWNLOAD_DATA_FROM_BACKUP",
|
|
283
283
|
* // ProgressPercent: Number("int"),
|
|
284
284
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
285
|
-
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
285
|
+
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING" || "OPTIMIZING",
|
|
286
286
|
* // TargetFileSystemValues: {
|
|
287
287
|
* // OwnerId: "STRING_VALUE",
|
|
288
288
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
@@ -383,7 +383,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
383
383
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
384
384
|
* // AutomaticBackupRetentionDays: Number("int"),
|
|
385
385
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
386
|
-
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
386
|
+
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_2",
|
|
387
387
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
388
388
|
* // Endpoints: { // FileSystemEndpoints
|
|
389
389
|
* // Intercluster: { // FileSystemEndpoint
|
|
@@ -419,7 +419,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
419
419
|
* // CopyTagsToBackups: true || false,
|
|
420
420
|
* // CopyTagsToVolumes: true || false,
|
|
421
421
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
422
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
422
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "SINGLE_AZ_HA_1" || "SINGLE_AZ_HA_2" || "MULTI_AZ_1",
|
|
423
423
|
* // ThroughputCapacity: Number("int"),
|
|
424
424
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
425
425
|
* // DiskIopsConfiguration: {
|
|
@@ -558,7 +558,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
558
558
|
* // OntapConfiguration: {
|
|
559
559
|
* // AutomaticBackupRetentionDays: Number("int"),
|
|
560
560
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
561
|
-
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
561
|
+
* // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_2",
|
|
562
562
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
563
563
|
* // Endpoints: {
|
|
564
564
|
* // Intercluster: {
|
|
@@ -594,7 +594,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
594
594
|
* // CopyTagsToBackups: true || false,
|
|
595
595
|
* // CopyTagsToVolumes: true || false,
|
|
596
596
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
597
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
597
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "SINGLE_AZ_HA_1" || "SINGLE_AZ_HA_2" || "MULTI_AZ_1",
|
|
598
598
|
* // ThroughputCapacity: Number("int"),
|
|
599
599
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
600
600
|
* // DiskIopsConfiguration: "<DiskIopsConfiguration>",
|
|
@@ -71,6 +71,7 @@ export declare class ActiveDirectoryError extends __BaseException {
|
|
|
71
71
|
* @enum
|
|
72
72
|
*/
|
|
73
73
|
export declare const AdministrativeActionType: {
|
|
74
|
+
readonly DOWNLOAD_DATA_FROM_BACKUP: "DOWNLOAD_DATA_FROM_BACKUP";
|
|
74
75
|
readonly FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
75
76
|
readonly FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION";
|
|
76
77
|
readonly FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE";
|
|
@@ -109,6 +110,7 @@ export declare const Status: {
|
|
|
109
110
|
readonly COMPLETED: "COMPLETED";
|
|
110
111
|
readonly FAILED: "FAILED";
|
|
111
112
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
113
|
+
readonly OPTIMIZING: "OPTIMIZING";
|
|
112
114
|
readonly PENDING: "PENDING";
|
|
113
115
|
readonly UPDATED_OPTIMIZING: "UPDATED_OPTIMIZING";
|
|
114
116
|
};
|
|
@@ -650,6 +652,7 @@ export interface LustreFileSystemConfiguration {
|
|
|
650
652
|
*/
|
|
651
653
|
export declare const OntapDeploymentType: {
|
|
652
654
|
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
655
|
+
readonly MULTI_AZ_2: "MULTI_AZ_2";
|
|
653
656
|
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
654
657
|
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
655
658
|
};
|
|
@@ -757,18 +760,24 @@ export interface OntapFileSystemConfiguration {
|
|
|
757
760
|
* <ul>
|
|
758
761
|
* <li>
|
|
759
762
|
* <p>
|
|
760
|
-
* <code>MULTI_AZ_1</code> -
|
|
763
|
+
* <code>MULTI_AZ_1</code> - A high availability file system configured
|
|
761
764
|
* for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ)
|
|
762
|
-
* unavailability.
|
|
765
|
+
* unavailability. This is a first-generation FSx for ONTAP file system.</p>
|
|
766
|
+
* </li>
|
|
767
|
+
* <li>
|
|
768
|
+
* <p>
|
|
769
|
+
* <code>MULTI_AZ_2</code> - A high availability file system configured for Multi-AZ redundancy to tolerate
|
|
770
|
+
* temporary AZ unavailability. This is a second-generation FSx for ONTAP file system.</p>
|
|
763
771
|
* </li>
|
|
764
772
|
* <li>
|
|
765
773
|
* <p>
|
|
766
774
|
* <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ
|
|
767
|
-
* redundancy.</p>
|
|
775
|
+
* redundancy. This is a first-generation FSx for ONTAP file system.</p>
|
|
768
776
|
* </li>
|
|
769
777
|
* <li>
|
|
770
778
|
* <p>
|
|
771
|
-
* <code>SINGLE_AZ_2</code> - A file system configured with multiple high-availability (HA) pairs for Single-AZ redundancy
|
|
779
|
+
* <code>SINGLE_AZ_2</code> - A file system configured with multiple high-availability (HA) pairs for Single-AZ redundancy.
|
|
780
|
+
* This is a second-generation FSx for ONTAP file system.</p>
|
|
772
781
|
* </li>
|
|
773
782
|
* </ul>
|
|
774
783
|
* <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to
|
|
@@ -839,14 +848,15 @@ export interface OntapFileSystemConfiguration {
|
|
|
839
848
|
*/
|
|
840
849
|
FsxAdminPassword?: string;
|
|
841
850
|
/**
|
|
842
|
-
* <p>Specifies how many high-availability (HA) file server pairs the file system will have. The default value is 1. The value of this property affects the values of <code>StorageCapacity</code>,
|
|
851
|
+
* <p>Specifies how many high-availability (HA) file server pairs the file system will have. The default value is 1. The value of this property affects the values of <code>StorageCapacity</code>,
|
|
852
|
+
* <code>Iops</code>, and <code>ThroughputCapacity</code>. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/HA-pairs.html">High-availability (HA) pairs</a> in the FSx for ONTAP user guide.</p>
|
|
843
853
|
* <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>
|
|
844
854
|
* <ul>
|
|
845
855
|
* <li>
|
|
846
856
|
* <p>The value of <code>HAPairs</code> is less than 1 or greater than 12.</p>
|
|
847
857
|
* </li>
|
|
848
858
|
* <li>
|
|
849
|
-
* <p>The value of <code>HAPairs</code> is greater than 1 and the value of <code>DeploymentType</code> is <code>SINGLE_AZ_1</code> or <code>
|
|
859
|
+
* <p>The value of <code>HAPairs</code> is greater than 1 and the value of <code>DeploymentType</code> is <code>SINGLE_AZ_1</code>, <code>MULTI_AZ_1</code>, or <code>MULTI_AZ_2</code>.</p>
|
|
850
860
|
* </li>
|
|
851
861
|
* </ul>
|
|
852
862
|
* @public
|
|
@@ -858,10 +868,13 @@ export interface OntapFileSystemConfiguration {
|
|
|
858
868
|
* <p>This field and <code>ThroughputCapacity</code> are the same for file systems with one HA pair.</p>
|
|
859
869
|
* <ul>
|
|
860
870
|
* <li>
|
|
861
|
-
* <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code
|
|
871
|
+
* <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code> file systems, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.</p>
|
|
872
|
+
* </li>
|
|
873
|
+
* <li>
|
|
874
|
+
* <p>For <code>SINGLE_AZ_2</code>, valid values are 1536, 3072, or 6144 MBps.</p>
|
|
862
875
|
* </li>
|
|
863
876
|
* <li>
|
|
864
|
-
* <p>For <code>
|
|
877
|
+
* <p>For <code>MULTI_AZ_2</code>, valid values are 384, 768, 1536, 3072, or 6144 MBps.</p>
|
|
865
878
|
* </li>
|
|
866
879
|
* </ul>
|
|
867
880
|
* <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>
|
|
@@ -870,7 +883,7 @@ export interface OntapFileSystemConfiguration {
|
|
|
870
883
|
* <p>The value of <code>ThroughputCapacity</code> and <code>ThroughputCapacityPerHAPair</code> are not the same value.</p>
|
|
871
884
|
* </li>
|
|
872
885
|
* <li>
|
|
873
|
-
* <p>The value of deployment type is <code>SINGLE_AZ_2</code> and <code>ThroughputCapacity</code> / <code>ThroughputCapacityPerHAPair</code> is a valid HA pair (a value between
|
|
886
|
+
* <p>The value of deployment type is <code>SINGLE_AZ_2</code> and <code>ThroughputCapacity</code> / <code>ThroughputCapacityPerHAPair</code> is not a valid HA pair (a value between 1 and 12).</p>
|
|
874
887
|
* </li>
|
|
875
888
|
* <li>
|
|
876
889
|
* <p>The value of <code>ThroughputCapacityPerHAPair</code> is not a valid value.</p>
|
|
@@ -888,6 +901,8 @@ export declare const OpenZFSDeploymentType: {
|
|
|
888
901
|
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
889
902
|
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
890
903
|
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
904
|
+
readonly SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1";
|
|
905
|
+
readonly SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2";
|
|
891
906
|
};
|
|
892
907
|
/**
|
|
893
908
|
* @public
|
|
@@ -936,7 +951,7 @@ export interface OpenZFSFileSystemConfiguration {
|
|
|
936
951
|
DailyAutomaticBackupStartTime?: string;
|
|
937
952
|
/**
|
|
938
953
|
* <p>Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
|
|
939
|
-
<code>MULTI_AZ_1</code>, <code>
|
|
954
|
+
<code>MULTI_AZ_1</code>, <code>SINGLE_AZ_HA_2</code>, <code>SINGLE_AZ_HA_1</code>, <code>SINGLE_AZ_2</code>, and <code>SINGLE_AZ_1</code>.</p>
|
|
940
955
|
* @public
|
|
941
956
|
*/
|
|
942
957
|
DeploymentType?: OpenZFSDeploymentType;
|
|
@@ -1436,7 +1451,7 @@ export interface AggregateConfiguration {
|
|
|
1436
1451
|
* <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>
|
|
1437
1452
|
* <ul>
|
|
1438
1453
|
* <li>
|
|
1439
|
-
* <p>The strings in the value of <code>Aggregates</code> are not are not formatted as <code>aggrX</code>, where X is a number between 1 and
|
|
1454
|
+
* <p>The strings in the value of <code>Aggregates</code> are not are not formatted as <code>aggrX</code>, where X is a number between 1 and 12.</p>
|
|
1440
1455
|
* </li>
|
|
1441
1456
|
* <li>
|
|
1442
1457
|
* <p>The value of <code>Aggregates</code> contains aggregates that are not present.</p>
|
|
@@ -4392,7 +4407,7 @@ export interface FileCacheCreating {
|
|
|
4392
4407
|
*/
|
|
4393
4408
|
Lifecycle?: FileCacheLifecycle;
|
|
4394
4409
|
/**
|
|
4395
|
-
* <p>A structure providing details of any failures that occurred.</p>
|
|
4410
|
+
* <p>A structure providing details of any failures that occurred in creating a cache.</p>
|
|
4396
4411
|
* @public
|
|
4397
4412
|
*/
|
|
4398
4413
|
FailureDetails?: FileCacheFailureDetails;
|
|
@@ -4941,18 +4956,24 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
4941
4956
|
* <ul>
|
|
4942
4957
|
* <li>
|
|
4943
4958
|
* <p>
|
|
4944
|
-
* <code>MULTI_AZ_1</code> -
|
|
4959
|
+
* <code>MULTI_AZ_1</code> - A high availability file system configured
|
|
4945
4960
|
* for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ)
|
|
4946
|
-
* unavailability.
|
|
4961
|
+
* unavailability. This is a first-generation FSx for ONTAP file system.</p>
|
|
4962
|
+
* </li>
|
|
4963
|
+
* <li>
|
|
4964
|
+
* <p>
|
|
4965
|
+
* <code>MULTI_AZ_2</code> - A high availability file system configured for Multi-AZ redundancy to tolerate
|
|
4966
|
+
* temporary AZ unavailability. This is a second-generation FSx for ONTAP file system.</p>
|
|
4947
4967
|
* </li>
|
|
4948
4968
|
* <li>
|
|
4949
4969
|
* <p>
|
|
4950
4970
|
* <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ
|
|
4951
|
-
* redundancy.</p>
|
|
4971
|
+
* redundancy. This is a first-generation FSx for ONTAP file system.</p>
|
|
4952
4972
|
* </li>
|
|
4953
4973
|
* <li>
|
|
4954
4974
|
* <p>
|
|
4955
|
-
* <code>SINGLE_AZ_2</code> - A file system configured with multiple high-availability (HA) pairs for Single-AZ redundancy
|
|
4975
|
+
* <code>SINGLE_AZ_2</code> - A file system configured with multiple high-availability (HA) pairs for Single-AZ redundancy.
|
|
4976
|
+
* This is a second-generation FSx for ONTAP file system.</p>
|
|
4956
4977
|
* </li>
|
|
4957
4978
|
* </ul>
|
|
4958
4979
|
* <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to
|
|
@@ -4983,7 +5004,7 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
4983
5004
|
*/
|
|
4984
5005
|
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
4985
5006
|
/**
|
|
4986
|
-
* <p>Required when <code>DeploymentType</code> is set to <code>MULTI_AZ_1</code>. This
|
|
5007
|
+
* <p>Required when <code>DeploymentType</code> is set to <code>MULTI_AZ_1</code> or <code>MULTI_AZ_2</code>. This
|
|
4987
5008
|
* specifies the subnet in which you want the preferred file server to be located.</p>
|
|
4988
5009
|
* @public
|
|
4989
5010
|
*/
|
|
@@ -5031,17 +5052,20 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
5031
5052
|
*/
|
|
5032
5053
|
WeeklyMaintenanceStartTime?: string;
|
|
5033
5054
|
/**
|
|
5034
|
-
* <p>Specifies how many high-availability (HA) pairs of file servers will power your file system.
|
|
5035
|
-
*
|
|
5055
|
+
* <p>Specifies how many high-availability (HA) pairs of file servers will power your file system. First-generation file systems are powered by 1 HA pair.
|
|
5056
|
+
* Second-generation multi-AZ file systems are powered by 1 HA pair. Second generation single-AZ file systems are powered by up to 12 HA pairs. The default value is 1.
|
|
5057
|
+
* The value of this property affects the values of <code>StorageCapacity</code>,
|
|
5036
5058
|
* <code>Iops</code>, and <code>ThroughputCapacity</code>. For more information, see
|
|
5037
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/administering-file-systems.html#HA-pairs">High-availability (HA) pairs</a> in the FSx for ONTAP user guide
|
|
5059
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/administering-file-systems.html#HA-pairs">High-availability (HA) pairs</a> in the FSx for ONTAP user guide. Block storage protocol support
|
|
5060
|
+
* (iSCSI and NVMe over TCP) is disabled on file systems with more than 6 HA pairs. For more information, see
|
|
5061
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/supported-fsx-clients.html#using-block-storage">Using block storage protocols</a>. </p>
|
|
5038
5062
|
* <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>
|
|
5039
5063
|
* <ul>
|
|
5040
5064
|
* <li>
|
|
5041
5065
|
* <p>The value of <code>HAPairs</code> is less than 1 or greater than 12.</p>
|
|
5042
5066
|
* </li>
|
|
5043
5067
|
* <li>
|
|
5044
|
-
* <p>The value of <code>HAPairs</code> is greater than 1 and the value of <code>DeploymentType</code> is <code>SINGLE_AZ_1</code> or <code>
|
|
5068
|
+
* <p>The value of <code>HAPairs</code> is greater than 1 and the value of <code>DeploymentType</code> is <code>SINGLE_AZ_1</code>, <code>MULTI_AZ_1</code>, or <code>MULTI_AZ_2</code>.</p>
|
|
5045
5069
|
* </li>
|
|
5046
5070
|
* </ul>
|
|
5047
5071
|
* @public
|
|
@@ -5050,13 +5074,16 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
5050
5074
|
/**
|
|
5051
5075
|
* <p>Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system. </p>
|
|
5052
5076
|
* <p>You can define either the <code>ThroughputCapacityPerHAPair</code> or the <code>ThroughputCapacity</code> when creating a file system, but not both.</p>
|
|
5053
|
-
* <p>This field and <code>ThroughputCapacity</code> are the same for
|
|
5077
|
+
* <p>This field and <code>ThroughputCapacity</code> are the same for file systems powered by one HA pair.</p>
|
|
5054
5078
|
* <ul>
|
|
5055
5079
|
* <li>
|
|
5056
5080
|
* <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code> file systems, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.</p>
|
|
5057
5081
|
* </li>
|
|
5058
5082
|
* <li>
|
|
5059
|
-
* <p>For <code>SINGLE_AZ_2</code
|
|
5083
|
+
* <p>For <code>SINGLE_AZ_2</code>, valid values are 1536, 3072, or 6144 MBps.</p>
|
|
5084
|
+
* </li>
|
|
5085
|
+
* <li>
|
|
5086
|
+
* <p>For <code>MULTI_AZ_2</code>, valid values are 384, 768, 1536, 3072, or 6144 MBps.</p>
|
|
5060
5087
|
* </li>
|
|
5061
5088
|
* </ul>
|
|
5062
5089
|
* <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>
|
|
@@ -5065,7 +5092,7 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
5065
5092
|
* <p>The value of <code>ThroughputCapacity</code> and <code>ThroughputCapacityPerHAPair</code> are not the same value for file systems with one HA pair.</p>
|
|
5066
5093
|
* </li>
|
|
5067
5094
|
* <li>
|
|
5068
|
-
* <p>The value of deployment type is <code>SINGLE_AZ_2</code> and <code>ThroughputCapacity</code> / <code>ThroughputCapacityPerHAPair</code> is a valid HA pair (a value between
|
|
5095
|
+
* <p>The value of deployment type is <code>SINGLE_AZ_2</code> and <code>ThroughputCapacity</code> / <code>ThroughputCapacityPerHAPair</code> is not a valid HA pair (a value between 1 and 12).</p>
|
|
5069
5096
|
* </li>
|
|
5070
5097
|
* <li>
|
|
5071
5098
|
* <p>The value of <code>ThroughputCapacityPerHAPair</code> is not a valid value.</p>
|
|
@@ -5185,33 +5212,32 @@ export interface CreateFileSystemOpenZFSConfiguration {
|
|
|
5185
5212
|
*/
|
|
5186
5213
|
DailyAutomaticBackupStartTime?: string;
|
|
5187
5214
|
/**
|
|
5188
|
-
* <p>Specifies the file system deployment type.
|
|
5189
|
-
* for redundancy within a single Availability Zone in an Amazon Web Services Region .
|
|
5190
|
-
* Valid values are the following:</p>
|
|
5215
|
+
* <p>Specifies the file system deployment type. Valid values are the following:</p>
|
|
5191
5216
|
* <ul>
|
|
5192
5217
|
* <li>
|
|
5193
5218
|
* <p>
|
|
5194
|
-
* <code>MULTI_AZ_1</code>- Creates file systems with high availability
|
|
5195
|
-
* for Multi-AZ redundancy to tolerate temporary unavailability in Availability Zones (AZs).
|
|
5196
|
-
* <code>Multi_AZ_1</code> is available only in the US East (N. Virginia), US East (Ohio), US West (Oregon),
|
|
5197
|
-
* Asia Pacific (Singapore), Asia Pacific (Tokyo), and Europe (Ireland) Amazon Web Services Regions.</p>
|
|
5219
|
+
* <code>MULTI_AZ_1</code>- Creates file systems with high availability and durability by replicating your data and supporting failover across multiple Availability Zones in the same Amazon Web Services Region.</p>
|
|
5198
5220
|
* </li>
|
|
5199
5221
|
* <li>
|
|
5200
5222
|
* <p>
|
|
5201
|
-
* <code>
|
|
5202
|
-
*
|
|
5203
|
-
*
|
|
5223
|
+
* <code>SINGLE_AZ_HA_2</code>- Creates file systems with high availability and throughput capacities of 160 - 10,240 MB/s using an NVMe L2ARC cache by deploying a primary and standby file system within the same Availability Zone.</p>
|
|
5224
|
+
* </li>
|
|
5225
|
+
* <li>
|
|
5226
|
+
* <p>
|
|
5227
|
+
* <code>SINGLE_AZ_HA_1</code>- Creates file systems with high availability and throughput capacities of 64 - 4,096 MB/s by deploying a primary and standby file system within the same Availability Zone.</p>
|
|
5204
5228
|
* </li>
|
|
5205
5229
|
* <li>
|
|
5206
5230
|
* <p>
|
|
5207
5231
|
* <code>SINGLE_AZ_2</code>- Creates file systems with throughput capacities of 160 - 10,240 MB/s
|
|
5208
|
-
* using an NVMe L2ARC cache
|
|
5209
|
-
*
|
|
5210
|
-
*
|
|
5232
|
+
* using an NVMe L2ARC cache that automatically recover within a single Availability Zone.</p>
|
|
5233
|
+
* </li>
|
|
5234
|
+
* <li>
|
|
5235
|
+
* <p>
|
|
5236
|
+
* <code>SINGLE_AZ_1</code>- Creates file systems with throughput capacities of 64 - 4,096 MBs that automatically recover within a single Availability Zone.</p>
|
|
5211
5237
|
* </li>
|
|
5212
5238
|
* </ul>
|
|
5213
|
-
* <p>For
|
|
5214
|
-
*
|
|
5239
|
+
* <p>For a list of which Amazon Web Services Regions each deployment type is available in, see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/availability-durability.html#available-aws-regions">Deployment type availability</a>.
|
|
5240
|
+
* For more information on the differences in performance between deployment types, see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#zfs-fs-performance">File system performance</a>
|
|
5215
5241
|
* in the <i>Amazon FSx for OpenZFS User Guide</i>.</p>
|
|
5216
5242
|
* @public
|
|
5217
5243
|
*/
|
|
@@ -8784,10 +8810,13 @@ export interface UpdateFileSystemOntapConfiguration {
|
|
|
8784
8810
|
* <p>This field and <code>ThroughputCapacity</code> are the same for file systems with one HA pair.</p>
|
|
8785
8811
|
* <ul>
|
|
8786
8812
|
* <li>
|
|
8787
|
-
* <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code
|
|
8813
|
+
* <p>For <code>SINGLE_AZ_1</code> and <code>MULTI_AZ_1</code> file systems, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.</p>
|
|
8788
8814
|
* </li>
|
|
8789
8815
|
* <li>
|
|
8790
|
-
* <p>For <code>SINGLE_AZ_2</code>, valid values are 3072 or 6144 MBps.</p>
|
|
8816
|
+
* <p>For <code>SINGLE_AZ_2</code>, valid values are 1536, 3072, or 6144 MBps.</p>
|
|
8817
|
+
* </li>
|
|
8818
|
+
* <li>
|
|
8819
|
+
* <p>For <code>MULTI_AZ_2</code>, valid values are 384, 768, 1536, 3072, or 6144 MBps.</p>
|
|
8791
8820
|
* </li>
|
|
8792
8821
|
* </ul>
|
|
8793
8822
|
* <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>
|
|
@@ -8796,7 +8825,7 @@ export interface UpdateFileSystemOntapConfiguration {
|
|
|
8796
8825
|
* <p>The value of <code>ThroughputCapacity</code> and <code>ThroughputCapacityPerHAPair</code> are not the same value for file systems with one HA pair.</p>
|
|
8797
8826
|
* </li>
|
|
8798
8827
|
* <li>
|
|
8799
|
-
* <p>The value of deployment type is <code>SINGLE_AZ_2</code> and <code>ThroughputCapacity</code> / <code>ThroughputCapacityPerHAPair</code> is a valid HA pair (a value between
|
|
8828
|
+
* <p>The value of deployment type is <code>SINGLE_AZ_2</code> and <code>ThroughputCapacity</code> / <code>ThroughputCapacityPerHAPair</code> is not a valid HA pair (a value between 1 and 12).</p>
|
|
8800
8829
|
* </li>
|
|
8801
8830
|
* <li>
|
|
8802
8831
|
* <p>The value of <code>ThroughputCapacityPerHAPair</code> is not a valid value.</p>
|
|
@@ -8805,6 +8834,16 @@ export interface UpdateFileSystemOntapConfiguration {
|
|
|
8805
8834
|
* @public
|
|
8806
8835
|
*/
|
|
8807
8836
|
ThroughputCapacityPerHAPair?: number;
|
|
8837
|
+
/**
|
|
8838
|
+
* <p>Use to update the number of high-availability (HA) pairs for a second-generation single-AZ file system.
|
|
8839
|
+
* If you increase the number of HA pairs for your file system, you must specify proportional increases for <code>StorageCapacity</code>,
|
|
8840
|
+
* <code>Iops</code>, and <code>ThroughputCapacity</code>. For more information, see
|
|
8841
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/administering-file-systems.html#HA-pairs">High-availability (HA) pairs</a> in the FSx for ONTAP user guide. Block storage protocol support
|
|
8842
|
+
* (iSCSI and NVMe over TCP) is disabled on file systems with more than 6 HA pairs. For more information, see
|
|
8843
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/supported-fsx-clients.html#using-block-storage">Using block storage protocols</a>.</p>
|
|
8844
|
+
* @public
|
|
8845
|
+
*/
|
|
8846
|
+
HAPairs?: number;
|
|
8808
8847
|
}
|
|
8809
8848
|
/**
|
|
8810
8849
|
* <p>The configuration updates for an Amazon FSx for OpenZFS file system.</p>
|
|
@@ -9452,7 +9491,7 @@ export interface AdministrativeAction {
|
|
|
9452
9491
|
* <li>
|
|
9453
9492
|
* <p>
|
|
9454
9493
|
* <code>STORAGE_OPTIMIZATION</code> - After the <code>FILE_SYSTEM_UPDATE</code>
|
|
9455
|
-
* task to increase a file system's storage capacity has
|
|
9494
|
+
* task to increase a file system's storage capacity has completed
|
|
9456
9495
|
* successfully, a <code>STORAGE_OPTIMIZATION</code> task starts. </p>
|
|
9457
9496
|
* <ul>
|
|
9458
9497
|
* <li>
|
|
@@ -9537,6 +9576,13 @@ export interface AdministrativeAction {
|
|
|
9537
9576
|
* </li>
|
|
9538
9577
|
* <li>
|
|
9539
9578
|
* <p>
|
|
9579
|
+
* <code>DOWNLOAD_DATA_FROM_BACKUP</code> - An FSx for ONTAP backup is
|
|
9580
|
+
* being restored to a new volume on a second-generation file system. Once the all the file
|
|
9581
|
+
* metadata is loaded onto the volume, you can mount the volume with read-only access.
|
|
9582
|
+
* during this process.</p>
|
|
9583
|
+
* </li>
|
|
9584
|
+
* <li>
|
|
9585
|
+
* <p>
|
|
9540
9586
|
* <code>VOLUME_INITIALIZE_WITH_SNAPSHOT</code> - A volume is being created from
|
|
9541
9587
|
* a snapshot on a different FSx for OpenZFS file system. You can
|
|
9542
9588
|
* initiate this from the Amazon FSx console, API
|
|
@@ -9556,7 +9602,8 @@ export interface AdministrativeAction {
|
|
|
9556
9602
|
*/
|
|
9557
9603
|
AdministrativeActionType?: AdministrativeActionType;
|
|
9558
9604
|
/**
|
|
9559
|
-
* <p>The percentage-complete status of a <code>STORAGE_OPTIMIZATION</code>
|
|
9605
|
+
* <p>The percentage-complete status of a <code>STORAGE_OPTIMIZATION</code>
|
|
9606
|
+
* or <code>DOWNLOAD_DATA_FROM_BACKUP</code> administrative action. Does not apply to any
|
|
9560
9607
|
* other administrative action type.</p>
|
|
9561
9608
|
* @public
|
|
9562
9609
|
*/
|
|
@@ -9587,6 +9634,8 @@ export interface AdministrativeAction {
|
|
|
9587
9634
|
* <p>
|
|
9588
9635
|
* <code>COMPLETED</code> - Amazon FSx has finished processing the administrative
|
|
9589
9636
|
* task.</p>
|
|
9637
|
+
* <p>For a backup restore to a second-generation FSx for ONTAP file system,
|
|
9638
|
+
* indicates that all data has been downloaded to the volume, and clients now have read-write access to volume.</p>
|
|
9590
9639
|
* </li>
|
|
9591
9640
|
* <li>
|
|
9592
9641
|
* <p>
|
|
@@ -9594,6 +9643,18 @@ export interface AdministrativeAction {
|
|
|
9594
9643
|
* has updated the file system with the new storage capacity, and is now performing
|
|
9595
9644
|
* the storage-optimization process.</p>
|
|
9596
9645
|
* </li>
|
|
9646
|
+
* <li>
|
|
9647
|
+
* <p>
|
|
9648
|
+
* <code>PENDING</code> - For a backup restore to a second-generation FSx for ONTAP file system,
|
|
9649
|
+
* indicates that the file metadata is being downloaded onto the volume. The volume's Lifecycle state is CREATING.</p>
|
|
9650
|
+
* </li>
|
|
9651
|
+
* <li>
|
|
9652
|
+
* <p>
|
|
9653
|
+
* <code>IN_PROGRESS</code> - For a backup restore to a second-generation FSx for ONTAP file system,
|
|
9654
|
+
* indicates that all metadata has been downloaded to the new volume and client can access data with read-only access
|
|
9655
|
+
* while Amazon FSx downloads the file data to the volume. Track the
|
|
9656
|
+
* progress of this process with the <code>ProgressPercent</code> element.</p>
|
|
9657
|
+
* </li>
|
|
9597
9658
|
* </ul>
|
|
9598
9659
|
* @public
|
|
9599
9660
|
*/
|
|
@@ -24,6 +24,7 @@ export declare class ActiveDirectoryError extends __BaseException {
|
|
|
24
24
|
);
|
|
25
25
|
}
|
|
26
26
|
export declare const AdministrativeActionType: {
|
|
27
|
+
readonly DOWNLOAD_DATA_FROM_BACKUP: "DOWNLOAD_DATA_FROM_BACKUP";
|
|
27
28
|
readonly FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
28
29
|
readonly FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION";
|
|
29
30
|
readonly FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE";
|
|
@@ -48,6 +49,7 @@ export declare const Status: {
|
|
|
48
49
|
readonly COMPLETED: "COMPLETED";
|
|
49
50
|
readonly FAILED: "FAILED";
|
|
50
51
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
52
|
+
readonly OPTIMIZING: "OPTIMIZING";
|
|
51
53
|
readonly PENDING: "PENDING";
|
|
52
54
|
readonly UPDATED_OPTIMIZING: "UPDATED_OPTIMIZING";
|
|
53
55
|
};
|
|
@@ -166,6 +168,7 @@ export interface LustreFileSystemConfiguration {
|
|
|
166
168
|
}
|
|
167
169
|
export declare const OntapDeploymentType: {
|
|
168
170
|
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
171
|
+
readonly MULTI_AZ_2: "MULTI_AZ_2";
|
|
169
172
|
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
170
173
|
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
171
174
|
};
|
|
@@ -208,6 +211,8 @@ export declare const OpenZFSDeploymentType: {
|
|
|
208
211
|
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
209
212
|
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
210
213
|
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
214
|
+
readonly SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1";
|
|
215
|
+
readonly SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2";
|
|
211
216
|
};
|
|
212
217
|
export type OpenZFSDeploymentType =
|
|
213
218
|
(typeof OpenZFSDeploymentType)[keyof typeof OpenZFSDeploymentType];
|
|
@@ -1676,6 +1681,7 @@ export interface UpdateFileSystemOntapConfiguration {
|
|
|
1676
1681
|
AddRouteTableIds?: string[];
|
|
1677
1682
|
RemoveRouteTableIds?: string[];
|
|
1678
1683
|
ThroughputCapacityPerHAPair?: number;
|
|
1684
|
+
HAPairs?: number;
|
|
1679
1685
|
}
|
|
1680
1686
|
export interface UpdateFileSystemOpenZFSConfiguration {
|
|
1681
1687
|
AutomaticBackupRetentionDays?: number;
|
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.
|
|
4
|
+
"version": "3.613.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-fsx",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.613.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.613.0",
|
|
25
25
|
"@aws-sdk/core": "3.609.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.613.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.609.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.609.0",
|