@aws-sdk/client-network-firewall 3.1076.0 → 3.1077.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/README.md +35 -0
- package/dist-cjs/index.js +268 -48
- package/dist-es/NetworkFirewall.js +12 -0
- package/dist-es/commands/CreateContainerAssociationCommand.js +16 -0
- package/dist-es/commands/DeleteContainerAssociationCommand.js +16 -0
- package/dist-es/commands/DescribeContainerAssociationCommand.js +16 -0
- package/dist-es/commands/ListContainerAssociationsCommand.js +16 -0
- package/dist-es/commands/UpdateContainerAssociationCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +9 -0
- package/dist-es/pagination/ListContainerAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +161 -45
- package/dist-types/NetworkFirewall.d.ts +45 -0
- package/dist-types/NetworkFirewallClient.d.ts +7 -2
- package/dist-types/commands/CreateContainerAssociationCommand.d.ts +149 -0
- package/dist-types/commands/DeleteContainerAssociationCommand.d.ts +109 -0
- package/dist-types/commands/DescribeContainerAssociationCommand.d.ts +127 -0
- package/dist-types/commands/ListContainerAssociationsCommand.d.ts +106 -0
- package/dist-types/commands/UpdateContainerAssociationCommand.d.ts +148 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +345 -2
- package/dist-types/pagination/ListContainerAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +18 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +95 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateContainerAssociationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteContainerAssociationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeContainerAssociationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListContainerAssociationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateContainerAssociationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/dist-types/ts3.4/pagination/ListContainerAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
- package/package.json +6 -8
|
@@ -7,6 +7,7 @@ const _ACIDRC = "AvailableCIDRCount";
|
|
|
7
7
|
const _AD = "ActionDefinition";
|
|
8
8
|
const _ADd = "AddressDefinition";
|
|
9
9
|
const _ADn = "AnalysisDetail";
|
|
10
|
+
const _AF = "AttributeFilters";
|
|
10
11
|
const _AFP = "AssociateFirewallPolicy";
|
|
11
12
|
const _AFPR = "AssociateFirewallPolicyRequest";
|
|
12
13
|
const _AFPRs = "AssociateFirewallPolicyResponse";
|
|
@@ -46,12 +47,22 @@ const _Ar = "Arn";
|
|
|
46
47
|
const _At = "Attachment";
|
|
47
48
|
const _BC = "ByteCount";
|
|
48
49
|
const _C = "Conditions";
|
|
49
|
-
const _CA = "
|
|
50
|
-
const _CAA = "
|
|
50
|
+
const _CA = "ContainerAttribute";
|
|
51
|
+
const _CAA = "ContainerAssociationArn";
|
|
52
|
+
const _CAAe = "CertificateAuthorityArn";
|
|
53
|
+
const _CAN = "ContainerAssociationName";
|
|
54
|
+
const _CAS = "ContainerAssociationSummary";
|
|
51
55
|
const _CAe = "CertificateArn";
|
|
52
56
|
const _CAer = "CertificateAuthority";
|
|
53
|
-
const
|
|
57
|
+
const _CAl = "ClusterArn";
|
|
58
|
+
const _CAo = "ContainerAssociations";
|
|
59
|
+
const _CAon = "ContainerAttributes";
|
|
60
|
+
const _CAu = "CustomAction";
|
|
61
|
+
const _CAus = "CustomActions";
|
|
54
62
|
const _CC = "ConsumedCapacity";
|
|
63
|
+
const _CCA = "CreateContainerAssociation";
|
|
64
|
+
const _CCAR = "CreateContainerAssociationRequest";
|
|
65
|
+
const _CCARr = "CreateContainerAssociationResponse";
|
|
55
66
|
const _CCRS = "CheckCertificateRevocationStatus";
|
|
56
67
|
const _CCRSA = "CheckCertificateRevocationStatusActions";
|
|
57
68
|
const _CF = "CreateFirewall";
|
|
@@ -63,6 +74,8 @@ const _CFRr = "CreateFirewallResponse";
|
|
|
63
74
|
const _CIDR = "CIDRs";
|
|
64
75
|
const _CIDRS = "CIDRSummary";
|
|
65
76
|
const _CK = "ConditionKey";
|
|
77
|
+
const _CMC = "ContainerMonitoringConfiguration";
|
|
78
|
+
const _CMCo = "ContainerMonitoringConfigurations";
|
|
66
79
|
const _CO = "ConditionOperator";
|
|
67
80
|
const _CP = "CreateProxy";
|
|
68
81
|
const _CPC = "CreateProxyConfiguration";
|
|
@@ -105,6 +118,12 @@ const _DA = "DestinationAddress";
|
|
|
105
118
|
const _DAZ = "DisassociateAvailabilityZones";
|
|
106
119
|
const _DAZR = "DisassociateAvailabilityZonesRequest";
|
|
107
120
|
const _DAZRi = "DisassociateAvailabilityZonesResponse";
|
|
121
|
+
const _DCA = "DeleteContainerAssociation";
|
|
122
|
+
const _DCAR = "DeleteContainerAssociationRequest";
|
|
123
|
+
const _DCARe = "DeleteContainerAssociationResponse";
|
|
124
|
+
const _DCARes = "DescribeContainerAssociationRequest";
|
|
125
|
+
const _DCAResc = "DescribeContainerAssociationResponse";
|
|
126
|
+
const _DCAe = "DescribeContainerAssociation";
|
|
108
127
|
const _DF = "DeleteFirewall";
|
|
109
128
|
const _DFM = "DescribeFirewallMetadata";
|
|
110
129
|
const _DFMR = "DescribeFirewallMetadataRequest";
|
|
@@ -266,14 +285,17 @@ const _IRPE = "InvalidResourcePolicyException";
|
|
|
266
285
|
const _ISE = "InternalServerError";
|
|
267
286
|
const _IT = "IdentifiedType";
|
|
268
287
|
const _ITE = "InvalidTokenException";
|
|
269
|
-
const _K = "
|
|
288
|
+
const _K = "Key";
|
|
270
289
|
const _KI = "KeyId";
|
|
271
|
-
const _Ke = "
|
|
290
|
+
const _Ke = "Keyword";
|
|
272
291
|
const _LA = "LastAccessed";
|
|
273
292
|
const _LAR = "ListAnalysisReports";
|
|
274
293
|
const _LARR = "ListAnalysisReportsRequest";
|
|
275
294
|
const _LARRi = "ListAnalysisReportsResponse";
|
|
276
295
|
const _LC = "LoggingConfiguration";
|
|
296
|
+
const _LCA = "ListContainerAssociations";
|
|
297
|
+
const _LCAR = "ListContainerAssociationsRequest";
|
|
298
|
+
const _LCARi = "ListContainerAssociationsResponse";
|
|
277
299
|
const _LD = "LogDestination";
|
|
278
300
|
const _LDC = "LogDestinationConfig";
|
|
279
301
|
const _LDCo = "LogDestinationConfigs";
|
|
@@ -319,6 +341,7 @@ const _LTFRRi = "ListTagsForResourceResponse";
|
|
|
319
341
|
const _LTLSIC = "ListTLSInspectionConfigurations";
|
|
320
342
|
const _LTLSICR = "ListTLSInspectionConfigurationsRequest";
|
|
321
343
|
const _LTLSICRi = "ListTLSInspectionConfigurationsResponse";
|
|
344
|
+
const _LUT = "LastUpdatedTime";
|
|
322
345
|
const _LVEA = "ListVpcEndpointAssociations";
|
|
323
346
|
const _LVEAR = "ListVpcEndpointAssociationsRequest";
|
|
324
347
|
const _LVEARi = "ListVpcEndpointAssociationsResponse";
|
|
@@ -396,6 +419,7 @@ const _R = "Rules";
|
|
|
396
419
|
const _RA = "ResourceArn";
|
|
397
420
|
const _RAe = "ReferenceArn";
|
|
398
421
|
const _RC = "RemoveConditions";
|
|
422
|
+
const _RCC = "ResolvedCidrCount";
|
|
399
423
|
const _RCIDRC = "ResolvedCIDRCount";
|
|
400
424
|
const _RCe = "RemovedConditions";
|
|
401
425
|
const _RD = "RuleDefinition";
|
|
@@ -488,7 +512,7 @@ const _Se = "Settings";
|
|
|
488
512
|
const _So = "Source";
|
|
489
513
|
const _Sou = "Sources";
|
|
490
514
|
const _Su = "Summary";
|
|
491
|
-
const _T = "
|
|
515
|
+
const _T = "Type";
|
|
492
516
|
const _TCD = "TlsCertificateData";
|
|
493
517
|
const _TCPF = "TCPFlags";
|
|
494
518
|
const _TCPFF = "TCPFlagField";
|
|
@@ -517,12 +541,15 @@ const _TR = "TagResource";
|
|
|
517
541
|
const _TRR = "TagResourceRequest";
|
|
518
542
|
const _TRRa = "TagResourceResponse";
|
|
519
543
|
const _TT = "TargetTypes";
|
|
520
|
-
const _Ta = "
|
|
544
|
+
const _Ta = "Tags";
|
|
521
545
|
const _Tag = "Tag";
|
|
522
|
-
const
|
|
546
|
+
const _Tar = "Targets";
|
|
523
547
|
const _UAZCP = "UpdateAvailabilityZoneChangeProtection";
|
|
524
548
|
const _UAZCPR = "UpdateAvailabilityZoneChangeProtectionRequest";
|
|
525
549
|
const _UAZCPRp = "UpdateAvailabilityZoneChangeProtectionResponse";
|
|
550
|
+
const _UCA = "UpdateContainerAssociation";
|
|
551
|
+
const _UCAR = "UpdateContainerAssociationRequest";
|
|
552
|
+
const _UCARp = "UpdateContainerAssociationResponse";
|
|
526
553
|
const _UCIDRC = "UtilizedCIDRCount";
|
|
527
554
|
const _UFAS = "UpdateFirewallAnalysisSettings";
|
|
528
555
|
const _UFASR = "UpdateFirewallAnalysisSettingsRequest";
|
|
@@ -787,9 +814,34 @@ export var CIDRSummary$ = [3, n0, _CIDRS,
|
|
|
787
814
|
[_ACIDRC, _UCIDRC, _IPSR],
|
|
788
815
|
[1, 1, () => IPSetMetadataMap]
|
|
789
816
|
];
|
|
817
|
+
export var ContainerAssociationSummary$ = [3, n0, _CAS,
|
|
818
|
+
0,
|
|
819
|
+
[_Ar, _N],
|
|
820
|
+
[0, 0]
|
|
821
|
+
];
|
|
822
|
+
export var ContainerAttribute$ = [3, n0, _CA,
|
|
823
|
+
0,
|
|
824
|
+
[_K, _V],
|
|
825
|
+
[0, 0], 2
|
|
826
|
+
];
|
|
827
|
+
export var ContainerMonitoringConfiguration$ = [3, n0, _CMC,
|
|
828
|
+
0,
|
|
829
|
+
[_CAl, _AF],
|
|
830
|
+
[0, () => ContainerAttributes], 1
|
|
831
|
+
];
|
|
832
|
+
export var CreateContainerAssociationRequest$ = [3, n0, _CCAR,
|
|
833
|
+
0,
|
|
834
|
+
[_CAN, _T, _CMCo, _De, _Ta],
|
|
835
|
+
[0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList], 3
|
|
836
|
+
];
|
|
837
|
+
export var CreateContainerAssociationResponse$ = [3, n0, _CCARr,
|
|
838
|
+
0,
|
|
839
|
+
[_CAN, _CAA, _De, _T, _CMCo, _S, _Ta, _UT],
|
|
840
|
+
[0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList, 0]
|
|
841
|
+
];
|
|
790
842
|
export var CreateFirewallPolicyRequest$ = [3, n0, _CFPR,
|
|
791
843
|
0,
|
|
792
|
-
[_FPN, _FP, _De,
|
|
844
|
+
[_FPN, _FP, _De, _Ta, _DR, _EC],
|
|
793
845
|
[0, () => FirewallPolicy$, 0, () => TagList, 2, () => EncryptionConfiguration$], 2
|
|
794
846
|
];
|
|
795
847
|
export var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
|
|
@@ -799,7 +851,7 @@ export var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
|
|
|
799
851
|
];
|
|
800
852
|
export var CreateFirewallRequest$ = [3, n0, _CFR,
|
|
801
853
|
0,
|
|
802
|
-
[_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De,
|
|
854
|
+
[_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _Ta, _EC, _EAT, _TGI, _AZM, _AZCP],
|
|
803
855
|
[0, 0, 0, () => SubnetMappings, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 64 | 0, 0, () => AvailabilityZoneMappings, 2], 2
|
|
804
856
|
];
|
|
805
857
|
export var CreateFirewallResponse$ = [3, n0, _CFRr,
|
|
@@ -809,7 +861,7 @@ export var CreateFirewallResponse$ = [3, n0, _CFRr,
|
|
|
809
861
|
];
|
|
810
862
|
export var CreateProxyConfigurationRequest$ = [3, n0, _CPCR,
|
|
811
863
|
0,
|
|
812
|
-
[_PCN, _DRPA, _De, _RGN, _RGA,
|
|
864
|
+
[_PCN, _DRPA, _De, _RGN, _RGA, _Ta],
|
|
813
865
|
[0, () => ProxyConfigDefaultRulePhaseActionsRequest$, 0, 64 | 0, 64 | 0, () => TagList], 2
|
|
814
866
|
];
|
|
815
867
|
export var CreateProxyConfigurationResponse$ = [3, n0, _CPCRr,
|
|
@@ -819,7 +871,7 @@ export var CreateProxyConfigurationResponse$ = [3, n0, _CPCRr,
|
|
|
819
871
|
];
|
|
820
872
|
export var CreateProxyRequest$ = [3, n0, _CPR,
|
|
821
873
|
0,
|
|
822
|
-
[_PN, _NGI, _TIP, _PCN, _PCA, _LP,
|
|
874
|
+
[_PN, _NGI, _TIP, _PCN, _PCA, _LP, _Ta],
|
|
823
875
|
[0, 0, () => TlsInterceptPropertiesRequest$, 0, 0, () => ListenerPropertiesRequest, () => TagList], 3
|
|
824
876
|
];
|
|
825
877
|
export var CreateProxyResponse$ = [3, n0, _CPRr,
|
|
@@ -834,7 +886,7 @@ export var CreateProxyRule$ = [3, n0, _CPRre,
|
|
|
834
886
|
];
|
|
835
887
|
export var CreateProxyRuleGroupRequest$ = [3, n0, _CPRGR,
|
|
836
888
|
0,
|
|
837
|
-
[_PRGN, _De, _R,
|
|
889
|
+
[_PRGN, _De, _R, _Ta],
|
|
838
890
|
[0, 0, () => ProxyRulesByRequestPhase$, () => TagList], 1
|
|
839
891
|
];
|
|
840
892
|
export var CreateProxyRuleGroupResponse$ = [3, n0, _CPRGRr,
|
|
@@ -859,7 +911,7 @@ export var CreateProxyRulesResponse$ = [3, n0, _CPRRr,
|
|
|
859
911
|
];
|
|
860
912
|
export var CreateRuleGroupRequest$ = [3, n0, _CRGR,
|
|
861
913
|
0,
|
|
862
|
-
[_RGNu,
|
|
914
|
+
[_RGNu, _T, _Ca, _RGu, _R, _De, _Ta, _DR, _EC, _SMo, _ARG, _SC],
|
|
863
915
|
[0, 0, 1, () => RuleGroup$, 0, 0, () => TagList, 2, () => EncryptionConfiguration$, () => SourceMetadata$, 2, () => SummaryConfiguration$], 3
|
|
864
916
|
];
|
|
865
917
|
export var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
|
|
@@ -869,7 +921,7 @@ export var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
|
|
|
869
921
|
];
|
|
870
922
|
export var CreateTLSInspectionConfigurationRequest$ = [3, n0, _CTLSICR,
|
|
871
923
|
0,
|
|
872
|
-
[_TLSICN, _TLSIC, _De,
|
|
924
|
+
[_TLSICN, _TLSIC, _De, _Ta, _EC],
|
|
873
925
|
[0, () => TLSInspectionConfiguration$, 0, () => TagList, () => EncryptionConfiguration$], 2
|
|
874
926
|
];
|
|
875
927
|
export var CreateTLSInspectionConfigurationResponse$ = [3, n0, _CTLSICRr,
|
|
@@ -879,7 +931,7 @@ export var CreateTLSInspectionConfigurationResponse$ = [3, n0, _CTLSICRr,
|
|
|
879
931
|
];
|
|
880
932
|
export var CreateVpcEndpointAssociationRequest$ = [3, n0, _CVEAR,
|
|
881
933
|
0,
|
|
882
|
-
[_FAi, _VI, _SMu, _De,
|
|
934
|
+
[_FAi, _VI, _SMu, _De, _Ta],
|
|
883
935
|
[0, 0, () => SubnetMapping$, 0, () => TagList], 3
|
|
884
936
|
];
|
|
885
937
|
export var CreateVpcEndpointAssociationResponse$ = [3, n0, _CVEARr,
|
|
@@ -887,11 +939,21 @@ export var CreateVpcEndpointAssociationResponse$ = [3, n0, _CVEARr,
|
|
|
887
939
|
[_VEA, _VEAS],
|
|
888
940
|
[() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
|
|
889
941
|
];
|
|
890
|
-
export var CustomAction$ = [3, n0,
|
|
942
|
+
export var CustomAction$ = [3, n0, _CAu,
|
|
891
943
|
0,
|
|
892
944
|
[_AN, _AD],
|
|
893
945
|
[0, () => ActionDefinition$], 2
|
|
894
946
|
];
|
|
947
|
+
export var DeleteContainerAssociationRequest$ = [3, n0, _DCAR,
|
|
948
|
+
0,
|
|
949
|
+
[_CAN, _CAA],
|
|
950
|
+
[0, 0]
|
|
951
|
+
];
|
|
952
|
+
export var DeleteContainerAssociationResponse$ = [3, n0, _DCARe,
|
|
953
|
+
0,
|
|
954
|
+
[_CAN, _CAA, _S],
|
|
955
|
+
[0, 0, 0]
|
|
956
|
+
];
|
|
895
957
|
export var DeleteFirewallPolicyRequest$ = [3, n0, _DFPR,
|
|
896
958
|
0,
|
|
897
959
|
[_FPN, _FPA],
|
|
@@ -974,7 +1036,7 @@ export var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
|
|
|
974
1036
|
];
|
|
975
1037
|
export var DeleteRuleGroupRequest$ = [3, n0, _DRGR,
|
|
976
1038
|
0,
|
|
977
|
-
[_RGNu, _RGAu,
|
|
1039
|
+
[_RGNu, _RGAu, _T],
|
|
978
1040
|
[0, 0, 0]
|
|
979
1041
|
];
|
|
980
1042
|
export var DeleteRuleGroupResponse$ = [3, n0, _DRGRe,
|
|
@@ -1002,6 +1064,16 @@ export var DeleteVpcEndpointAssociationResponse$ = [3, n0, _DVEARe,
|
|
|
1002
1064
|
[_VEA, _VEAS],
|
|
1003
1065
|
[() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
|
|
1004
1066
|
];
|
|
1067
|
+
export var DescribeContainerAssociationRequest$ = [3, n0, _DCARes,
|
|
1068
|
+
0,
|
|
1069
|
+
[_CAN, _CAA],
|
|
1070
|
+
[0, 0]
|
|
1071
|
+
];
|
|
1072
|
+
export var DescribeContainerAssociationResponse$ = [3, n0, _DCAResc,
|
|
1073
|
+
0,
|
|
1074
|
+
[_CAN, _CAA, _De, _T, _CMCo, _S, _RCC, _LUT, _Ta, _UT],
|
|
1075
|
+
[0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, 1, 4, () => TagList, 0]
|
|
1076
|
+
];
|
|
1005
1077
|
export var DescribeFirewallMetadataRequest$ = [3, n0, _DFMR,
|
|
1006
1078
|
0,
|
|
1007
1079
|
[_FAi],
|
|
@@ -1069,7 +1141,7 @@ export var DescribeProxyRequest$ = [3, n0, _DPRes,
|
|
|
1069
1141
|
];
|
|
1070
1142
|
export var DescribeProxyResource$ = [3, n0, _DPResc,
|
|
1071
1143
|
0,
|
|
1072
|
-
[_PN, _PA, _PCN, _PCA, _NGI, _PS, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM,
|
|
1144
|
+
[_PN, _PA, _PCN, _PCA, _NGI, _PS, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM, _Ta],
|
|
1073
1145
|
[0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, 0, 0, 4, 4, 4, 0, 0, () => TagList]
|
|
1074
1146
|
];
|
|
1075
1147
|
export var DescribeProxyResponse$ = [3, n0, _DPRescr,
|
|
@@ -1109,17 +1181,17 @@ export var DescribeResourcePolicyResponse$ = [3, n0, _DRPResc,
|
|
|
1109
1181
|
];
|
|
1110
1182
|
export var DescribeRuleGroupMetadataRequest$ = [3, n0, _DRGMR,
|
|
1111
1183
|
0,
|
|
1112
|
-
[_RGNu, _RGAu,
|
|
1184
|
+
[_RGNu, _RGAu, _T],
|
|
1113
1185
|
[0, 0, 0]
|
|
1114
1186
|
];
|
|
1115
1187
|
export var DescribeRuleGroupMetadataResponse$ = [3, n0, _DRGMRe,
|
|
1116
1188
|
0,
|
|
1117
|
-
[_RGAu, _RGNu, _De,
|
|
1189
|
+
[_RGAu, _RGNu, _De, _T, _Ca, _SRO, _LMT, _VN, _PI, _LN],
|
|
1118
1190
|
[0, 0, 0, 0, 1, () => StatefulRuleOptions$, 4, 0, 0, 0], 2
|
|
1119
1191
|
];
|
|
1120
1192
|
export var DescribeRuleGroupRequest$ = [3, n0, _DRGRes,
|
|
1121
1193
|
0,
|
|
1122
|
-
[_RGNu, _RGAu,
|
|
1194
|
+
[_RGNu, _RGAu, _T, _ARG],
|
|
1123
1195
|
[0, 0, 0, 2]
|
|
1124
1196
|
];
|
|
1125
1197
|
export var DescribeRuleGroupResponse$ = [3, n0, _DRGResc,
|
|
@@ -1129,7 +1201,7 @@ export var DescribeRuleGroupResponse$ = [3, n0, _DRGResc,
|
|
|
1129
1201
|
];
|
|
1130
1202
|
export var DescribeRuleGroupSummaryRequest$ = [3, n0, _DRGSR,
|
|
1131
1203
|
0,
|
|
1132
|
-
[_RGNu, _RGAu,
|
|
1204
|
+
[_RGNu, _RGAu, _T],
|
|
1133
1205
|
[0, 0, 0]
|
|
1134
1206
|
];
|
|
1135
1207
|
export var DescribeRuleGroupSummaryResponse$ = [3, n0, _DRGSRe,
|
|
@@ -1194,12 +1266,12 @@ export var DisassociateSubnetsResponse$ = [3, n0, _DSRi,
|
|
|
1194
1266
|
];
|
|
1195
1267
|
export var EncryptionConfiguration$ = [3, n0, _EC,
|
|
1196
1268
|
0,
|
|
1197
|
-
[
|
|
1269
|
+
[_T, _KI],
|
|
1198
1270
|
[0, 0], 1
|
|
1199
1271
|
];
|
|
1200
1272
|
export var Firewall$ = [3, n0, _F,
|
|
1201
1273
|
0,
|
|
1202
|
-
[_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De,
|
|
1274
|
+
[_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _Ta, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP],
|
|
1203
1275
|
[0, 0, () => SubnetMappings, 0, 0, 0, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 1, 64 | 0, 0, 0, () => AvailabilityZoneMappings, 2], 4
|
|
1204
1276
|
];
|
|
1205
1277
|
export var FirewallMetadata$ = [3, n0, _FMi,
|
|
@@ -1219,7 +1291,7 @@ export var FirewallPolicyMetadata$ = [3, n0, _FPM,
|
|
|
1219
1291
|
];
|
|
1220
1292
|
export var FirewallPolicyResponse$ = [3, n0, _FPR,
|
|
1221
1293
|
0,
|
|
1222
|
-
[_FPN, _FPA, _FPI, _De, _FPS,
|
|
1294
|
+
[_FPN, _FPA, _FPI, _De, _FPS, _Ta, _CSRC, _CSRCo, _CSDC, _NOA, _EC, _LMT],
|
|
1223
1295
|
[0, 0, 0, 0, 0, () => TagList, 1, 1, 1, 1, () => EncryptionConfiguration$, 4], 3
|
|
1224
1296
|
];
|
|
1225
1297
|
export var FirewallStatus$ = [3, n0, _FS,
|
|
@@ -1297,14 +1369,24 @@ export var ListAnalysisReportsResponse$ = [3, n0, _LARRi,
|
|
|
1297
1369
|
[_ARna, _NT],
|
|
1298
1370
|
[() => AnalysisReports, 0]
|
|
1299
1371
|
];
|
|
1372
|
+
export var ListContainerAssociationsRequest$ = [3, n0, _LCAR,
|
|
1373
|
+
0,
|
|
1374
|
+
[_MR, _NT],
|
|
1375
|
+
[1, 0]
|
|
1376
|
+
];
|
|
1377
|
+
export var ListContainerAssociationsResponse$ = [3, n0, _LCARi,
|
|
1378
|
+
0,
|
|
1379
|
+
[_CAo, _NT],
|
|
1380
|
+
[() => ContainerAssociations, 0]
|
|
1381
|
+
];
|
|
1300
1382
|
export var ListenerProperty$ = [3, n0, _LPi,
|
|
1301
1383
|
0,
|
|
1302
|
-
[_Por,
|
|
1384
|
+
[_Por, _T],
|
|
1303
1385
|
[1, 0]
|
|
1304
1386
|
];
|
|
1305
1387
|
export var ListenerPropertyRequest$ = [3, n0, _LPR,
|
|
1306
1388
|
0,
|
|
1307
|
-
[_Por,
|
|
1389
|
+
[_Por, _T],
|
|
1308
1390
|
[1, 0], 2
|
|
1309
1391
|
];
|
|
1310
1392
|
export var ListFirewallPoliciesRequest$ = [3, n0, _LFPR,
|
|
@@ -1379,7 +1461,7 @@ export var ListProxyRuleGroupsResponse$ = [3, n0, _LPRGRi,
|
|
|
1379
1461
|
];
|
|
1380
1462
|
export var ListRuleGroupsRequest$ = [3, n0, _LRGR,
|
|
1381
1463
|
0,
|
|
1382
|
-
[_NT, _MR, _Sc, _MT, _SSu,
|
|
1464
|
+
[_NT, _MR, _Sc, _MT, _SSu, _T],
|
|
1383
1465
|
[0, 1, 0, 0, 0, 0]
|
|
1384
1466
|
];
|
|
1385
1467
|
export var ListRuleGroupsResponse$ = [3, n0, _LRGRi,
|
|
@@ -1394,7 +1476,7 @@ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
|
1394
1476
|
];
|
|
1395
1477
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1396
1478
|
0,
|
|
1397
|
-
[_NT,
|
|
1479
|
+
[_NT, _Ta],
|
|
1398
1480
|
[0, () => TagList]
|
|
1399
1481
|
];
|
|
1400
1482
|
export var ListTLSInspectionConfigurationsRequest$ = [3, n0, _LTLSICR,
|
|
@@ -1454,7 +1536,7 @@ export var PortSet$ = [3, n0, _PSo,
|
|
|
1454
1536
|
];
|
|
1455
1537
|
export var Proxy$ = [3, n0, _Pr,
|
|
1456
1538
|
0,
|
|
1457
|
-
[_CT, _DT, _UTp, _FC, _FM, _PS, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP,
|
|
1539
|
+
[_CT, _DT, _UTp, _FC, _FM, _PS, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP, _Ta],
|
|
1458
1540
|
[4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, () => TagList]
|
|
1459
1541
|
];
|
|
1460
1542
|
export var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
|
|
@@ -1464,12 +1546,12 @@ export var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
|
|
|
1464
1546
|
];
|
|
1465
1547
|
export var ProxyConfigRuleGroup$ = [3, n0, _PCRG,
|
|
1466
1548
|
0,
|
|
1467
|
-
[_PRGN, _PRGA,
|
|
1549
|
+
[_PRGN, _PRGA, _T, _Pri],
|
|
1468
1550
|
[0, 0, 0, 1]
|
|
1469
1551
|
];
|
|
1470
1552
|
export var ProxyConfiguration$ = [3, n0, _PC,
|
|
1471
1553
|
0,
|
|
1472
|
-
[_PCN, _PCA, _De, _CT, _DT, _RG, _DRPA,
|
|
1554
|
+
[_PCN, _PCA, _De, _CT, _DT, _RG, _DRPA, _Ta],
|
|
1473
1555
|
[0, 0, 0, 4, 4, () => ProxyConfigRuleGroupSet, () => ProxyConfigDefaultRulePhaseActionsRequest$, () => TagList]
|
|
1474
1556
|
];
|
|
1475
1557
|
export var ProxyConfigurationMetadata$ = [3, n0, _PCM,
|
|
@@ -1494,7 +1576,7 @@ export var ProxyRuleCondition$ = [3, n0, _PRC,
|
|
|
1494
1576
|
];
|
|
1495
1577
|
export var ProxyRuleGroup$ = [3, n0, _PRG,
|
|
1496
1578
|
0,
|
|
1497
|
-
[_PRGN, _PRGA, _CT, _DT, _R, _De,
|
|
1579
|
+
[_PRGN, _PRGA, _CT, _DT, _R, _De, _Ta],
|
|
1498
1580
|
[0, 0, 4, 4, () => ProxyRulesByRequestPhase$, 0, () => TagList]
|
|
1499
1581
|
];
|
|
1500
1582
|
export var ProxyRuleGroupAttachment$ = [3, n0, _PRGAr,
|
|
@@ -1574,12 +1656,12 @@ export var RuleGroupMetadata$ = [3, n0, _RGM,
|
|
|
1574
1656
|
];
|
|
1575
1657
|
export var RuleGroupResponse$ = [3, n0, _RGR,
|
|
1576
1658
|
0,
|
|
1577
|
-
[_RGAu, _RGNu, _RGI, _De,
|
|
1659
|
+
[_RGAu, _RGNu, _RGI, _De, _T, _Ca, _RGS, _Ta, _CC, _NOA, _EC, _SMo, _STn, _LMT, _ARnal, _SC],
|
|
1578
1660
|
[0, 0, 0, 0, 0, 1, 0, () => TagList, 1, 1, () => EncryptionConfiguration$, () => SourceMetadata$, 0, 4, () => AnalysisResultList, () => SummaryConfiguration$], 3
|
|
1579
1661
|
];
|
|
1580
1662
|
export var RuleOption$ = [3, n0, _RO,
|
|
1581
1663
|
0,
|
|
1582
|
-
[
|
|
1664
|
+
[_Ke, _Se],
|
|
1583
1665
|
[0, 64 | 0], 1
|
|
1584
1666
|
];
|
|
1585
1667
|
export var RulesSource$ = [3, n0, _RSu,
|
|
@@ -1589,7 +1671,7 @@ export var RulesSource$ = [3, n0, _RSu,
|
|
|
1589
1671
|
];
|
|
1590
1672
|
export var RulesSourceList$ = [3, n0, _RSL,
|
|
1591
1673
|
0,
|
|
1592
|
-
[
|
|
1674
|
+
[_Tar, _TT, _GRT],
|
|
1593
1675
|
[64 | 0, 64 | 0, 0], 3
|
|
1594
1676
|
];
|
|
1595
1677
|
export var RuleSummary$ = [3, n0, _RSule,
|
|
@@ -1609,7 +1691,7 @@ export var ServerCertificate$ = [3, n0, _SCe,
|
|
|
1609
1691
|
];
|
|
1610
1692
|
export var ServerCertificateConfiguration$ = [3, n0, _SCC,
|
|
1611
1693
|
0,
|
|
1612
|
-
[_SCer, _Sco,
|
|
1694
|
+
[_SCer, _Sco, _CAAe, _CCRS],
|
|
1613
1695
|
[() => ServerCertificates, () => ServerCertificateScopes, 0, () => CheckCertificateRevocationStatusActions$]
|
|
1614
1696
|
];
|
|
1615
1697
|
export var ServerCertificateScope$ = [3, n0, _SCS,
|
|
@@ -1689,7 +1771,7 @@ export var StatelessRuleGroupReference$ = [3, n0, _SRGRtat,
|
|
|
1689
1771
|
];
|
|
1690
1772
|
export var StatelessRulesAndCustomActions$ = [3, n0, _SRACA,
|
|
1691
1773
|
0,
|
|
1692
|
-
[_SRtat,
|
|
1774
|
+
[_SRtat, _CAus],
|
|
1693
1775
|
[() => StatelessRules, () => CustomActions], 1
|
|
1694
1776
|
];
|
|
1695
1777
|
export var SubnetMapping$ = [3, n0, _SMu,
|
|
@@ -1714,12 +1796,12 @@ export var SyncState$ = [3, n0, _SSyn,
|
|
|
1714
1796
|
];
|
|
1715
1797
|
export var Tag$ = [3, n0, _Tag,
|
|
1716
1798
|
0,
|
|
1717
|
-
[
|
|
1799
|
+
[_K, _V],
|
|
1718
1800
|
[0, 0], 2
|
|
1719
1801
|
];
|
|
1720
1802
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
1721
1803
|
0,
|
|
1722
|
-
[_RA,
|
|
1804
|
+
[_RA, _Ta],
|
|
1723
1805
|
[0, () => TagList], 2
|
|
1724
1806
|
];
|
|
1725
1807
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
@@ -1749,7 +1831,7 @@ export var TLSInspectionConfigurationMetadata$ = [3, n0, _TLSICM,
|
|
|
1749
1831
|
];
|
|
1750
1832
|
export var TLSInspectionConfigurationResponse$ = [3, n0, _TLSICR,
|
|
1751
1833
|
0,
|
|
1752
|
-
[_TLSICA, _TLSICN, _TLSICI, _TLSICS, _De,
|
|
1834
|
+
[_TLSICA, _TLSICN, _TLSICI, _TLSICS, _De, _Ta, _LMT, _NOA, _EC, _Ce, _CAer],
|
|
1753
1835
|
[0, 0, 0, 0, 0, () => TagList, 4, 1, () => EncryptionConfiguration$, () => Certificates, () => TlsCertificateData$], 3
|
|
1754
1836
|
];
|
|
1755
1837
|
export var TlsInterceptProperties$ = [3, n0, _TIP,
|
|
@@ -1792,6 +1874,16 @@ export var UpdateAvailabilityZoneChangeProtectionResponse$ = [3, n0, _UAZCPRp,
|
|
|
1792
1874
|
[_UT, _FAi, _FN, _AZCP],
|
|
1793
1875
|
[0, 0, 0, 2]
|
|
1794
1876
|
];
|
|
1877
|
+
export var UpdateContainerAssociationRequest$ = [3, n0, _UCAR,
|
|
1878
|
+
0,
|
|
1879
|
+
[_T, _CMCo, _UT, _CAN, _CAA, _De, _Ta],
|
|
1880
|
+
[0, () => ContainerMonitoringConfigurations, 0, 0, 0, 0, () => TagList], 3
|
|
1881
|
+
];
|
|
1882
|
+
export var UpdateContainerAssociationResponse$ = [3, n0, _UCARp,
|
|
1883
|
+
0,
|
|
1884
|
+
[_CAN, _CAA, _De, _T, _CMCo, _S, _Ta, _UT],
|
|
1885
|
+
[0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList, 0]
|
|
1886
|
+
];
|
|
1795
1887
|
export var UpdateFirewallAnalysisSettingsRequest$ = [3, n0, _UFASR,
|
|
1796
1888
|
0,
|
|
1797
1889
|
[_EAT, _FAi, _FN, _UT],
|
|
@@ -1914,7 +2006,7 @@ export var UpdateProxyRuleResponse$ = [3, n0, _UPRRp,
|
|
|
1914
2006
|
];
|
|
1915
2007
|
export var UpdateRuleGroupRequest$ = [3, n0, _URGR,
|
|
1916
2008
|
0,
|
|
1917
|
-
[_UT, _RGAu, _RGNu, _RGu, _R,
|
|
2009
|
+
[_UT, _RGAu, _RGNu, _RGu, _R, _T, _De, _DR, _EC, _SMo, _ARG, _SC],
|
|
1918
2010
|
[0, 0, 0, () => RuleGroup$, 0, 0, 0, 2, () => EncryptionConfiguration$, () => SourceMetadata$, 2, () => SummaryConfiguration$], 1
|
|
1919
2011
|
];
|
|
1920
2012
|
export var UpdateRuleGroupResponse$ = [3, n0, _URGRp,
|
|
@@ -1944,7 +2036,7 @@ export var UpdateTLSInspectionConfigurationResponse$ = [3, n0, _UTLSICRp,
|
|
|
1944
2036
|
];
|
|
1945
2037
|
export var VpcEndpointAssociation$ = [3, n0, _VEA,
|
|
1946
2038
|
0,
|
|
1947
|
-
[_VEAA, _FAi, _VI, _SMu, _VEAI, _De,
|
|
2039
|
+
[_VEAA, _FAi, _VI, _SMu, _VEAI, _De, _Ta],
|
|
1948
2040
|
[0, 0, 0, () => SubnetMapping$, 0, 0, () => TagList], 4
|
|
1949
2041
|
];
|
|
1950
2042
|
export var VpcEndpointAssociationMetadata$ = [3, n0, _VEAM,
|
|
@@ -1976,10 +2068,19 @@ var AzSubnets = 64 | 0;
|
|
|
1976
2068
|
var Certificates = [1, n0, _Ce,
|
|
1977
2069
|
0, () => TlsCertificateData$
|
|
1978
2070
|
];
|
|
2071
|
+
var ContainerAssociations = [1, n0, _CAo,
|
|
2072
|
+
0, () => ContainerAssociationSummary$
|
|
2073
|
+
];
|
|
2074
|
+
var ContainerAttributes = [1, n0, _CAon,
|
|
2075
|
+
0, () => ContainerAttribute$
|
|
2076
|
+
];
|
|
2077
|
+
var ContainerMonitoringConfigurations = [1, n0, _CMCo,
|
|
2078
|
+
0, () => ContainerMonitoringConfiguration$
|
|
2079
|
+
];
|
|
1979
2080
|
var CreateProxyRuleList = [1, n0, _CPRL,
|
|
1980
2081
|
0, () => CreateProxyRule$
|
|
1981
2082
|
];
|
|
1982
|
-
var CustomActions = [1, n0,
|
|
2083
|
+
var CustomActions = [1, n0, _CAus,
|
|
1983
2084
|
0, () => CustomAction$
|
|
1984
2085
|
];
|
|
1985
2086
|
var Dimensions = [1, n0, _Dim,
|
|
@@ -2144,6 +2245,9 @@ export var AssociateSubnets$ = [9, n0, _AS,
|
|
|
2144
2245
|
export var AttachRuleGroupsToProxyConfiguration$ = [9, n0, _ARGTPC,
|
|
2145
2246
|
0, () => AttachRuleGroupsToProxyConfigurationRequest$, () => AttachRuleGroupsToProxyConfigurationResponse$
|
|
2146
2247
|
];
|
|
2248
|
+
export var CreateContainerAssociation$ = [9, n0, _CCA,
|
|
2249
|
+
0, () => CreateContainerAssociationRequest$, () => CreateContainerAssociationResponse$
|
|
2250
|
+
];
|
|
2147
2251
|
export var CreateFirewall$ = [9, n0, _CF,
|
|
2148
2252
|
0, () => CreateFirewallRequest$, () => CreateFirewallResponse$
|
|
2149
2253
|
];
|
|
@@ -2171,6 +2275,9 @@ export var CreateTLSInspectionConfiguration$ = [9, n0, _CTLSIC,
|
|
|
2171
2275
|
export var CreateVpcEndpointAssociation$ = [9, n0, _CVEA,
|
|
2172
2276
|
0, () => CreateVpcEndpointAssociationRequest$, () => CreateVpcEndpointAssociationResponse$
|
|
2173
2277
|
];
|
|
2278
|
+
export var DeleteContainerAssociation$ = [9, n0, _DCA,
|
|
2279
|
+
0, () => DeleteContainerAssociationRequest$, () => DeleteContainerAssociationResponse$
|
|
2280
|
+
];
|
|
2174
2281
|
export var DeleteFirewall$ = [9, n0, _DF,
|
|
2175
2282
|
0, () => DeleteFirewallRequest$, () => DeleteFirewallResponse$
|
|
2176
2283
|
];
|
|
@@ -2204,6 +2311,9 @@ export var DeleteTLSInspectionConfiguration$ = [9, n0, _DTLSIC,
|
|
|
2204
2311
|
export var DeleteVpcEndpointAssociation$ = [9, n0, _DVEA,
|
|
2205
2312
|
0, () => DeleteVpcEndpointAssociationRequest$, () => DeleteVpcEndpointAssociationResponse$
|
|
2206
2313
|
];
|
|
2314
|
+
export var DescribeContainerAssociation$ = [9, n0, _DCAe,
|
|
2315
|
+
0, () => DescribeContainerAssociationRequest$, () => DescribeContainerAssociationResponse$
|
|
2316
|
+
];
|
|
2207
2317
|
export var DescribeFirewall$ = [9, n0, _DFe,
|
|
2208
2318
|
0, () => DescribeFirewallRequest$, () => DescribeFirewallResponse$
|
|
2209
2319
|
];
|
|
@@ -2264,6 +2374,9 @@ export var GetAnalysisReportResults$ = [9, n0, _GARR,
|
|
|
2264
2374
|
export var ListAnalysisReports$ = [9, n0, _LAR,
|
|
2265
2375
|
0, () => ListAnalysisReportsRequest$, () => ListAnalysisReportsResponse$
|
|
2266
2376
|
];
|
|
2377
|
+
export var ListContainerAssociations$ = [9, n0, _LCA,
|
|
2378
|
+
0, () => ListContainerAssociationsRequest$, () => ListContainerAssociationsResponse$
|
|
2379
|
+
];
|
|
2267
2380
|
export var ListFirewallPolicies$ = [9, n0, _LFP,
|
|
2268
2381
|
0, () => ListFirewallPoliciesRequest$, () => ListFirewallPoliciesResponse$
|
|
2269
2382
|
];
|
|
@@ -2321,6 +2434,9 @@ export var UntagResource$ = [9, n0, _UR,
|
|
|
2321
2434
|
export var UpdateAvailabilityZoneChangeProtection$ = [9, n0, _UAZCP,
|
|
2322
2435
|
0, () => UpdateAvailabilityZoneChangeProtectionRequest$, () => UpdateAvailabilityZoneChangeProtectionResponse$
|
|
2323
2436
|
];
|
|
2437
|
+
export var UpdateContainerAssociation$ = [9, n0, _UCA,
|
|
2438
|
+
0, () => UpdateContainerAssociationRequest$, () => UpdateContainerAssociationResponse$
|
|
2439
|
+
];
|
|
2324
2440
|
export var UpdateFirewallAnalysisSettings$ = [9, n0, _UFAS,
|
|
2325
2441
|
0, () => UpdateFirewallAnalysisSettingsRequest$, () => UpdateFirewallAnalysisSettingsResponse$
|
|
2326
2442
|
];
|