@aws-sdk/client-network-firewall 3.1100.0 → 3.1102.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 +9 -2
- package/dist-cjs/index.js +88 -16
- package/dist-es/NetworkFirewall.js +2 -0
- package/dist-es/commands/UpdateProxySettingsCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +11 -4
- package/dist-es/schemas/schemas_0.js +63 -11
- package/dist-types/NetworkFirewall.d.ts +10 -2
- package/dist-types/NetworkFirewallClient.d.ts +5 -4
- package/dist-types/commands/CreateContainerAssociationCommand.d.ts +2 -3
- package/dist-types/commands/CreateFirewallCommand.d.ts +55 -0
- package/dist-types/commands/CreateVpcEndpointAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteContainerAssociationCommand.d.ts +3 -1
- package/dist-types/commands/DeleteFirewallCommand.d.ts +32 -0
- package/dist-types/commands/DeleteVpcEndpointAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeContainerAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFirewallCommand.d.ts +32 -0
- package/dist-types/commands/DescribeVpcEndpointAssociationCommand.d.ts +1 -0
- package/dist-types/commands/ListContainerAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProxySettingsCommand.d.ts +127 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/enums.d.ts +27 -12
- package/dist-types/models/models_0.d.ts +343 -61
- package/dist-types/schemas/schemas_0.d.ts +7 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +18 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/UpdateProxySettingsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -5
- package/dist-types/ts3.4/models/models_0.d.ts +43 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -33,9 +33,9 @@ prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network F
|
|
|
33
33
|
perimeter of your VPC. This includes filtering traffic going to and coming from an internet
|
|
34
34
|
gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible
|
|
35
35
|
with Suricata, a free, open source network analysis and threat detection engine.
|
|
36
|
-
Network Firewall supports Suricata version 7.0.
|
|
36
|
+
Network Firewall supports Suricata version 7.0.8. For information about Suricata,
|
|
37
37
|
see the <a href="https://suricata.io/">Suricata website</a> and the
|
|
38
|
-
<a href="https://suricata.readthedocs.io/en/suricata-7.0.
|
|
38
|
+
<a href="https://suricata.readthedocs.io/en/suricata-7.0.8/">Suricata User Guide</a>. </p>
|
|
39
39
|
<p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
|
|
40
40
|
The following are just a few examples: </p>
|
|
41
41
|
<ul>
|
|
@@ -834,6 +834,13 @@ UpdateProxyRulePriorities
|
|
|
834
834
|
</details>
|
|
835
835
|
<details>
|
|
836
836
|
<summary>
|
|
837
|
+
UpdateProxySettings
|
|
838
|
+
</summary>
|
|
839
|
+
|
|
840
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/UpdateProxySettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/UpdateProxySettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/UpdateProxySettingsCommandOutput/)
|
|
841
|
+
</details>
|
|
842
|
+
<details>
|
|
843
|
+
<summary>
|
|
837
844
|
UpdateRuleGroup
|
|
838
845
|
</summary>
|
|
839
846
|
|
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.1101.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -454,6 +454,7 @@ const _DFe = "DescribeFirewall";
|
|
|
454
454
|
const _DLC = "DescribeLoggingConfiguration";
|
|
455
455
|
const _DLCR = "DescribeLoggingConfigurationRequest";
|
|
456
456
|
const _DLCRe = "DescribeLoggingConfigurationResponse";
|
|
457
|
+
const _DN = "DnsName";
|
|
457
458
|
const _DNFTGA = "DeleteNetworkFirewallTransitGatewayAttachment";
|
|
458
459
|
const _DNFTGAR = "DeleteNetworkFirewallTransitGatewayAttachmentRequest";
|
|
459
460
|
const _DNFTGARe = "DeleteNetworkFirewallTransitGatewayAttachmentResponse";
|
|
@@ -663,9 +664,16 @@ const _Ma = "Masks";
|
|
|
663
664
|
const _Me = "Metadata";
|
|
664
665
|
const _Ms = "Msg";
|
|
665
666
|
const _N = "Name";
|
|
667
|
+
const _NGA = "NatGatewayAttachment";
|
|
668
|
+
const _NGAL = "NatGatewayAttachmentsList";
|
|
669
|
+
const _NGAa = "NatGatewayAttachments";
|
|
666
670
|
const _NGI = "NatGatewayId";
|
|
671
|
+
const _NGM = "NatGatewayMappings";
|
|
672
|
+
const _NGML = "NatGatewayMappingsList";
|
|
673
|
+
const _NGMa = "NatGatewayMapping";
|
|
667
674
|
const _NOA = "NumberOfAssociations";
|
|
668
675
|
const _NP = "NewPosition";
|
|
676
|
+
const _NSP = "NoSourcePreservation";
|
|
669
677
|
const _NT = "NextToken";
|
|
670
678
|
const _O = "Override";
|
|
671
679
|
const _P = "Protocol";
|
|
@@ -714,9 +722,10 @@ const _PRPRu = "PutResourcePolicyResponse";
|
|
|
714
722
|
const _PRPu = "PutResourcePolicy";
|
|
715
723
|
const _PRo = "PortRange";
|
|
716
724
|
const _PRor = "PortRanges";
|
|
717
|
-
const _PS = "
|
|
725
|
+
const _PS = "ProxySettings";
|
|
718
726
|
const _PSo = "PortSet";
|
|
719
727
|
const _PSor = "PortSets";
|
|
728
|
+
const _PSr = "ProxyState";
|
|
720
729
|
const _PV = "PolicyVariables";
|
|
721
730
|
const _Po = "Policy";
|
|
722
731
|
const _Por = "Port";
|
|
@@ -897,6 +906,9 @@ const _UPRR = "UpdateProxyRuleRequest";
|
|
|
897
906
|
const _UPRRp = "UpdateProxyRuleResponse";
|
|
898
907
|
const _UPRp = "UpdateProxyResponse";
|
|
899
908
|
const _UPRpd = "UpdateProxyRule";
|
|
909
|
+
const _UPS = "UpdateProxySettings";
|
|
910
|
+
const _UPSR = "UpdateProxySettingsRequest";
|
|
911
|
+
const _UPSRp = "UpdateProxySettingsResponse";
|
|
900
912
|
const _UR = "UntagResource";
|
|
901
913
|
const _URG = "UpdateRuleGroup";
|
|
902
914
|
const _URGR = "UpdateRuleGroupRequest";
|
|
@@ -914,6 +926,7 @@ const _UTLSICR = "UpdateTLSInspectionConfigurationRequest";
|
|
|
914
926
|
const _UTLSICRp = "UpdateTLSInspectionConfigurationResponse";
|
|
915
927
|
const _UTp = "UpdateTime";
|
|
916
928
|
const _V = "Value";
|
|
929
|
+
const _VE = "VpcEndpoint";
|
|
917
930
|
const _VEA = "VpcEndpointAssociation";
|
|
918
931
|
const _VEAA = "VpcEndpointAssociationArn";
|
|
919
932
|
const _VEAI = "VpcEndpointAssociationId";
|
|
@@ -1077,8 +1090,8 @@ var AssociateSubnetsResponse$ = [3, n0, _ASRs,
|
|
|
1077
1090
|
];
|
|
1078
1091
|
var Attachment$ = [3, n0, _At,
|
|
1079
1092
|
0,
|
|
1080
|
-
[_SI, _EI, _S, _SMt],
|
|
1081
|
-
[0, 0, 0, 0]
|
|
1093
|
+
[_SI, _EI, _S, _SMt, _DN],
|
|
1094
|
+
[0, 0, 0, 0, 0]
|
|
1082
1095
|
];
|
|
1083
1096
|
var AttachRuleGroupsToProxyConfigurationRequest$ = [3, n0, _ARGTPCR,
|
|
1084
1097
|
0,
|
|
@@ -1157,8 +1170,8 @@ var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
|
|
|
1157
1170
|
];
|
|
1158
1171
|
var CreateFirewallRequest$ = [3, n0, _CFR,
|
|
1159
1172
|
0,
|
|
1160
|
-
[_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _Ta, _EC, _EAT, _TGI, _AZM, _AZCP],
|
|
1161
|
-
[0, 0, 0, () => SubnetMappings, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 64 | 0, 0, () => AvailabilityZoneMappings, 2], 2
|
|
1173
|
+
[_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _Ta, _EC, _EAT, _TGI, _AZM, _AZCP, _NGM, _PS, _NSP, _VE],
|
|
1174
|
+
[0, 0, 0, () => SubnetMappings, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 64 | 0, 0, () => AvailabilityZoneMappings, 2, () => NatGatewayMappingsList, () => ProxySettings$, 2, () => VpcEndpoint$], 2
|
|
1162
1175
|
];
|
|
1163
1176
|
var CreateFirewallResponse$ = [3, n0, _CFRr,
|
|
1164
1177
|
0,
|
|
@@ -1447,7 +1460,7 @@ var DescribeProxyRequest$ = [3, n0, _DPRes,
|
|
|
1447
1460
|
];
|
|
1448
1461
|
var DescribeProxyResource$ = [3, n0, _DPResc,
|
|
1449
1462
|
0,
|
|
1450
|
-
[_PN, _PA, _PCN, _PCA, _NGI,
|
|
1463
|
+
[_PN, _PA, _PCN, _PCA, _NGI, _PSr, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM, _Ta],
|
|
1451
1464
|
[0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, 0, 0, 4, 4, 4, 0, 0, () => TagList]
|
|
1452
1465
|
];
|
|
1453
1466
|
var DescribeProxyResponse$ = [3, n0, _DPRescr,
|
|
@@ -1577,8 +1590,8 @@ var EncryptionConfiguration$ = [3, n0, _EC,
|
|
|
1577
1590
|
];
|
|
1578
1591
|
var Firewall$ = [3, n0, _F,
|
|
1579
1592
|
0,
|
|
1580
|
-
[_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _Ta, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP],
|
|
1581
|
-
[0, 0, () => SubnetMappings, 0, 0, 0, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 1, 64 | 0, 0, 0, () => AvailabilityZoneMappings, 2], 4
|
|
1593
|
+
[_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _Ta, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP, _NGM, _PS, _NSP, _VE],
|
|
1594
|
+
[0, 0, () => SubnetMappings, 0, 0, 0, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 1, 64 | 0, 0, 0, () => AvailabilityZoneMappings, 2, () => NatGatewayMappingsList, () => ProxySettings$, 2, () => VpcEndpoint$], 4
|
|
1582
1595
|
];
|
|
1583
1596
|
var FirewallMetadata$ = [3, n0, _FMi,
|
|
1584
1597
|
0,
|
|
@@ -1820,6 +1833,16 @@ var MatchAttributes$ = [3, n0, _MA,
|
|
|
1820
1833
|
[_Sou, _Dest, _SPo, _DPes, _Pro, _TCPF],
|
|
1821
1834
|
[() => Addresses, () => Addresses, () => PortRanges, () => PortRanges, 64 | 1, () => TCPFlags]
|
|
1822
1835
|
];
|
|
1836
|
+
var NatGatewayAttachment$ = [3, n0, _NGA,
|
|
1837
|
+
0,
|
|
1838
|
+
[_NGI, _S, _SMt, _DN],
|
|
1839
|
+
[0, 0, 0, 0], 2
|
|
1840
|
+
];
|
|
1841
|
+
var NatGatewayMapping$ = [3, n0, _NGMa,
|
|
1842
|
+
0,
|
|
1843
|
+
[_NGI],
|
|
1844
|
+
[0], 1
|
|
1845
|
+
];
|
|
1823
1846
|
var PerObjectStatus$ = [3, n0, _POS,
|
|
1824
1847
|
0,
|
|
1825
1848
|
[_SSy, _UT],
|
|
@@ -1842,7 +1865,7 @@ var PortSet$ = [3, n0, _PSo,
|
|
|
1842
1865
|
];
|
|
1843
1866
|
var Proxy$ = [3, n0, _Pr,
|
|
1844
1867
|
0,
|
|
1845
|
-
[_CT, _DT, _UTp, _FC, _FM,
|
|
1868
|
+
[_CT, _DT, _UTp, _FC, _FM, _PSr, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP, _Ta],
|
|
1846
1869
|
[4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, () => TagList]
|
|
1847
1870
|
];
|
|
1848
1871
|
var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
|
|
@@ -1915,6 +1938,11 @@ var ProxyRulesByRequestPhase$ = [3, n0, _PRBRP,
|
|
|
1915
1938
|
[_PDNS, _PREQUEST, _PRESPONSE],
|
|
1916
1939
|
[() => ProxyRuleList, () => ProxyRuleList, () => ProxyRuleList]
|
|
1917
1940
|
];
|
|
1941
|
+
var ProxySettings$ = [3, n0, _PS,
|
|
1942
|
+
0,
|
|
1943
|
+
[_LP],
|
|
1944
|
+
[() => ListenerProperties], 1
|
|
1945
|
+
];
|
|
1918
1946
|
var PublishMetricAction$ = [3, n0, _PMA,
|
|
1919
1947
|
0,
|
|
1920
1948
|
[_Dim],
|
|
@@ -2097,8 +2125,8 @@ var SummaryConfiguration$ = [3, n0, _SC,
|
|
|
2097
2125
|
];
|
|
2098
2126
|
var SyncState$ = [3, n0, _SSyn,
|
|
2099
2127
|
0,
|
|
2100
|
-
[_At, _Con],
|
|
2101
|
-
[() => Attachment$, () => SyncStateConfig]
|
|
2128
|
+
[_At, _Con, _NGAa],
|
|
2129
|
+
[() => Attachment$, () => SyncStateConfig, () => NatGatewayAttachmentsList]
|
|
2102
2130
|
];
|
|
2103
2131
|
var Tag$ = [3, n0, _Tag,
|
|
2104
2132
|
0,
|
|
@@ -2310,6 +2338,16 @@ var UpdateProxyRuleResponse$ = [3, n0, _UPRRp,
|
|
|
2310
2338
|
[_PR, _RCe, _UT],
|
|
2311
2339
|
[() => ProxyRule$, () => ProxyRuleConditionList, 0]
|
|
2312
2340
|
];
|
|
2341
|
+
var UpdateProxySettingsRequest$ = [3, n0, _UPSR,
|
|
2342
|
+
0,
|
|
2343
|
+
[_FAi, _FN, _UT, _PS],
|
|
2344
|
+
[0, 0, 0, () => ProxySettings$]
|
|
2345
|
+
];
|
|
2346
|
+
var UpdateProxySettingsResponse$ = [3, n0, _UPSRp,
|
|
2347
|
+
0,
|
|
2348
|
+
[_FAi, _FN, _UT, _PS],
|
|
2349
|
+
[0, 0, 0, () => ProxySettings$]
|
|
2350
|
+
];
|
|
2313
2351
|
var UpdateRuleGroupRequest$ = [3, n0, _URGR,
|
|
2314
2352
|
0,
|
|
2315
2353
|
[_UT, _RGAu, _RGNu, _RGu, _R, _T, _De, _DR, _EC, _SMo, _ARG, _SC],
|
|
@@ -2340,6 +2378,11 @@ var UpdateTLSInspectionConfigurationResponse$ = [3, n0, _UTLSICRp,
|
|
|
2340
2378
|
[_UT, _TLSICR],
|
|
2341
2379
|
[0, () => TLSInspectionConfigurationResponse$], 2
|
|
2342
2380
|
];
|
|
2381
|
+
var VpcEndpoint$ = [3, n0, _VE,
|
|
2382
|
+
0,
|
|
2383
|
+
[_VI, _SM],
|
|
2384
|
+
[0, () => SubnetMappings], 2
|
|
2385
|
+
];
|
|
2343
2386
|
var VpcEndpointAssociation$ = [3, n0, _VEA,
|
|
2344
2387
|
0,
|
|
2345
2388
|
[_VEAA, _FAi, _VI, _SMu, _VEAI, _De, _Ta],
|
|
@@ -2415,6 +2458,12 @@ var ListenerPropertiesRequest = [1, n0, _LPRist,
|
|
|
2415
2458
|
var LogDestinationConfigs = [1, n0, _LDCo,
|
|
2416
2459
|
0, () => LogDestinationConfig$
|
|
2417
2460
|
];
|
|
2461
|
+
var NatGatewayAttachmentsList = [1, n0, _NGAL,
|
|
2462
|
+
0, () => NatGatewayAttachment$
|
|
2463
|
+
];
|
|
2464
|
+
var NatGatewayMappingsList = [1, n0, _NGML,
|
|
2465
|
+
0, () => NatGatewayMapping$
|
|
2466
|
+
];
|
|
2418
2467
|
var PortRanges = [1, n0, _PRor,
|
|
2419
2468
|
0, () => PortRange$
|
|
2420
2469
|
];
|
|
@@ -2760,6 +2809,9 @@ var UpdateProxyRuleGroupPriorities$ = [9, n0, _UPRGP,
|
|
|
2760
2809
|
var UpdateProxyRulePriorities$ = [9, n0, _UPRP,
|
|
2761
2810
|
0, () => UpdateProxyRulePrioritiesRequest$, () => UpdateProxyRulePrioritiesResponse$
|
|
2762
2811
|
];
|
|
2812
|
+
var UpdateProxySettings$ = [9, n0, _UPS,
|
|
2813
|
+
0, () => UpdateProxySettingsRequest$, () => UpdateProxySettingsResponse$
|
|
2814
|
+
];
|
|
2763
2815
|
var UpdateRuleGroup$ = [9, n0, _URG,
|
|
2764
2816
|
0, () => UpdateRuleGroupRequest$, () => UpdateRuleGroupResponse$
|
|
2765
2817
|
];
|
|
@@ -3163,6 +3215,9 @@ class UpdateProxyRuleGroupPrioritiesCommand extends command(_ep0, _mw0, "UpdateP
|
|
|
3163
3215
|
class UpdateProxyRulePrioritiesCommand extends command(_ep0, _mw0, "UpdateProxyRulePriorities", UpdateProxyRulePriorities$) {
|
|
3164
3216
|
}
|
|
3165
3217
|
|
|
3218
|
+
class UpdateProxySettingsCommand extends command(_ep0, _mw0, "UpdateProxySettings", UpdateProxySettings$) {
|
|
3219
|
+
}
|
|
3220
|
+
|
|
3166
3221
|
class UpdateRuleGroupCommand extends command(_ep0, _mw0, "UpdateRuleGroup", UpdateRuleGroup$) {
|
|
3167
3222
|
}
|
|
3168
3223
|
|
|
@@ -3282,6 +3337,7 @@ const commands = {
|
|
|
3282
3337
|
UpdateProxyRuleCommand,
|
|
3283
3338
|
UpdateProxyRuleGroupPrioritiesCommand,
|
|
3284
3339
|
UpdateProxyRulePrioritiesCommand,
|
|
3340
|
+
UpdateProxySettingsCommand,
|
|
3285
3341
|
UpdateRuleGroupCommand,
|
|
3286
3342
|
UpdateSubnetChangeProtectionCommand,
|
|
3287
3343
|
UpdateTLSInspectionConfigurationCommand,
|
|
@@ -3367,6 +3423,10 @@ const EncryptionType = {
|
|
|
3367
3423
|
AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY",
|
|
3368
3424
|
CUSTOMER_KMS: "CUSTOMER_KMS",
|
|
3369
3425
|
};
|
|
3426
|
+
const ListenerPropertyType = {
|
|
3427
|
+
HTTP: "HTTP",
|
|
3428
|
+
HTTPS: "HTTPS",
|
|
3429
|
+
};
|
|
3370
3430
|
const FirewallStatusValue = {
|
|
3371
3431
|
DELETING: "DELETING",
|
|
3372
3432
|
PROVISIONING: "PROVISIONING",
|
|
@@ -3379,6 +3439,13 @@ const PerObjectSyncStatus = {
|
|
|
3379
3439
|
NOT_SUBSCRIBED: "NOT_SUBSCRIBED",
|
|
3380
3440
|
PENDING: "PENDING",
|
|
3381
3441
|
};
|
|
3442
|
+
const NatGatewayAttachmentStatus = {
|
|
3443
|
+
CREATING: "CREATING",
|
|
3444
|
+
DELETING: "DELETING",
|
|
3445
|
+
FAILED: "FAILED",
|
|
3446
|
+
READY: "READY",
|
|
3447
|
+
UPDATING: "UPDATING",
|
|
3448
|
+
};
|
|
3382
3449
|
const RuleOrder = {
|
|
3383
3450
|
DEFAULT_ACTION_ORDER: "DEFAULT_ACTION_ORDER",
|
|
3384
3451
|
STRICT_ORDER: "STRICT_ORDER",
|
|
@@ -3396,10 +3463,6 @@ const ResourceStatus = {
|
|
|
3396
3463
|
DELETING: "DELETING",
|
|
3397
3464
|
ERROR: "ERROR",
|
|
3398
3465
|
};
|
|
3399
|
-
const ListenerPropertyType = {
|
|
3400
|
-
HTTP: "HTTP",
|
|
3401
|
-
HTTPS: "HTTPS",
|
|
3402
|
-
};
|
|
3403
3466
|
const TlsInterceptMode = {
|
|
3404
3467
|
DISABLED: "DISABLED",
|
|
3405
3468
|
ENABLED: "ENABLED",
|
|
@@ -3833,6 +3896,9 @@ exports.LogDestinationType = LogDestinationType;
|
|
|
3833
3896
|
exports.LogType = LogType;
|
|
3834
3897
|
exports.LoggingConfiguration$ = LoggingConfiguration$;
|
|
3835
3898
|
exports.MatchAttributes$ = MatchAttributes$;
|
|
3899
|
+
exports.NatGatewayAttachment$ = NatGatewayAttachment$;
|
|
3900
|
+
exports.NatGatewayAttachmentStatus = NatGatewayAttachmentStatus;
|
|
3901
|
+
exports.NatGatewayMapping$ = NatGatewayMapping$;
|
|
3836
3902
|
exports.NetworkFirewall = NetworkFirewall;
|
|
3837
3903
|
exports.NetworkFirewallClient = NetworkFirewallClient;
|
|
3838
3904
|
exports.NetworkFirewallServiceException = NetworkFirewallServiceException;
|
|
@@ -3860,6 +3926,7 @@ exports.ProxyRuleGroupPriorityResult$ = ProxyRuleGroupPriorityResult$;
|
|
|
3860
3926
|
exports.ProxyRulePhaseAction = ProxyRulePhaseAction;
|
|
3861
3927
|
exports.ProxyRulePriority$ = ProxyRulePriority$;
|
|
3862
3928
|
exports.ProxyRulesByRequestPhase$ = ProxyRulesByRequestPhase$;
|
|
3929
|
+
exports.ProxySettings$ = ProxySettings$;
|
|
3863
3930
|
exports.ProxyState = ProxyState;
|
|
3864
3931
|
exports.PublishMetricAction$ = PublishMetricAction$;
|
|
3865
3932
|
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
@@ -4007,6 +4074,10 @@ exports.UpdateProxyRulePrioritiesRequest$ = UpdateProxyRulePrioritiesRequest$;
|
|
|
4007
4074
|
exports.UpdateProxyRulePrioritiesResponse$ = UpdateProxyRulePrioritiesResponse$;
|
|
4008
4075
|
exports.UpdateProxyRuleRequest$ = UpdateProxyRuleRequest$;
|
|
4009
4076
|
exports.UpdateProxyRuleResponse$ = UpdateProxyRuleResponse$;
|
|
4077
|
+
exports.UpdateProxySettings$ = UpdateProxySettings$;
|
|
4078
|
+
exports.UpdateProxySettingsCommand = UpdateProxySettingsCommand;
|
|
4079
|
+
exports.UpdateProxySettingsRequest$ = UpdateProxySettingsRequest$;
|
|
4080
|
+
exports.UpdateProxySettingsResponse$ = UpdateProxySettingsResponse$;
|
|
4010
4081
|
exports.UpdateRuleGroup$ = UpdateRuleGroup$;
|
|
4011
4082
|
exports.UpdateRuleGroupCommand = UpdateRuleGroupCommand;
|
|
4012
4083
|
exports.UpdateRuleGroupRequest$ = UpdateRuleGroupRequest$;
|
|
@@ -4019,6 +4090,7 @@ exports.UpdateTLSInspectionConfiguration$ = UpdateTLSInspectionConfiguration$;
|
|
|
4019
4090
|
exports.UpdateTLSInspectionConfigurationCommand = UpdateTLSInspectionConfigurationCommand;
|
|
4020
4091
|
exports.UpdateTLSInspectionConfigurationRequest$ = UpdateTLSInspectionConfigurationRequest$;
|
|
4021
4092
|
exports.UpdateTLSInspectionConfigurationResponse$ = UpdateTLSInspectionConfigurationResponse$;
|
|
4093
|
+
exports.VpcEndpoint$ = VpcEndpoint$;
|
|
4022
4094
|
exports.VpcEndpointAssociation$ = VpcEndpointAssociation$;
|
|
4023
4095
|
exports.VpcEndpointAssociationMetadata$ = VpcEndpointAssociationMetadata$;
|
|
4024
4096
|
exports.VpcEndpointAssociationStatus$ = VpcEndpointAssociationStatus$;
|
|
@@ -80,6 +80,7 @@ import { UpdateProxyConfigurationCommand, } from "./commands/UpdateProxyConfigur
|
|
|
80
80
|
import { UpdateProxyRuleCommand, } from "./commands/UpdateProxyRuleCommand";
|
|
81
81
|
import { UpdateProxyRuleGroupPrioritiesCommand, } from "./commands/UpdateProxyRuleGroupPrioritiesCommand";
|
|
82
82
|
import { UpdateProxyRulePrioritiesCommand, } from "./commands/UpdateProxyRulePrioritiesCommand";
|
|
83
|
+
import { UpdateProxySettingsCommand, } from "./commands/UpdateProxySettingsCommand";
|
|
83
84
|
import { UpdateRuleGroupCommand, } from "./commands/UpdateRuleGroupCommand";
|
|
84
85
|
import { UpdateSubnetChangeProtectionCommand, } from "./commands/UpdateSubnetChangeProtectionCommand";
|
|
85
86
|
import { UpdateTLSInspectionConfigurationCommand, } from "./commands/UpdateTLSInspectionConfigurationCommand";
|
|
@@ -180,6 +181,7 @@ const commands = {
|
|
|
180
181
|
UpdateProxyRuleCommand,
|
|
181
182
|
UpdateProxyRuleGroupPrioritiesCommand,
|
|
182
183
|
UpdateProxyRulePrioritiesCommand,
|
|
184
|
+
UpdateProxySettingsCommand,
|
|
183
185
|
UpdateRuleGroupCommand,
|
|
184
186
|
UpdateSubnetChangeProtectionCommand,
|
|
185
187
|
UpdateTLSInspectionConfigurationCommand,
|
|
@@ -79,6 +79,7 @@ export * from "./UpdateProxyConfigurationCommand";
|
|
|
79
79
|
export * from "./UpdateProxyRuleCommand";
|
|
80
80
|
export * from "./UpdateProxyRuleGroupPrioritiesCommand";
|
|
81
81
|
export * from "./UpdateProxyRulePrioritiesCommand";
|
|
82
|
+
export * from "./UpdateProxySettingsCommand";
|
|
82
83
|
export * from "./UpdateRuleGroupCommand";
|
|
83
84
|
export * from "./UpdateSubnetChangeProtectionCommand";
|
|
84
85
|
export * from "./UpdateTLSInspectionConfigurationCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -59,6 +59,10 @@ export const EncryptionType = {
|
|
|
59
59
|
AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY",
|
|
60
60
|
CUSTOMER_KMS: "CUSTOMER_KMS",
|
|
61
61
|
};
|
|
62
|
+
export const ListenerPropertyType = {
|
|
63
|
+
HTTP: "HTTP",
|
|
64
|
+
HTTPS: "HTTPS",
|
|
65
|
+
};
|
|
62
66
|
export const FirewallStatusValue = {
|
|
63
67
|
DELETING: "DELETING",
|
|
64
68
|
PROVISIONING: "PROVISIONING",
|
|
@@ -71,6 +75,13 @@ export const PerObjectSyncStatus = {
|
|
|
71
75
|
NOT_SUBSCRIBED: "NOT_SUBSCRIBED",
|
|
72
76
|
PENDING: "PENDING",
|
|
73
77
|
};
|
|
78
|
+
export const NatGatewayAttachmentStatus = {
|
|
79
|
+
CREATING: "CREATING",
|
|
80
|
+
DELETING: "DELETING",
|
|
81
|
+
FAILED: "FAILED",
|
|
82
|
+
READY: "READY",
|
|
83
|
+
UPDATING: "UPDATING",
|
|
84
|
+
};
|
|
74
85
|
export const RuleOrder = {
|
|
75
86
|
DEFAULT_ACTION_ORDER: "DEFAULT_ACTION_ORDER",
|
|
76
87
|
STRICT_ORDER: "STRICT_ORDER",
|
|
@@ -88,10 +99,6 @@ export const ResourceStatus = {
|
|
|
88
99
|
DELETING: "DELETING",
|
|
89
100
|
ERROR: "ERROR",
|
|
90
101
|
};
|
|
91
|
-
export const ListenerPropertyType = {
|
|
92
|
-
HTTP: "HTTP",
|
|
93
|
-
HTTPS: "HTTPS",
|
|
94
|
-
};
|
|
95
102
|
export const TlsInterceptMode = {
|
|
96
103
|
DISABLED: "DISABLED",
|
|
97
104
|
ENABLED: "ENABLED",
|
|
@@ -145,6 +145,7 @@ const _DFe = "DescribeFirewall";
|
|
|
145
145
|
const _DLC = "DescribeLoggingConfiguration";
|
|
146
146
|
const _DLCR = "DescribeLoggingConfigurationRequest";
|
|
147
147
|
const _DLCRe = "DescribeLoggingConfigurationResponse";
|
|
148
|
+
const _DN = "DnsName";
|
|
148
149
|
const _DNFTGA = "DeleteNetworkFirewallTransitGatewayAttachment";
|
|
149
150
|
const _DNFTGAR = "DeleteNetworkFirewallTransitGatewayAttachmentRequest";
|
|
150
151
|
const _DNFTGARe = "DeleteNetworkFirewallTransitGatewayAttachmentResponse";
|
|
@@ -354,9 +355,16 @@ const _Ma = "Masks";
|
|
|
354
355
|
const _Me = "Metadata";
|
|
355
356
|
const _Ms = "Msg";
|
|
356
357
|
const _N = "Name";
|
|
358
|
+
const _NGA = "NatGatewayAttachment";
|
|
359
|
+
const _NGAL = "NatGatewayAttachmentsList";
|
|
360
|
+
const _NGAa = "NatGatewayAttachments";
|
|
357
361
|
const _NGI = "NatGatewayId";
|
|
362
|
+
const _NGM = "NatGatewayMappings";
|
|
363
|
+
const _NGML = "NatGatewayMappingsList";
|
|
364
|
+
const _NGMa = "NatGatewayMapping";
|
|
358
365
|
const _NOA = "NumberOfAssociations";
|
|
359
366
|
const _NP = "NewPosition";
|
|
367
|
+
const _NSP = "NoSourcePreservation";
|
|
360
368
|
const _NT = "NextToken";
|
|
361
369
|
const _O = "Override";
|
|
362
370
|
const _P = "Protocol";
|
|
@@ -405,9 +413,10 @@ const _PRPRu = "PutResourcePolicyResponse";
|
|
|
405
413
|
const _PRPu = "PutResourcePolicy";
|
|
406
414
|
const _PRo = "PortRange";
|
|
407
415
|
const _PRor = "PortRanges";
|
|
408
|
-
const _PS = "
|
|
416
|
+
const _PS = "ProxySettings";
|
|
409
417
|
const _PSo = "PortSet";
|
|
410
418
|
const _PSor = "PortSets";
|
|
419
|
+
const _PSr = "ProxyState";
|
|
411
420
|
const _PV = "PolicyVariables";
|
|
412
421
|
const _Po = "Policy";
|
|
413
422
|
const _Por = "Port";
|
|
@@ -588,6 +597,9 @@ const _UPRR = "UpdateProxyRuleRequest";
|
|
|
588
597
|
const _UPRRp = "UpdateProxyRuleResponse";
|
|
589
598
|
const _UPRp = "UpdateProxyResponse";
|
|
590
599
|
const _UPRpd = "UpdateProxyRule";
|
|
600
|
+
const _UPS = "UpdateProxySettings";
|
|
601
|
+
const _UPSR = "UpdateProxySettingsRequest";
|
|
602
|
+
const _UPSRp = "UpdateProxySettingsResponse";
|
|
591
603
|
const _UR = "UntagResource";
|
|
592
604
|
const _URG = "UpdateRuleGroup";
|
|
593
605
|
const _URGR = "UpdateRuleGroupRequest";
|
|
@@ -605,6 +617,7 @@ const _UTLSICR = "UpdateTLSInspectionConfigurationRequest";
|
|
|
605
617
|
const _UTLSICRp = "UpdateTLSInspectionConfigurationResponse";
|
|
606
618
|
const _UTp = "UpdateTime";
|
|
607
619
|
const _V = "Value";
|
|
620
|
+
const _VE = "VpcEndpoint";
|
|
608
621
|
const _VEA = "VpcEndpointAssociation";
|
|
609
622
|
const _VEAA = "VpcEndpointAssociationArn";
|
|
610
623
|
const _VEAI = "VpcEndpointAssociationId";
|
|
@@ -771,8 +784,8 @@ export var AssociateSubnetsResponse$ = [3, n0, _ASRs,
|
|
|
771
784
|
];
|
|
772
785
|
export var Attachment$ = [3, n0, _At,
|
|
773
786
|
0,
|
|
774
|
-
[_SI, _EI, _S, _SMt],
|
|
775
|
-
[0, 0, 0, 0]
|
|
787
|
+
[_SI, _EI, _S, _SMt, _DN],
|
|
788
|
+
[0, 0, 0, 0, 0]
|
|
776
789
|
];
|
|
777
790
|
export var AttachRuleGroupsToProxyConfigurationRequest$ = [3, n0, _ARGTPCR,
|
|
778
791
|
0,
|
|
@@ -851,8 +864,8 @@ export var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
|
|
|
851
864
|
];
|
|
852
865
|
export var CreateFirewallRequest$ = [3, n0, _CFR,
|
|
853
866
|
0,
|
|
854
|
-
[_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _Ta, _EC, _EAT, _TGI, _AZM, _AZCP],
|
|
855
|
-
[0, 0, 0, () => SubnetMappings, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 64 | 0, 0, () => AvailabilityZoneMappings, 2], 2
|
|
867
|
+
[_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _Ta, _EC, _EAT, _TGI, _AZM, _AZCP, _NGM, _PS, _NSP, _VE],
|
|
868
|
+
[0, 0, 0, () => SubnetMappings, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 64 | 0, 0, () => AvailabilityZoneMappings, 2, () => NatGatewayMappingsList, () => ProxySettings$, 2, () => VpcEndpoint$], 2
|
|
856
869
|
];
|
|
857
870
|
export var CreateFirewallResponse$ = [3, n0, _CFRr,
|
|
858
871
|
0,
|
|
@@ -1141,7 +1154,7 @@ export var DescribeProxyRequest$ = [3, n0, _DPRes,
|
|
|
1141
1154
|
];
|
|
1142
1155
|
export var DescribeProxyResource$ = [3, n0, _DPResc,
|
|
1143
1156
|
0,
|
|
1144
|
-
[_PN, _PA, _PCN, _PCA, _NGI,
|
|
1157
|
+
[_PN, _PA, _PCN, _PCA, _NGI, _PSr, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM, _Ta],
|
|
1145
1158
|
[0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, 0, 0, 4, 4, 4, 0, 0, () => TagList]
|
|
1146
1159
|
];
|
|
1147
1160
|
export var DescribeProxyResponse$ = [3, n0, _DPRescr,
|
|
@@ -1271,8 +1284,8 @@ export var EncryptionConfiguration$ = [3, n0, _EC,
|
|
|
1271
1284
|
];
|
|
1272
1285
|
export var Firewall$ = [3, n0, _F,
|
|
1273
1286
|
0,
|
|
1274
|
-
[_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _Ta, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP],
|
|
1275
|
-
[0, 0, () => SubnetMappings, 0, 0, 0, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 1, 64 | 0, 0, 0, () => AvailabilityZoneMappings, 2], 4
|
|
1287
|
+
[_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _Ta, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP, _NGM, _PS, _NSP, _VE],
|
|
1288
|
+
[0, 0, () => SubnetMappings, 0, 0, 0, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 1, 64 | 0, 0, 0, () => AvailabilityZoneMappings, 2, () => NatGatewayMappingsList, () => ProxySettings$, 2, () => VpcEndpoint$], 4
|
|
1276
1289
|
];
|
|
1277
1290
|
export var FirewallMetadata$ = [3, n0, _FMi,
|
|
1278
1291
|
0,
|
|
@@ -1514,6 +1527,16 @@ export var MatchAttributes$ = [3, n0, _MA,
|
|
|
1514
1527
|
[_Sou, _Dest, _SPo, _DPes, _Pro, _TCPF],
|
|
1515
1528
|
[() => Addresses, () => Addresses, () => PortRanges, () => PortRanges, 64 | 1, () => TCPFlags]
|
|
1516
1529
|
];
|
|
1530
|
+
export var NatGatewayAttachment$ = [3, n0, _NGA,
|
|
1531
|
+
0,
|
|
1532
|
+
[_NGI, _S, _SMt, _DN],
|
|
1533
|
+
[0, 0, 0, 0], 2
|
|
1534
|
+
];
|
|
1535
|
+
export var NatGatewayMapping$ = [3, n0, _NGMa,
|
|
1536
|
+
0,
|
|
1537
|
+
[_NGI],
|
|
1538
|
+
[0], 1
|
|
1539
|
+
];
|
|
1517
1540
|
export var PerObjectStatus$ = [3, n0, _POS,
|
|
1518
1541
|
0,
|
|
1519
1542
|
[_SSy, _UT],
|
|
@@ -1536,7 +1559,7 @@ export var PortSet$ = [3, n0, _PSo,
|
|
|
1536
1559
|
];
|
|
1537
1560
|
export var Proxy$ = [3, n0, _Pr,
|
|
1538
1561
|
0,
|
|
1539
|
-
[_CT, _DT, _UTp, _FC, _FM,
|
|
1562
|
+
[_CT, _DT, _UTp, _FC, _FM, _PSr, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP, _Ta],
|
|
1540
1563
|
[4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, () => TagList]
|
|
1541
1564
|
];
|
|
1542
1565
|
export var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
|
|
@@ -1609,6 +1632,11 @@ export var ProxyRulesByRequestPhase$ = [3, n0, _PRBRP,
|
|
|
1609
1632
|
[_PDNS, _PREQUEST, _PRESPONSE],
|
|
1610
1633
|
[() => ProxyRuleList, () => ProxyRuleList, () => ProxyRuleList]
|
|
1611
1634
|
];
|
|
1635
|
+
export var ProxySettings$ = [3, n0, _PS,
|
|
1636
|
+
0,
|
|
1637
|
+
[_LP],
|
|
1638
|
+
[() => ListenerProperties], 1
|
|
1639
|
+
];
|
|
1612
1640
|
export var PublishMetricAction$ = [3, n0, _PMA,
|
|
1613
1641
|
0,
|
|
1614
1642
|
[_Dim],
|
|
@@ -1791,8 +1819,8 @@ export var SummaryConfiguration$ = [3, n0, _SC,
|
|
|
1791
1819
|
];
|
|
1792
1820
|
export var SyncState$ = [3, n0, _SSyn,
|
|
1793
1821
|
0,
|
|
1794
|
-
[_At, _Con],
|
|
1795
|
-
[() => Attachment$, () => SyncStateConfig]
|
|
1822
|
+
[_At, _Con, _NGAa],
|
|
1823
|
+
[() => Attachment$, () => SyncStateConfig, () => NatGatewayAttachmentsList]
|
|
1796
1824
|
];
|
|
1797
1825
|
export var Tag$ = [3, n0, _Tag,
|
|
1798
1826
|
0,
|
|
@@ -2004,6 +2032,16 @@ export var UpdateProxyRuleResponse$ = [3, n0, _UPRRp,
|
|
|
2004
2032
|
[_PR, _RCe, _UT],
|
|
2005
2033
|
[() => ProxyRule$, () => ProxyRuleConditionList, 0]
|
|
2006
2034
|
];
|
|
2035
|
+
export var UpdateProxySettingsRequest$ = [3, n0, _UPSR,
|
|
2036
|
+
0,
|
|
2037
|
+
[_FAi, _FN, _UT, _PS],
|
|
2038
|
+
[0, 0, 0, () => ProxySettings$]
|
|
2039
|
+
];
|
|
2040
|
+
export var UpdateProxySettingsResponse$ = [3, n0, _UPSRp,
|
|
2041
|
+
0,
|
|
2042
|
+
[_FAi, _FN, _UT, _PS],
|
|
2043
|
+
[0, 0, 0, () => ProxySettings$]
|
|
2044
|
+
];
|
|
2007
2045
|
export var UpdateRuleGroupRequest$ = [3, n0, _URGR,
|
|
2008
2046
|
0,
|
|
2009
2047
|
[_UT, _RGAu, _RGNu, _RGu, _R, _T, _De, _DR, _EC, _SMo, _ARG, _SC],
|
|
@@ -2034,6 +2072,11 @@ export var UpdateTLSInspectionConfigurationResponse$ = [3, n0, _UTLSICRp,
|
|
|
2034
2072
|
[_UT, _TLSICR],
|
|
2035
2073
|
[0, () => TLSInspectionConfigurationResponse$], 2
|
|
2036
2074
|
];
|
|
2075
|
+
export var VpcEndpoint$ = [3, n0, _VE,
|
|
2076
|
+
0,
|
|
2077
|
+
[_VI, _SM],
|
|
2078
|
+
[0, () => SubnetMappings], 2
|
|
2079
|
+
];
|
|
2037
2080
|
export var VpcEndpointAssociation$ = [3, n0, _VEA,
|
|
2038
2081
|
0,
|
|
2039
2082
|
[_VEAA, _FAi, _VI, _SMu, _VEAI, _De, _Ta],
|
|
@@ -2112,6 +2155,12 @@ var ListenerPropertiesRequest = [1, n0, _LPRist,
|
|
|
2112
2155
|
var LogDestinationConfigs = [1, n0, _LDCo,
|
|
2113
2156
|
0, () => LogDestinationConfig$
|
|
2114
2157
|
];
|
|
2158
|
+
var NatGatewayAttachmentsList = [1, n0, _NGAL,
|
|
2159
|
+
0, () => NatGatewayAttachment$
|
|
2160
|
+
];
|
|
2161
|
+
var NatGatewayMappingsList = [1, n0, _NGML,
|
|
2162
|
+
0, () => NatGatewayMapping$
|
|
2163
|
+
];
|
|
2115
2164
|
var PortRanges = [1, n0, _PRor,
|
|
2116
2165
|
0, () => PortRange$
|
|
2117
2166
|
];
|
|
@@ -2473,6 +2522,9 @@ export var UpdateProxyRuleGroupPriorities$ = [9, n0, _UPRGP,
|
|
|
2473
2522
|
export var UpdateProxyRulePriorities$ = [9, n0, _UPRP,
|
|
2474
2523
|
0, () => UpdateProxyRulePrioritiesRequest$, () => UpdateProxyRulePrioritiesResponse$
|
|
2475
2524
|
];
|
|
2525
|
+
export var UpdateProxySettings$ = [9, n0, _UPS,
|
|
2526
|
+
0, () => UpdateProxySettingsRequest$, () => UpdateProxySettingsResponse$
|
|
2527
|
+
];
|
|
2476
2528
|
export var UpdateRuleGroup$ = [9, n0, _URG,
|
|
2477
2529
|
0, () => UpdateRuleGroupRequest$, () => UpdateRuleGroupResponse$
|
|
2478
2530
|
];
|
|
@@ -80,6 +80,7 @@ import { type UpdateProxyConfigurationCommandInput, type UpdateProxyConfiguratio
|
|
|
80
80
|
import { type UpdateProxyRuleCommandInput, type UpdateProxyRuleCommandOutput } from "./commands/UpdateProxyRuleCommand";
|
|
81
81
|
import { type UpdateProxyRuleGroupPrioritiesCommandInput, type UpdateProxyRuleGroupPrioritiesCommandOutput } from "./commands/UpdateProxyRuleGroupPrioritiesCommand";
|
|
82
82
|
import { type UpdateProxyRulePrioritiesCommandInput, type UpdateProxyRulePrioritiesCommandOutput } from "./commands/UpdateProxyRulePrioritiesCommand";
|
|
83
|
+
import { type UpdateProxySettingsCommandInput, type UpdateProxySettingsCommandOutput } from "./commands/UpdateProxySettingsCommand";
|
|
83
84
|
import { type UpdateRuleGroupCommandInput, type UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
84
85
|
import { type UpdateSubnetChangeProtectionCommandInput, type UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
|
|
85
86
|
import { type UpdateTLSInspectionConfigurationCommandInput, type UpdateTLSInspectionConfigurationCommandOutput } from "./commands/UpdateTLSInspectionConfigurationCommand";
|
|
@@ -604,6 +605,13 @@ export interface NetworkFirewall {
|
|
|
604
605
|
updateProxyRulePriorities(args: UpdateProxyRulePrioritiesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProxyRulePrioritiesCommandOutput>;
|
|
605
606
|
updateProxyRulePriorities(args: UpdateProxyRulePrioritiesCommandInput, cb: (err: any, data?: UpdateProxyRulePrioritiesCommandOutput) => void): void;
|
|
606
607
|
updateProxyRulePriorities(args: UpdateProxyRulePrioritiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProxyRulePrioritiesCommandOutput) => void): void;
|
|
608
|
+
/**
|
|
609
|
+
* @see {@link UpdateProxySettingsCommand}
|
|
610
|
+
*/
|
|
611
|
+
updateProxySettings(): Promise<UpdateProxySettingsCommandOutput>;
|
|
612
|
+
updateProxySettings(args: UpdateProxySettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProxySettingsCommandOutput>;
|
|
613
|
+
updateProxySettings(args: UpdateProxySettingsCommandInput, cb: (err: any, data?: UpdateProxySettingsCommandOutput) => void): void;
|
|
614
|
+
updateProxySettings(args: UpdateProxySettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProxySettingsCommandOutput) => void): void;
|
|
607
615
|
/**
|
|
608
616
|
* @see {@link UpdateRuleGroupCommand}
|
|
609
617
|
*/
|
|
@@ -749,9 +757,9 @@ export interface NetworkFirewall {
|
|
|
749
757
|
* perimeter of your VPC. This includes filtering traffic going to and coming from an internet
|
|
750
758
|
* gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible
|
|
751
759
|
* with Suricata, a free, open source network analysis and threat detection engine.
|
|
752
|
-
* Network Firewall supports Suricata version 7.0.
|
|
760
|
+
* Network Firewall supports Suricata version 7.0.8. For information about Suricata,
|
|
753
761
|
* see the <a href="https://suricata.io/">Suricata website</a> and the
|
|
754
|
-
* <a href="https://suricata.readthedocs.io/en/suricata-7.0.
|
|
762
|
+
* <a href="https://suricata.readthedocs.io/en/suricata-7.0.8/">Suricata User Guide</a>. </p>
|
|
755
763
|
* <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
|
|
756
764
|
* The following are just a few examples: </p>
|
|
757
765
|
* <ul>
|