@aws-sdk/client-network-firewall 3.649.0 → 3.650.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 +36 -108
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +1 -3
- package/dist-es/commands/AssociateSubnetsCommand.js +1 -3
- package/dist-es/commands/CreateFirewallCommand.js +1 -3
- package/dist-es/commands/CreateFirewallPolicyCommand.js +1 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +1 -3
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteFirewallCommand.js +1 -3
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +1 -3
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeFirewallCommand.js +1 -3
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +1 -3
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DescribeRuleGroupCommand.js +1 -3
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +1 -3
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +1 -3
- package/dist-es/commands/DisassociateSubnetsCommand.js +1 -3
- package/dist-es/commands/ListFirewallPoliciesCommand.js +1 -3
- package/dist-es/commands/ListFirewallsCommand.js +1 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +1 -3
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +1 -3
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +1 -3
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +1 -3
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1656,9 +1656,7 @@ function sharedHeaders(operation) {
|
|
|
1656
1656
|
__name(sharedHeaders, "sharedHeaders");
|
|
1657
1657
|
|
|
1658
1658
|
// src/commands/AssociateFirewallPolicyCommand.ts
|
|
1659
|
-
var _AssociateFirewallPolicyCommand = class _AssociateFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1660
|
-
...commonParams
|
|
1661
|
-
}).m(function(Command, cs, config, o) {
|
|
1659
|
+
var _AssociateFirewallPolicyCommand = class _AssociateFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1662
1660
|
return [
|
|
1663
1661
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1664
1662
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1672,9 +1670,7 @@ var AssociateFirewallPolicyCommand = _AssociateFirewallPolicyCommand;
|
|
|
1672
1670
|
|
|
1673
1671
|
|
|
1674
1672
|
|
|
1675
|
-
var _AssociateSubnetsCommand = class _AssociateSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1676
|
-
...commonParams
|
|
1677
|
-
}).m(function(Command, cs, config, o) {
|
|
1673
|
+
var _AssociateSubnetsCommand = class _AssociateSubnetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1678
1674
|
return [
|
|
1679
1675
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1680
1676
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1688,9 +1684,7 @@ var AssociateSubnetsCommand = _AssociateSubnetsCommand;
|
|
|
1688
1684
|
|
|
1689
1685
|
|
|
1690
1686
|
|
|
1691
|
-
var _CreateFirewallCommand = class _CreateFirewallCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1692
|
-
...commonParams
|
|
1693
|
-
}).m(function(Command, cs, config, o) {
|
|
1687
|
+
var _CreateFirewallCommand = class _CreateFirewallCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1694
1688
|
return [
|
|
1695
1689
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1696
1690
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1704,9 +1698,7 @@ var CreateFirewallCommand = _CreateFirewallCommand;
|
|
|
1704
1698
|
|
|
1705
1699
|
|
|
1706
1700
|
|
|
1707
|
-
var _CreateFirewallPolicyCommand = class _CreateFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1708
|
-
...commonParams
|
|
1709
|
-
}).m(function(Command, cs, config, o) {
|
|
1701
|
+
var _CreateFirewallPolicyCommand = class _CreateFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1710
1702
|
return [
|
|
1711
1703
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1712
1704
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1720,9 +1712,7 @@ var CreateFirewallPolicyCommand = _CreateFirewallPolicyCommand;
|
|
|
1720
1712
|
|
|
1721
1713
|
|
|
1722
1714
|
|
|
1723
|
-
var _CreateRuleGroupCommand = class _CreateRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1724
|
-
...commonParams
|
|
1725
|
-
}).m(function(Command, cs, config, o) {
|
|
1715
|
+
var _CreateRuleGroupCommand = class _CreateRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1726
1716
|
return [
|
|
1727
1717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1728
1718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1736,9 +1726,7 @@ var CreateRuleGroupCommand = _CreateRuleGroupCommand;
|
|
|
1736
1726
|
|
|
1737
1727
|
|
|
1738
1728
|
|
|
1739
|
-
var _CreateTLSInspectionConfigurationCommand = class _CreateTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1740
|
-
...commonParams
|
|
1741
|
-
}).m(function(Command, cs, config, o) {
|
|
1729
|
+
var _CreateTLSInspectionConfigurationCommand = class _CreateTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1742
1730
|
return [
|
|
1743
1731
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1744
1732
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1752,9 +1740,7 @@ var CreateTLSInspectionConfigurationCommand = _CreateTLSInspectionConfigurationC
|
|
|
1752
1740
|
|
|
1753
1741
|
|
|
1754
1742
|
|
|
1755
|
-
var _DeleteFirewallCommand = class _DeleteFirewallCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1756
|
-
...commonParams
|
|
1757
|
-
}).m(function(Command, cs, config, o) {
|
|
1743
|
+
var _DeleteFirewallCommand = class _DeleteFirewallCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1758
1744
|
return [
|
|
1759
1745
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1760
1746
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1768,9 +1754,7 @@ var DeleteFirewallCommand = _DeleteFirewallCommand;
|
|
|
1768
1754
|
|
|
1769
1755
|
|
|
1770
1756
|
|
|
1771
|
-
var _DeleteFirewallPolicyCommand = class _DeleteFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1772
|
-
...commonParams
|
|
1773
|
-
}).m(function(Command, cs, config, o) {
|
|
1757
|
+
var _DeleteFirewallPolicyCommand = class _DeleteFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1774
1758
|
return [
|
|
1775
1759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1776
1760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1784,9 +1768,7 @@ var DeleteFirewallPolicyCommand = _DeleteFirewallPolicyCommand;
|
|
|
1784
1768
|
|
|
1785
1769
|
|
|
1786
1770
|
|
|
1787
|
-
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1788
|
-
...commonParams
|
|
1789
|
-
}).m(function(Command, cs, config, o) {
|
|
1771
|
+
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1790
1772
|
return [
|
|
1791
1773
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1792
1774
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1800,9 +1782,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
1800
1782
|
|
|
1801
1783
|
|
|
1802
1784
|
|
|
1803
|
-
var _DeleteRuleGroupCommand = class _DeleteRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1804
|
-
...commonParams
|
|
1805
|
-
}).m(function(Command, cs, config, o) {
|
|
1785
|
+
var _DeleteRuleGroupCommand = class _DeleteRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1806
1786
|
return [
|
|
1807
1787
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1808
1788
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1816,9 +1796,7 @@ var DeleteRuleGroupCommand = _DeleteRuleGroupCommand;
|
|
|
1816
1796
|
|
|
1817
1797
|
|
|
1818
1798
|
|
|
1819
|
-
var _DeleteTLSInspectionConfigurationCommand = class _DeleteTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1820
|
-
...commonParams
|
|
1821
|
-
}).m(function(Command, cs, config, o) {
|
|
1799
|
+
var _DeleteTLSInspectionConfigurationCommand = class _DeleteTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1822
1800
|
return [
|
|
1823
1801
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1824
1802
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1832,9 +1810,7 @@ var DeleteTLSInspectionConfigurationCommand = _DeleteTLSInspectionConfigurationC
|
|
|
1832
1810
|
|
|
1833
1811
|
|
|
1834
1812
|
|
|
1835
|
-
var _DescribeFirewallCommand = class _DescribeFirewallCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1836
|
-
...commonParams
|
|
1837
|
-
}).m(function(Command, cs, config, o) {
|
|
1813
|
+
var _DescribeFirewallCommand = class _DescribeFirewallCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1838
1814
|
return [
|
|
1839
1815
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1840
1816
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1848,9 +1824,7 @@ var DescribeFirewallCommand = _DescribeFirewallCommand;
|
|
|
1848
1824
|
|
|
1849
1825
|
|
|
1850
1826
|
|
|
1851
|
-
var _DescribeFirewallPolicyCommand = class _DescribeFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1852
|
-
...commonParams
|
|
1853
|
-
}).m(function(Command, cs, config, o) {
|
|
1827
|
+
var _DescribeFirewallPolicyCommand = class _DescribeFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1854
1828
|
return [
|
|
1855
1829
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1856
1830
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1864,9 +1838,7 @@ var DescribeFirewallPolicyCommand = _DescribeFirewallPolicyCommand;
|
|
|
1864
1838
|
|
|
1865
1839
|
|
|
1866
1840
|
|
|
1867
|
-
var _DescribeLoggingConfigurationCommand = class _DescribeLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1868
|
-
...commonParams
|
|
1869
|
-
}).m(function(Command, cs, config, o) {
|
|
1841
|
+
var _DescribeLoggingConfigurationCommand = class _DescribeLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1870
1842
|
return [
|
|
1871
1843
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1872
1844
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1880,9 +1852,7 @@ var DescribeLoggingConfigurationCommand = _DescribeLoggingConfigurationCommand;
|
|
|
1880
1852
|
|
|
1881
1853
|
|
|
1882
1854
|
|
|
1883
|
-
var _DescribeResourcePolicyCommand = class _DescribeResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1884
|
-
...commonParams
|
|
1885
|
-
}).m(function(Command, cs, config, o) {
|
|
1855
|
+
var _DescribeResourcePolicyCommand = class _DescribeResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1886
1856
|
return [
|
|
1887
1857
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1888
1858
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1896,9 +1866,7 @@ var DescribeResourcePolicyCommand = _DescribeResourcePolicyCommand;
|
|
|
1896
1866
|
|
|
1897
1867
|
|
|
1898
1868
|
|
|
1899
|
-
var _DescribeRuleGroupCommand = class _DescribeRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1900
|
-
...commonParams
|
|
1901
|
-
}).m(function(Command, cs, config, o) {
|
|
1869
|
+
var _DescribeRuleGroupCommand = class _DescribeRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1902
1870
|
return [
|
|
1903
1871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1904
1872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1912,9 +1880,7 @@ var DescribeRuleGroupCommand = _DescribeRuleGroupCommand;
|
|
|
1912
1880
|
|
|
1913
1881
|
|
|
1914
1882
|
|
|
1915
|
-
var _DescribeRuleGroupMetadataCommand = class _DescribeRuleGroupMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1916
|
-
...commonParams
|
|
1917
|
-
}).m(function(Command, cs, config, o) {
|
|
1883
|
+
var _DescribeRuleGroupMetadataCommand = class _DescribeRuleGroupMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1918
1884
|
return [
|
|
1919
1885
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1920
1886
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1928,9 +1894,7 @@ var DescribeRuleGroupMetadataCommand = _DescribeRuleGroupMetadataCommand;
|
|
|
1928
1894
|
|
|
1929
1895
|
|
|
1930
1896
|
|
|
1931
|
-
var _DescribeTLSInspectionConfigurationCommand = class _DescribeTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1932
|
-
...commonParams
|
|
1933
|
-
}).m(function(Command, cs, config, o) {
|
|
1897
|
+
var _DescribeTLSInspectionConfigurationCommand = class _DescribeTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1934
1898
|
return [
|
|
1935
1899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1936
1900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1944,9 +1908,7 @@ var DescribeTLSInspectionConfigurationCommand = _DescribeTLSInspectionConfigurat
|
|
|
1944
1908
|
|
|
1945
1909
|
|
|
1946
1910
|
|
|
1947
|
-
var _DisassociateSubnetsCommand = class _DisassociateSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1948
|
-
...commonParams
|
|
1949
|
-
}).m(function(Command, cs, config, o) {
|
|
1911
|
+
var _DisassociateSubnetsCommand = class _DisassociateSubnetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1950
1912
|
return [
|
|
1951
1913
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1952
1914
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1960,9 +1922,7 @@ var DisassociateSubnetsCommand = _DisassociateSubnetsCommand;
|
|
|
1960
1922
|
|
|
1961
1923
|
|
|
1962
1924
|
|
|
1963
|
-
var _ListFirewallPoliciesCommand = class _ListFirewallPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1964
|
-
...commonParams
|
|
1965
|
-
}).m(function(Command, cs, config, o) {
|
|
1925
|
+
var _ListFirewallPoliciesCommand = class _ListFirewallPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1966
1926
|
return [
|
|
1967
1927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1968
1928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1976,9 +1936,7 @@ var ListFirewallPoliciesCommand = _ListFirewallPoliciesCommand;
|
|
|
1976
1936
|
|
|
1977
1937
|
|
|
1978
1938
|
|
|
1979
|
-
var _ListFirewallsCommand = class _ListFirewallsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1980
|
-
...commonParams
|
|
1981
|
-
}).m(function(Command, cs, config, o) {
|
|
1939
|
+
var _ListFirewallsCommand = class _ListFirewallsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1982
1940
|
return [
|
|
1983
1941
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1984
1942
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1992,9 +1950,7 @@ var ListFirewallsCommand = _ListFirewallsCommand;
|
|
|
1992
1950
|
|
|
1993
1951
|
|
|
1994
1952
|
|
|
1995
|
-
var _ListRuleGroupsCommand = class _ListRuleGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1996
|
-
...commonParams
|
|
1997
|
-
}).m(function(Command, cs, config, o) {
|
|
1953
|
+
var _ListRuleGroupsCommand = class _ListRuleGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1998
1954
|
return [
|
|
1999
1955
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2000
1956
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2008,9 +1964,7 @@ var ListRuleGroupsCommand = _ListRuleGroupsCommand;
|
|
|
2008
1964
|
|
|
2009
1965
|
|
|
2010
1966
|
|
|
2011
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2012
|
-
...commonParams
|
|
2013
|
-
}).m(function(Command, cs, config, o) {
|
|
1967
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2014
1968
|
return [
|
|
2015
1969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2016
1970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2024,9 +1978,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2024
1978
|
|
|
2025
1979
|
|
|
2026
1980
|
|
|
2027
|
-
var _ListTLSInspectionConfigurationsCommand = class _ListTLSInspectionConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2028
|
-
...commonParams
|
|
2029
|
-
}).m(function(Command, cs, config, o) {
|
|
1981
|
+
var _ListTLSInspectionConfigurationsCommand = class _ListTLSInspectionConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2030
1982
|
return [
|
|
2031
1983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2032
1984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2040,9 +1992,7 @@ var ListTLSInspectionConfigurationsCommand = _ListTLSInspectionConfigurationsCom
|
|
|
2040
1992
|
|
|
2041
1993
|
|
|
2042
1994
|
|
|
2043
|
-
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2044
|
-
...commonParams
|
|
2045
|
-
}).m(function(Command, cs, config, o) {
|
|
1995
|
+
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2046
1996
|
return [
|
|
2047
1997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2048
1998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2056,9 +2006,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
2056
2006
|
|
|
2057
2007
|
|
|
2058
2008
|
|
|
2059
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2060
|
-
...commonParams
|
|
2061
|
-
}).m(function(Command, cs, config, o) {
|
|
2009
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2062
2010
|
return [
|
|
2063
2011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2064
2012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2072,9 +2020,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2072
2020
|
|
|
2073
2021
|
|
|
2074
2022
|
|
|
2075
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2076
|
-
...commonParams
|
|
2077
|
-
}).m(function(Command, cs, config, o) {
|
|
2023
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2078
2024
|
return [
|
|
2079
2025
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2080
2026
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2088,9 +2034,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2088
2034
|
|
|
2089
2035
|
|
|
2090
2036
|
|
|
2091
|
-
var _UpdateFirewallDeleteProtectionCommand = class _UpdateFirewallDeleteProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2092
|
-
...commonParams
|
|
2093
|
-
}).m(function(Command, cs, config, o) {
|
|
2037
|
+
var _UpdateFirewallDeleteProtectionCommand = class _UpdateFirewallDeleteProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2094
2038
|
return [
|
|
2095
2039
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2096
2040
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2104,9 +2048,7 @@ var UpdateFirewallDeleteProtectionCommand = _UpdateFirewallDeleteProtectionComma
|
|
|
2104
2048
|
|
|
2105
2049
|
|
|
2106
2050
|
|
|
2107
|
-
var _UpdateFirewallDescriptionCommand = class _UpdateFirewallDescriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2108
|
-
...commonParams
|
|
2109
|
-
}).m(function(Command, cs, config, o) {
|
|
2051
|
+
var _UpdateFirewallDescriptionCommand = class _UpdateFirewallDescriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2110
2052
|
return [
|
|
2111
2053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2112
2054
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2120,9 +2062,7 @@ var UpdateFirewallDescriptionCommand = _UpdateFirewallDescriptionCommand;
|
|
|
2120
2062
|
|
|
2121
2063
|
|
|
2122
2064
|
|
|
2123
|
-
var _UpdateFirewallEncryptionConfigurationCommand = class _UpdateFirewallEncryptionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2124
|
-
...commonParams
|
|
2125
|
-
}).m(function(Command, cs, config, o) {
|
|
2065
|
+
var _UpdateFirewallEncryptionConfigurationCommand = class _UpdateFirewallEncryptionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2126
2066
|
return [
|
|
2127
2067
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2128
2068
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2136,9 +2076,7 @@ var UpdateFirewallEncryptionConfigurationCommand = _UpdateFirewallEncryptionConf
|
|
|
2136
2076
|
|
|
2137
2077
|
|
|
2138
2078
|
|
|
2139
|
-
var _UpdateFirewallPolicyChangeProtectionCommand = class _UpdateFirewallPolicyChangeProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2140
|
-
...commonParams
|
|
2141
|
-
}).m(function(Command, cs, config, o) {
|
|
2079
|
+
var _UpdateFirewallPolicyChangeProtectionCommand = class _UpdateFirewallPolicyChangeProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2142
2080
|
return [
|
|
2143
2081
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2144
2082
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2152,9 +2090,7 @@ var UpdateFirewallPolicyChangeProtectionCommand = _UpdateFirewallPolicyChangePro
|
|
|
2152
2090
|
|
|
2153
2091
|
|
|
2154
2092
|
|
|
2155
|
-
var _UpdateFirewallPolicyCommand = class _UpdateFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2156
|
-
...commonParams
|
|
2157
|
-
}).m(function(Command, cs, config, o) {
|
|
2093
|
+
var _UpdateFirewallPolicyCommand = class _UpdateFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2158
2094
|
return [
|
|
2159
2095
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2160
2096
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2168,9 +2104,7 @@ var UpdateFirewallPolicyCommand = _UpdateFirewallPolicyCommand;
|
|
|
2168
2104
|
|
|
2169
2105
|
|
|
2170
2106
|
|
|
2171
|
-
var _UpdateLoggingConfigurationCommand = class _UpdateLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2172
|
-
...commonParams
|
|
2173
|
-
}).m(function(Command, cs, config, o) {
|
|
2107
|
+
var _UpdateLoggingConfigurationCommand = class _UpdateLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2174
2108
|
return [
|
|
2175
2109
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2176
2110
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2184,9 +2118,7 @@ var UpdateLoggingConfigurationCommand = _UpdateLoggingConfigurationCommand;
|
|
|
2184
2118
|
|
|
2185
2119
|
|
|
2186
2120
|
|
|
2187
|
-
var _UpdateRuleGroupCommand = class _UpdateRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2188
|
-
...commonParams
|
|
2189
|
-
}).m(function(Command, cs, config, o) {
|
|
2121
|
+
var _UpdateRuleGroupCommand = class _UpdateRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2190
2122
|
return [
|
|
2191
2123
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2192
2124
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2200,9 +2132,7 @@ var UpdateRuleGroupCommand = _UpdateRuleGroupCommand;
|
|
|
2200
2132
|
|
|
2201
2133
|
|
|
2202
2134
|
|
|
2203
|
-
var _UpdateSubnetChangeProtectionCommand = class _UpdateSubnetChangeProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2204
|
-
...commonParams
|
|
2205
|
-
}).m(function(Command, cs, config, o) {
|
|
2135
|
+
var _UpdateSubnetChangeProtectionCommand = class _UpdateSubnetChangeProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2206
2136
|
return [
|
|
2207
2137
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2208
2138
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2216,9 +2146,7 @@ var UpdateSubnetChangeProtectionCommand = _UpdateSubnetChangeProtectionCommand;
|
|
|
2216
2146
|
|
|
2217
2147
|
|
|
2218
2148
|
|
|
2219
|
-
var _UpdateTLSInspectionConfigurationCommand = class _UpdateTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2220
|
-
...commonParams
|
|
2221
|
-
}).m(function(Command, cs, config, o) {
|
|
2149
|
+
var _UpdateTLSInspectionConfigurationCommand = class _UpdateTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2222
2150
|
return [
|
|
2223
2151
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2224
2152
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateFirewallPolicyCommand, se_AssociateFirewallPolicyCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateFirewallPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateSubnetsCommand, se_AssociateSubnetsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateSubnetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFirewallCommand, se_CreateFirewallCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFirewallCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFirewallPolicyCommand, se_CreateFirewallPolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFirewallPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateTLSInspectionConfigurationCommand, se_CreateTLSInspectionConfi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTLSInspectionConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFirewallCommand, se_DeleteFirewallCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFirewallCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFirewallPolicyCommand, se_DeleteFirewallPolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFirewallPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteTLSInspectionConfigurationCommand, se_DeleteTLSInspectionConfi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTLSInspectionConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeFirewallCommand, se_DescribeFirewallCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeFirewallCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeFirewallPolicyCommand, se_DescribeFirewallPolicyCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeFirewallPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeLoggingConfigurationCommand, se_DescribeLoggingConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeLoggingConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeRuleGroupCommand, se_DescribeRuleGroupCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeRuleGroupMetadataCommand, se_DescribeRuleGroupMetadataComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeRuleGroupMetadataCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeTLSInspectionConfigurationCommand, se_DescribeTLSInspectionC
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeTLSInspectionConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateSubnetsCommand, se_DisassociateSubnetsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateSubnetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFirewallPoliciesCommand, se_ListFirewallPoliciesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFirewallPoliciesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFirewallsCommand, se_ListFirewallsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFirewallsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRuleGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTLSInspectionConfigurationsCommand, se_ListTLSInspectionConfigur
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTLSInspectionConfigurationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateFirewallDeleteProtectionCommand, se_UpdateFirewallDeleteProtec
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFirewallDeleteProtectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateFirewallDescriptionCommand, se_UpdateFirewallDescriptionComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFirewallDescriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateFirewallEncryptionConfigurationCommand, se_UpdateFirewallEncry
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFirewallEncryptionConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateFirewallPolicyChangeProtectionCommand, se_UpdateFirewallPolicy
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFirewallPolicyChangeProtectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateFirewallPolicyCommand, se_UpdateFirewallPolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFirewallPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateLoggingConfigurationCommand, se_UpdateLoggingConfigurationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateLoggingConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateSubnetChangeProtectionCommand, se_UpdateSubnetChangeProtection
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSubnetChangeProtectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateTLSInspectionConfigurationCommand, se_UpdateTLSInspectionConfi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTLSInspectionConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-network-firewall",
|
|
3
3
|
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-network-firewall",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|