@aws-sdk/client-vpc-lattice 3.1134.0 → 3.1135.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 +41 -7
- package/dist-es/models/enums.js +9 -0
- package/dist-es/schemas/schemas_0.js +28 -6
- package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +14 -4
- package/dist-types/commands/GetResourceConfigurationCommand.d.ts +7 -2
- package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +12 -2
- package/dist-types/models/enums.d.ts +40 -0
- package/dist-types/models/models_0.d.ts +63 -15
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +23 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1134.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -269,7 +269,7 @@ const _CE = "ConflictException";
|
|
|
269
269
|
const _CL = "CreateListener";
|
|
270
270
|
const _CLR = "CreateListenerRequest";
|
|
271
271
|
const _CLRr = "CreateListenerResponse";
|
|
272
|
-
const _CR = "
|
|
272
|
+
const _CR = "CidrResource";
|
|
273
273
|
const _CRC = "CreateResourceConfiguration";
|
|
274
274
|
const _CRCR = "CreateResourceConfigurationRequest";
|
|
275
275
|
const _CRCRr = "CreateResourceConfigurationResponse";
|
|
@@ -278,6 +278,7 @@ const _CRGR = "CreateResourceGatewayRequest";
|
|
|
278
278
|
const _CRGRr = "CreateResourceGatewayResponse";
|
|
279
279
|
const _CRR = "CreateRuleRequest";
|
|
280
280
|
const _CRRr = "CreateRuleResponse";
|
|
281
|
+
const _CRr = "CreateRule";
|
|
281
282
|
const _CS = "CreateService";
|
|
282
283
|
const _CSN = "CreateServiceNetwork";
|
|
283
284
|
const _CSNR = "CreateServiceNetworkRequest";
|
|
@@ -456,6 +457,8 @@ const _PAPR = "PutAuthPolicyRequest";
|
|
|
456
457
|
const _PAPRu = "PutAuthPolicyResponse";
|
|
457
458
|
const _PM = "PathMatch";
|
|
458
459
|
const _PMT = "PathMatchType";
|
|
460
|
+
const _PRE = "PayerResponsibilityEntry";
|
|
461
|
+
const _PRL = "PayerResponsibilityList";
|
|
459
462
|
const _PRP = "PutResourcePolicy";
|
|
460
463
|
const _PRPR = "PutResourcePolicyRequest";
|
|
461
464
|
const _PRPRu = "PutResourcePolicyResponse";
|
|
@@ -559,6 +562,8 @@ const _cA = "createdAt";
|
|
|
559
562
|
const _cAe = "certificateArn";
|
|
560
563
|
const _cB = "createdBy";
|
|
561
564
|
const _cDN = "customDomainName";
|
|
565
|
+
const _cR = "cidrRanges";
|
|
566
|
+
const _cRi = "cidrResource";
|
|
562
567
|
const _cS = "caseSensitive";
|
|
563
568
|
const _cT = "clientToken";
|
|
564
569
|
const _co = "config";
|
|
@@ -627,6 +632,8 @@ const _pDP = "privateDnsPreference";
|
|
|
627
632
|
const _pDSD = "privateDnsSpecifiedDomains";
|
|
628
633
|
const _pM = "pathMatch";
|
|
629
634
|
const _pR = "portRanges";
|
|
635
|
+
const _pRT = "payerResponsibilityType";
|
|
636
|
+
const _pRa = "payerResponsibility";
|
|
630
637
|
const _pV = "protocolVersion";
|
|
631
638
|
const _pa = "path";
|
|
632
639
|
const _po = "port";
|
|
@@ -674,6 +681,7 @@ const _sNN = "serviceNetworkName";
|
|
|
674
681
|
const _sNRAI = "serviceNetworkResourceAssociationIdentifier";
|
|
675
682
|
const _sNSAI = "serviceNetworkServiceAssociationIdentifier";
|
|
676
683
|
const _sNVAI = "serviceNetworkVpcAssociationIdentifier";
|
|
684
|
+
const _sc = "scope";
|
|
677
685
|
const _se = "server";
|
|
678
686
|
const _st = "status";
|
|
679
687
|
const _sta = "state";
|
|
@@ -766,6 +774,11 @@ var BatchUpdateRuleResponse$ = [3, n0, _BURRa,
|
|
|
766
774
|
[_su, _u],
|
|
767
775
|
[() => RuleUpdateSuccessList, () => RuleUpdateFailureList]
|
|
768
776
|
];
|
|
777
|
+
var CidrResource$ = [3, n0, _CR,
|
|
778
|
+
0,
|
|
779
|
+
[_cR],
|
|
780
|
+
[64 | 0]
|
|
781
|
+
];
|
|
769
782
|
var CreateAccessLogSubscriptionRequest$ = [3, n0, _CALSR,
|
|
770
783
|
0,
|
|
771
784
|
[_rIe, _dA, _cT, _sNLT, _t],
|
|
@@ -1396,6 +1409,11 @@ var PathMatch$ = [3, n0, _PM,
|
|
|
1396
1409
|
[_ma, _cS],
|
|
1397
1410
|
[() => PathMatchType$, 2], 1
|
|
1398
1411
|
];
|
|
1412
|
+
var PayerResponsibilityEntry$ = [3, n0, _PRE,
|
|
1413
|
+
0,
|
|
1414
|
+
[_sc, _pRT],
|
|
1415
|
+
[0, 0]
|
|
1416
|
+
];
|
|
1399
1417
|
var PutAuthPolicyRequest$ = [3, n0, _PAPR,
|
|
1400
1418
|
0,
|
|
1401
1419
|
[_rIe, _pol],
|
|
@@ -1433,8 +1451,8 @@ var ResourceConfigurationSummary$ = [3, n0, _RCS,
|
|
|
1433
1451
|
];
|
|
1434
1452
|
var ResourceEndpointAssociationSummary$ = [3, n0, _REAS,
|
|
1435
1453
|
0,
|
|
1436
|
-
[_i, _a, _rCIe, _rCA, _rCN, _vEI, _vEO, _cB, _cA],
|
|
1437
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 5]
|
|
1454
|
+
[_i, _a, _rCIe, _rCA, _rCN, _vEI, _vEO, _cB, _cA, _pRa],
|
|
1455
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 5, () => PayerResponsibilityList]
|
|
1438
1456
|
];
|
|
1439
1457
|
var ResourceGatewaySummary$ = [3, n0, _RGS,
|
|
1440
1458
|
0,
|
|
@@ -1668,6 +1686,9 @@ var HeaderMatchList = [1, n0, _HML,
|
|
|
1668
1686
|
var ListenerSummaryList = [1, n0, _LSL,
|
|
1669
1687
|
0, () => ListenerSummary$
|
|
1670
1688
|
];
|
|
1689
|
+
var PayerResponsibilityList = [1, n0, _PRL,
|
|
1690
|
+
0, () => PayerResponsibilityEntry$
|
|
1691
|
+
];
|
|
1671
1692
|
var ResourceConfigurationSummaryList = [1, n0, _RCSL,
|
|
1672
1693
|
0, () => ResourceConfigurationSummary$
|
|
1673
1694
|
];
|
|
@@ -1742,8 +1763,8 @@ var PathMatchType$ = [4, n0, _PMT,
|
|
|
1742
1763
|
];
|
|
1743
1764
|
var ResourceConfigurationDefinition$ = [4, n0, _RCD,
|
|
1744
1765
|
0,
|
|
1745
|
-
[_dR, _iR, _aR],
|
|
1746
|
-
[() => DnsResource$, () => IpResource$, () => ArnResource$]
|
|
1766
|
+
[_dR, _iR, _aR, _cRi],
|
|
1767
|
+
[() => DnsResource$, () => IpResource$, () => ArnResource$, () => CidrResource$]
|
|
1747
1768
|
];
|
|
1748
1769
|
var RuleAction$ = [4, n0, _RAu,
|
|
1749
1770
|
0,
|
|
@@ -1770,7 +1791,7 @@ var CreateResourceConfiguration$ = [9, n0, _CRC,
|
|
|
1770
1791
|
var CreateResourceGateway$ = [9, n0, _CRG,
|
|
1771
1792
|
{ [_h]: ["POST", "/resourcegateways", 201] }, () => CreateResourceGatewayRequest$, () => CreateResourceGatewayResponse$
|
|
1772
1793
|
];
|
|
1773
|
-
var CreateRule$ = [9, n0,
|
|
1794
|
+
var CreateRule$ = [9, n0, _CRr,
|
|
1774
1795
|
{ [_h]: ["POST", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 201] }, () => CreateRuleRequest$, () => CreateRuleResponse$
|
|
1775
1796
|
];
|
|
1776
1797
|
var CreateService$ = [9, n0, _CS,
|
|
@@ -2495,6 +2516,7 @@ const ListenerProtocol = {
|
|
|
2495
2516
|
};
|
|
2496
2517
|
const ProtocolType = {
|
|
2497
2518
|
TCP: "TCP",
|
|
2519
|
+
TCP_UDP: "TCP_UDP",
|
|
2498
2520
|
};
|
|
2499
2521
|
const ResourceConfigurationIpAddressType = {
|
|
2500
2522
|
DUALSTACK: "DUALSTACK",
|
|
@@ -2504,6 +2526,7 @@ const ResourceConfigurationIpAddressType = {
|
|
|
2504
2526
|
const ResourceConfigurationType = {
|
|
2505
2527
|
ARN: "ARN",
|
|
2506
2528
|
CHILD: "CHILD",
|
|
2529
|
+
CIDR: "CIDR",
|
|
2507
2530
|
GROUP: "GROUP",
|
|
2508
2531
|
SINGLE: "SINGLE",
|
|
2509
2532
|
};
|
|
@@ -2611,6 +2634,13 @@ const VerificationStatus = {
|
|
|
2611
2634
|
VERIFICATION_TIMED_OUT: "VERIFICATION_TIMED_OUT",
|
|
2612
2635
|
VERIFIED: "VERIFIED",
|
|
2613
2636
|
};
|
|
2637
|
+
const PayerResponsibilityPayer = {
|
|
2638
|
+
ResourceGatewayAccount: "ResourceGatewayAccount",
|
|
2639
|
+
VpcEndpointAccount: "VpcEndpointAccount",
|
|
2640
|
+
};
|
|
2641
|
+
const PayerResponsibilityScope = {
|
|
2642
|
+
ResourceGatewayCharges: "ResourceGatewayCharges",
|
|
2643
|
+
};
|
|
2614
2644
|
const TargetStatus = {
|
|
2615
2645
|
DRAINING: "DRAINING",
|
|
2616
2646
|
HEALTHY: "HEALTHY",
|
|
@@ -2630,6 +2660,7 @@ exports.BatchUpdateRule$ = BatchUpdateRule$;
|
|
|
2630
2660
|
exports.BatchUpdateRuleCommand = BatchUpdateRuleCommand;
|
|
2631
2661
|
exports.BatchUpdateRuleRequest$ = BatchUpdateRuleRequest$;
|
|
2632
2662
|
exports.BatchUpdateRuleResponse$ = BatchUpdateRuleResponse$;
|
|
2663
|
+
exports.CidrResource$ = CidrResource$;
|
|
2633
2664
|
exports.ConflictException = ConflictException;
|
|
2634
2665
|
exports.ConflictException$ = ConflictException$;
|
|
2635
2666
|
exports.CreateAccessLogSubscription$ = CreateAccessLogSubscription$;
|
|
@@ -2881,6 +2912,9 @@ exports.ListenerSummary$ = ListenerSummary$;
|
|
|
2881
2912
|
exports.Matcher$ = Matcher$;
|
|
2882
2913
|
exports.PathMatch$ = PathMatch$;
|
|
2883
2914
|
exports.PathMatchType$ = PathMatchType$;
|
|
2915
|
+
exports.PayerResponsibilityEntry$ = PayerResponsibilityEntry$;
|
|
2916
|
+
exports.PayerResponsibilityPayer = PayerResponsibilityPayer;
|
|
2917
|
+
exports.PayerResponsibilityScope = PayerResponsibilityScope;
|
|
2884
2918
|
exports.PrivateDnsPreference = PrivateDnsPreference;
|
|
2885
2919
|
exports.ProtocolType = ProtocolType;
|
|
2886
2920
|
exports.PutAuthPolicy$ = PutAuthPolicy$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -23,6 +23,7 @@ export const ListenerProtocol = {
|
|
|
23
23
|
};
|
|
24
24
|
export const ProtocolType = {
|
|
25
25
|
TCP: "TCP",
|
|
26
|
+
TCP_UDP: "TCP_UDP",
|
|
26
27
|
};
|
|
27
28
|
export const ResourceConfigurationIpAddressType = {
|
|
28
29
|
DUALSTACK: "DUALSTACK",
|
|
@@ -32,6 +33,7 @@ export const ResourceConfigurationIpAddressType = {
|
|
|
32
33
|
export const ResourceConfigurationType = {
|
|
33
34
|
ARN: "ARN",
|
|
34
35
|
CHILD: "CHILD",
|
|
36
|
+
CIDR: "CIDR",
|
|
35
37
|
GROUP: "GROUP",
|
|
36
38
|
SINGLE: "SINGLE",
|
|
37
39
|
};
|
|
@@ -139,6 +141,13 @@ export const VerificationStatus = {
|
|
|
139
141
|
VERIFICATION_TIMED_OUT: "VERIFICATION_TIMED_OUT",
|
|
140
142
|
VERIFIED: "VERIFIED",
|
|
141
143
|
};
|
|
144
|
+
export const PayerResponsibilityPayer = {
|
|
145
|
+
ResourceGatewayAccount: "ResourceGatewayAccount",
|
|
146
|
+
VpcEndpointAccount: "VpcEndpointAccount",
|
|
147
|
+
};
|
|
148
|
+
export const PayerResponsibilityScope = {
|
|
149
|
+
ResourceGatewayCharges: "ResourceGatewayCharges",
|
|
150
|
+
};
|
|
142
151
|
export const TargetStatus = {
|
|
143
152
|
DRAINING: "DRAINING",
|
|
144
153
|
HEALTHY: "HEALTHY",
|
|
@@ -12,7 +12,7 @@ const _CE = "ConflictException";
|
|
|
12
12
|
const _CL = "CreateListener";
|
|
13
13
|
const _CLR = "CreateListenerRequest";
|
|
14
14
|
const _CLRr = "CreateListenerResponse";
|
|
15
|
-
const _CR = "
|
|
15
|
+
const _CR = "CidrResource";
|
|
16
16
|
const _CRC = "CreateResourceConfiguration";
|
|
17
17
|
const _CRCR = "CreateResourceConfigurationRequest";
|
|
18
18
|
const _CRCRr = "CreateResourceConfigurationResponse";
|
|
@@ -21,6 +21,7 @@ const _CRGR = "CreateResourceGatewayRequest";
|
|
|
21
21
|
const _CRGRr = "CreateResourceGatewayResponse";
|
|
22
22
|
const _CRR = "CreateRuleRequest";
|
|
23
23
|
const _CRRr = "CreateRuleResponse";
|
|
24
|
+
const _CRr = "CreateRule";
|
|
24
25
|
const _CS = "CreateService";
|
|
25
26
|
const _CSN = "CreateServiceNetwork";
|
|
26
27
|
const _CSNR = "CreateServiceNetworkRequest";
|
|
@@ -199,6 +200,8 @@ const _PAPR = "PutAuthPolicyRequest";
|
|
|
199
200
|
const _PAPRu = "PutAuthPolicyResponse";
|
|
200
201
|
const _PM = "PathMatch";
|
|
201
202
|
const _PMT = "PathMatchType";
|
|
203
|
+
const _PRE = "PayerResponsibilityEntry";
|
|
204
|
+
const _PRL = "PayerResponsibilityList";
|
|
202
205
|
const _PRP = "PutResourcePolicy";
|
|
203
206
|
const _PRPR = "PutResourcePolicyRequest";
|
|
204
207
|
const _PRPRu = "PutResourcePolicyResponse";
|
|
@@ -302,6 +305,8 @@ const _cA = "createdAt";
|
|
|
302
305
|
const _cAe = "certificateArn";
|
|
303
306
|
const _cB = "createdBy";
|
|
304
307
|
const _cDN = "customDomainName";
|
|
308
|
+
const _cR = "cidrRanges";
|
|
309
|
+
const _cRi = "cidrResource";
|
|
305
310
|
const _cS = "caseSensitive";
|
|
306
311
|
const _cT = "clientToken";
|
|
307
312
|
const _co = "config";
|
|
@@ -370,6 +375,8 @@ const _pDP = "privateDnsPreference";
|
|
|
370
375
|
const _pDSD = "privateDnsSpecifiedDomains";
|
|
371
376
|
const _pM = "pathMatch";
|
|
372
377
|
const _pR = "portRanges";
|
|
378
|
+
const _pRT = "payerResponsibilityType";
|
|
379
|
+
const _pRa = "payerResponsibility";
|
|
373
380
|
const _pV = "protocolVersion";
|
|
374
381
|
const _pa = "path";
|
|
375
382
|
const _po = "port";
|
|
@@ -417,6 +424,7 @@ const _sNN = "serviceNetworkName";
|
|
|
417
424
|
const _sNRAI = "serviceNetworkResourceAssociationIdentifier";
|
|
418
425
|
const _sNSAI = "serviceNetworkServiceAssociationIdentifier";
|
|
419
426
|
const _sNVAI = "serviceNetworkVpcAssociationIdentifier";
|
|
427
|
+
const _sc = "scope";
|
|
420
428
|
const _se = "server";
|
|
421
429
|
const _st = "status";
|
|
422
430
|
const _sta = "state";
|
|
@@ -512,6 +520,11 @@ export var BatchUpdateRuleResponse$ = [3, n0, _BURRa,
|
|
|
512
520
|
[_su, _u],
|
|
513
521
|
[() => RuleUpdateSuccessList, () => RuleUpdateFailureList]
|
|
514
522
|
];
|
|
523
|
+
export var CidrResource$ = [3, n0, _CR,
|
|
524
|
+
0,
|
|
525
|
+
[_cR],
|
|
526
|
+
[64 | 0]
|
|
527
|
+
];
|
|
515
528
|
export var CreateAccessLogSubscriptionRequest$ = [3, n0, _CALSR,
|
|
516
529
|
0,
|
|
517
530
|
[_rIe, _dA, _cT, _sNLT, _t],
|
|
@@ -1142,6 +1155,11 @@ export var PathMatch$ = [3, n0, _PM,
|
|
|
1142
1155
|
[_ma, _cS],
|
|
1143
1156
|
[() => PathMatchType$, 2], 1
|
|
1144
1157
|
];
|
|
1158
|
+
export var PayerResponsibilityEntry$ = [3, n0, _PRE,
|
|
1159
|
+
0,
|
|
1160
|
+
[_sc, _pRT],
|
|
1161
|
+
[0, 0]
|
|
1162
|
+
];
|
|
1145
1163
|
export var PutAuthPolicyRequest$ = [3, n0, _PAPR,
|
|
1146
1164
|
0,
|
|
1147
1165
|
[_rIe, _pol],
|
|
@@ -1179,8 +1197,8 @@ export var ResourceConfigurationSummary$ = [3, n0, _RCS,
|
|
|
1179
1197
|
];
|
|
1180
1198
|
export var ResourceEndpointAssociationSummary$ = [3, n0, _REAS,
|
|
1181
1199
|
0,
|
|
1182
|
-
[_i, _a, _rCIe, _rCA, _rCN, _vEI, _vEO, _cB, _cA],
|
|
1183
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 5]
|
|
1200
|
+
[_i, _a, _rCIe, _rCA, _rCN, _vEI, _vEO, _cB, _cA, _pRa],
|
|
1201
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 5, () => PayerResponsibilityList]
|
|
1184
1202
|
];
|
|
1185
1203
|
export var ResourceGatewaySummary$ = [3, n0, _RGS,
|
|
1186
1204
|
0,
|
|
@@ -1405,6 +1423,7 @@ export var WeightedTargetGroup$ = [3, n0, _WTG,
|
|
|
1405
1423
|
var AccessLogSubscriptionList = [1, n0, _ALSL,
|
|
1406
1424
|
0, () => AccessLogSubscriptionSummary$
|
|
1407
1425
|
];
|
|
1426
|
+
var CidrRangeList = 64 | 0;
|
|
1408
1427
|
var DomainVerificationList = [1, n0, _DVL,
|
|
1409
1428
|
0, () => DomainVerificationSummary$
|
|
1410
1429
|
];
|
|
@@ -1414,6 +1433,9 @@ var HeaderMatchList = [1, n0, _HML,
|
|
|
1414
1433
|
var ListenerSummaryList = [1, n0, _LSL,
|
|
1415
1434
|
0, () => ListenerSummary$
|
|
1416
1435
|
];
|
|
1436
|
+
var PayerResponsibilityList = [1, n0, _PRL,
|
|
1437
|
+
0, () => PayerResponsibilityEntry$
|
|
1438
|
+
];
|
|
1417
1439
|
var PortRangeList = 64 | 0;
|
|
1418
1440
|
var PrivateDnsSpecifiedDomainsList = 64 | 0;
|
|
1419
1441
|
var ResourceConfigurationSummaryList = [1, n0, _RCSL,
|
|
@@ -1495,8 +1517,8 @@ export var PathMatchType$ = [4, n0, _PMT,
|
|
|
1495
1517
|
];
|
|
1496
1518
|
export var ResourceConfigurationDefinition$ = [4, n0, _RCD,
|
|
1497
1519
|
0,
|
|
1498
|
-
[_dR, _iR, _aR],
|
|
1499
|
-
[() => DnsResource$, () => IpResource$, () => ArnResource$]
|
|
1520
|
+
[_dR, _iR, _aR, _cRi],
|
|
1521
|
+
[() => DnsResource$, () => IpResource$, () => ArnResource$, () => CidrResource$]
|
|
1500
1522
|
];
|
|
1501
1523
|
export var RuleAction$ = [4, n0, _RAu,
|
|
1502
1524
|
0,
|
|
@@ -1523,7 +1545,7 @@ export var CreateResourceConfiguration$ = [9, n0, _CRC,
|
|
|
1523
1545
|
export var CreateResourceGateway$ = [9, n0, _CRG,
|
|
1524
1546
|
{ [_h]: ["POST", "/resourcegateways", 201] }, () => CreateResourceGatewayRequest$, () => CreateResourceGatewayResponse$
|
|
1525
1547
|
];
|
|
1526
|
-
export var CreateRule$ = [9, n0,
|
|
1548
|
+
export var CreateRule$ = [9, n0, _CRr,
|
|
1527
1549
|
{ [_h]: ["POST", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 201] }, () => CreateRuleRequest$, () => CreateRuleResponse$
|
|
1528
1550
|
];
|
|
1529
1551
|
export var CreateService$ = [9, n0, _CS,
|
|
@@ -35,11 +35,11 @@ declare const CreateResourceConfigurationCommand_base: {
|
|
|
35
35
|
* const client = new VPCLatticeClient(config);
|
|
36
36
|
* const input = { // CreateResourceConfigurationRequest
|
|
37
37
|
* name: "STRING_VALUE", // required
|
|
38
|
-
* type: "GROUP" || "CHILD" || "SINGLE" || "ARN", // required
|
|
38
|
+
* type: "GROUP" || "CHILD" || "SINGLE" || "ARN" || "CIDR", // required
|
|
39
39
|
* portRanges: [ // PortRangeList
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
|
-
* protocol: "TCP",
|
|
42
|
+
* protocol: "TCP" || "TCP_UDP",
|
|
43
43
|
* resourceGatewayIdentifier: "STRING_VALUE",
|
|
44
44
|
* resourceConfigurationGroupIdentifier: "STRING_VALUE",
|
|
45
45
|
* resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
|
|
@@ -53,6 +53,11 @@ declare const CreateResourceConfigurationCommand_base: {
|
|
|
53
53
|
* arnResource: { // ArnResource
|
|
54
54
|
* arn: "STRING_VALUE",
|
|
55
55
|
* },
|
|
56
|
+
* cidrResource: { // CidrResource
|
|
57
|
+
* cidrRanges: [ // CidrRangeList
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* },
|
|
56
61
|
* },
|
|
57
62
|
* allowAssociationToShareableServiceNetwork: true || false,
|
|
58
63
|
* customDomainName: "STRING_VALUE",
|
|
@@ -71,11 +76,11 @@ declare const CreateResourceConfigurationCommand_base: {
|
|
|
71
76
|
* // arn: "STRING_VALUE",
|
|
72
77
|
* // resourceGatewayId: "STRING_VALUE",
|
|
73
78
|
* // resourceConfigurationGroupId: "STRING_VALUE",
|
|
74
|
-
* // type: "GROUP" || "CHILD" || "SINGLE" || "ARN",
|
|
79
|
+
* // type: "GROUP" || "CHILD" || "SINGLE" || "ARN" || "CIDR",
|
|
75
80
|
* // portRanges: [ // PortRangeList
|
|
76
81
|
* // "STRING_VALUE",
|
|
77
82
|
* // ],
|
|
78
|
-
* // protocol: "TCP",
|
|
83
|
+
* // protocol: "TCP" || "TCP_UDP",
|
|
79
84
|
* // status: "STRING_VALUE",
|
|
80
85
|
* // resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
|
|
81
86
|
* // dnsResource: { // DnsResource
|
|
@@ -88,6 +93,11 @@ declare const CreateResourceConfigurationCommand_base: {
|
|
|
88
93
|
* // arnResource: { // ArnResource
|
|
89
94
|
* // arn: "STRING_VALUE",
|
|
90
95
|
* // },
|
|
96
|
+
* // cidrResource: { // CidrResource
|
|
97
|
+
* // cidrRanges: [ // CidrRangeList
|
|
98
|
+
* // "STRING_VALUE",
|
|
99
|
+
* // ],
|
|
100
|
+
* // },
|
|
91
101
|
* // },
|
|
92
102
|
* // allowAssociationToShareableServiceNetwork: true || false,
|
|
93
103
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -44,12 +44,12 @@ declare const GetResourceConfigurationCommand_base: {
|
|
|
44
44
|
* // arn: "STRING_VALUE",
|
|
45
45
|
* // resourceGatewayId: "STRING_VALUE",
|
|
46
46
|
* // resourceConfigurationGroupId: "STRING_VALUE",
|
|
47
|
-
* // type: "GROUP" || "CHILD" || "SINGLE" || "ARN",
|
|
47
|
+
* // type: "GROUP" || "CHILD" || "SINGLE" || "ARN" || "CIDR",
|
|
48
48
|
* // allowAssociationToShareableServiceNetwork: true || false,
|
|
49
49
|
* // portRanges: [ // PortRangeList
|
|
50
50
|
* // "STRING_VALUE",
|
|
51
51
|
* // ],
|
|
52
|
-
* // protocol: "TCP",
|
|
52
|
+
* // protocol: "TCP" || "TCP_UDP",
|
|
53
53
|
* // customDomainName: "STRING_VALUE",
|
|
54
54
|
* // status: "STRING_VALUE",
|
|
55
55
|
* // resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
|
|
@@ -63,6 +63,11 @@ declare const GetResourceConfigurationCommand_base: {
|
|
|
63
63
|
* // arnResource: { // ArnResource
|
|
64
64
|
* // arn: "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
|
+
* // cidrResource: { // CidrResource
|
|
67
|
+
* // cidrRanges: [ // CidrRangeList
|
|
68
|
+
* // "STRING_VALUE",
|
|
69
|
+
* // ],
|
|
70
|
+
* // },
|
|
66
71
|
* // },
|
|
67
72
|
* // createdAt: new Date("TIMESTAMP"),
|
|
68
73
|
* // amazonManaged: true || false,
|
|
@@ -50,7 +50,7 @@ declare const ListResourceConfigurationsCommand_base: {
|
|
|
50
50
|
* // arn: "STRING_VALUE",
|
|
51
51
|
* // resourceGatewayId: "STRING_VALUE",
|
|
52
52
|
* // resourceConfigurationGroupId: "STRING_VALUE",
|
|
53
|
-
* // type: "GROUP" || "CHILD" || "SINGLE" || "ARN",
|
|
53
|
+
* // type: "GROUP" || "CHILD" || "SINGLE" || "ARN" || "CIDR",
|
|
54
54
|
* // status: "STRING_VALUE",
|
|
55
55
|
* // amazonManaged: true || false,
|
|
56
56
|
* // createdAt: new Date("TIMESTAMP"),
|
|
@@ -55,6 +55,12 @@ declare const ListResourceEndpointAssociationsCommand_base: {
|
|
|
55
55
|
* // vpcEndpointOwner: "STRING_VALUE",
|
|
56
56
|
* // createdBy: "STRING_VALUE",
|
|
57
57
|
* // createdAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // payerResponsibility: [ // PayerResponsibilityList
|
|
59
|
+
* // { // PayerResponsibilityEntry
|
|
60
|
+
* // scope: "ResourceGatewayCharges",
|
|
61
|
+
* // payerResponsibilityType: "VpcEndpointAccount" || "ResourceGatewayAccount",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
58
64
|
* // },
|
|
59
65
|
* // ],
|
|
60
66
|
* // nextToken: "STRING_VALUE",
|
|
@@ -46,6 +46,11 @@ declare const UpdateResourceConfigurationCommand_base: {
|
|
|
46
46
|
* arnResource: { // ArnResource
|
|
47
47
|
* arn: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
|
+
* cidrResource: { // CidrResource
|
|
50
|
+
* cidrRanges: [ // CidrRangeList
|
|
51
|
+
* "STRING_VALUE",
|
|
52
|
+
* ],
|
|
53
|
+
* },
|
|
49
54
|
* },
|
|
50
55
|
* allowAssociationToShareableServiceNetwork: true || false,
|
|
51
56
|
* portRanges: [ // PortRangeList
|
|
@@ -60,12 +65,12 @@ declare const UpdateResourceConfigurationCommand_base: {
|
|
|
60
65
|
* // arn: "STRING_VALUE",
|
|
61
66
|
* // resourceGatewayId: "STRING_VALUE",
|
|
62
67
|
* // resourceConfigurationGroupId: "STRING_VALUE",
|
|
63
|
-
* // type: "GROUP" || "CHILD" || "SINGLE" || "ARN",
|
|
68
|
+
* // type: "GROUP" || "CHILD" || "SINGLE" || "ARN" || "CIDR",
|
|
64
69
|
* // portRanges: [ // PortRangeList
|
|
65
70
|
* // "STRING_VALUE",
|
|
66
71
|
* // ],
|
|
67
72
|
* // allowAssociationToShareableServiceNetwork: true || false,
|
|
68
|
-
* // protocol: "TCP",
|
|
73
|
+
* // protocol: "TCP" || "TCP_UDP",
|
|
69
74
|
* // status: "STRING_VALUE",
|
|
70
75
|
* // resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
|
|
71
76
|
* // dnsResource: { // DnsResource
|
|
@@ -78,6 +83,11 @@ declare const UpdateResourceConfigurationCommand_base: {
|
|
|
78
83
|
* // arnResource: { // ArnResource
|
|
79
84
|
* // arn: "STRING_VALUE",
|
|
80
85
|
* // },
|
|
86
|
+
* // cidrResource: { // CidrResource
|
|
87
|
+
* // cidrRanges: [ // CidrRangeList
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // },
|
|
81
91
|
* // },
|
|
82
92
|
* // };
|
|
83
93
|
*
|
|
@@ -85,6 +85,10 @@ export declare const ProtocolType: {
|
|
|
85
85
|
* Resource Configuration protocol type TCP
|
|
86
86
|
*/
|
|
87
87
|
readonly TCP: "TCP";
|
|
88
|
+
/**
|
|
89
|
+
* Resource Configuration protocol type TCP_UDP
|
|
90
|
+
*/
|
|
91
|
+
readonly TCP_UDP: "TCP_UDP";
|
|
88
92
|
};
|
|
89
93
|
/**
|
|
90
94
|
* @public
|
|
@@ -125,6 +129,10 @@ export declare const ResourceConfigurationType: {
|
|
|
125
129
|
* Resource Configuration of type CHILD
|
|
126
130
|
*/
|
|
127
131
|
readonly CHILD: "CHILD";
|
|
132
|
+
/**
|
|
133
|
+
* Resource Configuration of type CIDR
|
|
134
|
+
*/
|
|
135
|
+
readonly CIDR: "CIDR";
|
|
128
136
|
/**
|
|
129
137
|
* Resource Configuration of type GROUP
|
|
130
138
|
*/
|
|
@@ -567,6 +575,38 @@ export declare const VerificationStatus: {
|
|
|
567
575
|
* @public
|
|
568
576
|
*/
|
|
569
577
|
export type VerificationStatus = (typeof VerificationStatus)[keyof typeof VerificationStatus];
|
|
578
|
+
/**
|
|
579
|
+
* @public
|
|
580
|
+
* @enum
|
|
581
|
+
*/
|
|
582
|
+
export declare const PayerResponsibilityPayer: {
|
|
583
|
+
/**
|
|
584
|
+
* The resource gateway account pays
|
|
585
|
+
*/
|
|
586
|
+
readonly ResourceGatewayAccount: "ResourceGatewayAccount";
|
|
587
|
+
/**
|
|
588
|
+
* The VPC endpoint account pays
|
|
589
|
+
*/
|
|
590
|
+
readonly VpcEndpointAccount: "VpcEndpointAccount";
|
|
591
|
+
};
|
|
592
|
+
/**
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
export type PayerResponsibilityPayer = (typeof PayerResponsibilityPayer)[keyof typeof PayerResponsibilityPayer];
|
|
596
|
+
/**
|
|
597
|
+
* @public
|
|
598
|
+
* @enum
|
|
599
|
+
*/
|
|
600
|
+
export declare const PayerResponsibilityScope: {
|
|
601
|
+
/**
|
|
602
|
+
* Charges for the resource gateway
|
|
603
|
+
*/
|
|
604
|
+
readonly ResourceGatewayCharges: "ResourceGatewayCharges";
|
|
605
|
+
};
|
|
606
|
+
/**
|
|
607
|
+
* @public
|
|
608
|
+
*/
|
|
609
|
+
export type PayerResponsibilityScope = (typeof PayerResponsibilityScope)[keyof typeof PayerResponsibilityScope];
|
|
570
610
|
/**
|
|
571
611
|
* @public
|
|
572
612
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AuthPolicyState, AuthType, HealthCheckProtocolVersion, IpAddressType, LambdaEventStructureVersion, ListenerProtocol, PrivateDnsPreference, ProtocolType, ResourceConfigDnsResolution, ResourceConfigurationIpAddressType, ResourceConfigurationStatus, ResourceConfigurationType, ResourceGatewayIpAddressType, ResourceGatewayStatus, ServiceNetworkLogType, ServiceNetworkResourceAssociationStatus, ServiceNetworkServiceAssociationStatus, ServiceNetworkVpcAssociationStatus, ServiceStatus, TargetGroupProtocol, TargetGroupProtocolVersion, TargetGroupStatus, TargetGroupType, TargetStatus, VerificationStatus } from "./enums";
|
|
1
|
+
import type { AuthPolicyState, AuthType, HealthCheckProtocolVersion, IpAddressType, LambdaEventStructureVersion, ListenerProtocol, PayerResponsibilityPayer, PayerResponsibilityScope, PrivateDnsPreference, ProtocolType, ResourceConfigDnsResolution, ResourceConfigurationIpAddressType, ResourceConfigurationStatus, ResourceConfigurationType, ResourceGatewayIpAddressType, ResourceGatewayStatus, ServiceNetworkLogType, ServiceNetworkResourceAssociationStatus, ServiceNetworkServiceAssociationStatus, ServiceNetworkVpcAssociationStatus, ServiceStatus, TargetGroupProtocol, TargetGroupProtocolVersion, TargetGroupStatus, TargetGroupType, TargetStatus, VerificationStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -688,6 +688,17 @@ export interface BatchUpdateRuleResponse {
|
|
|
688
688
|
*/
|
|
689
689
|
unsuccessful?: RuleUpdateFailure[] | undefined;
|
|
690
690
|
}
|
|
691
|
+
/**
|
|
692
|
+
* <p>Describes a CIDR resource, which represents a network segment as one or more CIDR ranges.</p>
|
|
693
|
+
* @public
|
|
694
|
+
*/
|
|
695
|
+
export interface CidrResource {
|
|
696
|
+
/**
|
|
697
|
+
* <p>The CIDR ranges of the network segment, for example, <code>10.0.0.0/16</code>.</p>
|
|
698
|
+
* @public
|
|
699
|
+
*/
|
|
700
|
+
cidrRanges?: string[] | undefined;
|
|
701
|
+
}
|
|
691
702
|
/**
|
|
692
703
|
* @public
|
|
693
704
|
*/
|
|
@@ -804,7 +815,7 @@ export interface IpResource {
|
|
|
804
815
|
* <p>Describes a resource configuration.</p>
|
|
805
816
|
* @public
|
|
806
817
|
*/
|
|
807
|
-
export type ResourceConfigurationDefinition = ResourceConfigurationDefinition.ArnResourceMember | ResourceConfigurationDefinition.DnsResourceMember | ResourceConfigurationDefinition.IpResourceMember | ResourceConfigurationDefinition.$UnknownMember;
|
|
818
|
+
export type ResourceConfigurationDefinition = ResourceConfigurationDefinition.ArnResourceMember | ResourceConfigurationDefinition.CidrResourceMember | ResourceConfigurationDefinition.DnsResourceMember | ResourceConfigurationDefinition.IpResourceMember | ResourceConfigurationDefinition.$UnknownMember;
|
|
808
819
|
/**
|
|
809
820
|
* @public
|
|
810
821
|
*/
|
|
@@ -817,6 +828,7 @@ export declare namespace ResourceConfigurationDefinition {
|
|
|
817
828
|
dnsResource: DnsResource;
|
|
818
829
|
ipResource?: never;
|
|
819
830
|
arnResource?: never;
|
|
831
|
+
cidrResource?: never;
|
|
820
832
|
$unknown?: never;
|
|
821
833
|
}
|
|
822
834
|
/**
|
|
@@ -827,6 +839,7 @@ export declare namespace ResourceConfigurationDefinition {
|
|
|
827
839
|
dnsResource?: never;
|
|
828
840
|
ipResource: IpResource;
|
|
829
841
|
arnResource?: never;
|
|
842
|
+
cidrResource?: never;
|
|
830
843
|
$unknown?: never;
|
|
831
844
|
}
|
|
832
845
|
/**
|
|
@@ -837,6 +850,18 @@ export declare namespace ResourceConfigurationDefinition {
|
|
|
837
850
|
dnsResource?: never;
|
|
838
851
|
ipResource?: never;
|
|
839
852
|
arnResource: ArnResource;
|
|
853
|
+
cidrResource?: never;
|
|
854
|
+
$unknown?: never;
|
|
855
|
+
}
|
|
856
|
+
/**
|
|
857
|
+
* <p>The network segment for a resource configuration of type CIDR, specified as one or more CIDR ranges (<code>cidrRanges</code>). Resources whose IP addresses fall within these ranges are reachable through a <code>Tunnel</code> VPC endpoint.</p>
|
|
858
|
+
* @public
|
|
859
|
+
*/
|
|
860
|
+
interface CidrResourceMember {
|
|
861
|
+
dnsResource?: never;
|
|
862
|
+
ipResource?: never;
|
|
863
|
+
arnResource?: never;
|
|
864
|
+
cidrResource: CidrResource;
|
|
840
865
|
$unknown?: never;
|
|
841
866
|
}
|
|
842
867
|
/**
|
|
@@ -846,6 +871,7 @@ export declare namespace ResourceConfigurationDefinition {
|
|
|
846
871
|
dnsResource?: never;
|
|
847
872
|
ipResource?: never;
|
|
848
873
|
arnResource?: never;
|
|
874
|
+
cidrResource?: never;
|
|
849
875
|
$unknown: [string, any];
|
|
850
876
|
}
|
|
851
877
|
/**
|
|
@@ -856,6 +882,7 @@ export declare namespace ResourceConfigurationDefinition {
|
|
|
856
882
|
dnsResource: (value: DnsResource) => T;
|
|
857
883
|
ipResource: (value: IpResource) => T;
|
|
858
884
|
arnResource: (value: ArnResource) => T;
|
|
885
|
+
cidrResource: (value: CidrResource) => T;
|
|
859
886
|
_: (name: string, value: any) => T;
|
|
860
887
|
}
|
|
861
888
|
}
|
|
@@ -869,22 +896,22 @@ export interface CreateResourceConfigurationRequest {
|
|
|
869
896
|
*/
|
|
870
897
|
name: string | undefined;
|
|
871
898
|
/**
|
|
872
|
-
* <p>The type of resource configuration. A resource configuration can be one of the following types:</p> <ul> <li> <p> <b>SINGLE</b> - A single resource.</p> </li> <li> <p> <b>GROUP</b> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <b>CHILD</b> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <b>ARN</b> - An Amazon Web Services resource.</p> </li> </ul>
|
|
899
|
+
* <p>The type of resource configuration. A resource configuration can be one of the following types:</p> <ul> <li> <p> <b>SINGLE</b> - A single resource.</p> </li> <li> <p> <b>GROUP</b> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <b>CHILD</b> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <b>ARN</b> - An Amazon Web Services resource.</p> </li> <li> <p> <b>CIDR</b> - A network segment, expressed as a range of IP addresses (a CIDR block). Use this type to share a portion of your network rather than an individual resource. A consumer accesses the resources within the CIDR range through a <code>Tunnel</code> VPC endpoint. You can't add a CIDR resource configuration to a service network. A CIDR resource configuration must be associated with a resource gateway whose DNS resolution is set to <code>IN_VPC</code>.</p> </li> </ul>
|
|
873
900
|
* @public
|
|
874
901
|
*/
|
|
875
902
|
type: ResourceConfigurationType | undefined;
|
|
876
903
|
/**
|
|
877
|
-
* <p>(SINGLE, GROUP, CHILD) The
|
|
904
|
+
* <p>(SINGLE, GROUP, CHILD, CIDR) The port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30). To resolve DNS through a CIDR resource configuration, include port 53 in the port ranges.</p>
|
|
878
905
|
* @public
|
|
879
906
|
*/
|
|
880
907
|
portRanges?: string[] | undefined;
|
|
881
908
|
/**
|
|
882
|
-
* <p>(SINGLE, GROUP) The protocol accepted by the resource configuration.</p>
|
|
909
|
+
* <p>(SINGLE, GROUP, CIDR) The protocol accepted by the resource configuration. The default is <code>TCP</code>. <code>TCP_UDP</code> is supported only for CIDR resource configurations; specify it for a CIDR resource configuration to allow DNS resolution, which uses UDP.</p>
|
|
883
910
|
* @public
|
|
884
911
|
*/
|
|
885
912
|
protocol?: ProtocolType | undefined;
|
|
886
913
|
/**
|
|
887
|
-
* <p>(SINGLE, GROUP, ARN) The ID or ARN of the resource gateway used to connect to the resource configuration. For a child resource configuration, this value is inherited from the parent resource configuration.</p>
|
|
914
|
+
* <p>(SINGLE, GROUP, ARN, CIDR) The ID or ARN of the resource gateway used to connect to the resource configuration. For a child resource configuration, this value is inherited from the parent resource configuration. For a CIDR resource configuration, the associated resource gateway must have its DNS resolution set to <code>IN_VPC</code> so that DNS queries resolve in the context of your VPC.</p>
|
|
888
915
|
* @public
|
|
889
916
|
*/
|
|
890
917
|
resourceGatewayIdentifier?: string | undefined;
|
|
@@ -894,7 +921,7 @@ export interface CreateResourceConfigurationRequest {
|
|
|
894
921
|
*/
|
|
895
922
|
resourceConfigurationGroupIdentifier?: string | undefined;
|
|
896
923
|
/**
|
|
897
|
-
* <p>Identifies the resource configuration in one of the following ways:</p> <ul> <li> <p> <b>Amazon Resource Name (ARN)</b> - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN.</p> </li> <li> <p> <b>Domain name</b> - Any domain name that is publicly resolvable.</p> </li> <li> <p> <b>IP address</b> - For IPv4 and IPv6, only IP addresses in the VPC are supported.</p> </li> </ul>
|
|
924
|
+
* <p>Identifies the resource configuration in one of the following ways:</p> <ul> <li> <p> <b>Amazon Resource Name (ARN)</b> - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN.</p> </li> <li> <p> <b>Domain name</b> - Any domain name that is publicly resolvable.</p> </li> <li> <p> <b>IP address</b> - For IPv4 and IPv6, only IP addresses in the VPC are supported.</p> </li> <li> <p> <b>CIDR range</b> - For a resource configuration of type CIDR, specify a <code>cidrResource</code> with one or more <code>cidrRanges</code> (for example, <code>10.0.0.0/16</code>) that cover the IP addresses of the resources you want to make accessible. You can specify up to 10 ranges, using IPv4, IPv6, or both, and each range must include a prefix length. To represent your entire network, specify <code>0.0.0.0/0</code> (IPv4) or <code>::/0</code> (IPv6) as the only range. You can't use reserved ranges such as <code>169.254.0.0/16</code>, <code>100.64.0.0/10</code>, <code>224.0.0.0/4</code>, <code>fe80::/10</code>, or <code>ff00::/8</code>.</p> </li> </ul>
|
|
898
925
|
* @public
|
|
899
926
|
*/
|
|
900
927
|
resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
|
|
@@ -959,7 +986,7 @@ export interface CreateResourceConfigurationResponse {
|
|
|
959
986
|
*/
|
|
960
987
|
resourceConfigurationGroupId?: string | undefined;
|
|
961
988
|
/**
|
|
962
|
-
* <p>The type of resource configuration. A resource configuration can be one of the following types:</p> <ul> <li> <p> <b>SINGLE</b> - A single resource.</p> </li> <li> <p> <b>GROUP</b> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <b>CHILD</b> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <b>ARN</b> - An Amazon Web Services resource.</p> </li> </ul>
|
|
989
|
+
* <p>The type of resource configuration. A resource configuration can be one of the following types:</p> <ul> <li> <p> <b>SINGLE</b> - A single resource.</p> </li> <li> <p> <b>GROUP</b> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <b>CHILD</b> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <b>ARN</b> - An Amazon Web Services resource.</p> </li> <li> <p> <b>CIDR</b> - A network segment, expressed as a range of IP addresses (a CIDR block). A consumer accesses the resources within the CIDR range through a <code>Tunnel</code> VPC endpoint. A CIDR resource configuration must be associated with a resource gateway whose DNS resolution is set to <code>IN_VPC</code>.</p> </li> </ul>
|
|
963
990
|
* @public
|
|
964
991
|
*/
|
|
965
992
|
type?: ResourceConfigurationType | undefined;
|
|
@@ -1059,7 +1086,7 @@ export interface CreateResourceGatewayRequest {
|
|
|
1059
1086
|
*/
|
|
1060
1087
|
ipv4AddressesPerEni?: number | undefined;
|
|
1061
1088
|
/**
|
|
1062
|
-
* <p>Indicates how DNS is resolved for resource configurations associated
|
|
1089
|
+
* <p>Indicates how DNS is resolved for resource configurations associated with this resource gateway. This value is set when you create the resource gateway and can't be changed afterward. The default is <code>PUBLIC</code>.</p> <ul> <li> <p> <code>IN_VPC</code> - DNS resolution occurs privately within the resource gateway's VPC. DNS queries for resources behind this resource gateway resolve using the DNS resolvers defined in the VPC's DHCP option sets. Use this when your resource domain names are hosted in private Route 53 hosted zones or on-premises DNS servers reachable from the VPC. A CIDR resource configuration requires a resource gateway that uses <code>IN_VPC</code>, and an <code>IN_VPC</code> resource gateway can't be used for ARN resource configurations, so a single resource gateway can't serve both ARN and CIDR resource configurations.</p> </li> <li> <p> <code>PUBLIC</code> - DNS resolution occurs against public DNS resolvers. DNS queries for resources behind this resource gateway resolve using standard public DNS. Use this when your resource domain names are publicly resolvable.</p> </li> </ul>
|
|
1063
1090
|
* @public
|
|
1064
1091
|
*/
|
|
1065
1092
|
resourceConfigDnsResolution?: ResourceConfigDnsResolution | undefined;
|
|
@@ -2546,7 +2573,7 @@ export interface GetResourceConfigurationResponse {
|
|
|
2546
2573
|
*/
|
|
2547
2574
|
arn?: string | undefined;
|
|
2548
2575
|
/**
|
|
2549
|
-
* <p>The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or
|
|
2576
|
+
* <p>The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, ARN, or CIDR.</p>
|
|
2550
2577
|
* @public
|
|
2551
2578
|
*/
|
|
2552
2579
|
resourceGatewayId?: string | undefined;
|
|
@@ -2556,7 +2583,7 @@ export interface GetResourceConfigurationResponse {
|
|
|
2556
2583
|
*/
|
|
2557
2584
|
resourceConfigurationGroupId?: string | undefined;
|
|
2558
2585
|
/**
|
|
2559
|
-
* <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>
|
|
2586
|
+
* <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> <li> <p> <code>CIDR</code> - A network segment (a range of IP addresses) accessed through a <code>Tunnel</code> VPC endpoint.</p> </li> </ul>
|
|
2560
2587
|
* @public
|
|
2561
2588
|
*/
|
|
2562
2589
|
type?: ResourceConfigurationType | undefined;
|
|
@@ -3031,7 +3058,7 @@ export interface GetServiceNetworkResourceAssociationResponse {
|
|
|
3031
3058
|
*/
|
|
3032
3059
|
lastUpdatedAt?: Date | undefined;
|
|
3033
3060
|
/**
|
|
3034
|
-
* <p>The private DNS entry for the service.</p>
|
|
3061
|
+
* <p>The private DNS entry for the service. This entry includes only the domain name.</p>
|
|
3035
3062
|
* @public
|
|
3036
3063
|
*/
|
|
3037
3064
|
privateDnsEntry?: DnsEntry | undefined;
|
|
@@ -3508,7 +3535,7 @@ export interface ResourceConfigurationSummary {
|
|
|
3508
3535
|
*/
|
|
3509
3536
|
resourceConfigurationGroupId?: string | undefined;
|
|
3510
3537
|
/**
|
|
3511
|
-
* <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>
|
|
3538
|
+
* <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> <li> <p> <code>CIDR</code> - A network segment (a range of IP addresses) accessed through a <code>Tunnel</code> VPC endpoint.</p> </li> </ul>
|
|
3512
3539
|
* @public
|
|
3513
3540
|
*/
|
|
3514
3541
|
type?: ResourceConfigurationType | undefined;
|
|
@@ -3598,6 +3625,22 @@ export interface ListResourceEndpointAssociationsRequest {
|
|
|
3598
3625
|
*/
|
|
3599
3626
|
nextToken?: string | undefined;
|
|
3600
3627
|
}
|
|
3628
|
+
/**
|
|
3629
|
+
* <p>Specifies which account pays for a category of charges on a VPC endpoint association.</p>
|
|
3630
|
+
* @public
|
|
3631
|
+
*/
|
|
3632
|
+
export interface PayerResponsibilityEntry {
|
|
3633
|
+
/**
|
|
3634
|
+
* <p>The category of charges that this entry applies to. <code>ResourceGatewayCharges</code> covers the resource gateway's data processing charge.</p>
|
|
3635
|
+
* @public
|
|
3636
|
+
*/
|
|
3637
|
+
scope?: PayerResponsibilityScope | undefined;
|
|
3638
|
+
/**
|
|
3639
|
+
* <p>The account that pays this category of charges. <code>VpcEndpointAccount</code> owns the VPC endpoint. <code>ResourceGatewayAccount</code> owns the resource gateway.</p>
|
|
3640
|
+
* @public
|
|
3641
|
+
*/
|
|
3642
|
+
payerResponsibilityType?: PayerResponsibilityPayer | undefined;
|
|
3643
|
+
}
|
|
3601
3644
|
/**
|
|
3602
3645
|
* <p>Summary information about a VPC endpoint association.</p>
|
|
3603
3646
|
* @public
|
|
@@ -3648,6 +3691,11 @@ export interface ResourceEndpointAssociationSummary {
|
|
|
3648
3691
|
* @public
|
|
3649
3692
|
*/
|
|
3650
3693
|
createdAt?: Date | undefined;
|
|
3694
|
+
/**
|
|
3695
|
+
* <p>Who pays for each category of charges on the VPC endpoint association.</p>
|
|
3696
|
+
* @public
|
|
3697
|
+
*/
|
|
3698
|
+
payerResponsibility?: PayerResponsibilityEntry[] | undefined;
|
|
3651
3699
|
}
|
|
3652
3700
|
/**
|
|
3653
3701
|
* @public
|
|
@@ -3937,7 +3985,7 @@ export interface ServiceNetworkResourceAssociationSummary {
|
|
|
3937
3985
|
*/
|
|
3938
3986
|
dnsEntry?: DnsEntry | undefined;
|
|
3939
3987
|
/**
|
|
3940
|
-
* <p>The private DNS entry for the service.</p>
|
|
3988
|
+
* <p>The private DNS entry for the service. This entry includes only the domain name.</p>
|
|
3941
3989
|
* @public
|
|
3942
3990
|
*/
|
|
3943
3991
|
privateDnsEntry?: DnsEntry | undefined;
|
|
@@ -4719,7 +4767,7 @@ export interface UpdateResourceConfigurationResponse {
|
|
|
4719
4767
|
*/
|
|
4720
4768
|
resourceConfigurationGroupId?: string | undefined;
|
|
4721
4769
|
/**
|
|
4722
|
-
* <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>
|
|
4770
|
+
* <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> <li> <p> <code>CIDR</code> - A network segment (a range of IP addresses) accessed through a <code>Tunnel</code> VPC endpoint.</p> </li> </ul>
|
|
4723
4771
|
* @public
|
|
4724
4772
|
*/
|
|
4725
4773
|
type?: ResourceConfigurationType | undefined;
|
|
@@ -18,6 +18,7 @@ export declare var AccessLogSubscriptionSummary$: StaticStructureSchema;
|
|
|
18
18
|
export declare var ArnResource$: StaticStructureSchema;
|
|
19
19
|
export declare var BatchUpdateRuleRequest$: StaticStructureSchema;
|
|
20
20
|
export declare var BatchUpdateRuleResponse$: StaticStructureSchema;
|
|
21
|
+
export declare var CidrResource$: StaticStructureSchema;
|
|
21
22
|
export declare var CreateAccessLogSubscriptionRequest$: StaticStructureSchema;
|
|
22
23
|
export declare var CreateAccessLogSubscriptionResponse$: StaticStructureSchema;
|
|
23
24
|
export declare var CreateListenerRequest$: StaticStructureSchema;
|
|
@@ -144,6 +145,7 @@ export declare var ListTargetGroupsResponse$: StaticStructureSchema;
|
|
|
144
145
|
export declare var ListTargetsRequest$: StaticStructureSchema;
|
|
145
146
|
export declare var ListTargetsResponse$: StaticStructureSchema;
|
|
146
147
|
export declare var PathMatch$: StaticStructureSchema;
|
|
148
|
+
export declare var PayerResponsibilityEntry$: StaticStructureSchema;
|
|
147
149
|
export declare var PutAuthPolicyRequest$: StaticStructureSchema;
|
|
148
150
|
export declare var PutAuthPolicyResponse$: StaticStructureSchema;
|
|
149
151
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
@@ -30,6 +30,7 @@ export declare const ListenerProtocol: {
|
|
|
30
30
|
export type ListenerProtocol = (typeof ListenerProtocol)[keyof typeof ListenerProtocol];
|
|
31
31
|
export declare const ProtocolType: {
|
|
32
32
|
readonly TCP: "TCP";
|
|
33
|
+
readonly TCP_UDP: "TCP_UDP";
|
|
33
34
|
};
|
|
34
35
|
export type ProtocolType = (typeof ProtocolType)[keyof typeof ProtocolType];
|
|
35
36
|
export declare const ResourceConfigurationIpAddressType: {
|
|
@@ -42,6 +43,7 @@ export type ResourceConfigurationIpAddressType =
|
|
|
42
43
|
export declare const ResourceConfigurationType: {
|
|
43
44
|
readonly ARN: "ARN";
|
|
44
45
|
readonly CHILD: "CHILD";
|
|
46
|
+
readonly CIDR: "CIDR";
|
|
45
47
|
readonly GROUP: "GROUP";
|
|
46
48
|
readonly SINGLE: "SINGLE";
|
|
47
49
|
};
|
|
@@ -178,6 +180,17 @@ export declare const VerificationStatus: {
|
|
|
178
180
|
readonly VERIFIED: "VERIFIED";
|
|
179
181
|
};
|
|
180
182
|
export type VerificationStatus = (typeof VerificationStatus)[keyof typeof VerificationStatus];
|
|
183
|
+
export declare const PayerResponsibilityPayer: {
|
|
184
|
+
readonly ResourceGatewayAccount: "ResourceGatewayAccount";
|
|
185
|
+
readonly VpcEndpointAccount: "VpcEndpointAccount";
|
|
186
|
+
};
|
|
187
|
+
export type PayerResponsibilityPayer =
|
|
188
|
+
(typeof PayerResponsibilityPayer)[keyof typeof PayerResponsibilityPayer];
|
|
189
|
+
export declare const PayerResponsibilityScope: {
|
|
190
|
+
readonly ResourceGatewayCharges: "ResourceGatewayCharges";
|
|
191
|
+
};
|
|
192
|
+
export type PayerResponsibilityScope =
|
|
193
|
+
(typeof PayerResponsibilityScope)[keyof typeof PayerResponsibilityScope];
|
|
181
194
|
export declare const TargetStatus: {
|
|
182
195
|
readonly DRAINING: "DRAINING";
|
|
183
196
|
readonly HEALTHY: "HEALTHY";
|
|
@@ -5,6 +5,8 @@ import {
|
|
|
5
5
|
IpAddressType,
|
|
6
6
|
LambdaEventStructureVersion,
|
|
7
7
|
ListenerProtocol,
|
|
8
|
+
PayerResponsibilityPayer,
|
|
9
|
+
PayerResponsibilityScope,
|
|
8
10
|
PrivateDnsPreference,
|
|
9
11
|
ProtocolType,
|
|
10
12
|
ResourceConfigDnsResolution,
|
|
@@ -251,6 +253,9 @@ export interface BatchUpdateRuleResponse {
|
|
|
251
253
|
successful?: RuleUpdateSuccess[] | undefined;
|
|
252
254
|
unsuccessful?: RuleUpdateFailure[] | undefined;
|
|
253
255
|
}
|
|
256
|
+
export interface CidrResource {
|
|
257
|
+
cidrRanges?: string[] | undefined;
|
|
258
|
+
}
|
|
254
259
|
export interface CreateListenerRequest {
|
|
255
260
|
serviceIdentifier: string | undefined;
|
|
256
261
|
name: string | undefined;
|
|
@@ -279,6 +284,7 @@ export interface IpResource {
|
|
|
279
284
|
}
|
|
280
285
|
export type ResourceConfigurationDefinition =
|
|
281
286
|
| ResourceConfigurationDefinition.ArnResourceMember
|
|
287
|
+
| ResourceConfigurationDefinition.CidrResourceMember
|
|
282
288
|
| ResourceConfigurationDefinition.DnsResourceMember
|
|
283
289
|
| ResourceConfigurationDefinition.IpResourceMember
|
|
284
290
|
| ResourceConfigurationDefinition.$UnknownMember;
|
|
@@ -287,30 +293,42 @@ export declare namespace ResourceConfigurationDefinition {
|
|
|
287
293
|
dnsResource: DnsResource;
|
|
288
294
|
ipResource?: never;
|
|
289
295
|
arnResource?: never;
|
|
296
|
+
cidrResource?: never;
|
|
290
297
|
$unknown?: never;
|
|
291
298
|
}
|
|
292
299
|
interface IpResourceMember {
|
|
293
300
|
dnsResource?: never;
|
|
294
301
|
ipResource: IpResource;
|
|
295
302
|
arnResource?: never;
|
|
303
|
+
cidrResource?: never;
|
|
296
304
|
$unknown?: never;
|
|
297
305
|
}
|
|
298
306
|
interface ArnResourceMember {
|
|
299
307
|
dnsResource?: never;
|
|
300
308
|
ipResource?: never;
|
|
301
309
|
arnResource: ArnResource;
|
|
310
|
+
cidrResource?: never;
|
|
311
|
+
$unknown?: never;
|
|
312
|
+
}
|
|
313
|
+
interface CidrResourceMember {
|
|
314
|
+
dnsResource?: never;
|
|
315
|
+
ipResource?: never;
|
|
316
|
+
arnResource?: never;
|
|
317
|
+
cidrResource: CidrResource;
|
|
302
318
|
$unknown?: never;
|
|
303
319
|
}
|
|
304
320
|
interface $UnknownMember {
|
|
305
321
|
dnsResource?: never;
|
|
306
322
|
ipResource?: never;
|
|
307
323
|
arnResource?: never;
|
|
324
|
+
cidrResource?: never;
|
|
308
325
|
$unknown: [string, any];
|
|
309
326
|
}
|
|
310
327
|
interface Visitor<T> {
|
|
311
328
|
dnsResource: (value: DnsResource) => T;
|
|
312
329
|
ipResource: (value: IpResource) => T;
|
|
313
330
|
arnResource: (value: ArnResource) => T;
|
|
331
|
+
cidrResource: (value: CidrResource) => T;
|
|
314
332
|
_: (name: string, value: any) => T;
|
|
315
333
|
}
|
|
316
334
|
}
|
|
@@ -957,6 +975,10 @@ export interface ListResourceEndpointAssociationsRequest {
|
|
|
957
975
|
maxResults?: number | undefined;
|
|
958
976
|
nextToken?: string | undefined;
|
|
959
977
|
}
|
|
978
|
+
export interface PayerResponsibilityEntry {
|
|
979
|
+
scope?: PayerResponsibilityScope | undefined;
|
|
980
|
+
payerResponsibilityType?: PayerResponsibilityPayer | undefined;
|
|
981
|
+
}
|
|
960
982
|
export interface ResourceEndpointAssociationSummary {
|
|
961
983
|
id?: string | undefined;
|
|
962
984
|
arn?: string | undefined;
|
|
@@ -967,6 +989,7 @@ export interface ResourceEndpointAssociationSummary {
|
|
|
967
989
|
vpcEndpointOwner?: string | undefined;
|
|
968
990
|
createdBy?: string | undefined;
|
|
969
991
|
createdAt?: Date | undefined;
|
|
992
|
+
payerResponsibility?: PayerResponsibilityEntry[] | undefined;
|
|
970
993
|
}
|
|
971
994
|
export interface ListResourceEndpointAssociationsResponse {
|
|
972
995
|
items: ResourceEndpointAssociationSummary[] | undefined;
|
|
@@ -18,6 +18,7 @@ export declare var AccessLogSubscriptionSummary$: StaticStructureSchema;
|
|
|
18
18
|
export declare var ArnResource$: StaticStructureSchema;
|
|
19
19
|
export declare var BatchUpdateRuleRequest$: StaticStructureSchema;
|
|
20
20
|
export declare var BatchUpdateRuleResponse$: StaticStructureSchema;
|
|
21
|
+
export declare var CidrResource$: StaticStructureSchema;
|
|
21
22
|
export declare var CreateAccessLogSubscriptionRequest$: StaticStructureSchema;
|
|
22
23
|
export declare var CreateAccessLogSubscriptionResponse$: StaticStructureSchema;
|
|
23
24
|
export declare var CreateListenerRequest$: StaticStructureSchema;
|
|
@@ -144,6 +145,7 @@ export declare var ListTargetGroupsResponse$: StaticStructureSchema;
|
|
|
144
145
|
export declare var ListTargetsRequest$: StaticStructureSchema;
|
|
145
146
|
export declare var ListTargetsResponse$: StaticStructureSchema;
|
|
146
147
|
export declare var PathMatch$: StaticStructureSchema;
|
|
148
|
+
export declare var PayerResponsibilityEntry$: StaticStructureSchema;
|
|
147
149
|
export declare var PutAuthPolicyRequest$: StaticStructureSchema;
|
|
148
150
|
export declare var PutAuthPolicyResponse$: StaticStructureSchema;
|
|
149
151
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-vpc-lattice",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1135.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Vpc Lattice Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-vpc-lattice",
|
|
6
6
|
"license": "Apache-2.0",
|