@aws-sdk/client-network-firewall 3.590.0 → 3.592.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.
Files changed (77) hide show
  1. package/dist-cjs/index.js +0 -36
  2. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +2 -1
  3. package/dist-types/commands/AssociateSubnetsCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateFirewallCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteFirewallCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeFirewallCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListFirewallsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +2 -2
  39. package/dist-types/models/NetworkFirewallServiceException.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +2 -1
  77. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -254,7 +254,6 @@ var NetworkFirewallClient = _NetworkFirewallClient;
254
254
 
255
255
  var import_middleware_serde = require("@smithy/middleware-serde");
256
256
 
257
- var import_types = require("@smithy/types");
258
257
 
259
258
  // src/protocols/Aws_json1_0.ts
260
259
  var import_core2 = require("@aws-sdk/core");
@@ -1678,7 +1677,6 @@ var AssociateFirewallPolicyCommand = _AssociateFirewallPolicyCommand;
1678
1677
 
1679
1678
 
1680
1679
 
1681
-
1682
1680
  var _AssociateSubnetsCommand = class _AssociateSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
1683
1681
  ...commonParams
1684
1682
  }).m(function(Command, cs, config, o) {
@@ -1695,7 +1693,6 @@ var AssociateSubnetsCommand = _AssociateSubnetsCommand;
1695
1693
 
1696
1694
 
1697
1695
 
1698
-
1699
1696
  var _CreateFirewallCommand = class _CreateFirewallCommand extends import_smithy_client.Command.classBuilder().ep({
1700
1697
  ...commonParams
1701
1698
  }).m(function(Command, cs, config, o) {
@@ -1712,7 +1709,6 @@ var CreateFirewallCommand = _CreateFirewallCommand;
1712
1709
 
1713
1710
 
1714
1711
 
1715
-
1716
1712
  var _CreateFirewallPolicyCommand = class _CreateFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1717
1713
  ...commonParams
1718
1714
  }).m(function(Command, cs, config, o) {
@@ -1729,7 +1725,6 @@ var CreateFirewallPolicyCommand = _CreateFirewallPolicyCommand;
1729
1725
 
1730
1726
 
1731
1727
 
1732
-
1733
1728
  var _CreateRuleGroupCommand = class _CreateRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1734
1729
  ...commonParams
1735
1730
  }).m(function(Command, cs, config, o) {
@@ -1746,7 +1741,6 @@ var CreateRuleGroupCommand = _CreateRuleGroupCommand;
1746
1741
 
1747
1742
 
1748
1743
 
1749
-
1750
1744
  var _CreateTLSInspectionConfigurationCommand = class _CreateTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1751
1745
  ...commonParams
1752
1746
  }).m(function(Command, cs, config, o) {
@@ -1763,7 +1757,6 @@ var CreateTLSInspectionConfigurationCommand = _CreateTLSInspectionConfigurationC
1763
1757
 
1764
1758
 
1765
1759
 
1766
-
1767
1760
  var _DeleteFirewallCommand = class _DeleteFirewallCommand extends import_smithy_client.Command.classBuilder().ep({
1768
1761
  ...commonParams
1769
1762
  }).m(function(Command, cs, config, o) {
@@ -1780,7 +1773,6 @@ var DeleteFirewallCommand = _DeleteFirewallCommand;
1780
1773
 
1781
1774
 
1782
1775
 
1783
-
1784
1776
  var _DeleteFirewallPolicyCommand = class _DeleteFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1785
1777
  ...commonParams
1786
1778
  }).m(function(Command, cs, config, o) {
@@ -1797,7 +1789,6 @@ var DeleteFirewallPolicyCommand = _DeleteFirewallPolicyCommand;
1797
1789
 
1798
1790
 
1799
1791
 
1800
-
1801
1792
  var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1802
1793
  ...commonParams
1803
1794
  }).m(function(Command, cs, config, o) {
@@ -1814,7 +1805,6 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
1814
1805
 
1815
1806
 
1816
1807
 
1817
-
1818
1808
  var _DeleteRuleGroupCommand = class _DeleteRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1819
1809
  ...commonParams
1820
1810
  }).m(function(Command, cs, config, o) {
@@ -1831,7 +1821,6 @@ var DeleteRuleGroupCommand = _DeleteRuleGroupCommand;
1831
1821
 
1832
1822
 
1833
1823
 
1834
-
1835
1824
  var _DeleteTLSInspectionConfigurationCommand = class _DeleteTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1836
1825
  ...commonParams
1837
1826
  }).m(function(Command, cs, config, o) {
@@ -1848,7 +1837,6 @@ var DeleteTLSInspectionConfigurationCommand = _DeleteTLSInspectionConfigurationC
1848
1837
 
1849
1838
 
1850
1839
 
1851
-
1852
1840
  var _DescribeFirewallCommand = class _DescribeFirewallCommand extends import_smithy_client.Command.classBuilder().ep({
1853
1841
  ...commonParams
1854
1842
  }).m(function(Command, cs, config, o) {
@@ -1865,7 +1853,6 @@ var DescribeFirewallCommand = _DescribeFirewallCommand;
1865
1853
 
1866
1854
 
1867
1855
 
1868
-
1869
1856
  var _DescribeFirewallPolicyCommand = class _DescribeFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1870
1857
  ...commonParams
1871
1858
  }).m(function(Command, cs, config, o) {
@@ -1882,7 +1869,6 @@ var DescribeFirewallPolicyCommand = _DescribeFirewallPolicyCommand;
1882
1869
 
1883
1870
 
1884
1871
 
1885
-
1886
1872
  var _DescribeLoggingConfigurationCommand = class _DescribeLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1887
1873
  ...commonParams
1888
1874
  }).m(function(Command, cs, config, o) {
@@ -1899,7 +1885,6 @@ var DescribeLoggingConfigurationCommand = _DescribeLoggingConfigurationCommand;
1899
1885
 
1900
1886
 
1901
1887
 
1902
-
1903
1888
  var _DescribeResourcePolicyCommand = class _DescribeResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1904
1889
  ...commonParams
1905
1890
  }).m(function(Command, cs, config, o) {
@@ -1916,7 +1901,6 @@ var DescribeResourcePolicyCommand = _DescribeResourcePolicyCommand;
1916
1901
 
1917
1902
 
1918
1903
 
1919
-
1920
1904
  var _DescribeRuleGroupCommand = class _DescribeRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1921
1905
  ...commonParams
1922
1906
  }).m(function(Command, cs, config, o) {
@@ -1933,7 +1917,6 @@ var DescribeRuleGroupCommand = _DescribeRuleGroupCommand;
1933
1917
 
1934
1918
 
1935
1919
 
1936
-
1937
1920
  var _DescribeRuleGroupMetadataCommand = class _DescribeRuleGroupMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
1938
1921
  ...commonParams
1939
1922
  }).m(function(Command, cs, config, o) {
@@ -1950,7 +1933,6 @@ var DescribeRuleGroupMetadataCommand = _DescribeRuleGroupMetadataCommand;
1950
1933
 
1951
1934
 
1952
1935
 
1953
-
1954
1936
  var _DescribeTLSInspectionConfigurationCommand = class _DescribeTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1955
1937
  ...commonParams
1956
1938
  }).m(function(Command, cs, config, o) {
@@ -1967,7 +1949,6 @@ var DescribeTLSInspectionConfigurationCommand = _DescribeTLSInspectionConfigurat
1967
1949
 
1968
1950
 
1969
1951
 
1970
-
1971
1952
  var _DisassociateSubnetsCommand = class _DisassociateSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
1972
1953
  ...commonParams
1973
1954
  }).m(function(Command, cs, config, o) {
@@ -1984,7 +1965,6 @@ var DisassociateSubnetsCommand = _DisassociateSubnetsCommand;
1984
1965
 
1985
1966
 
1986
1967
 
1987
-
1988
1968
  var _ListFirewallPoliciesCommand = class _ListFirewallPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
1989
1969
  ...commonParams
1990
1970
  }).m(function(Command, cs, config, o) {
@@ -2001,7 +1981,6 @@ var ListFirewallPoliciesCommand = _ListFirewallPoliciesCommand;
2001
1981
 
2002
1982
 
2003
1983
 
2004
-
2005
1984
  var _ListFirewallsCommand = class _ListFirewallsCommand extends import_smithy_client.Command.classBuilder().ep({
2006
1985
  ...commonParams
2007
1986
  }).m(function(Command, cs, config, o) {
@@ -2018,7 +1997,6 @@ var ListFirewallsCommand = _ListFirewallsCommand;
2018
1997
 
2019
1998
 
2020
1999
 
2021
-
2022
2000
  var _ListRuleGroupsCommand = class _ListRuleGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2023
2001
  ...commonParams
2024
2002
  }).m(function(Command, cs, config, o) {
@@ -2035,7 +2013,6 @@ var ListRuleGroupsCommand = _ListRuleGroupsCommand;
2035
2013
 
2036
2014
 
2037
2015
 
2038
-
2039
2016
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2040
2017
  ...commonParams
2041
2018
  }).m(function(Command, cs, config, o) {
@@ -2052,7 +2029,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2052
2029
 
2053
2030
 
2054
2031
 
2055
-
2056
2032
  var _ListTLSInspectionConfigurationsCommand = class _ListTLSInspectionConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
2057
2033
  ...commonParams
2058
2034
  }).m(function(Command, cs, config, o) {
@@ -2069,7 +2045,6 @@ var ListTLSInspectionConfigurationsCommand = _ListTLSInspectionConfigurationsCom
2069
2045
 
2070
2046
 
2071
2047
 
2072
-
2073
2048
  var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2074
2049
  ...commonParams
2075
2050
  }).m(function(Command, cs, config, o) {
@@ -2086,7 +2061,6 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
2086
2061
 
2087
2062
 
2088
2063
 
2089
-
2090
2064
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2091
2065
  ...commonParams
2092
2066
  }).m(function(Command, cs, config, o) {
@@ -2103,7 +2077,6 @@ var TagResourceCommand = _TagResourceCommand;
2103
2077
 
2104
2078
 
2105
2079
 
2106
-
2107
2080
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2108
2081
  ...commonParams
2109
2082
  }).m(function(Command, cs, config, o) {
@@ -2120,7 +2093,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2120
2093
 
2121
2094
 
2122
2095
 
2123
-
2124
2096
  var _UpdateFirewallDeleteProtectionCommand = class _UpdateFirewallDeleteProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
2125
2097
  ...commonParams
2126
2098
  }).m(function(Command, cs, config, o) {
@@ -2137,7 +2109,6 @@ var UpdateFirewallDeleteProtectionCommand = _UpdateFirewallDeleteProtectionComma
2137
2109
 
2138
2110
 
2139
2111
 
2140
-
2141
2112
  var _UpdateFirewallDescriptionCommand = class _UpdateFirewallDescriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2142
2113
  ...commonParams
2143
2114
  }).m(function(Command, cs, config, o) {
@@ -2154,7 +2125,6 @@ var UpdateFirewallDescriptionCommand = _UpdateFirewallDescriptionCommand;
2154
2125
 
2155
2126
 
2156
2127
 
2157
-
2158
2128
  var _UpdateFirewallEncryptionConfigurationCommand = class _UpdateFirewallEncryptionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2159
2129
  ...commonParams
2160
2130
  }).m(function(Command, cs, config, o) {
@@ -2171,7 +2141,6 @@ var UpdateFirewallEncryptionConfigurationCommand = _UpdateFirewallEncryptionConf
2171
2141
 
2172
2142
 
2173
2143
 
2174
-
2175
2144
  var _UpdateFirewallPolicyChangeProtectionCommand = class _UpdateFirewallPolicyChangeProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
2176
2145
  ...commonParams
2177
2146
  }).m(function(Command, cs, config, o) {
@@ -2188,7 +2157,6 @@ var UpdateFirewallPolicyChangeProtectionCommand = _UpdateFirewallPolicyChangePro
2188
2157
 
2189
2158
 
2190
2159
 
2191
-
2192
2160
  var _UpdateFirewallPolicyCommand = class _UpdateFirewallPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2193
2161
  ...commonParams
2194
2162
  }).m(function(Command, cs, config, o) {
@@ -2205,7 +2173,6 @@ var UpdateFirewallPolicyCommand = _UpdateFirewallPolicyCommand;
2205
2173
 
2206
2174
 
2207
2175
 
2208
-
2209
2176
  var _UpdateLoggingConfigurationCommand = class _UpdateLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2210
2177
  ...commonParams
2211
2178
  }).m(function(Command, cs, config, o) {
@@ -2222,7 +2189,6 @@ var UpdateLoggingConfigurationCommand = _UpdateLoggingConfigurationCommand;
2222
2189
 
2223
2190
 
2224
2191
 
2225
-
2226
2192
  var _UpdateRuleGroupCommand = class _UpdateRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2227
2193
  ...commonParams
2228
2194
  }).m(function(Command, cs, config, o) {
@@ -2239,7 +2205,6 @@ var UpdateRuleGroupCommand = _UpdateRuleGroupCommand;
2239
2205
 
2240
2206
 
2241
2207
 
2242
-
2243
2208
  var _UpdateSubnetChangeProtectionCommand = class _UpdateSubnetChangeProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
2244
2209
  ...commonParams
2245
2210
  }).m(function(Command, cs, config, o) {
@@ -2256,7 +2221,6 @@ var UpdateSubnetChangeProtectionCommand = _UpdateSubnetChangeProtectionCommand;
2256
2221
 
2257
2222
 
2258
2223
 
2259
-
2260
2224
  var _UpdateTLSInspectionConfigurationCommand = class _UpdateTLSInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2261
2225
  ...commonParams
2262
2226
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -83,8 +83,8 @@
83
83
  export * from "./NetworkFirewallClient";
84
84
  export * from "./NetworkFirewall";
85
85
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
86
- export { RuntimeExtension } from "./runtimeExtensions";
87
- export { NetworkFirewallExtensionConfiguration } from "./extensionConfiguration";
86
+ export type { RuntimeExtension } from "./runtimeExtensions";
87
+ export type { NetworkFirewallExtensionConfiguration } from "./extensionConfiguration";
88
88
  export * from "./commands";
89
89
  export * from "./pagination";
90
90
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateFirewallPolicyCommandInput
14
15
  extends AssociateFirewallPolicyRequest {}
15
16
  export interface AssociateFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {}
14
15
  export interface AssociateSubnetsCommandOutput
15
16
  extends AssociateSubnetsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateFirewallCommandInput extends CreateFirewallRequest {}
14
15
  export interface CreateFirewallCommandOutput
15
16
  extends CreateFirewallResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateFirewallPolicyCommandInput
14
15
  extends CreateFirewallPolicyRequest {}
15
16
  export interface CreateFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
14
15
  export interface CreateRuleGroupCommandOutput
15
16
  extends CreateRuleGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateTLSInspectionConfigurationCommandInput
14
15
  extends CreateTLSInspectionConfigurationRequest {}
15
16
  export interface CreateTLSInspectionConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteFirewallCommandInput extends DeleteFirewallRequest {}
14
15
  export interface DeleteFirewallCommandOutput
15
16
  extends DeleteFirewallResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteFirewallPolicyCommandInput
14
15
  extends DeleteFirewallPolicyRequest {}
15
16
  export interface DeleteFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteResourcePolicyCommandInput
14
15
  extends DeleteResourcePolicyRequest {}
15
16
  export interface DeleteResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {}
14
15
  export interface DeleteRuleGroupCommandOutput
15
16
  extends DeleteRuleGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteTLSInspectionConfigurationCommandInput
14
15
  extends DeleteTLSInspectionConfigurationRequest {}
15
16
  export interface DeleteTLSInspectionConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {}
14
15
  export interface DescribeFirewallCommandOutput
15
16
  extends DescribeFirewallResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeFirewallPolicyCommandInput
14
15
  extends DescribeFirewallPolicyRequest {}
15
16
  export interface DescribeFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeLoggingConfigurationCommandInput
14
15
  extends DescribeLoggingConfigurationRequest {}
15
16
  export interface DescribeLoggingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeResourcePolicyCommandInput
14
15
  extends DescribeResourcePolicyRequest {}
15
16
  export interface DescribeResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeRuleGroupCommandInput
14
15
  extends DescribeRuleGroupRequest {}
15
16
  export interface DescribeRuleGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeRuleGroupMetadataCommandInput
14
15
  extends DescribeRuleGroupMetadataRequest {}
15
16
  export interface DescribeRuleGroupMetadataCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTLSInspectionConfigurationCommandInput
14
15
  extends DescribeTLSInspectionConfigurationRequest {}
15
16
  export interface DescribeTLSInspectionConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateSubnetsCommandInput
14
15
  extends DisassociateSubnetsRequest {}
15
16
  export interface DisassociateSubnetsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListFirewallPoliciesCommandInput
14
15
  extends ListFirewallPoliciesRequest {}
15
16
  export interface ListFirewallPoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListFirewallsCommandInput extends ListFirewallsRequest {}
14
15
  export interface ListFirewallsCommandOutput
15
16
  extends ListFirewallsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {}
14
15
  export interface ListRuleGroupsCommandOutput
15
16
  extends ListRuleGroupsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTLSInspectionConfigurationsCommandInput
14
15
  extends ListTLSInspectionConfigurationsRequest {}
15
16
  export interface ListTLSInspectionConfigurationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutResourcePolicyCommandInput
14
15
  extends PutResourcePolicyRequest {}
15
16
  export interface PutResourcePolicyCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NetworkFirewallClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallDeleteProtectionCommandInput
14
15
  extends UpdateFirewallDeleteProtectionRequest {}
15
16
  export interface UpdateFirewallDeleteProtectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallDescriptionCommandInput
14
15
  extends UpdateFirewallDescriptionRequest {}
15
16
  export interface UpdateFirewallDescriptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallEncryptionConfigurationCommandInput
14
15
  extends UpdateFirewallEncryptionConfigurationRequest {}
15
16
  export interface UpdateFirewallEncryptionConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallPolicyChangeProtectionCommandInput
14
15
  extends UpdateFirewallPolicyChangeProtectionRequest {}
15
16
  export interface UpdateFirewallPolicyChangeProtectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallPolicyCommandInput
14
15
  extends UpdateFirewallPolicyRequest {}
15
16
  export interface UpdateFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateLoggingConfigurationCommandInput
14
15
  extends UpdateLoggingConfigurationRequest {}
15
16
  export interface UpdateLoggingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {}
14
15
  export interface UpdateRuleGroupCommandOutput
15
16
  extends UpdateRuleGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateSubnetChangeProtectionCommandInput
14
15
  extends UpdateSubnetChangeProtectionRequest {}
15
16
  export interface UpdateSubnetChangeProtectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateTLSInspectionConfigurationCommandInput
14
15
  extends UpdateTLSInspectionConfigurationRequest {}
15
16
  export interface UpdateTLSInspectionConfigurationCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class NetworkFirewallServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.592.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": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",