@aws-sdk/client-network-firewall 3.32.0 → 3.36.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 (329) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +2 -1
  3. package/{dist/cjs → dist-cjs}/NetworkFirewall.js +3 -3
  4. package/{dist/cjs → dist-cjs}/NetworkFirewallClient.js +10 -10
  5. package/{dist/cjs → dist-cjs}/commands/AssociateFirewallPolicyCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/AssociateSubnetsCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/CreateFirewallCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/CreateFirewallPolicyCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/CreateRuleGroupCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DeleteFirewallCommand.js +4 -4
  11. package/{dist/cjs → dist-cjs}/commands/DeleteFirewallPolicyCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/DeleteResourcePolicyCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/DeleteRuleGroupCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/DescribeFirewallCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/DescribeFirewallPolicyCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/DescribeLoggingConfigurationCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/DescribeResourcePolicyCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/DescribeRuleGroupCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/DisassociateSubnetsCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/ListFirewallPoliciesCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/ListFirewallsCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/ListRuleGroupsCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/PutResourcePolicyCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/UpdateFirewallDescriptionCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/UpdateFirewallPolicyCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/UpdateLoggingConfigurationCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/commands/UpdateRuleGroupCommand.js +2 -3
  33. package/{dist/cjs → dist-cjs}/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
  34. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  35. package/{dist/cjs → dist-cjs}/index.js +0 -1
  36. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  37. package/{dist/cjs → dist-cjs}/models/models_0.js +35 -13
  38. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  39. package/{dist/cjs → dist-cjs}/pagination/ListFirewallPoliciesPaginator.js +1 -2
  40. package/{dist/cjs → dist-cjs}/pagination/ListFirewallsPaginator.js +1 -2
  41. package/{dist/cjs → dist-cjs}/pagination/ListRuleGroupsPaginator.js +1 -2
  42. package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -2
  43. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_0.js +76 -1
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  45. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  46. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  47. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  48. package/{dist/es → dist-es}/NetworkFirewall.js +2 -82
  49. package/dist-es/NetworkFirewallClient.js +37 -0
  50. package/{dist/es → dist-es}/commands/AssociateFirewallPolicyCommand.js +4 -34
  51. package/{dist/es → dist-es}/commands/AssociateSubnetsCommand.js +4 -35
  52. package/dist-es/commands/CreateFirewallCommand.js +39 -0
  53. package/{dist/es → dist-es}/commands/CreateFirewallPolicyCommand.js +4 -33
  54. package/{dist/es → dist-es}/commands/CreateRuleGroupCommand.js +4 -33
  55. package/dist-es/commands/DeleteFirewallCommand.js +39 -0
  56. package/{dist/es → dist-es}/commands/DeleteFirewallPolicyCommand.js +4 -30
  57. package/{dist/es → dist-es}/commands/DeleteResourcePolicyCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/DeleteRuleGroupCommand.js +4 -30
  59. package/{dist/es → dist-es}/commands/DescribeFirewallCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/DescribeFirewallPolicyCommand.js +4 -30
  61. package/{dist/es → dist-es}/commands/DescribeLoggingConfigurationCommand.js +4 -30
  62. package/{dist/es → dist-es}/commands/DescribeResourcePolicyCommand.js +4 -30
  63. package/{dist/es → dist-es}/commands/DescribeRuleGroupCommand.js +4 -30
  64. package/{dist/es → dist-es}/commands/DisassociateSubnetsCommand.js +4 -33
  65. package/{dist/es → dist-es}/commands/ListFirewallPoliciesCommand.js +4 -32
  66. package/{dist/es → dist-es}/commands/ListFirewallsCommand.js +4 -33
  67. package/{dist/es → dist-es}/commands/ListRuleGroupsCommand.js +4 -32
  68. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -36
  69. package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
  70. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -35
  71. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -36
  72. package/{dist/es → dist-es}/commands/UpdateFirewallDeleteProtectionCommand.js +4 -33
  73. package/{dist/es → dist-es}/commands/UpdateFirewallDescriptionCommand.js +4 -31
  74. package/{dist/es → dist-es}/commands/UpdateFirewallPolicyChangeProtectionCommand.js +4 -30
  75. package/{dist/es → dist-es}/commands/UpdateFirewallPolicyCommand.js +4 -30
  76. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +39 -0
  77. package/{dist/es → dist-es}/commands/UpdateRuleGroupCommand.js +4 -35
  78. package/{dist/es → dist-es}/commands/UpdateSubnetChangeProtectionCommand.js +4 -30
  79. package/{dist/es → dist-es}/endpoints.js +1 -2
  80. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  81. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  82. package/{dist/es → dist-es}/models/models_0.js +17 -326
  83. package/dist-es/pagination/Interfaces.js +1 -0
  84. package/{dist/es → dist-es}/pagination/ListFirewallPoliciesPaginator.js +17 -30
  85. package/{dist/es → dist-es}/pagination/ListFirewallsPaginator.js +17 -30
  86. package/{dist/es → dist-es}/pagination/ListRuleGroupsPaginator.js +17 -30
  87. package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
  88. package/{dist/es → dist-es}/protocols/Aws_json1_0.js +845 -783
  89. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  90. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  91. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  92. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  93. package/{dist/types → dist-types}/NetworkFirewall.d.ts +6 -4
  94. package/{dist/types → dist-types}/NetworkFirewallClient.d.ts +10 -9
  95. package/{dist/types → dist-types}/commands/AssociateFirewallPolicyCommand.d.ts +3 -3
  96. package/{dist/types → dist-types}/commands/AssociateSubnetsCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/commands/CreateFirewallCommand.d.ts +3 -3
  98. package/{dist/types → dist-types}/commands/CreateFirewallPolicyCommand.d.ts +3 -3
  99. package/{dist/types → dist-types}/commands/CreateRuleGroupCommand.d.ts +3 -3
  100. package/{dist/types → dist-types}/commands/DeleteFirewallCommand.d.ts +5 -4
  101. package/{dist/types → dist-types}/commands/DeleteFirewallPolicyCommand.d.ts +3 -3
  102. package/{dist/types → dist-types}/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  103. package/{dist/types → dist-types}/commands/DeleteRuleGroupCommand.d.ts +3 -3
  104. package/{dist/types → dist-types}/commands/DescribeFirewallCommand.d.ts +3 -3
  105. package/{dist/types → dist-types}/commands/DescribeFirewallPolicyCommand.d.ts +3 -3
  106. package/{dist/types → dist-types}/commands/DescribeLoggingConfigurationCommand.d.ts +3 -3
  107. package/{dist/types → dist-types}/commands/DescribeResourcePolicyCommand.d.ts +3 -3
  108. package/{dist/types → dist-types}/commands/DescribeRuleGroupCommand.d.ts +3 -3
  109. package/{dist/types → dist-types}/commands/DisassociateSubnetsCommand.d.ts +3 -3
  110. package/{dist/types → dist-types}/commands/ListFirewallPoliciesCommand.d.ts +3 -3
  111. package/{dist/types → dist-types}/commands/ListFirewallsCommand.d.ts +3 -3
  112. package/{dist/types → dist-types}/commands/ListRuleGroupsCommand.d.ts +3 -3
  113. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
  114. package/{dist/types → dist-types}/commands/PutResourcePolicyCommand.d.ts +3 -3
  115. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
  116. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
  117. package/{dist/types → dist-types}/commands/UpdateFirewallDeleteProtectionCommand.d.ts +3 -3
  118. package/{dist/types → dist-types}/commands/UpdateFirewallDescriptionCommand.d.ts +3 -3
  119. package/{dist/types → dist-types}/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +3 -3
  120. package/{dist/types → dist-types}/commands/UpdateFirewallPolicyCommand.d.ts +3 -3
  121. package/{dist/types → dist-types}/commands/UpdateLoggingConfigurationCommand.d.ts +3 -3
  122. package/{dist/types → dist-types}/commands/UpdateRuleGroupCommand.d.ts +3 -3
  123. package/{dist/types → dist-types}/commands/UpdateSubnetChangeProtectionCommand.d.ts +3 -3
  124. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  125. package/{index.ts → dist-types/index.d.ts} +0 -0
  126. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  127. package/{dist/types/ts3.4 → dist-types}/models/models_0.d.ts +2944 -2853
  128. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  129. package/{dist/types → dist-types}/pagination/ListFirewallPoliciesPaginator.d.ts +1 -1
  130. package/{dist/types → dist-types}/pagination/ListFirewallsPaginator.d.ts +1 -1
  131. package/{dist/types → dist-types}/pagination/ListRuleGroupsPaginator.d.ts +1 -1
  132. package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  133. package/{dist/types → dist-types}/protocols/Aws_json1_0.d.ts +2 -2
  134. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  135. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  136. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  137. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  138. package/{dist/types → dist-types}/ts3.4/NetworkFirewall.d.ts +6 -4
  139. package/{dist/types → dist-types}/ts3.4/NetworkFirewallClient.d.ts +10 -9
  140. package/{dist/types → dist-types}/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +3 -3
  141. package/{dist/types → dist-types}/ts3.4/commands/AssociateSubnetsCommand.d.ts +3 -3
  142. package/{dist/types → dist-types}/ts3.4/commands/CreateFirewallCommand.d.ts +3 -3
  143. package/{dist/types → dist-types}/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +3 -3
  144. package/{dist/types → dist-types}/ts3.4/commands/CreateRuleGroupCommand.d.ts +3 -3
  145. package/{dist/types → dist-types}/ts3.4/commands/DeleteFirewallCommand.d.ts +5 -4
  146. package/{dist/types → dist-types}/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +3 -3
  147. package/{dist/types → dist-types}/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  148. package/{dist/types → dist-types}/ts3.4/commands/DeleteRuleGroupCommand.d.ts +3 -3
  149. package/{dist/types → dist-types}/ts3.4/commands/DescribeFirewallCommand.d.ts +3 -3
  150. package/{dist/types → dist-types}/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +3 -3
  151. package/{dist/types → dist-types}/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +3 -3
  152. package/{dist/types → dist-types}/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +3 -3
  153. package/{dist/types → dist-types}/ts3.4/commands/DescribeRuleGroupCommand.d.ts +3 -3
  154. package/{dist/types → dist-types}/ts3.4/commands/DisassociateSubnetsCommand.d.ts +3 -3
  155. package/{dist/types → dist-types}/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +3 -3
  156. package/{dist/types → dist-types}/ts3.4/commands/ListFirewallsCommand.d.ts +3 -3
  157. package/{dist/types → dist-types}/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -3
  158. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  159. package/{dist/types → dist-types}/ts3.4/commands/PutResourcePolicyCommand.d.ts +3 -3
  160. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  161. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  162. package/{dist/types → dist-types}/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +3 -3
  163. package/{dist/types → dist-types}/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +3 -3
  164. package/{dist/types → dist-types}/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +3 -3
  165. package/{dist/types → dist-types}/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +3 -3
  166. package/{dist/types → dist-types}/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +3 -3
  167. package/{dist/types → dist-types}/ts3.4/commands/UpdateRuleGroupCommand.d.ts +3 -3
  168. package/{dist/types → dist-types}/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +3 -3
  169. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  170. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  171. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  172. package/{dist/types → dist-types/ts3.4}/models/models_0.d.ts +2944 -2853
  173. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  174. package/{dist/types → dist-types}/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +1 -1
  175. package/{dist/types → dist-types}/ts3.4/pagination/ListFirewallsPaginator.d.ts +1 -1
  176. package/{dist/types → dist-types}/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +1 -1
  177. package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  178. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_0.d.ts +2 -2
  179. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  180. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  181. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  182. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  183. package/package.json +52 -49
  184. package/NetworkFirewall.ts +0 -1251
  185. package/NetworkFirewallClient.ts +0 -446
  186. package/commands/AssociateFirewallPolicyCommand.ts +0 -98
  187. package/commands/AssociateSubnetsCommand.ts +0 -99
  188. package/commands/CreateFirewallCommand.ts +0 -100
  189. package/commands/CreateFirewallPolicyCommand.ts +0 -97
  190. package/commands/CreateRuleGroupCommand.ts +0 -97
  191. package/commands/DeleteFirewallCommand.ts +0 -103
  192. package/commands/DeleteFirewallPolicyCommand.ts +0 -94
  193. package/commands/DeleteResourcePolicyCommand.ts +0 -94
  194. package/commands/DeleteRuleGroupCommand.ts +0 -94
  195. package/commands/DescribeFirewallCommand.ts +0 -94
  196. package/commands/DescribeFirewallPolicyCommand.ts +0 -94
  197. package/commands/DescribeLoggingConfigurationCommand.ts +0 -99
  198. package/commands/DescribeResourcePolicyCommand.ts +0 -94
  199. package/commands/DescribeRuleGroupCommand.ts +0 -94
  200. package/commands/DisassociateSubnetsCommand.ts +0 -97
  201. package/commands/ListFirewallPoliciesCommand.ts +0 -96
  202. package/commands/ListFirewallsCommand.ts +0 -97
  203. package/commands/ListRuleGroupsCommand.ts +0 -96
  204. package/commands/ListTagsForResourceCommand.ts +0 -100
  205. package/commands/PutResourcePolicyCommand.ts +0 -108
  206. package/commands/TagResourceCommand.ts +0 -99
  207. package/commands/UntagResourceCommand.ts +0 -100
  208. package/commands/UpdateFirewallDeleteProtectionCommand.ts +0 -105
  209. package/commands/UpdateFirewallDescriptionCommand.ts +0 -98
  210. package/commands/UpdateFirewallPolicyChangeProtectionCommand.ts +0 -105
  211. package/commands/UpdateFirewallPolicyCommand.ts +0 -94
  212. package/commands/UpdateLoggingConfigurationCommand.ts +0 -122
  213. package/commands/UpdateRuleGroupCommand.ts +0 -99
  214. package/commands/UpdateSubnetChangeProtectionCommand.ts +0 -99
  215. package/dist/cjs/NetworkFirewall.js.map +0 -1
  216. package/dist/cjs/NetworkFirewallClient.js.map +0 -1
  217. package/dist/cjs/commands/AssociateFirewallPolicyCommand.js.map +0 -1
  218. package/dist/cjs/commands/AssociateSubnetsCommand.js.map +0 -1
  219. package/dist/cjs/commands/CreateFirewallCommand.js.map +0 -1
  220. package/dist/cjs/commands/CreateFirewallPolicyCommand.js.map +0 -1
  221. package/dist/cjs/commands/CreateRuleGroupCommand.js.map +0 -1
  222. package/dist/cjs/commands/DeleteFirewallCommand.js.map +0 -1
  223. package/dist/cjs/commands/DeleteFirewallPolicyCommand.js.map +0 -1
  224. package/dist/cjs/commands/DeleteResourcePolicyCommand.js.map +0 -1
  225. package/dist/cjs/commands/DeleteRuleGroupCommand.js.map +0 -1
  226. package/dist/cjs/commands/DescribeFirewallCommand.js.map +0 -1
  227. package/dist/cjs/commands/DescribeFirewallPolicyCommand.js.map +0 -1
  228. package/dist/cjs/commands/DescribeLoggingConfigurationCommand.js.map +0 -1
  229. package/dist/cjs/commands/DescribeResourcePolicyCommand.js.map +0 -1
  230. package/dist/cjs/commands/DescribeRuleGroupCommand.js.map +0 -1
  231. package/dist/cjs/commands/DisassociateSubnetsCommand.js.map +0 -1
  232. package/dist/cjs/commands/ListFirewallPoliciesCommand.js.map +0 -1
  233. package/dist/cjs/commands/ListFirewallsCommand.js.map +0 -1
  234. package/dist/cjs/commands/ListRuleGroupsCommand.js.map +0 -1
  235. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  236. package/dist/cjs/commands/PutResourcePolicyCommand.js.map +0 -1
  237. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  238. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  239. package/dist/cjs/commands/UpdateFirewallDeleteProtectionCommand.js.map +0 -1
  240. package/dist/cjs/commands/UpdateFirewallDescriptionCommand.js.map +0 -1
  241. package/dist/cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js.map +0 -1
  242. package/dist/cjs/commands/UpdateFirewallPolicyCommand.js.map +0 -1
  243. package/dist/cjs/commands/UpdateLoggingConfigurationCommand.js.map +0 -1
  244. package/dist/cjs/commands/UpdateRuleGroupCommand.js.map +0 -1
  245. package/dist/cjs/commands/UpdateSubnetChangeProtectionCommand.js.map +0 -1
  246. package/dist/cjs/endpoints.js.map +0 -1
  247. package/dist/cjs/index.js.map +0 -1
  248. package/dist/cjs/models/index.js.map +0 -1
  249. package/dist/cjs/models/models_0.js.map +0 -1
  250. package/dist/cjs/package.json +0 -91
  251. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  252. package/dist/cjs/pagination/ListFirewallPoliciesPaginator.js.map +0 -1
  253. package/dist/cjs/pagination/ListFirewallsPaginator.js.map +0 -1
  254. package/dist/cjs/pagination/ListRuleGroupsPaginator.js.map +0 -1
  255. package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  256. package/dist/cjs/protocols/Aws_json1_0.js.map +0 -1
  257. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  258. package/dist/cjs/runtimeConfig.js.map +0 -1
  259. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  260. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  261. package/dist/es/NetworkFirewall.js.map +0 -1
  262. package/dist/es/NetworkFirewallClient.js +0 -122
  263. package/dist/es/NetworkFirewallClient.js.map +0 -1
  264. package/dist/es/commands/AssociateFirewallPolicyCommand.js.map +0 -1
  265. package/dist/es/commands/AssociateSubnetsCommand.js.map +0 -1
  266. package/dist/es/commands/CreateFirewallCommand.js +0 -71
  267. package/dist/es/commands/CreateFirewallCommand.js.map +0 -1
  268. package/dist/es/commands/CreateFirewallPolicyCommand.js.map +0 -1
  269. package/dist/es/commands/CreateRuleGroupCommand.js.map +0 -1
  270. package/dist/es/commands/DeleteFirewallCommand.js +0 -74
  271. package/dist/es/commands/DeleteFirewallCommand.js.map +0 -1
  272. package/dist/es/commands/DeleteFirewallPolicyCommand.js.map +0 -1
  273. package/dist/es/commands/DeleteResourcePolicyCommand.js.map +0 -1
  274. package/dist/es/commands/DeleteRuleGroupCommand.js.map +0 -1
  275. package/dist/es/commands/DescribeFirewallCommand.js.map +0 -1
  276. package/dist/es/commands/DescribeFirewallPolicyCommand.js.map +0 -1
  277. package/dist/es/commands/DescribeLoggingConfigurationCommand.js.map +0 -1
  278. package/dist/es/commands/DescribeResourcePolicyCommand.js.map +0 -1
  279. package/dist/es/commands/DescribeRuleGroupCommand.js.map +0 -1
  280. package/dist/es/commands/DisassociateSubnetsCommand.js.map +0 -1
  281. package/dist/es/commands/ListFirewallPoliciesCommand.js.map +0 -1
  282. package/dist/es/commands/ListFirewallsCommand.js.map +0 -1
  283. package/dist/es/commands/ListRuleGroupsCommand.js.map +0 -1
  284. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  285. package/dist/es/commands/PutResourcePolicyCommand.js +0 -79
  286. package/dist/es/commands/PutResourcePolicyCommand.js.map +0 -1
  287. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  288. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  289. package/dist/es/commands/UpdateFirewallDeleteProtectionCommand.js.map +0 -1
  290. package/dist/es/commands/UpdateFirewallDescriptionCommand.js.map +0 -1
  291. package/dist/es/commands/UpdateFirewallPolicyChangeProtectionCommand.js.map +0 -1
  292. package/dist/es/commands/UpdateFirewallPolicyCommand.js.map +0 -1
  293. package/dist/es/commands/UpdateLoggingConfigurationCommand.js +0 -90
  294. package/dist/es/commands/UpdateLoggingConfigurationCommand.js.map +0 -1
  295. package/dist/es/commands/UpdateRuleGroupCommand.js.map +0 -1
  296. package/dist/es/commands/UpdateSubnetChangeProtectionCommand.js.map +0 -1
  297. package/dist/es/endpoints.js.map +0 -1
  298. package/dist/es/index.js +0 -38
  299. package/dist/es/index.js.map +0 -1
  300. package/dist/es/models/index.js +0 -2
  301. package/dist/es/models/index.js.map +0 -1
  302. package/dist/es/models/models_0.js.map +0 -1
  303. package/dist/es/package.json +0 -91
  304. package/dist/es/pagination/Interfaces.js +0 -2
  305. package/dist/es/pagination/Interfaces.js.map +0 -1
  306. package/dist/es/pagination/ListFirewallPoliciesPaginator.js.map +0 -1
  307. package/dist/es/pagination/ListFirewallsPaginator.js.map +0 -1
  308. package/dist/es/pagination/ListRuleGroupsPaginator.js.map +0 -1
  309. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  310. package/dist/es/protocols/Aws_json1_0.js.map +0 -1
  311. package/dist/es/runtimeConfig.browser.js.map +0 -1
  312. package/dist/es/runtimeConfig.js.map +0 -1
  313. package/dist/es/runtimeConfig.native.js.map +0 -1
  314. package/dist/es/runtimeConfig.shared.js.map +0 -1
  315. package/endpoints.ts +0 -91
  316. package/jest.config.js +0 -4
  317. package/models/models_0.ts +0 -3458
  318. package/pagination/Interfaces.ts +0 -7
  319. package/pagination/ListFirewallPoliciesPaginator.ts +0 -58
  320. package/pagination/ListFirewallsPaginator.ts +0 -58
  321. package/pagination/ListRuleGroupsPaginator.ts +0 -58
  322. package/pagination/ListTagsForResourcePaginator.ts +0 -58
  323. package/protocols/Aws_json1_0.ts +0 -5391
  324. package/runtimeConfig.browser.ts +0 -40
  325. package/runtimeConfig.native.ts +0 -16
  326. package/runtimeConfig.shared.ts +0 -16
  327. package/runtimeConfig.ts +0 -45
  328. package/tsconfig.es.json +0 -12
  329. package/tsconfig.json +0 -32
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
- /**
13
- * @internal
14
- */
15
12
  export var getRuntimeConfig = function (config) {
16
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
14
  var clientSharedValues = getSharedRuntimeConfig(config);
18
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
19
16
  };
