@aws-sdk/client-fsx 3.940.0 → 3.943.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 +53 -3
- package/dist-es/models/enums.js +6 -0
- package/dist-es/schemas/schemas_0.js +46 -3
- package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +27 -3
- package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +14 -2
- package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +86 -1
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -755,6 +755,7 @@ const _BSER = "BypassSnaplockEnterpriseRetention";
|
|
|
755
755
|
const _Ba = "Backups";
|
|
756
756
|
const _C = "Clients";
|
|
757
757
|
const _CAASAP = "CreateAndAttachS3AccessPoint";
|
|
758
|
+
const _CAASAPOC = "CreateAndAttachS3AccessPointOntapConfiguration";
|
|
758
759
|
const _CAASAPOZFSC = "CreateAndAttachS3AccessPointOpenZFSConfiguration";
|
|
759
760
|
const _CAASAPR = "CreateAndAttachS3AccessPointRequest";
|
|
760
761
|
const _CAASAPRr = "CreateAndAttachS3AccessPointResponse";
|
|
@@ -1058,12 +1059,15 @@ const _Nf = "Nfs";
|
|
|
1058
1059
|
const _O = "Options";
|
|
1059
1060
|
const _OC = "OntapConfiguration";
|
|
1060
1061
|
const _OFSC = "OntapFileSystemConfiguration";
|
|
1062
|
+
const _OFSI = "OntapFileSystemIdentity";
|
|
1061
1063
|
const _OI = "OwnerId";
|
|
1062
1064
|
const _OR = "OntapResponse";
|
|
1063
1065
|
const _OS = "OriginSnapshot";
|
|
1064
1066
|
const _OUDN = "OrganizationalUnitDistinguishedName";
|
|
1067
|
+
const _OUFSU = "OntapUnixFileSystemUser";
|
|
1065
1068
|
const _OVC = "OntapVolumeConfiguration";
|
|
1066
1069
|
const _OVT = "OntapVolumeType";
|
|
1070
|
+
const _OWFSU = "OntapWindowsFileSystemUser";
|
|
1067
1071
|
const _OZFSC = "OpenZFSConfiguration";
|
|
1068
1072
|
const _OZFSCC = "OpenZFSClientConfiguration";
|
|
1069
1073
|
const _OZFSCCp = "OpenZFSClientConfigurations";
|
|
@@ -1128,6 +1132,7 @@ const _SAPAF = "S3AccessPointAttachmentsFilter";
|
|
|
1128
1132
|
const _SAPAFc = "S3AccessPointAttachmentsFilters";
|
|
1129
1133
|
const _SAPANF = "S3AccessPointAttachmentNotFound";
|
|
1130
1134
|
const _SAPAc = "S3AccessPointAttachments";
|
|
1135
|
+
const _SAPOC = "S3AccessPointOntapConfiguration";
|
|
1131
1136
|
const _SAPOZFSC = "S3AccessPointOpenZFSConfiguration";
|
|
1132
1137
|
const _SAPVC = "S3AccessPointVpcConfiguration";
|
|
1133
1138
|
const _SAPv = "SvmAdminPassword";
|
|
@@ -1240,6 +1245,7 @@ const _USVCRp = "UpdateSharedVpcConfigurationResponse";
|
|
|
1240
1245
|
const _USVM = "UpdateStorageVirtualMachine";
|
|
1241
1246
|
const _USVMR = "UpdateStorageVirtualMachineRequest";
|
|
1242
1247
|
const _USVMRp = "UpdateStorageVirtualMachineResponse";
|
|
1248
|
+
const _UU = "UnixUser";
|
|
1243
1249
|
const _UUID = "UUID";
|
|
1244
1250
|
const _UV = "UpdateVolume";
|
|
1245
1251
|
const _UVR = "UpdateVolumeRequest";
|
|
@@ -1268,6 +1274,7 @@ const _WFC = "WindowsFsrmConfiguration";
|
|
|
1268
1274
|
const _WFSC = "WindowsFileSystemConfiguration";
|
|
1269
1275
|
const _WMST = "WeeklyMaintenanceStartTime";
|
|
1270
1276
|
const _WR = "WindowsResponse";
|
|
1277
|
+
const _WU = "WindowsUser";
|
|
1271
1278
|
const _c = "client";
|
|
1272
1279
|
const _e = "error";
|
|
1273
1280
|
const _hE = "httpError";
|
|
@@ -1436,6 +1443,14 @@ var CopySnapshotAndUpdateVolumeResponse = [
|
|
|
1436
1443
|
[0, 0, [() => AdministrativeActions, 0]],
|
|
1437
1444
|
];
|
|
1438
1445
|
var CreateAggregateConfiguration = [3, n0, _CAC, 0, [_A, _CPA], [64 | 0, 1]];
|
|
1446
|
+
var CreateAndAttachS3AccessPointOntapConfiguration = [
|
|
1447
|
+
3,
|
|
1448
|
+
n0,
|
|
1449
|
+
_CAASAPOC,
|
|
1450
|
+
0,
|
|
1451
|
+
[_VI, _FSIi],
|
|
1452
|
+
[0, () => OntapFileSystemIdentity],
|
|
1453
|
+
];
|
|
1439
1454
|
var CreateAndAttachS3AccessPointOpenZFSConfiguration = [
|
|
1440
1455
|
3,
|
|
1441
1456
|
n0,
|
|
@@ -1449,12 +1464,13 @@ var CreateAndAttachS3AccessPointRequest = [
|
|
|
1449
1464
|
n0,
|
|
1450
1465
|
_CAASAPR,
|
|
1451
1466
|
0,
|
|
1452
|
-
[_CRT, _N, _T, _OZFSC, _SAP],
|
|
1467
|
+
[_CRT, _N, _T, _OZFSC, _OC, _SAP],
|
|
1453
1468
|
[
|
|
1454
1469
|
[0, 4],
|
|
1455
1470
|
0,
|
|
1456
1471
|
0,
|
|
1457
1472
|
() => CreateAndAttachS3AccessPointOpenZFSConfiguration,
|
|
1473
|
+
() => CreateAndAttachS3AccessPointOntapConfiguration,
|
|
1458
1474
|
() => CreateAndAttachS3AccessPointS3Configuration,
|
|
1459
1475
|
],
|
|
1460
1476
|
];
|
|
@@ -2565,6 +2581,15 @@ var OntapFileSystemConfiguration = [
|
|
|
2565
2581
|
0,
|
|
2566
2582
|
],
|
|
2567
2583
|
];
|
|
2584
|
+
var OntapFileSystemIdentity = [
|
|
2585
|
+
3,
|
|
2586
|
+
n0,
|
|
2587
|
+
_OFSI,
|
|
2588
|
+
0,
|
|
2589
|
+
[_T, _UU, _WU],
|
|
2590
|
+
[0, () => OntapUnixFileSystemUser, () => OntapWindowsFileSystemUser],
|
|
2591
|
+
];
|
|
2592
|
+
var OntapUnixFileSystemUser = [3, n0, _OUFSU, 0, [_N], [0]];
|
|
2568
2593
|
var OntapVolumeConfiguration = [
|
|
2569
2594
|
3,
|
|
2570
2595
|
n0,
|
|
@@ -2590,6 +2615,7 @@ var OntapVolumeConfiguration = [
|
|
|
2590
2615
|
1,
|
|
2591
2616
|
],
|
|
2592
2617
|
];
|
|
2618
|
+
var OntapWindowsFileSystemUser = [3, n0, _OWFSU, 0, [_N], [0]];
|
|
2593
2619
|
var OpenZFSClientConfiguration = [3, n0, _OZFSCC, 0, [_C, _O], [0, 64 | 0]];
|
|
2594
2620
|
var OpenZFSCreateRootVolumeConfiguration = [
|
|
2595
2621
|
3,
|
|
@@ -2709,8 +2735,17 @@ var S3AccessPointAttachment = [
|
|
|
2709
2735
|
n0,
|
|
2710
2736
|
_SAPA,
|
|
2711
2737
|
0,
|
|
2712
|
-
[_L, _LTR, _CT, _N, _T, _OZFSC, _SAP],
|
|
2713
|
-
[
|
|
2738
|
+
[_L, _LTR, _CT, _N, _T, _OZFSC, _OC, _SAP],
|
|
2739
|
+
[
|
|
2740
|
+
0,
|
|
2741
|
+
() => LifecycleTransitionReason,
|
|
2742
|
+
4,
|
|
2743
|
+
0,
|
|
2744
|
+
0,
|
|
2745
|
+
() => S3AccessPointOpenZFSConfiguration,
|
|
2746
|
+
() => S3AccessPointOntapConfiguration,
|
|
2747
|
+
() => S3AccessPoint,
|
|
2748
|
+
],
|
|
2714
2749
|
];
|
|
2715
2750
|
var S3AccessPointAttachmentNotFound = [
|
|
2716
2751
|
-3,
|
|
@@ -2724,6 +2759,14 @@ var S3AccessPointAttachmentNotFound = [
|
|
|
2724
2759
|
];
|
|
2725
2760
|
schema.TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound, S3AccessPointAttachmentNotFound$1);
|
|
2726
2761
|
var S3AccessPointAttachmentsFilter = [3, n0, _SAPAF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2762
|
+
var S3AccessPointOntapConfiguration = [
|
|
2763
|
+
3,
|
|
2764
|
+
n0,
|
|
2765
|
+
_SAPOC,
|
|
2766
|
+
0,
|
|
2767
|
+
[_VI, _FSIi],
|
|
2768
|
+
[0, () => OntapFileSystemIdentity],
|
|
2769
|
+
];
|
|
2727
2770
|
var S3AccessPointOpenZFSConfiguration = [
|
|
2728
2771
|
3,
|
|
2729
2772
|
n0,
|
|
@@ -4466,10 +4509,15 @@ const UpdateOpenZFSVolumeOption = {
|
|
|
4466
4509
|
DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA",
|
|
4467
4510
|
DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS",
|
|
4468
4511
|
};
|
|
4512
|
+
const OntapFileSystemUserType = {
|
|
4513
|
+
UNIX: "UNIX",
|
|
4514
|
+
WINDOWS: "WINDOWS",
|
|
4515
|
+
};
|
|
4469
4516
|
const OpenZFSFileSystemUserType = {
|
|
4470
4517
|
POSIX: "POSIX",
|
|
4471
4518
|
};
|
|
4472
4519
|
const S3AccessPointAttachmentType = {
|
|
4520
|
+
ONTAP: "ONTAP",
|
|
4473
4521
|
OPENZFS: "OPENZFS",
|
|
4474
4522
|
};
|
|
4475
4523
|
const S3AccessPointAttachmentLifecycle = {
|
|
@@ -4477,6 +4525,7 @@ const S3AccessPointAttachmentLifecycle = {
|
|
|
4477
4525
|
CREATING: "CREATING",
|
|
4478
4526
|
DELETING: "DELETING",
|
|
4479
4527
|
FAILED: "FAILED",
|
|
4528
|
+
MISCONFIGURED: "MISCONFIGURED",
|
|
4480
4529
|
UPDATING: "UPDATING",
|
|
4481
4530
|
};
|
|
4482
4531
|
const NfsVersion = {
|
|
@@ -4685,6 +4734,7 @@ exports.NetworkType = NetworkType;
|
|
|
4685
4734
|
exports.NfsVersion = NfsVersion;
|
|
4686
4735
|
exports.NotServiceResourceError = NotServiceResourceError$1;
|
|
4687
4736
|
exports.OntapDeploymentType = OntapDeploymentType;
|
|
4737
|
+
exports.OntapFileSystemUserType = OntapFileSystemUserType;
|
|
4688
4738
|
exports.OntapVolumeType = OntapVolumeType;
|
|
4689
4739
|
exports.OpenZFSCopyStrategy = OpenZFSCopyStrategy;
|
|
4690
4740
|
exports.OpenZFSDataCompressionType = OpenZFSDataCompressionType;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -276,10 +276,15 @@ export const UpdateOpenZFSVolumeOption = {
|
|
|
276
276
|
DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA",
|
|
277
277
|
DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS",
|
|
278
278
|
};
|
|
279
|
+
export const OntapFileSystemUserType = {
|
|
280
|
+
UNIX: "UNIX",
|
|
281
|
+
WINDOWS: "WINDOWS",
|
|
282
|
+
};
|
|
279
283
|
export const OpenZFSFileSystemUserType = {
|
|
280
284
|
POSIX: "POSIX",
|
|
281
285
|
};
|
|
282
286
|
export const S3AccessPointAttachmentType = {
|
|
287
|
+
ONTAP: "ONTAP",
|
|
283
288
|
OPENZFS: "OPENZFS",
|
|
284
289
|
};
|
|
285
290
|
export const S3AccessPointAttachmentLifecycle = {
|
|
@@ -287,6 +292,7 @@ export const S3AccessPointAttachmentLifecycle = {
|
|
|
287
292
|
CREATING: "CREATING",
|
|
288
293
|
DELETING: "DELETING",
|
|
289
294
|
FAILED: "FAILED",
|
|
295
|
+
MISCONFIGURED: "MISCONFIGURED",
|
|
290
296
|
UPDATING: "UPDATING",
|
|
291
297
|
};
|
|
292
298
|
export const NfsVersion = {
|
|
@@ -41,6 +41,7 @@ const _BSER = "BypassSnaplockEnterpriseRetention";
|
|
|
41
41
|
const _Ba = "Backups";
|
|
42
42
|
const _C = "Clients";
|
|
43
43
|
const _CAASAP = "CreateAndAttachS3AccessPoint";
|
|
44
|
+
const _CAASAPOC = "CreateAndAttachS3AccessPointOntapConfiguration";
|
|
44
45
|
const _CAASAPOZFSC = "CreateAndAttachS3AccessPointOpenZFSConfiguration";
|
|
45
46
|
const _CAASAPR = "CreateAndAttachS3AccessPointRequest";
|
|
46
47
|
const _CAASAPRr = "CreateAndAttachS3AccessPointResponse";
|
|
@@ -344,12 +345,15 @@ const _Nf = "Nfs";
|
|
|
344
345
|
const _O = "Options";
|
|
345
346
|
const _OC = "OntapConfiguration";
|
|
346
347
|
const _OFSC = "OntapFileSystemConfiguration";
|
|
348
|
+
const _OFSI = "OntapFileSystemIdentity";
|
|
347
349
|
const _OI = "OwnerId";
|
|
348
350
|
const _OR = "OntapResponse";
|
|
349
351
|
const _OS = "OriginSnapshot";
|
|
350
352
|
const _OUDN = "OrganizationalUnitDistinguishedName";
|
|
353
|
+
const _OUFSU = "OntapUnixFileSystemUser";
|
|
351
354
|
const _OVC = "OntapVolumeConfiguration";
|
|
352
355
|
const _OVT = "OntapVolumeType";
|
|
356
|
+
const _OWFSU = "OntapWindowsFileSystemUser";
|
|
353
357
|
const _OZFSC = "OpenZFSConfiguration";
|
|
354
358
|
const _OZFSCC = "OpenZFSClientConfiguration";
|
|
355
359
|
const _OZFSCCp = "OpenZFSClientConfigurations";
|
|
@@ -414,6 +418,7 @@ const _SAPAF = "S3AccessPointAttachmentsFilter";
|
|
|
414
418
|
const _SAPAFc = "S3AccessPointAttachmentsFilters";
|
|
415
419
|
const _SAPANF = "S3AccessPointAttachmentNotFound";
|
|
416
420
|
const _SAPAc = "S3AccessPointAttachments";
|
|
421
|
+
const _SAPOC = "S3AccessPointOntapConfiguration";
|
|
417
422
|
const _SAPOZFSC = "S3AccessPointOpenZFSConfiguration";
|
|
418
423
|
const _SAPVC = "S3AccessPointVpcConfiguration";
|
|
419
424
|
const _SAPv = "SvmAdminPassword";
|
|
@@ -526,6 +531,7 @@ const _USVCRp = "UpdateSharedVpcConfigurationResponse";
|
|
|
526
531
|
const _USVM = "UpdateStorageVirtualMachine";
|
|
527
532
|
const _USVMR = "UpdateStorageVirtualMachineRequest";
|
|
528
533
|
const _USVMRp = "UpdateStorageVirtualMachineResponse";
|
|
534
|
+
const _UU = "UnixUser";
|
|
529
535
|
const _UUID = "UUID";
|
|
530
536
|
const _UV = "UpdateVolume";
|
|
531
537
|
const _UVR = "UpdateVolumeRequest";
|
|
@@ -554,6 +560,7 @@ const _WFC = "WindowsFsrmConfiguration";
|
|
|
554
560
|
const _WFSC = "WindowsFileSystemConfiguration";
|
|
555
561
|
const _WMST = "WeeklyMaintenanceStartTime";
|
|
556
562
|
const _WR = "WindowsResponse";
|
|
563
|
+
const _WU = "WindowsUser";
|
|
557
564
|
const _c = "client";
|
|
558
565
|
const _e = "error";
|
|
559
566
|
const _hE = "httpError";
|
|
@@ -725,6 +732,14 @@ export var CopySnapshotAndUpdateVolumeResponse = [
|
|
|
725
732
|
[0, 0, [() => AdministrativeActions, 0]],
|
|
726
733
|
];
|
|
727
734
|
export var CreateAggregateConfiguration = [3, n0, _CAC, 0, [_A, _CPA], [64 | 0, 1]];
|
|
735
|
+
export var CreateAndAttachS3AccessPointOntapConfiguration = [
|
|
736
|
+
3,
|
|
737
|
+
n0,
|
|
738
|
+
_CAASAPOC,
|
|
739
|
+
0,
|
|
740
|
+
[_VI, _FSIi],
|
|
741
|
+
[0, () => OntapFileSystemIdentity],
|
|
742
|
+
];
|
|
728
743
|
export var CreateAndAttachS3AccessPointOpenZFSConfiguration = [
|
|
729
744
|
3,
|
|
730
745
|
n0,
|
|
@@ -738,12 +753,13 @@ export var CreateAndAttachS3AccessPointRequest = [
|
|
|
738
753
|
n0,
|
|
739
754
|
_CAASAPR,
|
|
740
755
|
0,
|
|
741
|
-
[_CRT, _N, _T, _OZFSC, _SAP],
|
|
756
|
+
[_CRT, _N, _T, _OZFSC, _OC, _SAP],
|
|
742
757
|
[
|
|
743
758
|
[0, 4],
|
|
744
759
|
0,
|
|
745
760
|
0,
|
|
746
761
|
() => CreateAndAttachS3AccessPointOpenZFSConfiguration,
|
|
762
|
+
() => CreateAndAttachS3AccessPointOntapConfiguration,
|
|
747
763
|
() => CreateAndAttachS3AccessPointS3Configuration,
|
|
748
764
|
],
|
|
749
765
|
];
|
|
@@ -1854,6 +1870,15 @@ export var OntapFileSystemConfiguration = [
|
|
|
1854
1870
|
0,
|
|
1855
1871
|
],
|
|
1856
1872
|
];
|
|
1873
|
+
export var OntapFileSystemIdentity = [
|
|
1874
|
+
3,
|
|
1875
|
+
n0,
|
|
1876
|
+
_OFSI,
|
|
1877
|
+
0,
|
|
1878
|
+
[_T, _UU, _WU],
|
|
1879
|
+
[0, () => OntapUnixFileSystemUser, () => OntapWindowsFileSystemUser],
|
|
1880
|
+
];
|
|
1881
|
+
export var OntapUnixFileSystemUser = [3, n0, _OUFSU, 0, [_N], [0]];
|
|
1857
1882
|
export var OntapVolumeConfiguration = [
|
|
1858
1883
|
3,
|
|
1859
1884
|
n0,
|
|
@@ -1879,6 +1904,7 @@ export var OntapVolumeConfiguration = [
|
|
|
1879
1904
|
1,
|
|
1880
1905
|
],
|
|
1881
1906
|
];
|
|
1907
|
+
export var OntapWindowsFileSystemUser = [3, n0, _OWFSU, 0, [_N], [0]];
|
|
1882
1908
|
export var OpenZFSClientConfiguration = [3, n0, _OZFSCC, 0, [_C, _O], [0, 64 | 0]];
|
|
1883
1909
|
export var OpenZFSCreateRootVolumeConfiguration = [
|
|
1884
1910
|
3,
|
|
@@ -1998,8 +2024,17 @@ export var S3AccessPointAttachment = [
|
|
|
1998
2024
|
n0,
|
|
1999
2025
|
_SAPA,
|
|
2000
2026
|
0,
|
|
2001
|
-
[_L, _LTR, _CT, _N, _T, _OZFSC, _SAP],
|
|
2002
|
-
[
|
|
2027
|
+
[_L, _LTR, _CT, _N, _T, _OZFSC, _OC, _SAP],
|
|
2028
|
+
[
|
|
2029
|
+
0,
|
|
2030
|
+
() => LifecycleTransitionReason,
|
|
2031
|
+
4,
|
|
2032
|
+
0,
|
|
2033
|
+
0,
|
|
2034
|
+
() => S3AccessPointOpenZFSConfiguration,
|
|
2035
|
+
() => S3AccessPointOntapConfiguration,
|
|
2036
|
+
() => S3AccessPoint,
|
|
2037
|
+
],
|
|
2003
2038
|
];
|
|
2004
2039
|
export var S3AccessPointAttachmentNotFound = [
|
|
2005
2040
|
-3,
|
|
@@ -2013,6 +2048,14 @@ export var S3AccessPointAttachmentNotFound = [
|
|
|
2013
2048
|
];
|
|
2014
2049
|
TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound, __S3AccessPointAttachmentNotFound);
|
|
2015
2050
|
export var S3AccessPointAttachmentsFilter = [3, n0, _SAPAF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2051
|
+
export var S3AccessPointOntapConfiguration = [
|
|
2052
|
+
3,
|
|
2053
|
+
n0,
|
|
2054
|
+
_SAPOC,
|
|
2055
|
+
0,
|
|
2056
|
+
[_VI, _FSIi],
|
|
2057
|
+
[0, () => OntapFileSystemIdentity],
|
|
2058
|
+
];
|
|
2016
2059
|
export var S3AccessPointOpenZFSConfiguration = [
|
|
2017
2060
|
3,
|
|
2018
2061
|
n0,
|
|
@@ -84,7 +84,7 @@ declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
|
84
84
|
* const input = { // CreateAndAttachS3AccessPointRequest
|
|
85
85
|
* ClientRequestToken: "STRING_VALUE",
|
|
86
86
|
* Name: "STRING_VALUE", // required
|
|
87
|
-
* Type: "OPENZFS", // required
|
|
87
|
+
* Type: "OPENZFS" || "ONTAP", // required
|
|
88
88
|
* OpenZFSConfiguration: { // CreateAndAttachS3AccessPointOpenZFSConfiguration
|
|
89
89
|
* VolumeId: "STRING_VALUE", // required
|
|
90
90
|
* FileSystemIdentity: { // OpenZFSFileSystemIdentity
|
|
@@ -98,6 +98,18 @@ declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
|
98
98
|
* },
|
|
99
99
|
* },
|
|
100
100
|
* },
|
|
101
|
+
* OntapConfiguration: { // CreateAndAttachS3AccessPointOntapConfiguration
|
|
102
|
+
* VolumeId: "STRING_VALUE", // required
|
|
103
|
+
* FileSystemIdentity: { // OntapFileSystemIdentity
|
|
104
|
+
* Type: "UNIX" || "WINDOWS", // required
|
|
105
|
+
* UnixUser: { // OntapUnixFileSystemUser
|
|
106
|
+
* Name: "STRING_VALUE", // required
|
|
107
|
+
* },
|
|
108
|
+
* WindowsUser: { // OntapWindowsFileSystemUser
|
|
109
|
+
* Name: "STRING_VALUE", // required
|
|
110
|
+
* },
|
|
111
|
+
* },
|
|
112
|
+
* },
|
|
101
113
|
* S3AccessPoint: { // CreateAndAttachS3AccessPointS3Configuration
|
|
102
114
|
* VpcConfiguration: { // S3AccessPointVpcConfiguration
|
|
103
115
|
* VpcId: "STRING_VALUE",
|
|
@@ -109,13 +121,13 @@ declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
|
109
121
|
* const response = await client.send(command);
|
|
110
122
|
* // { // CreateAndAttachS3AccessPointResponse
|
|
111
123
|
* // S3AccessPointAttachment: { // S3AccessPointAttachment
|
|
112
|
-
* // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "UPDATING" || "FAILED",
|
|
124
|
+
* // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "UPDATING" || "FAILED" || "MISCONFIGURED",
|
|
113
125
|
* // LifecycleTransitionReason: { // LifecycleTransitionReason
|
|
114
126
|
* // Message: "STRING_VALUE",
|
|
115
127
|
* // },
|
|
116
128
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
117
129
|
* // Name: "STRING_VALUE",
|
|
118
|
-
* // Type: "OPENZFS",
|
|
130
|
+
* // Type: "OPENZFS" || "ONTAP",
|
|
119
131
|
* // OpenZFSConfiguration: { // S3AccessPointOpenZFSConfiguration
|
|
120
132
|
* // VolumeId: "STRING_VALUE",
|
|
121
133
|
* // FileSystemIdentity: { // OpenZFSFileSystemIdentity
|
|
@@ -129,6 +141,18 @@ declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
|
129
141
|
* // },
|
|
130
142
|
* // },
|
|
131
143
|
* // },
|
|
144
|
+
* // OntapConfiguration: { // S3AccessPointOntapConfiguration
|
|
145
|
+
* // VolumeId: "STRING_VALUE",
|
|
146
|
+
* // FileSystemIdentity: { // OntapFileSystemIdentity
|
|
147
|
+
* // Type: "UNIX" || "WINDOWS", // required
|
|
148
|
+
* // UnixUser: { // OntapUnixFileSystemUser
|
|
149
|
+
* // Name: "STRING_VALUE", // required
|
|
150
|
+
* // },
|
|
151
|
+
* // WindowsUser: { // OntapWindowsFileSystemUser
|
|
152
|
+
* // Name: "STRING_VALUE", // required
|
|
153
|
+
* // },
|
|
154
|
+
* // },
|
|
155
|
+
* // },
|
|
132
156
|
* // S3AccessPoint: { // S3AccessPoint
|
|
133
157
|
* // ResourceARN: "STRING_VALUE",
|
|
134
158
|
* // Alias: "STRING_VALUE",
|
|
@@ -64,13 +64,13 @@ declare const DescribeS3AccessPointAttachmentsCommand_base: {
|
|
|
64
64
|
* // { // DescribeS3AccessPointAttachmentsResponse
|
|
65
65
|
* // S3AccessPointAttachments: [ // S3AccessPointAttachments
|
|
66
66
|
* // { // S3AccessPointAttachment
|
|
67
|
-
* // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "UPDATING" || "FAILED",
|
|
67
|
+
* // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "UPDATING" || "FAILED" || "MISCONFIGURED",
|
|
68
68
|
* // LifecycleTransitionReason: { // LifecycleTransitionReason
|
|
69
69
|
* // Message: "STRING_VALUE",
|
|
70
70
|
* // },
|
|
71
71
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
72
72
|
* // Name: "STRING_VALUE",
|
|
73
|
-
* // Type: "OPENZFS",
|
|
73
|
+
* // Type: "OPENZFS" || "ONTAP",
|
|
74
74
|
* // OpenZFSConfiguration: { // S3AccessPointOpenZFSConfiguration
|
|
75
75
|
* // VolumeId: "STRING_VALUE",
|
|
76
76
|
* // FileSystemIdentity: { // OpenZFSFileSystemIdentity
|
|
@@ -84,6 +84,18 @@ declare const DescribeS3AccessPointAttachmentsCommand_base: {
|
|
|
84
84
|
* // },
|
|
85
85
|
* // },
|
|
86
86
|
* // },
|
|
87
|
+
* // OntapConfiguration: { // S3AccessPointOntapConfiguration
|
|
88
|
+
* // VolumeId: "STRING_VALUE",
|
|
89
|
+
* // FileSystemIdentity: { // OntapFileSystemIdentity
|
|
90
|
+
* // Type: "UNIX" || "WINDOWS", // required
|
|
91
|
+
* // UnixUser: { // OntapUnixFileSystemUser
|
|
92
|
+
* // Name: "STRING_VALUE", // required
|
|
93
|
+
* // },
|
|
94
|
+
* // WindowsUser: { // OntapWindowsFileSystemUser
|
|
95
|
+
* // Name: "STRING_VALUE", // required
|
|
96
|
+
* // },
|
|
97
|
+
* // },
|
|
98
|
+
* // },
|
|
87
99
|
* // S3AccessPoint: { // S3AccessPoint
|
|
88
100
|
* // ResourceARN: "STRING_VALUE",
|
|
89
101
|
* // Alias: "STRING_VALUE",
|
|
@@ -56,7 +56,7 @@ declare const DetachAndDeleteS3AccessPointCommand_base: {
|
|
|
56
56
|
* const command = new DetachAndDeleteS3AccessPointCommand(input);
|
|
57
57
|
* const response = await client.send(command);
|
|
58
58
|
* // { // DetachAndDeleteS3AccessPointResponse
|
|
59
|
-
* // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "UPDATING" || "FAILED",
|
|
59
|
+
* // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "UPDATING" || "FAILED" || "MISCONFIGURED",
|
|
60
60
|
* // Name: "STRING_VALUE",
|
|
61
61
|
* // };
|
|
62
62
|
*
|
|
@@ -636,6 +636,18 @@ export declare const UpdateOpenZFSVolumeOption: {
|
|
|
636
636
|
* @public
|
|
637
637
|
*/
|
|
638
638
|
export type UpdateOpenZFSVolumeOption = (typeof UpdateOpenZFSVolumeOption)[keyof typeof UpdateOpenZFSVolumeOption];
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
* @enum
|
|
642
|
+
*/
|
|
643
|
+
export declare const OntapFileSystemUserType: {
|
|
644
|
+
readonly UNIX: "UNIX";
|
|
645
|
+
readonly WINDOWS: "WINDOWS";
|
|
646
|
+
};
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
650
|
+
export type OntapFileSystemUserType = (typeof OntapFileSystemUserType)[keyof typeof OntapFileSystemUserType];
|
|
639
651
|
/**
|
|
640
652
|
* @public
|
|
641
653
|
* @enum
|
|
@@ -652,6 +664,7 @@ export type OpenZFSFileSystemUserType = (typeof OpenZFSFileSystemUserType)[keyof
|
|
|
652
664
|
* @enum
|
|
653
665
|
*/
|
|
654
666
|
export declare const S3AccessPointAttachmentType: {
|
|
667
|
+
readonly ONTAP: "ONTAP";
|
|
655
668
|
readonly OPENZFS: "OPENZFS";
|
|
656
669
|
};
|
|
657
670
|
/**
|
|
@@ -667,6 +680,7 @@ export declare const S3AccessPointAttachmentLifecycle: {
|
|
|
667
680
|
readonly CREATING: "CREATING";
|
|
668
681
|
readonly DELETING: "DELETING";
|
|
669
682
|
readonly FAILED: "FAILED";
|
|
683
|
+
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
670
684
|
readonly UPDATING: "UPDATING";
|
|
671
685
|
};
|
|
672
686
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AdministrativeActionType, AliasLifecycle, AutocommitPeriodType, AutoImportPolicyType, BackupLifecycle, BackupType, DataCompressionType, DataRepositoryLifecycle, DataRepositoryTaskFilterName, DataRepositoryTaskLifecycle, DataRepositoryTaskType, DeleteFileSystemOpenZFSOption, DeleteOpenZFSVolumeOption, DiskIopsConfigurationMode, DriveCacheType, EventType, FileCacheLifecycle, FileCacheLustreDeploymentType, FileCacheType, FileSystemLifecycle, FileSystemMaintenanceOperation, FileSystemType, FilterName, FlexCacheEndpointType, InputOntapVolumeType, LustreAccessAuditLogLevel, LustreDeploymentType, LustreReadCacheSizingMode, MetadataConfigurationMode, NetworkType, NfsVersion, OntapDeploymentType, OntapVolumeType, OpenZFSCopyStrategy, OpenZFSDataCompressionType, OpenZFSDeploymentType, OpenZFSFileSystemUserType, OpenZFSQuotaType, OpenZFSReadCacheSizingMode, PrivilegedDelete, ReportFormat, ReportScope, ResourceType, RestoreOpenZFSVolumeOption, RetentionPeriodType, S3AccessPointAttachmentLifecycle, S3AccessPointAttachmentsFilterName, S3AccessPointAttachmentType, SecurityStyle, SnaplockType, SnapshotFilterName, SnapshotLifecycle, Status, StorageType, StorageVirtualMachineFilterName, StorageVirtualMachineLifecycle, StorageVirtualMachineRootVolumeSecurityStyle, StorageVirtualMachineSubtype, TieringPolicyName, Unit, UpdateOpenZFSVolumeOption, VolumeFilterName, VolumeLifecycle, VolumeStyle, VolumeType, WindowsAccessAuditLogLevel, WindowsDeploymentType } from "./enums";
|
|
1
|
+
import { AdministrativeActionType, AliasLifecycle, AutocommitPeriodType, AutoImportPolicyType, BackupLifecycle, BackupType, DataCompressionType, DataRepositoryLifecycle, DataRepositoryTaskFilterName, DataRepositoryTaskLifecycle, DataRepositoryTaskType, DeleteFileSystemOpenZFSOption, DeleteOpenZFSVolumeOption, DiskIopsConfigurationMode, DriveCacheType, EventType, FileCacheLifecycle, FileCacheLustreDeploymentType, FileCacheType, FileSystemLifecycle, FileSystemMaintenanceOperation, FileSystemType, FilterName, FlexCacheEndpointType, InputOntapVolumeType, LustreAccessAuditLogLevel, LustreDeploymentType, LustreReadCacheSizingMode, MetadataConfigurationMode, NetworkType, NfsVersion, OntapDeploymentType, OntapFileSystemUserType, OntapVolumeType, OpenZFSCopyStrategy, OpenZFSDataCompressionType, OpenZFSDeploymentType, OpenZFSFileSystemUserType, OpenZFSQuotaType, OpenZFSReadCacheSizingMode, PrivilegedDelete, ReportFormat, ReportScope, ResourceType, RestoreOpenZFSVolumeOption, RetentionPeriodType, S3AccessPointAttachmentLifecycle, S3AccessPointAttachmentsFilterName, S3AccessPointAttachmentType, SecurityStyle, SnaplockType, SnapshotFilterName, SnapshotLifecycle, Status, StorageType, StorageVirtualMachineFilterName, StorageVirtualMachineLifecycle, StorageVirtualMachineRootVolumeSecurityStyle, StorageVirtualMachineSubtype, TieringPolicyName, Unit, UpdateOpenZFSVolumeOption, VolumeFilterName, VolumeLifecycle, VolumeStyle, VolumeType, WindowsAccessAuditLogLevel, WindowsDeploymentType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The Microsoft Active Directory attributes of the Amazon FSx for Windows File
|
|
4
4
|
* Server file system.</p>
|
|
@@ -2322,6 +2322,65 @@ export interface CopySnapshotAndUpdateVolumeRequest {
|
|
|
2322
2322
|
*/
|
|
2323
2323
|
Options?: UpdateOpenZFSVolumeOption[] | undefined;
|
|
2324
2324
|
}
|
|
2325
|
+
/**
|
|
2326
|
+
* <p>The FSx for ONTAP UNIX file system user that is used for authorizing all file access requests that are made using the S3 access point.</p>
|
|
2327
|
+
* @public
|
|
2328
|
+
*/
|
|
2329
|
+
export interface OntapUnixFileSystemUser {
|
|
2330
|
+
/**
|
|
2331
|
+
* <p>The name of the UNIX user. The name can be up to 256 characters long.</p>
|
|
2332
|
+
* @public
|
|
2333
|
+
*/
|
|
2334
|
+
Name: string | undefined;
|
|
2335
|
+
}
|
|
2336
|
+
/**
|
|
2337
|
+
* <p>The FSx for ONTAP Windows file system user that is used for authorizing all file access requests that are made using the S3 access point.</p>
|
|
2338
|
+
* @public
|
|
2339
|
+
*/
|
|
2340
|
+
export interface OntapWindowsFileSystemUser {
|
|
2341
|
+
/**
|
|
2342
|
+
* <p>The name of the Windows user. The name can be up to 256 characters long and supports Active Directory users.</p>
|
|
2343
|
+
* @public
|
|
2344
|
+
*/
|
|
2345
|
+
Name: string | undefined;
|
|
2346
|
+
}
|
|
2347
|
+
/**
|
|
2348
|
+
* <p>Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point. The identity can be either a UNIX user or a Windows user.</p>
|
|
2349
|
+
* @public
|
|
2350
|
+
*/
|
|
2351
|
+
export interface OntapFileSystemIdentity {
|
|
2352
|
+
/**
|
|
2353
|
+
* <p>Specifies the FSx for ONTAP user identity type. Valid values are <code>UNIX</code> and <code>WINDOWS</code>.</p>
|
|
2354
|
+
* @public
|
|
2355
|
+
*/
|
|
2356
|
+
Type: OntapFileSystemUserType | undefined;
|
|
2357
|
+
/**
|
|
2358
|
+
* <p>Specifies the UNIX user identity for file system operations.</p>
|
|
2359
|
+
* @public
|
|
2360
|
+
*/
|
|
2361
|
+
UnixUser?: OntapUnixFileSystemUser | undefined;
|
|
2362
|
+
/**
|
|
2363
|
+
* <p>Specifies the Windows user identity for file system operations.</p>
|
|
2364
|
+
* @public
|
|
2365
|
+
*/
|
|
2366
|
+
WindowsUser?: OntapWindowsFileSystemUser | undefined;
|
|
2367
|
+
}
|
|
2368
|
+
/**
|
|
2369
|
+
* <p>Specifies the FSx for ONTAP volume that the S3 access point will be attached to, and the file system user identity.</p>
|
|
2370
|
+
* @public
|
|
2371
|
+
*/
|
|
2372
|
+
export interface CreateAndAttachS3AccessPointOntapConfiguration {
|
|
2373
|
+
/**
|
|
2374
|
+
* <p>The ID of the FSx for ONTAP volume to which you want the S3 access point attached.</p>
|
|
2375
|
+
* @public
|
|
2376
|
+
*/
|
|
2377
|
+
VolumeId: string | undefined;
|
|
2378
|
+
/**
|
|
2379
|
+
* <p>Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.</p>
|
|
2380
|
+
* @public
|
|
2381
|
+
*/
|
|
2382
|
+
FileSystemIdentity: OntapFileSystemIdentity | undefined;
|
|
2383
|
+
}
|
|
2325
2384
|
/**
|
|
2326
2385
|
* <p>The FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.</p>
|
|
2327
2386
|
* @public
|
|
@@ -2430,6 +2489,11 @@ export interface CreateAndAttachS3AccessPointRequest {
|
|
|
2430
2489
|
* @public
|
|
2431
2490
|
*/
|
|
2432
2491
|
OpenZFSConfiguration?: CreateAndAttachS3AccessPointOpenZFSConfiguration | undefined;
|
|
2492
|
+
/**
|
|
2493
|
+
* <p>Specifies the FSx for ONTAP volume that the S3 access point will be attached to, and the file system user identity.</p>
|
|
2494
|
+
* @public
|
|
2495
|
+
*/
|
|
2496
|
+
OntapConfiguration?: CreateAndAttachS3AccessPointOntapConfiguration | undefined;
|
|
2433
2497
|
/**
|
|
2434
2498
|
* <p>Specifies the virtual private cloud (VPC) configuration if you're creating an access point that is restricted to a VPC.
|
|
2435
2499
|
* For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/access-points-vpc.html">Creating access points restricted to a virtual private cloud</a>.</p>
|
|
@@ -2437,6 +2501,22 @@ export interface CreateAndAttachS3AccessPointRequest {
|
|
|
2437
2501
|
*/
|
|
2438
2502
|
S3AccessPoint?: CreateAndAttachS3AccessPointS3Configuration | undefined;
|
|
2439
2503
|
}
|
|
2504
|
+
/**
|
|
2505
|
+
* <p>Describes the FSx for ONTAP attachment configuration of an S3 access point attachment.</p>
|
|
2506
|
+
* @public
|
|
2507
|
+
*/
|
|
2508
|
+
export interface S3AccessPointOntapConfiguration {
|
|
2509
|
+
/**
|
|
2510
|
+
* <p>The ID of the FSx for ONTAP volume that the S3 access point is attached to.</p>
|
|
2511
|
+
* @public
|
|
2512
|
+
*/
|
|
2513
|
+
VolumeId?: string | undefined;
|
|
2514
|
+
/**
|
|
2515
|
+
* <p>The file system identity used to authorize file access requests made using the S3 access point.</p>
|
|
2516
|
+
* @public
|
|
2517
|
+
*/
|
|
2518
|
+
FileSystemIdentity?: OntapFileSystemIdentity | undefined;
|
|
2519
|
+
}
|
|
2440
2520
|
/**
|
|
2441
2521
|
* <p>Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.</p>
|
|
2442
2522
|
* @public
|
|
@@ -2528,6 +2608,11 @@ export interface S3AccessPointAttachment {
|
|
|
2528
2608
|
* @public
|
|
2529
2609
|
*/
|
|
2530
2610
|
OpenZFSConfiguration?: S3AccessPointOpenZFSConfiguration | undefined;
|
|
2611
|
+
/**
|
|
2612
|
+
* <p>The ONTAP configuration of the S3 access point attachment.</p>
|
|
2613
|
+
* @public
|
|
2614
|
+
*/
|
|
2615
|
+
OntapConfiguration?: S3AccessPointOntapConfiguration | undefined;
|
|
2531
2616
|
/**
|
|
2532
2617
|
* <p>The S3 access point configuration of the S3 access point attachment.</p>
|
|
2533
2618
|
* @public
|
|
@@ -28,6 +28,7 @@ export declare var CopyBackupResponse: StaticStructureSchema;
|
|
|
28
28
|
export declare var CopySnapshotAndUpdateVolumeRequest: StaticStructureSchema;
|
|
29
29
|
export declare var CopySnapshotAndUpdateVolumeResponse: StaticStructureSchema;
|
|
30
30
|
export declare var CreateAggregateConfiguration: StaticStructureSchema;
|
|
31
|
+
export declare var CreateAndAttachS3AccessPointOntapConfiguration: StaticStructureSchema;
|
|
31
32
|
export declare var CreateAndAttachS3AccessPointOpenZFSConfiguration: StaticStructureSchema;
|
|
32
33
|
export declare var CreateAndAttachS3AccessPointRequest: StaticStructureSchema;
|
|
33
34
|
export declare var CreateAndAttachS3AccessPointResponse: StaticStructureSchema;
|
|
@@ -167,7 +168,10 @@ export declare var MissingVolumeConfiguration: StaticErrorSchema;
|
|
|
167
168
|
export declare var NFSDataRepositoryConfiguration: StaticStructureSchema;
|
|
168
169
|
export declare var NotServiceResourceError: StaticErrorSchema;
|
|
169
170
|
export declare var OntapFileSystemConfiguration: StaticStructureSchema;
|
|
171
|
+
export declare var OntapFileSystemIdentity: StaticStructureSchema;
|
|
172
|
+
export declare var OntapUnixFileSystemUser: StaticStructureSchema;
|
|
170
173
|
export declare var OntapVolumeConfiguration: StaticStructureSchema;
|
|
174
|
+
export declare var OntapWindowsFileSystemUser: StaticStructureSchema;
|
|
171
175
|
export declare var OpenZFSClientConfiguration: StaticStructureSchema;
|
|
172
176
|
export declare var OpenZFSCreateRootVolumeConfiguration: StaticStructureSchema;
|
|
173
177
|
export declare var OpenZFSFileSystemConfiguration: StaticStructureSchema;
|
|
@@ -190,6 +194,7 @@ export declare var S3AccessPoint: StaticStructureSchema;
|
|
|
190
194
|
export declare var S3AccessPointAttachment: StaticStructureSchema;
|
|
191
195
|
export declare var S3AccessPointAttachmentNotFound: StaticErrorSchema;
|
|
192
196
|
export declare var S3AccessPointAttachmentsFilter: StaticStructureSchema;
|
|
197
|
+
export declare var S3AccessPointOntapConfiguration: StaticStructureSchema;
|
|
193
198
|
export declare var S3AccessPointOpenZFSConfiguration: StaticStructureSchema;
|
|
194
199
|
export declare var S3AccessPointVpcConfiguration: StaticStructureSchema;
|
|
195
200
|
export declare var S3DataRepositoryConfiguration: StaticStructureSchema;
|
|
@@ -355,12 +355,19 @@ export declare const UpdateOpenZFSVolumeOption: {
|
|
|
355
355
|
};
|
|
356
356
|
export type UpdateOpenZFSVolumeOption =
|
|
357
357
|
(typeof UpdateOpenZFSVolumeOption)[keyof typeof UpdateOpenZFSVolumeOption];
|
|
358
|
+
export declare const OntapFileSystemUserType: {
|
|
359
|
+
readonly UNIX: "UNIX";
|
|
360
|
+
readonly WINDOWS: "WINDOWS";
|
|
361
|
+
};
|
|
362
|
+
export type OntapFileSystemUserType =
|
|
363
|
+
(typeof OntapFileSystemUserType)[keyof typeof OntapFileSystemUserType];
|
|
358
364
|
export declare const OpenZFSFileSystemUserType: {
|
|
359
365
|
readonly POSIX: "POSIX";
|
|
360
366
|
};
|
|
361
367
|
export type OpenZFSFileSystemUserType =
|
|
362
368
|
(typeof OpenZFSFileSystemUserType)[keyof typeof OpenZFSFileSystemUserType];
|
|
363
369
|
export declare const S3AccessPointAttachmentType: {
|
|
370
|
+
readonly ONTAP: "ONTAP";
|
|
364
371
|
readonly OPENZFS: "OPENZFS";
|
|
365
372
|
};
|
|
366
373
|
export type S3AccessPointAttachmentType =
|
|
@@ -370,6 +377,7 @@ export declare const S3AccessPointAttachmentLifecycle: {
|
|
|
370
377
|
readonly CREATING: "CREATING";
|
|
371
378
|
readonly DELETING: "DELETING";
|
|
372
379
|
readonly FAILED: "FAILED";
|
|
380
|
+
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
373
381
|
readonly UPDATING: "UPDATING";
|
|
374
382
|
};
|
|
375
383
|
export type S3AccessPointAttachmentLifecycle =
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
NetworkType,
|
|
32
32
|
NfsVersion,
|
|
33
33
|
OntapDeploymentType,
|
|
34
|
+
OntapFileSystemUserType,
|
|
34
35
|
OntapVolumeType,
|
|
35
36
|
OpenZFSCopyStrategy,
|
|
36
37
|
OpenZFSDataCompressionType,
|
|
@@ -347,6 +348,21 @@ export interface CopySnapshotAndUpdateVolumeRequest {
|
|
|
347
348
|
CopyStrategy?: OpenZFSCopyStrategy | undefined;
|
|
348
349
|
Options?: UpdateOpenZFSVolumeOption[] | undefined;
|
|
349
350
|
}
|
|
351
|
+
export interface OntapUnixFileSystemUser {
|
|
352
|
+
Name: string | undefined;
|
|
353
|
+
}
|
|
354
|
+
export interface OntapWindowsFileSystemUser {
|
|
355
|
+
Name: string | undefined;
|
|
356
|
+
}
|
|
357
|
+
export interface OntapFileSystemIdentity {
|
|
358
|
+
Type: OntapFileSystemUserType | undefined;
|
|
359
|
+
UnixUser?: OntapUnixFileSystemUser | undefined;
|
|
360
|
+
WindowsUser?: OntapWindowsFileSystemUser | undefined;
|
|
361
|
+
}
|
|
362
|
+
export interface CreateAndAttachS3AccessPointOntapConfiguration {
|
|
363
|
+
VolumeId: string | undefined;
|
|
364
|
+
FileSystemIdentity: OntapFileSystemIdentity | undefined;
|
|
365
|
+
}
|
|
350
366
|
export interface OpenZFSPosixFileSystemUser {
|
|
351
367
|
Uid: number | undefined;
|
|
352
368
|
Gid: number | undefined;
|
|
@@ -374,8 +390,15 @@ export interface CreateAndAttachS3AccessPointRequest {
|
|
|
374
390
|
OpenZFSConfiguration?:
|
|
375
391
|
| CreateAndAttachS3AccessPointOpenZFSConfiguration
|
|
376
392
|
| undefined;
|
|
393
|
+
OntapConfiguration?:
|
|
394
|
+
| CreateAndAttachS3AccessPointOntapConfiguration
|
|
395
|
+
| undefined;
|
|
377
396
|
S3AccessPoint?: CreateAndAttachS3AccessPointS3Configuration | undefined;
|
|
378
397
|
}
|
|
398
|
+
export interface S3AccessPointOntapConfiguration {
|
|
399
|
+
VolumeId?: string | undefined;
|
|
400
|
+
FileSystemIdentity?: OntapFileSystemIdentity | undefined;
|
|
401
|
+
}
|
|
379
402
|
export interface S3AccessPointOpenZFSConfiguration {
|
|
380
403
|
VolumeId?: string | undefined;
|
|
381
404
|
FileSystemIdentity?: OpenZFSFileSystemIdentity | undefined;
|
|
@@ -392,6 +415,7 @@ export interface S3AccessPointAttachment {
|
|
|
392
415
|
Name?: string | undefined;
|
|
393
416
|
Type?: S3AccessPointAttachmentType | undefined;
|
|
394
417
|
OpenZFSConfiguration?: S3AccessPointOpenZFSConfiguration | undefined;
|
|
418
|
+
OntapConfiguration?: S3AccessPointOntapConfiguration | undefined;
|
|
395
419
|
S3AccessPoint?: S3AccessPoint | undefined;
|
|
396
420
|
}
|
|
397
421
|
export interface CreateAndAttachS3AccessPointResponse {
|
|
@@ -34,6 +34,7 @@ export declare var CopyBackupResponse: StaticStructureSchema;
|
|
|
34
34
|
export declare var CopySnapshotAndUpdateVolumeRequest: StaticStructureSchema;
|
|
35
35
|
export declare var CopySnapshotAndUpdateVolumeResponse: StaticStructureSchema;
|
|
36
36
|
export declare var CreateAggregateConfiguration: StaticStructureSchema;
|
|
37
|
+
export declare var CreateAndAttachS3AccessPointOntapConfiguration: StaticStructureSchema;
|
|
37
38
|
export declare var CreateAndAttachS3AccessPointOpenZFSConfiguration: StaticStructureSchema;
|
|
38
39
|
export declare var CreateAndAttachS3AccessPointRequest: StaticStructureSchema;
|
|
39
40
|
export declare var CreateAndAttachS3AccessPointResponse: StaticStructureSchema;
|
|
@@ -173,7 +174,10 @@ export declare var MissingVolumeConfiguration: StaticErrorSchema;
|
|
|
173
174
|
export declare var NFSDataRepositoryConfiguration: StaticStructureSchema;
|
|
174
175
|
export declare var NotServiceResourceError: StaticErrorSchema;
|
|
175
176
|
export declare var OntapFileSystemConfiguration: StaticStructureSchema;
|
|
177
|
+
export declare var OntapFileSystemIdentity: StaticStructureSchema;
|
|
178
|
+
export declare var OntapUnixFileSystemUser: StaticStructureSchema;
|
|
176
179
|
export declare var OntapVolumeConfiguration: StaticStructureSchema;
|
|
180
|
+
export declare var OntapWindowsFileSystemUser: StaticStructureSchema;
|
|
177
181
|
export declare var OpenZFSClientConfiguration: StaticStructureSchema;
|
|
178
182
|
export declare var OpenZFSCreateRootVolumeConfiguration: StaticStructureSchema;
|
|
179
183
|
export declare var OpenZFSFileSystemConfiguration: StaticStructureSchema;
|
|
@@ -196,6 +200,7 @@ export declare var S3AccessPoint: StaticStructureSchema;
|
|
|
196
200
|
export declare var S3AccessPointAttachment: StaticStructureSchema;
|
|
197
201
|
export declare var S3AccessPointAttachmentNotFound: StaticErrorSchema;
|
|
198
202
|
export declare var S3AccessPointAttachmentsFilter: StaticStructureSchema;
|
|
203
|
+
export declare var S3AccessPointOntapConfiguration: StaticStructureSchema;
|
|
199
204
|
export declare var S3AccessPointOpenZFSConfiguration: StaticStructureSchema;
|
|
200
205
|
export declare var S3AccessPointVpcConfiguration: StaticStructureSchema;
|
|
201
206
|
export declare var S3DataRepositoryConfiguration: StaticStructureSchema;
|
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.943.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,17 +20,17 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.943.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.943.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.943.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
30
|
"@aws-sdk/types": "3.936.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.943.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|