@aws-sdk/client-transfer 3.935.0 → 3.938.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 +51 -7
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +46 -7
- package/dist-types/commands/CreateWebAppCommand.d.ts +12 -1
- package/dist-types/commands/DescribeWebAppCommand.d.ts +11 -1
- package/dist-types/commands/ListWebAppsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWebAppCommand.d.ts +8 -1
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +178 -1
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +70 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -345,6 +345,7 @@ const _DCele = "DeleteConnector";
|
|
|
345
345
|
const _DCes = "DescribeCertificate";
|
|
346
346
|
const _DCesc = "DescribeConnector";
|
|
347
347
|
const _DE = "DescribedExecution";
|
|
348
|
+
const _DED = "DescribedEndpointDetails";
|
|
348
349
|
const _DER = "DescribeExecutionRequest";
|
|
349
350
|
const _DERe = "DescribeExecutionResponse";
|
|
350
351
|
const _DEe = "DescribeExecution";
|
|
@@ -396,10 +397,12 @@ const _DWACRe = "DescribeWebAppCustomizationRequest";
|
|
|
396
397
|
const _DWACRes = "DescribeWebAppCustomizationResponse";
|
|
397
398
|
const _DWACe = "DeleteWebAppCustomization";
|
|
398
399
|
const _DWACes = "DescribeWebAppCustomization";
|
|
400
|
+
const _DWAED = "DescribedWebAppEndpointDetails";
|
|
399
401
|
const _DWAIPD = "DescribedWebAppIdentityProviderDetails";
|
|
400
402
|
const _DWAR = "DeleteWebAppRequest";
|
|
401
403
|
const _DWARe = "DescribeWebAppRequest";
|
|
402
404
|
const _DWARes = "DescribeWebAppResponse";
|
|
405
|
+
const _DWAVC = "DescribedWebAppVpcConfig";
|
|
403
406
|
const _DWAe = "DeleteWebApp";
|
|
404
407
|
const _DWAes = "DescribeWebApp";
|
|
405
408
|
const _DWR = "DeleteWorkflowRequest";
|
|
@@ -725,10 +728,12 @@ const _UWA = "UpdateWebApp";
|
|
|
725
728
|
const _UWAC = "UpdateWebAppCustomization";
|
|
726
729
|
const _UWACR = "UpdateWebAppCustomizationRequest";
|
|
727
730
|
const _UWACRp = "UpdateWebAppCustomizationResponse";
|
|
731
|
+
const _UWAED = "UpdateWebAppEndpointDetails";
|
|
728
732
|
const _UWAICC = "UpdateWebAppIdentityCenterConfig";
|
|
729
733
|
const _UWAIPD = "UpdateWebAppIdentityProviderDetails";
|
|
730
734
|
const _UWAR = "UpdateWebAppRequest";
|
|
731
735
|
const _UWARp = "UpdateWebAppResponse";
|
|
736
|
+
const _UWAVC = "UpdateWebAppVpcConfig";
|
|
732
737
|
const _Ui = "Uid";
|
|
733
738
|
const _Us = "Usage";
|
|
734
739
|
const _Use = "User";
|
|
@@ -738,16 +743,19 @@ const _VEI = "VpcEndpointId";
|
|
|
738
743
|
const _VI = "VpcId";
|
|
739
744
|
const _VIe = "VersionId";
|
|
740
745
|
const _VL = "VpcLattice";
|
|
746
|
+
const _Vp = "Vpc";
|
|
741
747
|
const _W = "Workflow";
|
|
742
748
|
const _WA = "WebApp";
|
|
743
749
|
const _WAC = "WebAppCustomization";
|
|
744
750
|
const _WAE = "WebAppEndpoint";
|
|
751
|
+
const _WAED = "WebAppEndpointDetails";
|
|
745
752
|
const _WAEP = "WebAppEndpointPolicy";
|
|
746
753
|
const _WAFF = "WebAppFaviconFile";
|
|
747
754
|
const _WAI = "WebAppId";
|
|
748
755
|
const _WAIPD = "WebAppIdentityProviderDetails";
|
|
749
756
|
const _WALF = "WebAppLogoFile";
|
|
750
757
|
const _WAU = "WebAppUnits";
|
|
758
|
+
const _WAVC = "WebAppVpcConfig";
|
|
751
759
|
const _WAe = "WebApps";
|
|
752
760
|
const _WD = "WorkflowDetails";
|
|
753
761
|
const _WDo = "WorkflowDetail";
|
|
@@ -892,8 +900,8 @@ var CreateWebAppRequest = [
|
|
|
892
900
|
n0,
|
|
893
901
|
_CWAR,
|
|
894
902
|
0,
|
|
895
|
-
[_IPD, _AE, _WAU, _T, _WAEP],
|
|
896
|
-
[() => WebAppIdentityProviderDetails, 0, () => WebAppUnits, () => Tags, 0],
|
|
903
|
+
[_IPD, _AE, _WAU, _T, _WAEP, _ED],
|
|
904
|
+
[() => WebAppIdentityProviderDetails, 0, () => WebAppUnits, () => Tags, 0, () => WebAppEndpointDetails],
|
|
897
905
|
];
|
|
898
906
|
var CreateWebAppResponse = [3, n0, _CWARr, 0, [_WAI], [0]];
|
|
899
907
|
var CreateWorkflowRequest = [
|
|
@@ -1109,8 +1117,19 @@ var DescribedWebApp = [
|
|
|
1109
1117
|
n0,
|
|
1110
1118
|
_DWA,
|
|
1111
1119
|
0,
|
|
1112
|
-
[_Ar, _WAI, _DIPD, _AE, _WAE, _WAU, _T, _WAEP],
|
|
1113
|
-
[
|
|
1120
|
+
[_Ar, _WAI, _DIPD, _AE, _WAE, _WAU, _T, _WAEP, _ET, _DED],
|
|
1121
|
+
[
|
|
1122
|
+
0,
|
|
1123
|
+
0,
|
|
1124
|
+
() => DescribedWebAppIdentityProviderDetails,
|
|
1125
|
+
0,
|
|
1126
|
+
0,
|
|
1127
|
+
() => WebAppUnits,
|
|
1128
|
+
() => Tags,
|
|
1129
|
+
0,
|
|
1130
|
+
0,
|
|
1131
|
+
() => DescribedWebAppEndpointDetails,
|
|
1132
|
+
],
|
|
1114
1133
|
];
|
|
1115
1134
|
var DescribedWebAppCustomization = [
|
|
1116
1135
|
3,
|
|
@@ -1120,6 +1139,7 @@ var DescribedWebAppCustomization = [
|
|
|
1120
1139
|
[_Ar, _WAI, _Ti, _LF, _FF],
|
|
1121
1140
|
[0, 0, 0, [() => WebAppLogoFile, 0], [() => WebAppFaviconFile, 0]],
|
|
1122
1141
|
];
|
|
1142
|
+
var DescribedWebAppVpcConfig = [3, n0, _DWAVC, 0, [_SIu, _VI, _VEI], [64 | 0, 0, 0]];
|
|
1123
1143
|
var DescribedWorkflow = [
|
|
1124
1144
|
3,
|
|
1125
1145
|
n0,
|
|
@@ -1341,7 +1361,7 @@ var ListedServer = [
|
|
|
1341
1361
|
[0, 0, 0, 0, 0, 0, 0, 1],
|
|
1342
1362
|
];
|
|
1343
1363
|
var ListedUser = [3, n0, _LU, 0, [_Ar, _HD, _HDT, _R, _SPKC, _UN], [0, 0, 0, 0, 1, 0]];
|
|
1344
|
-
var ListedWebApp = [3, n0, _LWA, 0, [_Ar, _WAI, _AE, _WAE], [0, 0, 0, 0]];
|
|
1364
|
+
var ListedWebApp = [3, n0, _LWA, 0, [_Ar, _WAI, _AE, _WAE, _ET], [0, 0, 0, 0, 0]];
|
|
1345
1365
|
var ListedWorkflow = [3, n0, _LW, 0, [_WI, _D, _Ar], [0, 0, 0]];
|
|
1346
1366
|
var ListExecutionsRequest = [3, n0, _LER, 0, [_MRa, _NT, _WI], [1, 0, 0]];
|
|
1347
1367
|
var ListExecutionsResponse = [
|
|
@@ -1591,11 +1611,13 @@ var UpdateWebAppRequest = [
|
|
|
1591
1611
|
n0,
|
|
1592
1612
|
_UWAR,
|
|
1593
1613
|
0,
|
|
1594
|
-
[_WAI, _IPD, _AE, _WAU],
|
|
1595
|
-
[0, () => UpdateWebAppIdentityProviderDetails, 0, () => WebAppUnits],
|
|
1614
|
+
[_WAI, _IPD, _AE, _WAU, _ED],
|
|
1615
|
+
[0, () => UpdateWebAppIdentityProviderDetails, 0, () => WebAppUnits, () => UpdateWebAppEndpointDetails],
|
|
1596
1616
|
];
|
|
1597
1617
|
var UpdateWebAppResponse = [3, n0, _UWARp, 0, [_WAI], [0]];
|
|
1618
|
+
var UpdateWebAppVpcConfig = [3, n0, _UWAVC, 0, [_SIu], [64 | 0]];
|
|
1598
1619
|
var UserDetails = [3, n0, _UD, 0, [_UN, _SI, _SIe], [0, 0, 0]];
|
|
1620
|
+
var WebAppVpcConfig = [3, n0, _WAVC, 0, [_SIu, _VI, _SGI], [64 | 0, 0, 64 | 0]];
|
|
1599
1621
|
var WorkflowDetail = [3, n0, _WDo, 0, [_WI, _ER], [0, 0]];
|
|
1600
1622
|
var WorkflowDetails = [
|
|
1601
1623
|
3,
|
|
@@ -1659,6 +1681,14 @@ var DescribedConnectorEgressConfig = [
|
|
|
1659
1681
|
[_VL],
|
|
1660
1682
|
[() => DescribedConnectorVpcLatticeEgressConfig],
|
|
1661
1683
|
];
|
|
1684
|
+
var DescribedWebAppEndpointDetails = [
|
|
1685
|
+
3,
|
|
1686
|
+
n0,
|
|
1687
|
+
_DWAED,
|
|
1688
|
+
0,
|
|
1689
|
+
[_Vp],
|
|
1690
|
+
[() => DescribedWebAppVpcConfig],
|
|
1691
|
+
];
|
|
1662
1692
|
var DescribedWebAppIdentityProviderDetails = [
|
|
1663
1693
|
3,
|
|
1664
1694
|
n0,
|
|
@@ -1675,6 +1705,14 @@ var UpdateConnectorEgressConfig = [
|
|
|
1675
1705
|
[_VL],
|
|
1676
1706
|
[() => UpdateConnectorVpcLatticeEgressConfig],
|
|
1677
1707
|
];
|
|
1708
|
+
var UpdateWebAppEndpointDetails = [
|
|
1709
|
+
3,
|
|
1710
|
+
n0,
|
|
1711
|
+
_UWAED,
|
|
1712
|
+
0,
|
|
1713
|
+
[_Vp],
|
|
1714
|
+
[() => UpdateWebAppVpcConfig],
|
|
1715
|
+
];
|
|
1678
1716
|
var UpdateWebAppIdentityProviderDetails = [
|
|
1679
1717
|
3,
|
|
1680
1718
|
n0,
|
|
@@ -1683,6 +1721,7 @@ var UpdateWebAppIdentityProviderDetails = [
|
|
|
1683
1721
|
[_ICC],
|
|
1684
1722
|
[() => UpdateWebAppIdentityCenterConfig],
|
|
1685
1723
|
];
|
|
1724
|
+
var WebAppEndpointDetails = [3, n0, _WAED, 0, [_Vp], [() => WebAppVpcConfig]];
|
|
1686
1725
|
var WebAppIdentityProviderDetails = [
|
|
1687
1726
|
3,
|
|
1688
1727
|
n0,
|
|
@@ -3350,6 +3389,10 @@ const State = {
|
|
|
3350
3389
|
STOPPING: "STOPPING",
|
|
3351
3390
|
STOP_FAILED: "STOP_FAILED",
|
|
3352
3391
|
};
|
|
3392
|
+
const WebAppEndpointType = {
|
|
3393
|
+
PUBLIC: "PUBLIC",
|
|
3394
|
+
VPC: "VPC",
|
|
3395
|
+
};
|
|
3353
3396
|
|
|
3354
3397
|
Object.defineProperty(exports, "$Command", {
|
|
3355
3398
|
enumerable: true,
|
|
@@ -3479,6 +3522,7 @@ exports.UpdateUserCommand = UpdateUserCommand;
|
|
|
3479
3522
|
exports.UpdateWebAppCommand = UpdateWebAppCommand;
|
|
3480
3523
|
exports.UpdateWebAppCustomizationCommand = UpdateWebAppCustomizationCommand;
|
|
3481
3524
|
exports.WebAppEndpointPolicy = WebAppEndpointPolicy;
|
|
3525
|
+
exports.WebAppEndpointType = WebAppEndpointType;
|
|
3482
3526
|
exports.WorkflowStepType = WorkflowStepType;
|
|
3483
3527
|
exports.paginateListAccesses = paginateListAccesses;
|
|
3484
3528
|
exports.paginateListAgreements = paginateListAgreements;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -90,6 +90,7 @@ const _DCele = "DeleteConnector";
|
|
|
90
90
|
const _DCes = "DescribeCertificate";
|
|
91
91
|
const _DCesc = "DescribeConnector";
|
|
92
92
|
const _DE = "DescribedExecution";
|
|
93
|
+
const _DED = "DescribedEndpointDetails";
|
|
93
94
|
const _DER = "DescribeExecutionRequest";
|
|
94
95
|
const _DERe = "DescribeExecutionResponse";
|
|
95
96
|
const _DEe = "DescribeExecution";
|
|
@@ -141,10 +142,12 @@ const _DWACRe = "DescribeWebAppCustomizationRequest";
|
|
|
141
142
|
const _DWACRes = "DescribeWebAppCustomizationResponse";
|
|
142
143
|
const _DWACe = "DeleteWebAppCustomization";
|
|
143
144
|
const _DWACes = "DescribeWebAppCustomization";
|
|
145
|
+
const _DWAED = "DescribedWebAppEndpointDetails";
|
|
144
146
|
const _DWAIPD = "DescribedWebAppIdentityProviderDetails";
|
|
145
147
|
const _DWAR = "DeleteWebAppRequest";
|
|
146
148
|
const _DWARe = "DescribeWebAppRequest";
|
|
147
149
|
const _DWARes = "DescribeWebAppResponse";
|
|
150
|
+
const _DWAVC = "DescribedWebAppVpcConfig";
|
|
148
151
|
const _DWAe = "DeleteWebApp";
|
|
149
152
|
const _DWAes = "DescribeWebApp";
|
|
150
153
|
const _DWR = "DeleteWorkflowRequest";
|
|
@@ -470,10 +473,12 @@ const _UWA = "UpdateWebApp";
|
|
|
470
473
|
const _UWAC = "UpdateWebAppCustomization";
|
|
471
474
|
const _UWACR = "UpdateWebAppCustomizationRequest";
|
|
472
475
|
const _UWACRp = "UpdateWebAppCustomizationResponse";
|
|
476
|
+
const _UWAED = "UpdateWebAppEndpointDetails";
|
|
473
477
|
const _UWAICC = "UpdateWebAppIdentityCenterConfig";
|
|
474
478
|
const _UWAIPD = "UpdateWebAppIdentityProviderDetails";
|
|
475
479
|
const _UWAR = "UpdateWebAppRequest";
|
|
476
480
|
const _UWARp = "UpdateWebAppResponse";
|
|
481
|
+
const _UWAVC = "UpdateWebAppVpcConfig";
|
|
477
482
|
const _Ui = "Uid";
|
|
478
483
|
const _Us = "Usage";
|
|
479
484
|
const _Use = "User";
|
|
@@ -483,16 +488,19 @@ const _VEI = "VpcEndpointId";
|
|
|
483
488
|
const _VI = "VpcId";
|
|
484
489
|
const _VIe = "VersionId";
|
|
485
490
|
const _VL = "VpcLattice";
|
|
491
|
+
const _Vp = "Vpc";
|
|
486
492
|
const _W = "Workflow";
|
|
487
493
|
const _WA = "WebApp";
|
|
488
494
|
const _WAC = "WebAppCustomization";
|
|
489
495
|
const _WAE = "WebAppEndpoint";
|
|
496
|
+
const _WAED = "WebAppEndpointDetails";
|
|
490
497
|
const _WAEP = "WebAppEndpointPolicy";
|
|
491
498
|
const _WAFF = "WebAppFaviconFile";
|
|
492
499
|
const _WAI = "WebAppId";
|
|
493
500
|
const _WAIPD = "WebAppIdentityProviderDetails";
|
|
494
501
|
const _WALF = "WebAppLogoFile";
|
|
495
502
|
const _WAU = "WebAppUnits";
|
|
503
|
+
const _WAVC = "WebAppVpcConfig";
|
|
496
504
|
const _WAe = "WebApps";
|
|
497
505
|
const _WD = "WorkflowDetails";
|
|
498
506
|
const _WDo = "WorkflowDetail";
|
|
@@ -640,8 +648,8 @@ export var CreateWebAppRequest = [
|
|
|
640
648
|
n0,
|
|
641
649
|
_CWAR,
|
|
642
650
|
0,
|
|
643
|
-
[_IPD, _AE, _WAU, _T, _WAEP],
|
|
644
|
-
[() => WebAppIdentityProviderDetails, 0, () => WebAppUnits, () => Tags, 0],
|
|
651
|
+
[_IPD, _AE, _WAU, _T, _WAEP, _ED],
|
|
652
|
+
[() => WebAppIdentityProviderDetails, 0, () => WebAppUnits, () => Tags, 0, () => WebAppEndpointDetails],
|
|
645
653
|
];
|
|
646
654
|
export var CreateWebAppResponse = [3, n0, _CWARr, 0, [_WAI], [0]];
|
|
647
655
|
export var CreateWorkflowRequest = [
|
|
@@ -857,8 +865,19 @@ export var DescribedWebApp = [
|
|
|
857
865
|
n0,
|
|
858
866
|
_DWA,
|
|
859
867
|
0,
|
|
860
|
-
[_Ar, _WAI, _DIPD, _AE, _WAE, _WAU, _T, _WAEP],
|
|
861
|
-
[
|
|
868
|
+
[_Ar, _WAI, _DIPD, _AE, _WAE, _WAU, _T, _WAEP, _ET, _DED],
|
|
869
|
+
[
|
|
870
|
+
0,
|
|
871
|
+
0,
|
|
872
|
+
() => DescribedWebAppIdentityProviderDetails,
|
|
873
|
+
0,
|
|
874
|
+
0,
|
|
875
|
+
() => WebAppUnits,
|
|
876
|
+
() => Tags,
|
|
877
|
+
0,
|
|
878
|
+
0,
|
|
879
|
+
() => DescribedWebAppEndpointDetails,
|
|
880
|
+
],
|
|
862
881
|
];
|
|
863
882
|
export var DescribedWebAppCustomization = [
|
|
864
883
|
3,
|
|
@@ -868,6 +887,7 @@ export var DescribedWebAppCustomization = [
|
|
|
868
887
|
[_Ar, _WAI, _Ti, _LF, _FF],
|
|
869
888
|
[0, 0, 0, [() => WebAppLogoFile, 0], [() => WebAppFaviconFile, 0]],
|
|
870
889
|
];
|
|
890
|
+
export var DescribedWebAppVpcConfig = [3, n0, _DWAVC, 0, [_SIu, _VI, _VEI], [64 | 0, 0, 0]];
|
|
871
891
|
export var DescribedWorkflow = [
|
|
872
892
|
3,
|
|
873
893
|
n0,
|
|
@@ -1089,7 +1109,7 @@ export var ListedServer = [
|
|
|
1089
1109
|
[0, 0, 0, 0, 0, 0, 0, 1],
|
|
1090
1110
|
];
|
|
1091
1111
|
export var ListedUser = [3, n0, _LU, 0, [_Ar, _HD, _HDT, _R, _SPKC, _UN], [0, 0, 0, 0, 1, 0]];
|
|
1092
|
-
export var ListedWebApp = [3, n0, _LWA, 0, [_Ar, _WAI, _AE, _WAE], [0, 0, 0, 0]];
|
|
1112
|
+
export var ListedWebApp = [3, n0, _LWA, 0, [_Ar, _WAI, _AE, _WAE, _ET], [0, 0, 0, 0, 0]];
|
|
1093
1113
|
export var ListedWorkflow = [3, n0, _LW, 0, [_WI, _D, _Ar], [0, 0, 0]];
|
|
1094
1114
|
export var ListExecutionsRequest = [3, n0, _LER, 0, [_MRa, _NT, _WI], [1, 0, 0]];
|
|
1095
1115
|
export var ListExecutionsResponse = [
|
|
@@ -1339,11 +1359,13 @@ export var UpdateWebAppRequest = [
|
|
|
1339
1359
|
n0,
|
|
1340
1360
|
_UWAR,
|
|
1341
1361
|
0,
|
|
1342
|
-
[_WAI, _IPD, _AE, _WAU],
|
|
1343
|
-
[0, () => UpdateWebAppIdentityProviderDetails, 0, () => WebAppUnits],
|
|
1362
|
+
[_WAI, _IPD, _AE, _WAU, _ED],
|
|
1363
|
+
[0, () => UpdateWebAppIdentityProviderDetails, 0, () => WebAppUnits, () => UpdateWebAppEndpointDetails],
|
|
1344
1364
|
];
|
|
1345
1365
|
export var UpdateWebAppResponse = [3, n0, _UWARp, 0, [_WAI], [0]];
|
|
1366
|
+
export var UpdateWebAppVpcConfig = [3, n0, _UWAVC, 0, [_SIu], [64 | 0]];
|
|
1346
1367
|
export var UserDetails = [3, n0, _UD, 0, [_UN, _SI, _SIe], [0, 0, 0]];
|
|
1368
|
+
export var WebAppVpcConfig = [3, n0, _WAVC, 0, [_SIu, _VI, _SGI], [64 | 0, 0, 64 | 0]];
|
|
1347
1369
|
export var WorkflowDetail = [3, n0, _WDo, 0, [_WI, _ER], [0, 0]];
|
|
1348
1370
|
export var WorkflowDetails = [
|
|
1349
1371
|
3,
|
|
@@ -1422,6 +1444,14 @@ export var DescribedConnectorEgressConfig = [
|
|
|
1422
1444
|
[_VL],
|
|
1423
1445
|
[() => DescribedConnectorVpcLatticeEgressConfig],
|
|
1424
1446
|
];
|
|
1447
|
+
export var DescribedWebAppEndpointDetails = [
|
|
1448
|
+
3,
|
|
1449
|
+
n0,
|
|
1450
|
+
_DWAED,
|
|
1451
|
+
0,
|
|
1452
|
+
[_Vp],
|
|
1453
|
+
[() => DescribedWebAppVpcConfig],
|
|
1454
|
+
];
|
|
1425
1455
|
export var DescribedWebAppIdentityProviderDetails = [
|
|
1426
1456
|
3,
|
|
1427
1457
|
n0,
|
|
@@ -1438,6 +1468,14 @@ export var UpdateConnectorEgressConfig = [
|
|
|
1438
1468
|
[_VL],
|
|
1439
1469
|
[() => UpdateConnectorVpcLatticeEgressConfig],
|
|
1440
1470
|
];
|
|
1471
|
+
export var UpdateWebAppEndpointDetails = [
|
|
1472
|
+
3,
|
|
1473
|
+
n0,
|
|
1474
|
+
_UWAED,
|
|
1475
|
+
0,
|
|
1476
|
+
[_Vp],
|
|
1477
|
+
[() => UpdateWebAppVpcConfig],
|
|
1478
|
+
];
|
|
1441
1479
|
export var UpdateWebAppIdentityProviderDetails = [
|
|
1442
1480
|
3,
|
|
1443
1481
|
n0,
|
|
@@ -1446,6 +1484,7 @@ export var UpdateWebAppIdentityProviderDetails = [
|
|
|
1446
1484
|
[_ICC],
|
|
1447
1485
|
[() => UpdateWebAppIdentityCenterConfig],
|
|
1448
1486
|
];
|
|
1487
|
+
export var WebAppEndpointDetails = [3, n0, _WAED, 0, [_Vp], [() => WebAppVpcConfig]];
|
|
1449
1488
|
export var WebAppIdentityProviderDetails = [
|
|
1450
1489
|
3,
|
|
1451
1490
|
n0,
|
|
@@ -27,7 +27,7 @@ declare const CreateWebAppCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a web app based on specified parameters, and returns the ID for the new web app.</p>
|
|
30
|
+
* <p>Creates a web app based on specified parameters, and returns the ID for the new web app. You can configure the web app to be publicly accessible or hosted within a VPC.</p> <p>For more information about using VPC endpoints with Transfer Family, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/create-webapp-in-vpc.html">Create a Transfer Family web app in a VPC</a>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -54,6 +54,17 @@ declare const CreateWebAppCommand_base: {
|
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
56
|
* WebAppEndpointPolicy: "FIPS" || "STANDARD",
|
|
57
|
+
* EndpointDetails: { // WebAppEndpointDetails Union: only one key present
|
|
58
|
+
* Vpc: { // WebAppVpcConfig
|
|
59
|
+
* SubnetIds: [ // SubnetIds
|
|
60
|
+
* "STRING_VALUE",
|
|
61
|
+
* ],
|
|
62
|
+
* VpcId: "STRING_VALUE",
|
|
63
|
+
* SecurityGroupIds: [ // SecurityGroupIds
|
|
64
|
+
* "STRING_VALUE",
|
|
65
|
+
* ],
|
|
66
|
+
* },
|
|
67
|
+
* },
|
|
57
68
|
* };
|
|
58
69
|
* const command = new CreateWebAppCommand(input);
|
|
59
70
|
* const response = await client.send(command);
|
|
@@ -27,7 +27,7 @@ declare const DescribeWebAppCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes the web app that's identified by <code>WebAppId</code>.</p>
|
|
30
|
+
* <p>Describes the web app that's identified by <code>WebAppId</code>. The response includes endpoint configuration details such as whether the web app is publicly accessible or VPC hosted.</p> <p>For more information about using VPC endpoints with Transfer Family, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/create-webapp-in-vpc.html">Create a Transfer Family web app in a VPC</a>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -64,6 +64,16 @@ declare const DescribeWebAppCommand_base: {
|
|
|
64
64
|
* // },
|
|
65
65
|
* // ],
|
|
66
66
|
* // WebAppEndpointPolicy: "FIPS" || "STANDARD",
|
|
67
|
+
* // EndpointType: "PUBLIC" || "VPC",
|
|
68
|
+
* // DescribedEndpointDetails: { // DescribedWebAppEndpointDetails Union: only one key present
|
|
69
|
+
* // Vpc: { // DescribedWebAppVpcConfig
|
|
70
|
+
* // SubnetIds: [ // SubnetIds
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // VpcId: "STRING_VALUE",
|
|
74
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
67
77
|
* // },
|
|
68
78
|
* // };
|
|
69
79
|
*
|
|
@@ -27,7 +27,7 @@ declare const ListWebAppsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all web apps associated with your Amazon Web Services account for your current region.</p>
|
|
30
|
+
* <p>Lists all web apps associated with your Amazon Web Services account for your current region. The response includes the endpoint type for each web app, showing whether it is publicly accessible or VPC hosted.</p> <p>For more information about using VPC endpoints with Transfer Family, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/create-webapp-in-vpc.html">Create a Transfer Family web app in a VPC</a>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -50,6 +50,7 @@ declare const ListWebAppsCommand_base: {
|
|
|
50
50
|
* // WebAppId: "STRING_VALUE", // required
|
|
51
51
|
* // AccessEndpoint: "STRING_VALUE",
|
|
52
52
|
* // WebAppEndpoint: "STRING_VALUE",
|
|
53
|
+
* // EndpointType: "PUBLIC" || "VPC",
|
|
53
54
|
* // },
|
|
54
55
|
* // ],
|
|
55
56
|
* // };
|
|
@@ -27,7 +27,7 @@ declare const UpdateWebAppCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Assigns new properties to a web app. You can modify the access point, identity provider details, and the web app units.</p>
|
|
30
|
+
* <p>Assigns new properties to a web app. You can modify the access point, identity provider details, endpoint configuration, and the web app units.</p> <p>For more information about using VPC endpoints with Transfer Family, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/create-webapp-in-vpc.html">Create a Transfer Family web app in a VPC</a>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -47,6 +47,13 @@ declare const UpdateWebAppCommand_base: {
|
|
|
47
47
|
* WebAppUnits: { // WebAppUnits Union: only one key present
|
|
48
48
|
* Provisioned: Number("int"),
|
|
49
49
|
* },
|
|
50
|
+
* EndpointDetails: { // UpdateWebAppEndpointDetails Union: only one key present
|
|
51
|
+
* Vpc: { // UpdateWebAppVpcConfig
|
|
52
|
+
* SubnetIds: [ // SubnetIds
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* },
|
|
56
|
+
* },
|
|
50
57
|
* };
|
|
51
58
|
* const command = new UpdateWebAppCommand(input);
|
|
52
59
|
* const response = await client.send(command);
|
|
@@ -490,3 +490,15 @@ export declare const State: {
|
|
|
490
490
|
* @public
|
|
491
491
|
*/
|
|
492
492
|
export type State = (typeof State)[keyof typeof State];
|
|
493
|
+
/**
|
|
494
|
+
* @public
|
|
495
|
+
* @enum
|
|
496
|
+
*/
|
|
497
|
+
export declare const WebAppEndpointType: {
|
|
498
|
+
readonly PUBLIC: "PUBLIC";
|
|
499
|
+
readonly VPC: "VPC";
|
|
500
|
+
};
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
504
|
+
export type WebAppEndpointType = (typeof WebAppEndpointType)[keyof typeof WebAppEndpointType];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AgreementStatusType, As2Transport, CertificateStatusType, CertificateType, CertificateUsageType, CompressionEnum, ConnectorEgressType, ConnectorStatus, CustomStepStatus, DirectoryListingOptimization, Domain, EncryptionAlg, EncryptionType, EndpointType, EnforceMessageSigningType, ExecutionErrorType, ExecutionStatus, HomeDirectoryType, IdentityProviderType, IpAddressType, MapType, MdnResponse, MdnSigningAlg, OverwriteExisting, PreserveContentType, PreserveFilenameType, ProfileType, Protocol, SecurityPolicyProtocol, SecurityPolicyResourceType, SetStatOption, SftpAuthenticationMethods, SigningAlg, State, TlsSessionResumptionMode, TransferTableStatus, WebAppEndpointPolicy, WorkflowStepType } from "./enums";
|
|
1
|
+
import { AgreementStatusType, As2Transport, CertificateStatusType, CertificateType, CertificateUsageType, CompressionEnum, ConnectorEgressType, ConnectorStatus, CustomStepStatus, DirectoryListingOptimization, Domain, EncryptionAlg, EncryptionType, EndpointType, EnforceMessageSigningType, ExecutionErrorType, ExecutionStatus, HomeDirectoryType, IdentityProviderType, IpAddressType, MapType, MdnResponse, MdnSigningAlg, OverwriteExisting, PreserveContentType, PreserveFilenameType, ProfileType, Protocol, SecurityPolicyProtocol, SecurityPolicyResourceType, SetStatOption, SftpAuthenticationMethods, SigningAlg, State, TlsSessionResumptionMode, TransferTableStatus, WebAppEndpointPolicy, WebAppEndpointType, WorkflowStepType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Contains Amazon S3 locations for storing specific types of AS2 message files.</p>
|
|
4
4
|
* @public
|
|
@@ -1679,6 +1679,60 @@ export interface CreateUserResponse {
|
|
|
1679
1679
|
*/
|
|
1680
1680
|
UserName: string | undefined;
|
|
1681
1681
|
}
|
|
1682
|
+
/**
|
|
1683
|
+
* <p>Contains the VPC configuration settings for hosting a web app endpoint, including the VPC ID, subnet IDs, and security group IDs for access control.</p>
|
|
1684
|
+
* @public
|
|
1685
|
+
*/
|
|
1686
|
+
export interface WebAppVpcConfig {
|
|
1687
|
+
/**
|
|
1688
|
+
* <p>The list of subnet IDs within the VPC where the web app endpoint will be deployed. These subnets must be in the same VPC specified in the VpcId parameter.</p>
|
|
1689
|
+
* @public
|
|
1690
|
+
*/
|
|
1691
|
+
SubnetIds?: string[] | undefined;
|
|
1692
|
+
/**
|
|
1693
|
+
* <p>The identifier of the VPC where the web app endpoint will be hosted.</p>
|
|
1694
|
+
* @public
|
|
1695
|
+
*/
|
|
1696
|
+
VpcId?: string | undefined;
|
|
1697
|
+
/**
|
|
1698
|
+
* <p>The list of security group IDs that control access to the web app endpoint. These security groups determine which sources can access the endpoint based on IP addresses and port configurations.</p>
|
|
1699
|
+
* @public
|
|
1700
|
+
*/
|
|
1701
|
+
SecurityGroupIds?: string[] | undefined;
|
|
1702
|
+
}
|
|
1703
|
+
/**
|
|
1704
|
+
* <p>Contains the endpoint configuration for a web app, including VPC settings when the endpoint is hosted within a VPC.</p>
|
|
1705
|
+
* @public
|
|
1706
|
+
*/
|
|
1707
|
+
export type WebAppEndpointDetails = WebAppEndpointDetails.VpcMember | WebAppEndpointDetails.$UnknownMember;
|
|
1708
|
+
/**
|
|
1709
|
+
* @public
|
|
1710
|
+
*/
|
|
1711
|
+
export declare namespace WebAppEndpointDetails {
|
|
1712
|
+
/**
|
|
1713
|
+
* <p>The VPC configuration for hosting the web app endpoint within a VPC.</p>
|
|
1714
|
+
* @public
|
|
1715
|
+
*/
|
|
1716
|
+
interface VpcMember {
|
|
1717
|
+
Vpc: WebAppVpcConfig;
|
|
1718
|
+
$unknown?: never;
|
|
1719
|
+
}
|
|
1720
|
+
/**
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1723
|
+
interface $UnknownMember {
|
|
1724
|
+
Vpc?: never;
|
|
1725
|
+
$unknown: [string, any];
|
|
1726
|
+
}
|
|
1727
|
+
/**
|
|
1728
|
+
* @deprecated unused in schema-serde mode.
|
|
1729
|
+
*
|
|
1730
|
+
*/
|
|
1731
|
+
interface Visitor<T> {
|
|
1732
|
+
Vpc: (value: WebAppVpcConfig) => T;
|
|
1733
|
+
_: (name: string, value: any) => T;
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1682
1736
|
/**
|
|
1683
1737
|
* <p>A structure that describes the values to use for the IAM Identity Center settings when you create or update a web app.</p>
|
|
1684
1738
|
* @public
|
|
@@ -1790,6 +1844,11 @@ export interface CreateWebAppRequest {
|
|
|
1790
1844
|
* @public
|
|
1791
1845
|
*/
|
|
1792
1846
|
WebAppEndpointPolicy?: WebAppEndpointPolicy | undefined;
|
|
1847
|
+
/**
|
|
1848
|
+
* <p>The endpoint configuration for the web app. You can specify whether the web app endpoint is publicly accessible or hosted within a VPC.</p>
|
|
1849
|
+
* @public
|
|
1850
|
+
*/
|
|
1851
|
+
EndpointDetails?: WebAppEndpointDetails | undefined;
|
|
1793
1852
|
}
|
|
1794
1853
|
/**
|
|
1795
1854
|
* @public
|
|
@@ -2704,6 +2763,60 @@ export interface DescribedUser {
|
|
|
2704
2763
|
*/
|
|
2705
2764
|
UserName?: string | undefined;
|
|
2706
2765
|
}
|
|
2766
|
+
/**
|
|
2767
|
+
* <p>Contains the VPC configuration details for a web app endpoint, including the VPC identifier, subnet IDs, and VPC endpoint ID used for hosting the endpoint.</p>
|
|
2768
|
+
* @public
|
|
2769
|
+
*/
|
|
2770
|
+
export interface DescribedWebAppVpcConfig {
|
|
2771
|
+
/**
|
|
2772
|
+
* <p>The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.</p>
|
|
2773
|
+
* @public
|
|
2774
|
+
*/
|
|
2775
|
+
SubnetIds?: string[] | undefined;
|
|
2776
|
+
/**
|
|
2777
|
+
* <p>The identifier of the VPC where the web app endpoint is hosted.</p>
|
|
2778
|
+
* @public
|
|
2779
|
+
*/
|
|
2780
|
+
VpcId?: string | undefined;
|
|
2781
|
+
/**
|
|
2782
|
+
* <p>The identifier of the VPC endpoint created for the web app.</p>
|
|
2783
|
+
* @public
|
|
2784
|
+
*/
|
|
2785
|
+
VpcEndpointId?: string | undefined;
|
|
2786
|
+
}
|
|
2787
|
+
/**
|
|
2788
|
+
* <p>Contains the endpoint configuration details for a web app, including VPC configuration when the endpoint is hosted within a VPC.</p>
|
|
2789
|
+
* @public
|
|
2790
|
+
*/
|
|
2791
|
+
export type DescribedWebAppEndpointDetails = DescribedWebAppEndpointDetails.VpcMember | DescribedWebAppEndpointDetails.$UnknownMember;
|
|
2792
|
+
/**
|
|
2793
|
+
* @public
|
|
2794
|
+
*/
|
|
2795
|
+
export declare namespace DescribedWebAppEndpointDetails {
|
|
2796
|
+
/**
|
|
2797
|
+
* <p>The VPC configuration details when the web app endpoint is hosted within a VPC. This includes the VPC ID, subnet IDs, and VPC endpoint ID.</p>
|
|
2798
|
+
* @public
|
|
2799
|
+
*/
|
|
2800
|
+
interface VpcMember {
|
|
2801
|
+
Vpc: DescribedWebAppVpcConfig;
|
|
2802
|
+
$unknown?: never;
|
|
2803
|
+
}
|
|
2804
|
+
/**
|
|
2805
|
+
* @public
|
|
2806
|
+
*/
|
|
2807
|
+
interface $UnknownMember {
|
|
2808
|
+
Vpc?: never;
|
|
2809
|
+
$unknown: [string, any];
|
|
2810
|
+
}
|
|
2811
|
+
/**
|
|
2812
|
+
* @deprecated unused in schema-serde mode.
|
|
2813
|
+
*
|
|
2814
|
+
*/
|
|
2815
|
+
interface Visitor<T> {
|
|
2816
|
+
Vpc: (value: DescribedWebAppVpcConfig) => T;
|
|
2817
|
+
_: (name: string, value: any) => T;
|
|
2818
|
+
}
|
|
2819
|
+
}
|
|
2707
2820
|
/**
|
|
2708
2821
|
* <p>Returns a structure that contains the identity provider details for your web app.</p>
|
|
2709
2822
|
* @public
|
|
@@ -2782,6 +2895,16 @@ export interface DescribedWebApp {
|
|
|
2782
2895
|
* @public
|
|
2783
2896
|
*/
|
|
2784
2897
|
WebAppEndpointPolicy?: WebAppEndpointPolicy | undefined;
|
|
2898
|
+
/**
|
|
2899
|
+
* <p>The type of endpoint hosting the web app. Valid values are <code>PUBLIC</code> for publicly accessible endpoints and <code>VPC</code> for VPC-hosted endpoints that provide network isolation.</p>
|
|
2900
|
+
* @public
|
|
2901
|
+
*/
|
|
2902
|
+
EndpointType?: WebAppEndpointType | undefined;
|
|
2903
|
+
/**
|
|
2904
|
+
* <p>The endpoint configuration details for the web app, including VPC settings if the endpoint is hosted within a VPC.</p>
|
|
2905
|
+
* @public
|
|
2906
|
+
*/
|
|
2907
|
+
DescribedEndpointDetails?: DescribedWebAppEndpointDetails | undefined;
|
|
2785
2908
|
}
|
|
2786
2909
|
/**
|
|
2787
2910
|
* <p>A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.</p>
|
|
@@ -3397,6 +3520,11 @@ export interface ListedWebApp {
|
|
|
3397
3520
|
* @public
|
|
3398
3521
|
*/
|
|
3399
3522
|
WebAppEndpoint?: string | undefined;
|
|
3523
|
+
/**
|
|
3524
|
+
* <p>The type of endpoint hosting the web app. Valid values are <code>PUBLIC</code> for publicly accessible endpoints and <code>VPC</code> for VPC-hosted endpoints.</p>
|
|
3525
|
+
* @public
|
|
3526
|
+
*/
|
|
3527
|
+
EndpointType?: WebAppEndpointType | undefined;
|
|
3400
3528
|
}
|
|
3401
3529
|
/**
|
|
3402
3530
|
* <p>Contains the identifier, text description, and Amazon Resource Name (ARN) for the workflow.</p>
|
|
@@ -4406,6 +4534,50 @@ export interface UpdateWebAppCustomizationResponse {
|
|
|
4406
4534
|
*/
|
|
4407
4535
|
WebAppId: string | undefined;
|
|
4408
4536
|
}
|
|
4537
|
+
/**
|
|
4538
|
+
* <p>Contains the VPC configuration settings for updating a web app endpoint, including the subnet IDs where the endpoint should be deployed.</p>
|
|
4539
|
+
* @public
|
|
4540
|
+
*/
|
|
4541
|
+
export interface UpdateWebAppVpcConfig {
|
|
4542
|
+
/**
|
|
4543
|
+
* <p>The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.</p>
|
|
4544
|
+
* @public
|
|
4545
|
+
*/
|
|
4546
|
+
SubnetIds?: string[] | undefined;
|
|
4547
|
+
}
|
|
4548
|
+
/**
|
|
4549
|
+
* <p>Contains the endpoint configuration details for updating a web app, including VPC settings for endpoints hosted within a VPC.</p>
|
|
4550
|
+
* @public
|
|
4551
|
+
*/
|
|
4552
|
+
export type UpdateWebAppEndpointDetails = UpdateWebAppEndpointDetails.VpcMember | UpdateWebAppEndpointDetails.$UnknownMember;
|
|
4553
|
+
/**
|
|
4554
|
+
* @public
|
|
4555
|
+
*/
|
|
4556
|
+
export declare namespace UpdateWebAppEndpointDetails {
|
|
4557
|
+
/**
|
|
4558
|
+
* <p>The VPC configuration details for updating a web app endpoint hosted within a VPC. This includes the subnet IDs for endpoint deployment.</p>
|
|
4559
|
+
* @public
|
|
4560
|
+
*/
|
|
4561
|
+
interface VpcMember {
|
|
4562
|
+
Vpc: UpdateWebAppVpcConfig;
|
|
4563
|
+
$unknown?: never;
|
|
4564
|
+
}
|
|
4565
|
+
/**
|
|
4566
|
+
* @public
|
|
4567
|
+
*/
|
|
4568
|
+
interface $UnknownMember {
|
|
4569
|
+
Vpc?: never;
|
|
4570
|
+
$unknown: [string, any];
|
|
4571
|
+
}
|
|
4572
|
+
/**
|
|
4573
|
+
* @deprecated unused in schema-serde mode.
|
|
4574
|
+
*
|
|
4575
|
+
*/
|
|
4576
|
+
interface Visitor<T> {
|
|
4577
|
+
Vpc: (value: UpdateWebAppVpcConfig) => T;
|
|
4578
|
+
_: (name: string, value: any) => T;
|
|
4579
|
+
}
|
|
4580
|
+
}
|
|
4409
4581
|
/**
|
|
4410
4582
|
* <p>A structure that describes the values to use for the IAM Identity Center settings when you update a web app.</p>
|
|
4411
4583
|
* @public
|
|
@@ -4474,6 +4646,11 @@ export interface UpdateWebAppRequest {
|
|
|
4474
4646
|
* @public
|
|
4475
4647
|
*/
|
|
4476
4648
|
WebAppUnits?: WebAppUnits | undefined;
|
|
4649
|
+
/**
|
|
4650
|
+
* <p>The updated endpoint configuration for the web app. You can modify the endpoint type and VPC configuration settings.</p>
|
|
4651
|
+
* @public
|
|
4652
|
+
*/
|
|
4653
|
+
EndpointDetails?: UpdateWebAppEndpointDetails | undefined;
|
|
4477
4654
|
}
|
|
4478
4655
|
/**
|
|
4479
4656
|
* @public
|
|
@@ -66,6 +66,7 @@ export declare var DescribedServer: StaticStructureSchema;
|
|
|
66
66
|
export declare var DescribedUser: StaticStructureSchema;
|
|
67
67
|
export declare var DescribedWebApp: StaticStructureSchema;
|
|
68
68
|
export declare var DescribedWebAppCustomization: StaticStructureSchema;
|
|
69
|
+
export declare var DescribedWebAppVpcConfig: StaticStructureSchema;
|
|
69
70
|
export declare var DescribedWorkflow: StaticStructureSchema;
|
|
70
71
|
export declare var DescribeExecutionRequest: StaticStructureSchema;
|
|
71
72
|
export declare var DescribeExecutionResponse: StaticStructureSchema;
|
|
@@ -200,7 +201,9 @@ export declare var UpdateWebAppCustomizationResponse: StaticStructureSchema;
|
|
|
200
201
|
export declare var UpdateWebAppIdentityCenterConfig: StaticStructureSchema;
|
|
201
202
|
export declare var UpdateWebAppRequest: StaticStructureSchema;
|
|
202
203
|
export declare var UpdateWebAppResponse: StaticStructureSchema;
|
|
204
|
+
export declare var UpdateWebAppVpcConfig: StaticStructureSchema;
|
|
203
205
|
export declare var UserDetails: StaticStructureSchema;
|
|
206
|
+
export declare var WebAppVpcConfig: StaticStructureSchema;
|
|
204
207
|
export declare var WorkflowDetail: StaticStructureSchema;
|
|
205
208
|
export declare var WorkflowDetails: StaticStructureSchema;
|
|
206
209
|
export declare var WorkflowStep: StaticStructureSchema;
|
|
@@ -243,9 +246,12 @@ export declare var Tags: StaticListSchema;
|
|
|
243
246
|
export declare var WorkflowSteps: StaticListSchema;
|
|
244
247
|
export declare var ConnectorEgressConfig: StaticStructureSchema;
|
|
245
248
|
export declare var DescribedConnectorEgressConfig: StaticStructureSchema;
|
|
249
|
+
export declare var DescribedWebAppEndpointDetails: StaticStructureSchema;
|
|
246
250
|
export declare var DescribedWebAppIdentityProviderDetails: StaticStructureSchema;
|
|
247
251
|
export declare var UpdateConnectorEgressConfig: StaticStructureSchema;
|
|
252
|
+
export declare var UpdateWebAppEndpointDetails: StaticStructureSchema;
|
|
248
253
|
export declare var UpdateWebAppIdentityProviderDetails: StaticStructureSchema;
|
|
254
|
+
export declare var WebAppEndpointDetails: StaticStructureSchema;
|
|
249
255
|
export declare var WebAppIdentityProviderDetails: StaticStructureSchema;
|
|
250
256
|
export declare var WebAppUnits: StaticStructureSchema;
|
|
251
257
|
export declare var CreateAccess: StaticOperationSchema;
|
|
@@ -249,3 +249,9 @@ export declare const State: {
|
|
|
249
249
|
readonly STOP_FAILED: "STOP_FAILED";
|
|
250
250
|
};
|
|
251
251
|
export type State = (typeof State)[keyof typeof State];
|
|
252
|
+
export declare const WebAppEndpointType: {
|
|
253
|
+
readonly PUBLIC: "PUBLIC";
|
|
254
|
+
readonly VPC: "VPC";
|
|
255
|
+
};
|
|
256
|
+
export type WebAppEndpointType =
|
|
257
|
+
(typeof WebAppEndpointType)[keyof typeof WebAppEndpointType];
|
|
@@ -36,6 +36,7 @@ import {
|
|
|
36
36
|
TlsSessionResumptionMode,
|
|
37
37
|
TransferTableStatus,
|
|
38
38
|
WebAppEndpointPolicy,
|
|
39
|
+
WebAppEndpointType,
|
|
39
40
|
WorkflowStepType,
|
|
40
41
|
} from "./enums";
|
|
41
42
|
export interface CustomDirectoriesType {
|
|
@@ -461,6 +462,28 @@ export interface CreateUserResponse {
|
|
|
461
462
|
ServerId: string | undefined;
|
|
462
463
|
UserName: string | undefined;
|
|
463
464
|
}
|
|
465
|
+
export interface WebAppVpcConfig {
|
|
466
|
+
SubnetIds?: string[] | undefined;
|
|
467
|
+
VpcId?: string | undefined;
|
|
468
|
+
SecurityGroupIds?: string[] | undefined;
|
|
469
|
+
}
|
|
470
|
+
export type WebAppEndpointDetails =
|
|
471
|
+
| WebAppEndpointDetails.VpcMember
|
|
472
|
+
| WebAppEndpointDetails.$UnknownMember;
|
|
473
|
+
export declare namespace WebAppEndpointDetails {
|
|
474
|
+
interface VpcMember {
|
|
475
|
+
Vpc: WebAppVpcConfig;
|
|
476
|
+
$unknown?: never;
|
|
477
|
+
}
|
|
478
|
+
interface $UnknownMember {
|
|
479
|
+
Vpc?: never;
|
|
480
|
+
$unknown: [string, any];
|
|
481
|
+
}
|
|
482
|
+
interface Visitor<T> {
|
|
483
|
+
Vpc: (value: WebAppVpcConfig) => T;
|
|
484
|
+
_: (name: string, value: any) => T;
|
|
485
|
+
}
|
|
486
|
+
}
|
|
464
487
|
export interface IdentityCenterConfig {
|
|
465
488
|
InstanceArn?: string | undefined;
|
|
466
489
|
Role?: string | undefined;
|
|
@@ -505,6 +528,7 @@ export interface CreateWebAppRequest {
|
|
|
505
528
|
WebAppUnits?: WebAppUnits | undefined;
|
|
506
529
|
Tags?: Tag[] | undefined;
|
|
507
530
|
WebAppEndpointPolicy?: WebAppEndpointPolicy | undefined;
|
|
531
|
+
EndpointDetails?: WebAppEndpointDetails | undefined;
|
|
508
532
|
}
|
|
509
533
|
export interface CreateWebAppResponse {
|
|
510
534
|
WebAppId: string | undefined;
|
|
@@ -721,6 +745,28 @@ export interface DescribedUser {
|
|
|
721
745
|
Tags?: Tag[] | undefined;
|
|
722
746
|
UserName?: string | undefined;
|
|
723
747
|
}
|
|
748
|
+
export interface DescribedWebAppVpcConfig {
|
|
749
|
+
SubnetIds?: string[] | undefined;
|
|
750
|
+
VpcId?: string | undefined;
|
|
751
|
+
VpcEndpointId?: string | undefined;
|
|
752
|
+
}
|
|
753
|
+
export type DescribedWebAppEndpointDetails =
|
|
754
|
+
| DescribedWebAppEndpointDetails.VpcMember
|
|
755
|
+
| DescribedWebAppEndpointDetails.$UnknownMember;
|
|
756
|
+
export declare namespace DescribedWebAppEndpointDetails {
|
|
757
|
+
interface VpcMember {
|
|
758
|
+
Vpc: DescribedWebAppVpcConfig;
|
|
759
|
+
$unknown?: never;
|
|
760
|
+
}
|
|
761
|
+
interface $UnknownMember {
|
|
762
|
+
Vpc?: never;
|
|
763
|
+
$unknown: [string, any];
|
|
764
|
+
}
|
|
765
|
+
interface Visitor<T> {
|
|
766
|
+
Vpc: (value: DescribedWebAppVpcConfig) => T;
|
|
767
|
+
_: (name: string, value: any) => T;
|
|
768
|
+
}
|
|
769
|
+
}
|
|
724
770
|
export type DescribedWebAppIdentityProviderDetails =
|
|
725
771
|
| DescribedWebAppIdentityProviderDetails.IdentityCenterConfigMember
|
|
726
772
|
| DescribedWebAppIdentityProviderDetails.$UnknownMember;
|
|
@@ -749,6 +795,8 @@ export interface DescribedWebApp {
|
|
|
749
795
|
WebAppUnits?: WebAppUnits | undefined;
|
|
750
796
|
Tags?: Tag[] | undefined;
|
|
751
797
|
WebAppEndpointPolicy?: WebAppEndpointPolicy | undefined;
|
|
798
|
+
EndpointType?: WebAppEndpointType | undefined;
|
|
799
|
+
DescribedEndpointDetails?: DescribedWebAppEndpointDetails | undefined;
|
|
752
800
|
}
|
|
753
801
|
export interface DescribedWebAppCustomization {
|
|
754
802
|
Arn: string | undefined;
|
|
@@ -903,6 +951,7 @@ export interface ListedWebApp {
|
|
|
903
951
|
WebAppId: string | undefined;
|
|
904
952
|
AccessEndpoint?: string | undefined;
|
|
905
953
|
WebAppEndpoint?: string | undefined;
|
|
954
|
+
EndpointType?: WebAppEndpointType | undefined;
|
|
906
955
|
}
|
|
907
956
|
export interface ListedWorkflow {
|
|
908
957
|
WorkflowId?: string | undefined;
|
|
@@ -1156,6 +1205,26 @@ export interface UpdateWebAppCustomizationRequest {
|
|
|
1156
1205
|
export interface UpdateWebAppCustomizationResponse {
|
|
1157
1206
|
WebAppId: string | undefined;
|
|
1158
1207
|
}
|
|
1208
|
+
export interface UpdateWebAppVpcConfig {
|
|
1209
|
+
SubnetIds?: string[] | undefined;
|
|
1210
|
+
}
|
|
1211
|
+
export type UpdateWebAppEndpointDetails =
|
|
1212
|
+
| UpdateWebAppEndpointDetails.VpcMember
|
|
1213
|
+
| UpdateWebAppEndpointDetails.$UnknownMember;
|
|
1214
|
+
export declare namespace UpdateWebAppEndpointDetails {
|
|
1215
|
+
interface VpcMember {
|
|
1216
|
+
Vpc: UpdateWebAppVpcConfig;
|
|
1217
|
+
$unknown?: never;
|
|
1218
|
+
}
|
|
1219
|
+
interface $UnknownMember {
|
|
1220
|
+
Vpc?: never;
|
|
1221
|
+
$unknown: [string, any];
|
|
1222
|
+
}
|
|
1223
|
+
interface Visitor<T> {
|
|
1224
|
+
Vpc: (value: UpdateWebAppVpcConfig) => T;
|
|
1225
|
+
_: (name: string, value: any) => T;
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1159
1228
|
export interface UpdateWebAppIdentityCenterConfig {
|
|
1160
1229
|
Role?: string | undefined;
|
|
1161
1230
|
}
|
|
@@ -1181,6 +1250,7 @@ export interface UpdateWebAppRequest {
|
|
|
1181
1250
|
IdentityProviderDetails?: UpdateWebAppIdentityProviderDetails | undefined;
|
|
1182
1251
|
AccessEndpoint?: string | undefined;
|
|
1183
1252
|
WebAppUnits?: WebAppUnits | undefined;
|
|
1253
|
+
EndpointDetails?: UpdateWebAppEndpointDetails | undefined;
|
|
1184
1254
|
}
|
|
1185
1255
|
export interface UpdateWebAppResponse {
|
|
1186
1256
|
WebAppId: string | undefined;
|
|
@@ -72,6 +72,7 @@ export declare var DescribedServer: StaticStructureSchema;
|
|
|
72
72
|
export declare var DescribedUser: StaticStructureSchema;
|
|
73
73
|
export declare var DescribedWebApp: StaticStructureSchema;
|
|
74
74
|
export declare var DescribedWebAppCustomization: StaticStructureSchema;
|
|
75
|
+
export declare var DescribedWebAppVpcConfig: StaticStructureSchema;
|
|
75
76
|
export declare var DescribedWorkflow: StaticStructureSchema;
|
|
76
77
|
export declare var DescribeExecutionRequest: StaticStructureSchema;
|
|
77
78
|
export declare var DescribeExecutionResponse: StaticStructureSchema;
|
|
@@ -206,7 +207,9 @@ export declare var UpdateWebAppCustomizationResponse: StaticStructureSchema;
|
|
|
206
207
|
export declare var UpdateWebAppIdentityCenterConfig: StaticStructureSchema;
|
|
207
208
|
export declare var UpdateWebAppRequest: StaticStructureSchema;
|
|
208
209
|
export declare var UpdateWebAppResponse: StaticStructureSchema;
|
|
210
|
+
export declare var UpdateWebAppVpcConfig: StaticStructureSchema;
|
|
209
211
|
export declare var UserDetails: StaticStructureSchema;
|
|
212
|
+
export declare var WebAppVpcConfig: StaticStructureSchema;
|
|
210
213
|
export declare var WorkflowDetail: StaticStructureSchema;
|
|
211
214
|
export declare var WorkflowDetails: StaticStructureSchema;
|
|
212
215
|
export declare var WorkflowStep: StaticStructureSchema;
|
|
@@ -249,9 +252,12 @@ export declare var Tags: StaticListSchema;
|
|
|
249
252
|
export declare var WorkflowSteps: StaticListSchema;
|
|
250
253
|
export declare var ConnectorEgressConfig: StaticStructureSchema;
|
|
251
254
|
export declare var DescribedConnectorEgressConfig: StaticStructureSchema;
|
|
255
|
+
export declare var DescribedWebAppEndpointDetails: StaticStructureSchema;
|
|
252
256
|
export declare var DescribedWebAppIdentityProviderDetails: StaticStructureSchema;
|
|
253
257
|
export declare var UpdateConnectorEgressConfig: StaticStructureSchema;
|
|
258
|
+
export declare var UpdateWebAppEndpointDetails: StaticStructureSchema;
|
|
254
259
|
export declare var UpdateWebAppIdentityProviderDetails: StaticStructureSchema;
|
|
260
|
+
export declare var WebAppEndpointDetails: StaticStructureSchema;
|
|
255
261
|
export declare var WebAppIdentityProviderDetails: StaticStructureSchema;
|
|
256
262
|
export declare var WebAppUnits: StaticStructureSchema;
|
|
257
263
|
export declare var CreateAccess: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transfer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.938.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-transfer",
|
|
@@ -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.
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.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",
|