20
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
- /**
17
- * @internal
18
- */
19
16
  export var getRuntimeConfig = function (config) {
20
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
18
  emitWarningIfUnsupportedVersion(process.version);
22
19
  var clientSharedValues = getSharedRuntimeConfig(config);
23
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
24
21
  };
25
- //# sourceMappingURL=runtimeConfig.js.map
@@ -1,12 +1,8 @@
1
1
  import { __assign } from "tslib";
2
2
  import { Sha256 } from "@aws-crypto/sha256-js";
3
3
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
- /**
5
- * @internal
6
- */
7
4
  export var getRuntimeConfig = function (config) {
8
5
  var _a;
9
6
  var browserDefaults = getBrowserRuntimeConfig(config);
10
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
11
8
  };
12
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
3
- /**
4
- * @internal
5
- */
2
+ import { defaultRegionInfoProvider } from "./endpoints";
6
3
  export var getRuntimeConfig = function (config) {
7
4
  var _a, _b, _c, _d, _e;
8
5
  return ({
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
14
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
15
12
  });
16
13
  };
17
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,4 +1,4 @@
1
- import { NetworkFirewallClient } from "./NetworkFirewallClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "./commands/AssociateFirewallPolicyCommand";
3
3
  import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "./commands/AssociateSubnetsCommand";
