@aws-sdk/client-fsx 3.899.0 → 3.901.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 +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CopyBackupCommand.d.ts +14 -4
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +14 -4
- package/dist-types/commands/CreateBackupCommand.d.ts +14 -4
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateFileCacheCommand.d.ts +1 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +15 -4
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +14 -4
- package/dist-types/commands/CreateSnapshotCommand.d.ts +14 -4
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +10 -4
- package/dist-types/commands/CreateVolumeCommand.d.ts +14 -4
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +14 -4
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupsCommand.d.ts +13 -3
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +13 -3
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +13 -3
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +9 -3
- package/dist-types/commands/DescribeVolumesCommand.d.ts +13 -3
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +14 -4
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +13 -3
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +13 -3
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +20 -4
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +13 -3
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +9 -3
- package/dist-types/commands/UpdateVolumeCommand.d.ts +13 -3
- package/dist-types/models/models_0.d.ts +72 -21
- package/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/package.json +38 -38
|
@@ -173,6 +173,11 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
173
173
|
* </li>
|
|
174
174
|
* <li>
|
|
175
175
|
* <p>
|
|
176
|
+
* <code>EndpointIpv6AddressRange</code>
|
|
177
|
+
* </p>
|
|
178
|
+
* </li>
|
|
179
|
+
* <li>
|
|
180
|
+
* <p>
|
|
176
181
|
* <code>FsxAdminPassword</code>
|
|
177
182
|
* </p>
|
|
178
183
|
* </li>
|
|
@@ -353,6 +358,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
353
358
|
* ],
|
|
354
359
|
* ThroughputCapacityPerHAPair: Number("int"),
|
|
355
360
|
* HAPairs: Number("int"),
|
|
361
|
+
* EndpointIpv6AddressRange: "STRING_VALUE",
|
|
356
362
|
* },
|
|
357
363
|
* OpenZFSConfiguration: { // UpdateFileSystemOpenZFSConfiguration
|
|
358
364
|
* AutomaticBackupRetentionDays: Number("int"),
|
|
@@ -449,6 +455,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
449
455
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
450
456
|
* // Iops: Number("long"),
|
|
451
457
|
* // },
|
|
458
|
+
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
452
459
|
* // },
|
|
453
460
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
454
461
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -562,6 +569,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
562
569
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
563
570
|
* // Iops: Number("long"),
|
|
564
571
|
* // },
|
|
572
|
+
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
565
573
|
* // },
|
|
566
574
|
* // LustreConfiguration: {
|
|
567
575
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -746,12 +754,18 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
746
754
|
* // IpAddresses: [ // OntapEndpointIpAddresses
|
|
747
755
|
* // "STRING_VALUE",
|
|
748
756
|
* // ],
|
|
757
|
+
* // Ipv6Addresses: [
|
|
758
|
+
* // "STRING_VALUE",
|
|
759
|
+
* // ],
|
|
749
760
|
* // },
|
|
750
761
|
* // Management: {
|
|
751
762
|
* // DNSName: "STRING_VALUE",
|
|
752
763
|
* // IpAddresses: [
|
|
753
764
|
* // "STRING_VALUE",
|
|
754
765
|
* // ],
|
|
766
|
+
* // Ipv6Addresses: [
|
|
767
|
+
* // "STRING_VALUE",
|
|
768
|
+
* // ],
|
|
755
769
|
* // },
|
|
756
770
|
* // },
|
|
757
771
|
* // DiskIopsConfiguration: {
|
|
@@ -767,6 +781,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
767
781
|
* // FsxAdminPassword: "STRING_VALUE",
|
|
768
782
|
* // HAPairs: Number("int"),
|
|
769
783
|
* // ThroughputCapacityPerHAPair: Number("int"),
|
|
784
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
770
785
|
* // },
|
|
771
786
|
* // FileSystemTypeVersion: "STRING_VALUE",
|
|
772
787
|
* // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
|
|
@@ -929,12 +944,12 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
929
944
|
* // IpAddresses: [
|
|
930
945
|
* // "STRING_VALUE",
|
|
931
946
|
* // ],
|
|
947
|
+
* // Ipv6Addresses: "<OntapEndpointIpAddresses>",
|
|
932
948
|
* // },
|
|
933
949
|
* // Management: {
|
|
934
950
|
* // DNSName: "STRING_VALUE",
|
|
935
|
-
* // IpAddresses:
|
|
936
|
-
* //
|
|
937
|
-
* // ],
|
|
951
|
+
* // IpAddresses: "<OntapEndpointIpAddresses>",
|
|
952
|
+
* // Ipv6Addresses: "<OntapEndpointIpAddresses>",
|
|
938
953
|
* // },
|
|
939
954
|
* // },
|
|
940
955
|
* // DiskIopsConfiguration: {
|
|
@@ -950,6 +965,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
950
965
|
* // FsxAdminPassword: "STRING_VALUE",
|
|
951
966
|
* // HAPairs: Number("int"),
|
|
952
967
|
* // ThroughputCapacityPerHAPair: Number("int"),
|
|
968
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
953
969
|
* // },
|
|
954
970
|
* // FileSystemTypeVersion: "STRING_VALUE",
|
|
955
971
|
* // OpenZFSConfiguration: {
|
|
@@ -1009,7 +1025,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
1009
1025
|
*
|
|
1010
1026
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
1011
1027
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
1012
|
-
* some service limits by contacting Amazon Web
|
|
1028
|
+
* some service limits by contacting Amazon Web Services Support.</p>
|
|
1013
1029
|
*
|
|
1014
1030
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
1015
1031
|
* <p>The requested operation is not supported for this resource or API.</p>
|
|
@@ -132,6 +132,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
132
132
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
133
133
|
* // Iops: Number("long"),
|
|
134
134
|
* // },
|
|
135
|
+
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
135
136
|
* // },
|
|
136
137
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
137
138
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -240,6 +241,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
240
241
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
241
242
|
* // Iops: Number("long"),
|
|
242
243
|
* // },
|
|
244
|
+
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
243
245
|
* // },
|
|
244
246
|
* // LustreConfiguration: {
|
|
245
247
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -294,12 +296,18 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
294
296
|
* // IpAddresses: [ // OntapEndpointIpAddresses
|
|
295
297
|
* // "STRING_VALUE",
|
|
296
298
|
* // ],
|
|
299
|
+
* // Ipv6Addresses: [
|
|
300
|
+
* // "STRING_VALUE",
|
|
301
|
+
* // ],
|
|
297
302
|
* // },
|
|
298
303
|
* // Management: {
|
|
299
304
|
* // DNSName: "STRING_VALUE",
|
|
300
305
|
* // IpAddresses: [
|
|
301
306
|
* // "STRING_VALUE",
|
|
302
307
|
* // ],
|
|
308
|
+
* // Ipv6Addresses: [
|
|
309
|
+
* // "STRING_VALUE",
|
|
310
|
+
* // ],
|
|
303
311
|
* // },
|
|
304
312
|
* // },
|
|
305
313
|
* // DiskIopsConfiguration: {
|
|
@@ -315,6 +323,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
315
323
|
* // FsxAdminPassword: "STRING_VALUE",
|
|
316
324
|
* // HAPairs: Number("int"),
|
|
317
325
|
* // ThroughputCapacityPerHAPair: Number("int"),
|
|
326
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
318
327
|
* // },
|
|
319
328
|
* // FileSystemTypeVersion: "STRING_VALUE",
|
|
320
329
|
* // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
|
|
@@ -480,12 +489,12 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
480
489
|
* // IpAddresses: [
|
|
481
490
|
* // "STRING_VALUE",
|
|
482
491
|
* // ],
|
|
492
|
+
* // Ipv6Addresses: "<OntapEndpointIpAddresses>",
|
|
483
493
|
* // },
|
|
484
494
|
* // Management: {
|
|
485
495
|
* // DNSName: "STRING_VALUE",
|
|
486
|
-
* // IpAddresses:
|
|
487
|
-
* //
|
|
488
|
-
* // ],
|
|
496
|
+
* // IpAddresses: "<OntapEndpointIpAddresses>",
|
|
497
|
+
* // Ipv6Addresses: "<OntapEndpointIpAddresses>",
|
|
489
498
|
* // },
|
|
490
499
|
* // },
|
|
491
500
|
* // DiskIopsConfiguration: {
|
|
@@ -501,6 +510,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
501
510
|
* // FsxAdminPassword: "STRING_VALUE",
|
|
502
511
|
* // HAPairs: Number("int"),
|
|
503
512
|
* // ThroughputCapacityPerHAPair: Number("int"),
|
|
513
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
504
514
|
* // },
|
|
505
515
|
* // FileSystemTypeVersion: "STRING_VALUE",
|
|
506
516
|
* // OpenZFSConfiguration: {
|
|
@@ -77,24 +77,30 @@ declare const UpdateStorageVirtualMachineCommand_base: {
|
|
|
77
77
|
* // IpAddresses: [ // OntapEndpointIpAddresses
|
|
78
78
|
* // "STRING_VALUE",
|
|
79
79
|
* // ],
|
|
80
|
+
* // Ipv6Addresses: [
|
|
81
|
+
* // "STRING_VALUE",
|
|
82
|
+
* // ],
|
|
80
83
|
* // },
|
|
81
84
|
* // Management: {
|
|
82
85
|
* // DNSName: "STRING_VALUE",
|
|
83
86
|
* // IpAddresses: [
|
|
84
87
|
* // "STRING_VALUE",
|
|
85
88
|
* // ],
|
|
89
|
+
* // Ipv6Addresses: [
|
|
90
|
+
* // "STRING_VALUE",
|
|
91
|
+
* // ],
|
|
86
92
|
* // },
|
|
87
93
|
* // Nfs: {
|
|
88
94
|
* // DNSName: "STRING_VALUE",
|
|
89
95
|
* // IpAddresses: [
|
|
90
96
|
* // "STRING_VALUE",
|
|
91
97
|
* // ],
|
|
98
|
+
* // Ipv6Addresses: "<OntapEndpointIpAddresses>",
|
|
92
99
|
* // },
|
|
93
100
|
* // Smb: {
|
|
94
101
|
* // DNSName: "STRING_VALUE",
|
|
95
|
-
* // IpAddresses:
|
|
96
|
-
* //
|
|
97
|
-
* // ],
|
|
102
|
+
* // IpAddresses: "<OntapEndpointIpAddresses>",
|
|
103
|
+
* // Ipv6Addresses: "<OntapEndpointIpAddresses>",
|
|
98
104
|
* // },
|
|
99
105
|
* // },
|
|
100
106
|
* // FileSystemId: "STRING_VALUE",
|
|
@@ -244,6 +244,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
244
244
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
245
245
|
* // Iops: Number("long"),
|
|
246
246
|
* // },
|
|
247
|
+
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
247
248
|
* // },
|
|
248
249
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
249
250
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -352,6 +353,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
352
353
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
353
354
|
* // Iops: Number("long"),
|
|
354
355
|
* // },
|
|
356
|
+
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
355
357
|
* // },
|
|
356
358
|
* // LustreConfiguration: {
|
|
357
359
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -406,12 +408,18 @@ declare const UpdateVolumeCommand_base: {
|
|
|
406
408
|
* // IpAddresses: [ // OntapEndpointIpAddresses
|
|
407
409
|
* // "STRING_VALUE",
|
|
408
410
|
* // ],
|
|
411
|
+
* // Ipv6Addresses: [
|
|
412
|
+
* // "STRING_VALUE",
|
|
413
|
+
* // ],
|
|
409
414
|
* // },
|
|
410
415
|
* // Management: {
|
|
411
416
|
* // DNSName: "STRING_VALUE",
|
|
412
417
|
* // IpAddresses: [
|
|
413
418
|
* // "STRING_VALUE",
|
|
414
419
|
* // ],
|
|
420
|
+
* // Ipv6Addresses: [
|
|
421
|
+
* // "STRING_VALUE",
|
|
422
|
+
* // ],
|
|
415
423
|
* // },
|
|
416
424
|
* // },
|
|
417
425
|
* // DiskIopsConfiguration: {
|
|
@@ -427,6 +435,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
427
435
|
* // FsxAdminPassword: "STRING_VALUE",
|
|
428
436
|
* // HAPairs: Number("int"),
|
|
429
437
|
* // ThroughputCapacityPerHAPair: Number("int"),
|
|
438
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
430
439
|
* // },
|
|
431
440
|
* // FileSystemTypeVersion: "STRING_VALUE",
|
|
432
441
|
* // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
|
|
@@ -589,12 +598,12 @@ declare const UpdateVolumeCommand_base: {
|
|
|
589
598
|
* // IpAddresses: [
|
|
590
599
|
* // "STRING_VALUE",
|
|
591
600
|
* // ],
|
|
601
|
+
* // Ipv6Addresses: "<OntapEndpointIpAddresses>",
|
|
592
602
|
* // },
|
|
593
603
|
* // Management: {
|
|
594
604
|
* // DNSName: "STRING_VALUE",
|
|
595
|
-
* // IpAddresses:
|
|
596
|
-
* //
|
|
597
|
-
* // ],
|
|
605
|
+
* // IpAddresses: "<OntapEndpointIpAddresses>",
|
|
606
|
+
* // Ipv6Addresses: "<OntapEndpointIpAddresses>",
|
|
598
607
|
* // },
|
|
599
608
|
* // },
|
|
600
609
|
* // DiskIopsConfiguration: {
|
|
@@ -610,6 +619,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
610
619
|
* // FsxAdminPassword: "STRING_VALUE",
|
|
611
620
|
* // HAPairs: Number("int"),
|
|
612
621
|
* // ThroughputCapacityPerHAPair: Number("int"),
|
|
622
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
613
623
|
* // },
|
|
614
624
|
* // FileSystemTypeVersion: "STRING_VALUE",
|
|
615
625
|
* // OpenZFSConfiguration: {
|
|
@@ -55,6 +55,7 @@ export declare const ActiveDirectoryErrorType: {
|
|
|
55
55
|
readonly DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND";
|
|
56
56
|
readonly INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE";
|
|
57
57
|
readonly INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE";
|
|
58
|
+
readonly INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE";
|
|
58
59
|
readonly WRONG_VPC: "WRONG_VPC";
|
|
59
60
|
};
|
|
60
61
|
/**
|
|
@@ -826,10 +827,15 @@ export interface FileSystemEndpoint {
|
|
|
826
827
|
*/
|
|
827
828
|
DNSName?: string | undefined;
|
|
828
829
|
/**
|
|
829
|
-
* <p>
|
|
830
|
+
* <p>The IPv4 addresses of the file system endpoint.</p>
|
|
830
831
|
* @public
|
|
831
832
|
*/
|
|
832
833
|
IpAddresses?: string[] | undefined;
|
|
834
|
+
/**
|
|
835
|
+
* <p>The IPv6 addresses of the file system endpoint.</p>
|
|
836
|
+
* @public
|
|
837
|
+
*/
|
|
838
|
+
Ipv6Addresses?: string[] | undefined;
|
|
833
839
|
}
|
|
834
840
|
/**
|
|
835
841
|
* <p>An Amazon FSx for NetApp ONTAP file system has the following endpoints
|
|
@@ -903,7 +909,7 @@ export interface OntapFileSystemConfiguration {
|
|
|
903
909
|
*/
|
|
904
910
|
DeploymentType?: OntapDeploymentType | undefined;
|
|
905
911
|
/**
|
|
906
|
-
* <p>(Multi-AZ only) Specifies the
|
|
912
|
+
* <p>(Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your
|
|
907
913
|
* file system will be created. By default in the Amazon FSx API, Amazon FSx
|
|
908
914
|
* selects an unused IP address range for you from the 198.19.* range. By default in the
|
|
909
915
|
* Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from
|
|
@@ -1003,6 +1009,16 @@ export interface OntapFileSystemConfiguration {
|
|
|
1003
1009
|
* @public
|
|
1004
1010
|
*/
|
|
1005
1011
|
ThroughputCapacityPerHAPair?: number | undefined;
|
|
1012
|
+
/**
|
|
1013
|
+
* <p>(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access
|
|
1014
|
+
* your file system will be created. By default in the Amazon FSx API and
|
|
1015
|
+
* Amazon FSx console, Amazon FSx selects an available /118 IP address
|
|
1016
|
+
* range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint
|
|
1017
|
+
* IP addresses for file systems deployed in the same VPC/route tables, as long as they
|
|
1018
|
+
* don't overlap with any subnet.</p>
|
|
1019
|
+
* @public
|
|
1020
|
+
*/
|
|
1021
|
+
EndpointIpv6AddressRange?: string | undefined;
|
|
1006
1022
|
}
|
|
1007
1023
|
/**
|
|
1008
1024
|
* @public
|
|
@@ -1144,7 +1160,7 @@ export interface OpenZFSFileSystemConfiguration {
|
|
|
1144
1160
|
*/
|
|
1145
1161
|
PreferredSubnetId?: string | undefined;
|
|
1146
1162
|
/**
|
|
1147
|
-
* <p>(Multi-AZ only) Specifies the
|
|
1163
|
+
* <p>(Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your
|
|
1148
1164
|
* file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx
|
|
1149
1165
|
* selects an available /28 IP address range for you from one of the VPC's CIDR ranges.
|
|
1150
1166
|
* You can have overlapping endpoint IP addresses for file systems deployed in the
|
|
@@ -1153,7 +1169,7 @@ export interface OpenZFSFileSystemConfiguration {
|
|
|
1153
1169
|
*/
|
|
1154
1170
|
EndpointIpAddressRange?: string | undefined;
|
|
1155
1171
|
/**
|
|
1156
|
-
* <p>(Multi-AZ only) Specifies the
|
|
1172
|
+
* <p>(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access your
|
|
1157
1173
|
* file system will be created. By default in the Amazon FSx API and Amazon FSx
|
|
1158
1174
|
* console, Amazon FSx selects an available /118 IP address range for you from one of the
|
|
1159
1175
|
* VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed
|
|
@@ -1168,7 +1184,7 @@ export interface OpenZFSFileSystemConfiguration {
|
|
|
1168
1184
|
*/
|
|
1169
1185
|
RouteTableIds?: string[] | undefined;
|
|
1170
1186
|
/**
|
|
1171
|
-
* <p>The
|
|
1187
|
+
* <p>The IPv4 address of the endpoint
|
|
1172
1188
|
* that is used to access data or to manage the file system.</p>
|
|
1173
1189
|
* @public
|
|
1174
1190
|
*/
|
|
@@ -1495,15 +1511,15 @@ export interface WindowsFileSystemConfiguration {
|
|
|
1495
1511
|
*/
|
|
1496
1512
|
PreferredSubnetId?: string | undefined;
|
|
1497
1513
|
/**
|
|
1498
|
-
* <p>For <code>MULTI_AZ_1</code> deployment types, the
|
|
1514
|
+
* <p>For <code>MULTI_AZ_1</code> deployment types, the IPv4 address of the primary, or preferred, file server.</p>
|
|
1499
1515
|
* <p>Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that
|
|
1500
1516
|
* are not joined to a Microsoft Active Directory.
|
|
1501
1517
|
* Applicable for all Windows file system deployment types.
|
|
1502
|
-
* This
|
|
1518
|
+
* This IPv4 address is temporarily unavailable
|
|
1503
1519
|
* when the file system is undergoing maintenance. For Linux and Windows
|
|
1504
1520
|
* SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information
|
|
1505
1521
|
* on mapping and mounting file shares, see
|
|
1506
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/
|
|
1522
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-file-shares.html">Accessing data using file shares</a>.</p>
|
|
1507
1523
|
* @public
|
|
1508
1524
|
*/
|
|
1509
1525
|
PreferredFileServerIp?: string | undefined;
|
|
@@ -1553,7 +1569,7 @@ export interface WindowsFileSystemConfiguration {
|
|
|
1553
1569
|
* You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation.
|
|
1554
1570
|
* You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation.
|
|
1555
1571
|
* You only need to specify the alias name in the request payload. For more information, see
|
|
1556
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">DNS aliases</a>.</p>
|
|
1572
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Managing DNS aliases</a>.</p>
|
|
1557
1573
|
* @public
|
|
1558
1574
|
*/
|
|
1559
1575
|
Aliases?: Alias[] | undefined;
|
|
@@ -1571,6 +1587,16 @@ export interface WindowsFileSystemConfiguration {
|
|
|
1571
1587
|
* @public
|
|
1572
1588
|
*/
|
|
1573
1589
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
1590
|
+
/**
|
|
1591
|
+
* <p>For MULTI_AZ_1 deployment types, the IPv6 address of the primary, or preferred, file server.
|
|
1592
|
+
* Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients
|
|
1593
|
+
* that are not joined to a Microsoft Active Directory. Applicable for all Windows file system
|
|
1594
|
+
* deployment types. This IPv6 address is temporarily unavailable when the file system is undergoing
|
|
1595
|
+
* maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the
|
|
1596
|
+
* file system's DNSName instead.</p>
|
|
1597
|
+
* @public
|
|
1598
|
+
*/
|
|
1599
|
+
PreferredFileServerIpv6?: string | undefined;
|
|
1574
1600
|
}
|
|
1575
1601
|
/**
|
|
1576
1602
|
* @public
|
|
@@ -3077,7 +3103,7 @@ export declare const ServiceLimit: {
|
|
|
3077
3103
|
export type ServiceLimit = (typeof ServiceLimit)[keyof typeof ServiceLimit];
|
|
3078
3104
|
/**
|
|
3079
3105
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
3080
|
-
* some service limits by contacting Amazon Web
|
|
3106
|
+
* some service limits by contacting Amazon Web Services Support.</p>
|
|
3081
3107
|
* @public
|
|
3082
3108
|
*/
|
|
3083
3109
|
export declare class ServiceLimitExceeded extends __BaseException {
|
|
@@ -5509,7 +5535,7 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
5509
5535
|
*/
|
|
5510
5536
|
DeploymentType: OntapDeploymentType | undefined;
|
|
5511
5537
|
/**
|
|
5512
|
-
* <p>(Multi-AZ only) Specifies the
|
|
5538
|
+
* <p>(Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your
|
|
5513
5539
|
* file system will be created. By default in the Amazon FSx API, Amazon FSx
|
|
5514
5540
|
* selects an unused IP address range for you from the 198.19.* range. By default in the
|
|
5515
5541
|
* Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from
|
|
@@ -5623,6 +5649,16 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
5623
5649
|
* @public
|
|
5624
5650
|
*/
|
|
5625
5651
|
ThroughputCapacityPerHAPair?: number | undefined;
|
|
5652
|
+
/**
|
|
5653
|
+
* <p>(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access
|
|
5654
|
+
* your file system will be created. By default in the Amazon FSx API and
|
|
5655
|
+
* Amazon FSx console, Amazon FSx selects an available /118 IP address
|
|
5656
|
+
* range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint
|
|
5657
|
+
* IP addresses for file systems deployed in the same VPC/route tables, as long as they
|
|
5658
|
+
* don't overlap with any subnet.</p>
|
|
5659
|
+
* @public
|
|
5660
|
+
*/
|
|
5661
|
+
EndpointIpv6AddressRange?: string | undefined;
|
|
5626
5662
|
}
|
|
5627
5663
|
/**
|
|
5628
5664
|
* <p>The configuration of an Amazon FSx for OpenZFS root volume.</p>
|
|
@@ -5806,7 +5842,7 @@ export interface CreateFileSystemOpenZFSConfiguration {
|
|
|
5806
5842
|
*/
|
|
5807
5843
|
PreferredSubnetId?: string | undefined;
|
|
5808
5844
|
/**
|
|
5809
|
-
* <p>(Multi-AZ only) Specifies the
|
|
5845
|
+
* <p>(Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your
|
|
5810
5846
|
* file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx
|
|
5811
5847
|
* selects an available /28 IP address range for you from one of the VPC's CIDR ranges.
|
|
5812
5848
|
* You can have overlapping endpoint IP addresses for file systems deployed in the
|
|
@@ -5815,7 +5851,7 @@ export interface CreateFileSystemOpenZFSConfiguration {
|
|
|
5815
5851
|
*/
|
|
5816
5852
|
EndpointIpAddressRange?: string | undefined;
|
|
5817
5853
|
/**
|
|
5818
|
-
* <p>(Multi-AZ only) Specifies the
|
|
5854
|
+
* <p>(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access
|
|
5819
5855
|
* your file system will be created. By default in the Amazon FSx API and
|
|
5820
5856
|
* Amazon FSx console, Amazon FSx selects an available /118 IP address
|
|
5821
5857
|
* range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint
|
|
@@ -6091,10 +6127,9 @@ export interface CreateFileSystemWindowsConfiguration {
|
|
|
6091
6127
|
* You can associate up to 50 aliases with a file system at any time.
|
|
6092
6128
|
* You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation.
|
|
6093
6129
|
* You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation.
|
|
6094
|
-
* You only need to specify the alias name in the request payload
|
|
6095
|
-
*
|
|
6096
|
-
*
|
|
6097
|
-
* additional steps you must take to be able to access your file system using a DNS alias.</p>
|
|
6130
|
+
* You only need to specify the alias name in the request payload.
|
|
6131
|
+
* For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Managing DNS aliases</a> and
|
|
6132
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/dns-aliases.html">Accessing data using DNS aliases</a>.</p>
|
|
6098
6133
|
* <p>An alias name has to meet the following requirements:</p>
|
|
6099
6134
|
* <ul>
|
|
6100
6135
|
* <li>
|
|
@@ -6366,8 +6401,9 @@ export interface CreateFileSystemRequest {
|
|
|
6366
6401
|
* <p>The network type of the Amazon FSx file system that you
|
|
6367
6402
|
* are creating. Valid values are <code>IPV4</code> (which supports
|
|
6368
6403
|
* IPv4 only) and <code>DUAL</code> (for dual-stack mode, which supports
|
|
6369
|
-
* both IPv4 and IPv6). The default is <code>IPV4</code>. Supported
|
|
6370
|
-
* for
|
|
6404
|
+
* both IPv4 and IPv6). The default is <code>IPV4</code>. Supported
|
|
6405
|
+
* for FSx for OpenZFS, FSx for ONTAP, and FSx for Windows File Server
|
|
6406
|
+
* file systems.</p>
|
|
6371
6407
|
* @public
|
|
6372
6408
|
*/
|
|
6373
6409
|
NetworkType?: NetworkType | undefined;
|
|
@@ -6755,10 +6791,15 @@ export interface SvmEndpoint {
|
|
|
6755
6791
|
*/
|
|
6756
6792
|
DNSName?: string | undefined;
|
|
6757
6793
|
/**
|
|
6758
|
-
* <p>The SVM endpoint's
|
|
6794
|
+
* <p>The SVM endpoint's IPv4 addresses.</p>
|
|
6759
6795
|
* @public
|
|
6760
6796
|
*/
|
|
6761
6797
|
IpAddresses?: string[] | undefined;
|
|
6798
|
+
/**
|
|
6799
|
+
* <p>The SVM endpoint's IPv6 addresses.</p>
|
|
6800
|
+
* @public
|
|
6801
|
+
*/
|
|
6802
|
+
Ipv6Addresses?: string[] | undefined;
|
|
6762
6803
|
}
|
|
6763
6804
|
/**
|
|
6764
6805
|
* <p>An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has
|
|
@@ -9541,6 +9582,16 @@ export interface UpdateFileSystemOntapConfiguration {
|
|
|
9541
9582
|
* @public
|
|
9542
9583
|
*/
|
|
9543
9584
|
HAPairs?: number | undefined;
|
|
9585
|
+
/**
|
|
9586
|
+
* <p>(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access
|
|
9587
|
+
* your file system will be created. By default in the Amazon FSx API and
|
|
9588
|
+
* Amazon FSx console, Amazon FSx selects an available /118 IP address
|
|
9589
|
+
* range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint
|
|
9590
|
+
* IP addresses for file systems deployed in the same VPC/route tables, as long as they
|
|
9591
|
+
* don't overlap with any subnet.</p>
|
|
9592
|
+
* @public
|
|
9593
|
+
*/
|
|
9594
|
+
EndpointIpv6AddressRange?: string | undefined;
|
|
9544
9595
|
}
|
|
9545
9596
|
/**
|
|
9546
9597
|
* <p>The configuration updates for an Amazon FSx for OpenZFS file system.</p>
|
|
@@ -9633,7 +9684,7 @@ export interface UpdateFileSystemOpenZFSConfiguration {
|
|
|
9633
9684
|
*/
|
|
9634
9685
|
ReadCacheConfiguration?: OpenZFSReadCacheConfiguration | undefined;
|
|
9635
9686
|
/**
|
|
9636
|
-
* <p>(Multi-AZ only) Specifies the
|
|
9687
|
+
* <p>(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access your
|
|
9637
9688
|
* file system will be created. By default in the Amazon FSx API and Amazon FSx console,
|
|
9638
9689
|
* Amazon FSx selects an available /118 IP address range for you from one of the VPC's CIDR ranges.
|
|
9639
9690
|
* You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables,
|
|
@@ -18,6 +18,7 @@ export declare const ActiveDirectoryErrorType: {
|
|
|
18
18
|
readonly DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND";
|
|
19
19
|
readonly INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE";
|
|
20
20
|
readonly INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE";
|
|
21
|
+
readonly INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE";
|
|
21
22
|
readonly WRONG_VPC: "WRONG_VPC";
|
|
22
23
|
};
|
|
23
24
|
export type ActiveDirectoryErrorType =
|
|
@@ -217,6 +218,7 @@ export interface DiskIopsConfiguration {
|
|
|
217
218
|
export interface FileSystemEndpoint {
|
|
218
219
|
DNSName?: string | undefined;
|
|
219
220
|
IpAddresses?: string[] | undefined;
|
|
221
|
+
Ipv6Addresses?: string[] | undefined;
|
|
220
222
|
}
|
|
221
223
|
export interface FileSystemEndpoints {
|
|
222
224
|
Intercluster?: FileSystemEndpoint | undefined;
|
|
@@ -236,6 +238,7 @@ export interface OntapFileSystemConfiguration {
|
|
|
236
238
|
FsxAdminPassword?: string | undefined;
|
|
237
239
|
HAPairs?: number | undefined;
|
|
238
240
|
ThroughputCapacityPerHAPair?: number | undefined;
|
|
241
|
+
EndpointIpv6AddressRange?: string | undefined;
|
|
239
242
|
}
|
|
240
243
|
export declare const OpenZFSDeploymentType: {
|
|
241
244
|
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
@@ -351,6 +354,7 @@ export interface WindowsFileSystemConfiguration {
|
|
|
351
354
|
Aliases?: Alias[] | undefined;
|
|
352
355
|
AuditLogConfiguration?: WindowsAuditLogConfiguration | undefined;
|
|
353
356
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
357
|
+
PreferredFileServerIpv6?: string | undefined;
|
|
354
358
|
}
|
|
355
359
|
export declare const SnapshotLifecycle: {
|
|
356
360
|
readonly AVAILABLE: "AVAILABLE";
|
|
@@ -1146,6 +1150,7 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
1146
1150
|
WeeklyMaintenanceStartTime?: string | undefined;
|
|
1147
1151
|
HAPairs?: number | undefined;
|
|
1148
1152
|
ThroughputCapacityPerHAPair?: number | undefined;
|
|
1153
|
+
EndpointIpv6AddressRange?: string | undefined;
|
|
1149
1154
|
}
|
|
1150
1155
|
export interface OpenZFSCreateRootVolumeConfiguration {
|
|
1151
1156
|
RecordSizeKiB?: number | undefined;
|
|
@@ -1292,6 +1297,7 @@ export interface SvmActiveDirectoryConfiguration {
|
|
|
1292
1297
|
export interface SvmEndpoint {
|
|
1293
1298
|
DNSName?: string | undefined;
|
|
1294
1299
|
IpAddresses?: string[] | undefined;
|
|
1300
|
+
Ipv6Addresses?: string[] | undefined;
|
|
1295
1301
|
}
|
|
1296
1302
|
export interface SvmEndpoints {
|
|
1297
1303
|
Iscsi?: SvmEndpoint | undefined;
|
|
@@ -1888,6 +1894,7 @@ export interface UpdateFileSystemOntapConfiguration {
|
|
|
1888
1894
|
RemoveRouteTableIds?: string[] | undefined;
|
|
1889
1895
|
ThroughputCapacityPerHAPair?: number | undefined;
|
|
1890
1896
|
HAPairs?: number | undefined;
|
|
1897
|
+
EndpointIpv6AddressRange?: string | undefined;
|
|
1891
1898
|
}
|
|
1892
1899
|
export interface UpdateFileSystemOpenZFSConfiguration {
|
|
1893
1900
|
AutomaticBackupRetentionDays?: number | undefined;
|
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.901.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,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.
|
|
37
|
-
"@smithy/hash-node": "^4.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.
|
|
41
|
-
"@smithy/middleware-retry": "^4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.
|
|
43
|
-
"@smithy/middleware-stack": "^4.
|
|
44
|
-
"@smithy/node-config-provider": "^4.
|
|
45
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
-
"@smithy/protocol-http": "^5.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.
|
|
50
|
-
"@smithy/util-base64": "^4.
|
|
51
|
-
"@smithy/util-body-length-browser": "^4.
|
|
52
|
-
"@smithy/util-body-length-node": "^4.
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
55
|
-
"@smithy/util-endpoints": "^3.
|
|
56
|
-
"@smithy/util-middleware": "^4.
|
|
57
|
-
"@smithy/util-retry": "^4.
|
|
58
|
-
"@smithy/util-utf8": "^4.
|
|
59
|
-
"@smithy/uuid": "^1.
|
|
23
|
+
"@aws-sdk/core": "3.901.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.901.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.901.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.901.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.901.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.901.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.901.0",
|
|
30
|
+
"@aws-sdk/types": "3.901.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.901.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.901.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.901.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.3.0",
|
|
35
|
+
"@smithy/core": "^3.14.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.0",
|
|
37
|
+
"@smithy/hash-node": "^4.2.0",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.0",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.0",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.0",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.0",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.0",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.0",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.0",
|
|
45
|
+
"@smithy/node-http-handler": "^4.3.0",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.0",
|
|
47
|
+
"@smithy/smithy-client": "^4.7.0",
|
|
48
|
+
"@smithy/types": "^4.6.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.0",
|
|
50
|
+
"@smithy/util-base64": "^4.2.0",
|
|
51
|
+
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
|
+
"@smithy/util-body-length-node": "^4.2.0",
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.2.0",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.0",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.0",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.0",
|
|
57
|
+
"@smithy/util-retry": "^4.2.0",
|
|
58
|
+
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
+
"@smithy/uuid": "^1.1.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|