4
4
  import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
@@ -28,7 +28,7 @@ import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } f
28
28
  import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
29
29
  import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
30
30
  import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
31
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
31
+ import { NetworkFirewallClient } from "./NetworkFirewallClient";
32
32
  /**
33
33
  * <p>This is the API Reference for AWS Network Firewall. This guide is for developers who need
34
34
  * detailed information about the Network Firewall API actions, data types, and errors. </p>
@@ -56,7 +56,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
56
56
  * prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
57
57
  * perimeter of your VPC. This includes filtering traffic going to and coming from an internet
58
58
  * gateway, NAT gateway, or over VPN or AWS Direct Connect. Network Firewall uses rules that are compatible
59
- * with Suricata, a free, open source intrusion detection system (IDS) engine. For information about Suricata,
59
+ * with Suricata, a free, open source intrusion detection system (IDS) engine.
60
+ * AWS Network Firewall supports Suricata version 5.0.2. For information about Suricata,
60
61
  * see the <a href="https://suricata-ids.org/">Suricata website</a>.</p>
61
62
  * <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
62
63
  * The following are just a few examples: </p>
@@ -161,7 +162,8 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
161
162
  createRuleGroup(args: CreateRuleGroupCommandInput, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
162
163
  createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
163
164
  /**
164
- * <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>. This operation requires the firewall's <code>DeleteProtection</code> flag to be
165
+ * <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>.
166
+ * This operation requires the firewall's <code>DeleteProtection</code> flag to be
165
167
  * <code>FALSE</code>. You can't revert this operation. </p>
166
168
  * <p>You can check whether a firewall is
167
169
  * in use by reviewing the route tables for the Availability Zones where you have
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "./commands/AssociateFirewallPolicyCommand";
2
10
  import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "./commands/AssociateSubnetsCommand";
3
11
  import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
@@ -27,14 +35,6 @@ import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } f
27
35
  import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
28
36
  import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
29
37
  import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
30
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
31
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
32
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
33
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
34
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
35
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
36
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
37
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
38
38
  export declare type ServiceInputTypes = AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateRuleGroupCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DescribeFirewallCommandInput | DescribeFirewallPolicyCommandInput | DescribeLoggingConfigurationCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DisassociateSubnetsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput;
39
39
  export declare type ServiceOutputTypes = AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateRuleGroupCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DisassociateSubnetsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput;
40
40
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -169,7 +169,8 @@ export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClie
169
169
  * prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
170
170
  * perimeter of your VPC. This includes filtering traffic going to and coming from an internet
171
171
  * gateway, NAT gateway, or over VPN or AWS Direct Connect. Network Firewall uses rules that are compatible
172
- * with Suricata, a free, open source intrusion detection system (IDS) engine. For information about Suricata,
172
+ * with Suricata, a free, open source intrusion detection system (IDS) engine.
173
+ * AWS Network Firewall supports Suricata version 5.0.2. For information about Suricata,
173
174
  * see the <a href="https://suricata-ids.org/">Suricata website</a>.</p>
174
175
  * <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
175
176
  * The following are just a few examples: </p>
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface AssociateFirewallPolicyCommandInput extends AssociateFirewallPolicyRequest {
6
6
  }
7
7
  export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallPolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {
6
6
  }
7
7
  export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface CreateFirewallCommandInput extends CreateFirewallRequest {
6
6
  }
7
7
  export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface CreateFirewallPolicyCommandInput extends CreateFirewallPolicyRequest {
6
6
  }
7
7
  export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {
6
6
  }
7
7
  export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {
@@ -1,13 +1,14 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DeleteFirewallRequest, DeleteFirewallResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteFirewallRequest, DeleteFirewallResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DeleteFirewallCommandInput extends DeleteFirewallRequest {
6
6
  }
7
7
  export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>. This operation requires the firewall's <code>DeleteProtection</code> flag to be
10
+ * <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>.
11
+ * This operation requires the firewall's <code>DeleteProtection</code> flag to be
11
12
  * <code>FALSE</code>. You can't revert this operation. </p>
12
13
  * <p>You can check whether a firewall is
13
14
  * in use by reviewing the route tables for the Availability Zones where you have
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DeleteFirewallPolicyRequest, DeleteFirewallPolicyResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteFirewallPolicyRequest, DeleteFirewallPolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DeleteFirewallPolicyCommandInput extends DeleteFirewallPolicyRequest {
6
6
  }
7
7
  export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
6
6
  }
7
7
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {
6
6
  }
7
7
  export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {
6
6
  }
7
7
  export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DescribeFirewallPolicyCommandInput extends DescribeFirewallPolicyRequest {
6
6
  }
7
7
  export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DescribeLoggingConfigurationCommandInput extends DescribeLoggingConfigurationRequest {
6
6
  }
7
7
  export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggingConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DescribeResourcePolicyCommandInput extends DescribeResourcePolicyRequest {
6
6
  }
7
7
  export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DescribeRuleGroupCommandInput extends DescribeRuleGroupRequest {
6
6
  }
7
7
  export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface DisassociateSubnetsCommandInput extends DisassociateSubnetsRequest {
6
6
  }
7
7
  export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface ListFirewallPoliciesCommandInput extends ListFirewallPoliciesRequest {
6
6
  }
7
7
  export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface ListFirewallsCommandInput extends ListFirewallsRequest {
6
6
  }
7
7
  export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {
6
6
  }
7
7
  export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
6
6
  }
7
7
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { UpdateFirewallDeleteProtectionRequest, UpdateFirewallDeleteProtectionResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateFirewallDeleteProtectionRequest, UpdateFirewallDeleteProtectionResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface UpdateFirewallDeleteProtectionCommandInput extends UpdateFirewallDeleteProtectionRequest {
6
6
  }
7
7
  export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirewallDeleteProtectionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface UpdateFirewallDescriptionCommandInput extends UpdateFirewallDescriptionRequest {
6
6
  }
7
7
  export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDescriptionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { UpdateFirewallPolicyChangeProtectionRequest, UpdateFirewallPolicyChangeProtectionResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateFirewallPolicyChangeProtectionRequest, UpdateFirewallPolicyChangeProtectionResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface UpdateFirewallPolicyChangeProtectionCommandInput extends UpdateFirewallPolicyChangeProtectionRequest {
6
6
  }
7
7
  export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends UpdateFirewallPolicyChangeProtectionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface UpdateFirewallPolicyCommandInput extends UpdateFirewallPolicyRequest {
6
6
  }
7
7
  export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingConfigurationRequest {
6
6
  }
7
7
  export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
6
6
  }
7
7
  export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
2
- import { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
5
  export interface UpdateSubnetChangeProtectionCommandInput extends UpdateSubnetChangeProtectionRequest {
6
6
  }
7
7
  export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetChangeProtectionResponse, __MetadataBearer {
File without changes
File without changes