@aws-sdk/client-waf 3.31.0 → 3.35.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 (1223) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/WAF.js +1176 -0
  3. package/dist-cjs/WAF.js.map +1 -0
  4. package/dist-cjs/WAFClient.js +54 -0
  5. package/dist-cjs/WAFClient.js.map +1 -0
  6. package/dist-cjs/commands/CreateByteMatchSetCommand.js +92 -0
  7. package/dist-cjs/commands/CreateByteMatchSetCommand.js.map +1 -0
  8. package/dist-cjs/commands/CreateGeoMatchSetCommand.js +89 -0
  9. package/dist-cjs/commands/CreateGeoMatchSetCommand.js.map +1 -0
  10. package/dist-cjs/commands/CreateIPSetCommand.js +94 -0
  11. package/dist-cjs/commands/CreateIPSetCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateRateBasedRuleCommand.js +154 -0
  13. package/dist-cjs/commands/CreateRateBasedRuleCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateRegexMatchSetCommand.js +92 -0
  15. package/dist-cjs/commands/CreateRegexMatchSetCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +88 -0
  17. package/dist-cjs/commands/CreateRegexPatternSetCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateRuleCommand.js +112 -0
  19. package/dist-cjs/commands/CreateRuleCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreateRuleGroupCommand.js +83 -0
  21. package/dist-cjs/commands/CreateRuleGroupCommand.js.map +1 -0
  22. package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +92 -0
  23. package/dist-cjs/commands/CreateSizeConstraintSetCommand.js.map +1 -0
  24. package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +90 -0
  25. package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js.map +1 -0
  26. package/dist-cjs/commands/CreateWebACLCommand.js +100 -0
  27. package/dist-cjs/commands/CreateWebACLCommand.js.map +1 -0
  28. package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +68 -0
  29. package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js.map +1 -0
  30. package/dist-cjs/commands/CreateXssMatchSetCommand.js +90 -0
  31. package/dist-cjs/commands/CreateXssMatchSetCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteByteMatchSetCommand.js +84 -0
  33. package/dist-cjs/commands/DeleteByteMatchSetCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +84 -0
  35. package/dist-cjs/commands/DeleteGeoMatchSetCommand.js.map +1 -0
  36. package/dist-cjs/commands/DeleteIPSetCommand.js +84 -0
  37. package/dist-cjs/commands/DeleteIPSetCommand.js.map +1 -0
  38. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +70 -0
  39. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js.map +1 -0
  40. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +70 -0
  41. package/dist-cjs/commands/DeletePermissionPolicyCommand.js.map +1 -0
  42. package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +88 -0
  43. package/dist-cjs/commands/DeleteRateBasedRuleCommand.js.map +1 -0
  44. package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +84 -0
  45. package/dist-cjs/commands/DeleteRegexMatchSetCommand.js.map +1 -0
  46. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +70 -0
  47. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js.map +1 -0
  48. package/dist-cjs/commands/DeleteRuleCommand.js +84 -0
  49. package/dist-cjs/commands/DeleteRuleCommand.js.map +1 -0
  50. package/dist-cjs/commands/DeleteRuleGroupCommand.js +84 -0
  51. package/dist-cjs/commands/DeleteRuleGroupCommand.js.map +1 -0
  52. package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +84 -0
  53. package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js.map +1 -0
  54. package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +85 -0
  55. package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js.map +1 -0
  56. package/dist-cjs/commands/DeleteWebACLCommand.js +82 -0
  57. package/dist-cjs/commands/DeleteWebACLCommand.js.map +1 -0
  58. package/dist-cjs/commands/DeleteXssMatchSetCommand.js +85 -0
  59. package/dist-cjs/commands/DeleteXssMatchSetCommand.js.map +1 -0
  60. package/dist-cjs/commands/GetByteMatchSetCommand.js +69 -0
  61. package/dist-cjs/commands/GetByteMatchSetCommand.js.map +1 -0
  62. package/dist-cjs/commands/GetChangeTokenCommand.js +75 -0
  63. package/dist-cjs/commands/GetChangeTokenCommand.js.map +1 -0
  64. package/dist-cjs/commands/GetChangeTokenStatusCommand.js +85 -0
  65. package/dist-cjs/commands/GetChangeTokenStatusCommand.js.map +1 -0
  66. package/dist-cjs/commands/GetGeoMatchSetCommand.js +69 -0
  67. package/dist-cjs/commands/GetGeoMatchSetCommand.js.map +1 -0
  68. package/dist-cjs/commands/GetIPSetCommand.js +69 -0
  69. package/dist-cjs/commands/GetIPSetCommand.js.map +1 -0
  70. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +69 -0
  71. package/dist-cjs/commands/GetLoggingConfigurationCommand.js.map +1 -0
  72. package/dist-cjs/commands/GetPermissionPolicyCommand.js +69 -0
  73. package/dist-cjs/commands/GetPermissionPolicyCommand.js.map +1 -0
  74. package/dist-cjs/commands/GetRateBasedRuleCommand.js +71 -0
  75. package/dist-cjs/commands/GetRateBasedRuleCommand.js.map +1 -0
  76. package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +71 -0
  77. package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js.map +1 -0
  78. package/dist-cjs/commands/GetRegexMatchSetCommand.js +69 -0
  79. package/dist-cjs/commands/GetRegexMatchSetCommand.js.map +1 -0
  80. package/dist-cjs/commands/GetRegexPatternSetCommand.js +69 -0
  81. package/dist-cjs/commands/GetRegexPatternSetCommand.js.map +1 -0
  82. package/dist-cjs/commands/GetRuleCommand.js +69 -0
  83. package/dist-cjs/commands/GetRuleCommand.js.map +1 -0
  84. package/dist-cjs/commands/GetRuleGroupCommand.js +70 -0
  85. package/dist-cjs/commands/GetRuleGroupCommand.js.map +1 -0
  86. package/dist-cjs/commands/GetSampledRequestsCommand.js +73 -0
  87. package/dist-cjs/commands/GetSampledRequestsCommand.js.map +1 -0
  88. package/dist-cjs/commands/GetSizeConstraintSetCommand.js +69 -0
  89. package/dist-cjs/commands/GetSizeConstraintSetCommand.js.map +1 -0
  90. package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +69 -0
  91. package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js.map +1 -0
  92. package/dist-cjs/commands/GetWebACLCommand.js +69 -0
  93. package/dist-cjs/commands/GetWebACLCommand.js.map +1 -0
  94. package/dist-cjs/commands/GetXssMatchSetCommand.js +69 -0
  95. package/dist-cjs/commands/GetXssMatchSetCommand.js.map +1 -0
  96. package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +69 -0
  97. package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js.map +1 -0
  98. package/dist-cjs/commands/ListByteMatchSetsCommand.js +69 -0
  99. package/dist-cjs/commands/ListByteMatchSetsCommand.js.map +1 -0
  100. package/dist-cjs/commands/ListGeoMatchSetsCommand.js +69 -0
  101. package/dist-cjs/commands/ListGeoMatchSetsCommand.js.map +1 -0
  102. package/dist-cjs/commands/ListIPSetsCommand.js +69 -0
  103. package/dist-cjs/commands/ListIPSetsCommand.js.map +1 -0
  104. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +69 -0
  105. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js.map +1 -0
  106. package/dist-cjs/commands/ListRateBasedRulesCommand.js +69 -0
  107. package/dist-cjs/commands/ListRateBasedRulesCommand.js.map +1 -0
  108. package/dist-cjs/commands/ListRegexMatchSetsCommand.js +69 -0
  109. package/dist-cjs/commands/ListRegexMatchSetsCommand.js.map +1 -0
  110. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +69 -0
  111. package/dist-cjs/commands/ListRegexPatternSetsCommand.js.map +1 -0
  112. package/dist-cjs/commands/ListRuleGroupsCommand.js +69 -0
  113. package/dist-cjs/commands/ListRuleGroupsCommand.js.map +1 -0
  114. package/dist-cjs/commands/ListRulesCommand.js +69 -0
  115. package/dist-cjs/commands/ListRulesCommand.js.map +1 -0
  116. package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +69 -0
  117. package/dist-cjs/commands/ListSizeConstraintSetsCommand.js.map +1 -0
  118. package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +69 -0
  119. package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js.map +1 -0
  120. package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +69 -0
  121. package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js.map +1 -0
  122. package/dist-cjs/commands/ListTagsForResourceCommand.js +70 -0
  123. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  124. package/dist-cjs/commands/ListWebACLsCommand.js +69 -0
  125. package/dist-cjs/commands/ListWebACLsCommand.js.map +1 -0
  126. package/dist-cjs/commands/ListXssMatchSetsCommand.js +69 -0
  127. package/dist-cjs/commands/ListXssMatchSetsCommand.js.map +1 -0
  128. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +86 -0
  129. package/dist-cjs/commands/PutLoggingConfigurationCommand.js.map +1 -0
  130. package/dist-cjs/commands/PutPermissionPolicyCommand.js +101 -0
  131. package/dist-cjs/commands/PutPermissionPolicyCommand.js.map +1 -0
  132. package/dist-cjs/commands/TagResourceCommand.js +70 -0
  133. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  134. package/dist-cjs/commands/UntagResourceCommand.js +69 -0
  135. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  136. package/dist-cjs/commands/UpdateByteMatchSetCommand.js +107 -0
  137. package/dist-cjs/commands/UpdateByteMatchSetCommand.js.map +1 -0
  138. package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +99 -0
  139. package/dist-cjs/commands/UpdateGeoMatchSetCommand.js.map +1 -0
  140. package/dist-cjs/commands/UpdateIPSetCommand.js +134 -0
  141. package/dist-cjs/commands/UpdateIPSetCommand.js.map +1 -0
  142. package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +115 -0
  143. package/dist-cjs/commands/UpdateRateBasedRuleCommand.js.map +1 -0
  144. package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +103 -0
  145. package/dist-cjs/commands/UpdateRegexMatchSetCommand.js.map +1 -0
  146. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +108 -0
  147. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js.map +1 -0
  148. package/dist-cjs/commands/UpdateRuleCommand.js +110 -0
  149. package/dist-cjs/commands/UpdateRuleCommand.js.map +1 -0
  150. package/dist-cjs/commands/UpdateRuleGroupCommand.js +93 -0
  151. package/dist-cjs/commands/UpdateRuleGroupCommand.js.map +1 -0
  152. package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +111 -0
  153. package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js.map +1 -0
  154. package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +110 -0
  155. package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js.map +1 -0
  156. package/dist-cjs/commands/UpdateWebACLCommand.js +140 -0
  157. package/dist-cjs/commands/UpdateWebACLCommand.js.map +1 -0
  158. package/dist-cjs/commands/UpdateXssMatchSetCommand.js +112 -0
  159. package/dist-cjs/commands/UpdateXssMatchSetCommand.js.map +1 -0
  160. package/dist-cjs/endpoints.js +68 -0
  161. package/dist-cjs/endpoints.js.map +1 -0
  162. package/dist-cjs/index.js +84 -0
  163. package/dist-cjs/index.js.map +1 -0
  164. package/dist-cjs/models/index.js +5 -0
  165. package/dist-cjs/models/index.js.map +1 -0
  166. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  167. package/dist-cjs/models/models_0.js.map +1 -0
  168. package/dist-cjs/protocols/Aws_json1_1.js +9200 -0
  169. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  170. package/dist-cjs/runtimeConfig.browser.js +42 -0
  171. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  172. package/dist-cjs/runtimeConfig.js +47 -0
  173. package/dist-cjs/runtimeConfig.js.map +1 -0
  174. package/dist-cjs/runtimeConfig.native.js +20 -0
  175. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  176. package/dist-cjs/runtimeConfig.shared.js +21 -0
  177. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  178. package/dist-es/WAF.js +1166 -0
  179. package/dist-es/WAF.js.map +1 -0
  180. package/dist-es/WAFClient.js +38 -0
  181. package/dist-es/WAFClient.js.map +1 -0
  182. package/dist-es/commands/CreateByteMatchSetCommand.js +40 -0
  183. package/dist-es/commands/CreateByteMatchSetCommand.js.map +1 -0
  184. package/dist-es/commands/CreateGeoMatchSetCommand.js +40 -0
  185. package/dist-es/commands/CreateGeoMatchSetCommand.js.map +1 -0
  186. package/dist-es/commands/CreateIPSetCommand.js +40 -0
  187. package/dist-es/commands/CreateIPSetCommand.js.map +1 -0
  188. package/dist-es/commands/CreateRateBasedRuleCommand.js +40 -0
  189. package/dist-es/commands/CreateRateBasedRuleCommand.js.map +1 -0
  190. package/dist-es/commands/CreateRegexMatchSetCommand.js +40 -0
  191. package/dist-es/commands/CreateRegexMatchSetCommand.js.map +1 -0
  192. package/dist-es/commands/CreateRegexPatternSetCommand.js +40 -0
  193. package/dist-es/commands/CreateRegexPatternSetCommand.js.map +1 -0
  194. package/dist-es/commands/CreateRuleCommand.js +40 -0
  195. package/dist-es/commands/CreateRuleCommand.js.map +1 -0
  196. package/dist-es/commands/CreateRuleGroupCommand.js +40 -0
  197. package/dist-es/commands/CreateRuleGroupCommand.js.map +1 -0
  198. package/dist-es/commands/CreateSizeConstraintSetCommand.js +40 -0
  199. package/dist-es/commands/CreateSizeConstraintSetCommand.js.map +1 -0
  200. package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +40 -0
  201. package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js.map +1 -0
  202. package/dist-es/commands/CreateWebACLCommand.js +40 -0
  203. package/dist-es/commands/CreateWebACLCommand.js.map +1 -0
  204. package/dist-es/commands/CreateWebACLMigrationStackCommand.js +40 -0
  205. package/dist-es/commands/CreateWebACLMigrationStackCommand.js.map +1 -0
  206. package/dist-es/commands/CreateXssMatchSetCommand.js +40 -0
  207. package/dist-es/commands/CreateXssMatchSetCommand.js.map +1 -0
  208. package/dist-es/commands/DeleteByteMatchSetCommand.js +40 -0
  209. package/dist-es/commands/DeleteByteMatchSetCommand.js.map +1 -0
  210. package/dist-es/commands/DeleteGeoMatchSetCommand.js +40 -0
  211. package/dist-es/commands/DeleteGeoMatchSetCommand.js.map +1 -0
  212. package/dist-es/commands/DeleteIPSetCommand.js +40 -0
  213. package/dist-es/commands/DeleteIPSetCommand.js.map +1 -0
  214. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +40 -0
  215. package/dist-es/commands/DeleteLoggingConfigurationCommand.js.map +1 -0
  216. package/dist-es/commands/DeletePermissionPolicyCommand.js +40 -0
  217. package/dist-es/commands/DeletePermissionPolicyCommand.js.map +1 -0
  218. package/dist-es/commands/DeleteRateBasedRuleCommand.js +40 -0
  219. package/dist-es/commands/DeleteRateBasedRuleCommand.js.map +1 -0
  220. package/dist-es/commands/DeleteRegexMatchSetCommand.js +40 -0
  221. package/dist-es/commands/DeleteRegexMatchSetCommand.js.map +1 -0
  222. package/dist-es/commands/DeleteRegexPatternSetCommand.js +40 -0
  223. package/dist-es/commands/DeleteRegexPatternSetCommand.js.map +1 -0
  224. package/dist-es/commands/DeleteRuleCommand.js +40 -0
  225. package/dist-es/commands/DeleteRuleCommand.js.map +1 -0
  226. package/dist-es/commands/DeleteRuleGroupCommand.js +40 -0
  227. package/dist-es/commands/DeleteRuleGroupCommand.js.map +1 -0
  228. package/dist-es/commands/DeleteSizeConstraintSetCommand.js +40 -0
  229. package/dist-es/commands/DeleteSizeConstraintSetCommand.js.map +1 -0
  230. package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +40 -0
  231. package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js.map +1 -0
  232. package/dist-es/commands/DeleteWebACLCommand.js +40 -0
  233. package/dist-es/commands/DeleteWebACLCommand.js.map +1 -0
  234. package/dist-es/commands/DeleteXssMatchSetCommand.js +40 -0
  235. package/dist-es/commands/DeleteXssMatchSetCommand.js.map +1 -0
  236. package/dist-es/commands/GetByteMatchSetCommand.js +40 -0
  237. package/dist-es/commands/GetByteMatchSetCommand.js.map +1 -0
  238. package/dist-es/commands/GetChangeTokenCommand.js +40 -0
  239. package/dist-es/commands/GetChangeTokenCommand.js.map +1 -0
  240. package/dist-es/commands/GetChangeTokenStatusCommand.js +40 -0
  241. package/dist-es/commands/GetChangeTokenStatusCommand.js.map +1 -0
  242. package/dist-es/commands/GetGeoMatchSetCommand.js +40 -0
  243. package/dist-es/commands/GetGeoMatchSetCommand.js.map +1 -0
  244. package/dist-es/commands/GetIPSetCommand.js +40 -0
  245. package/dist-es/commands/GetIPSetCommand.js.map +1 -0
  246. package/dist-es/commands/GetLoggingConfigurationCommand.js +40 -0
  247. package/dist-es/commands/GetLoggingConfigurationCommand.js.map +1 -0
  248. package/dist-es/commands/GetPermissionPolicyCommand.js +40 -0
  249. package/dist-es/commands/GetPermissionPolicyCommand.js.map +1 -0
  250. package/dist-es/commands/GetRateBasedRuleCommand.js +40 -0
  251. package/dist-es/commands/GetRateBasedRuleCommand.js.map +1 -0
  252. package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +40 -0
  253. package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js.map +1 -0
  254. package/dist-es/commands/GetRegexMatchSetCommand.js +40 -0
  255. package/dist-es/commands/GetRegexMatchSetCommand.js.map +1 -0
  256. package/dist-es/commands/GetRegexPatternSetCommand.js +40 -0
  257. package/dist-es/commands/GetRegexPatternSetCommand.js.map +1 -0
  258. package/dist-es/commands/GetRuleCommand.js +40 -0
  259. package/dist-es/commands/GetRuleCommand.js.map +1 -0
  260. package/dist-es/commands/GetRuleGroupCommand.js +40 -0
  261. package/dist-es/commands/GetRuleGroupCommand.js.map +1 -0
  262. package/dist-es/commands/GetSampledRequestsCommand.js +40 -0
  263. package/dist-es/commands/GetSampledRequestsCommand.js.map +1 -0
  264. package/dist-es/commands/GetSizeConstraintSetCommand.js +40 -0
  265. package/dist-es/commands/GetSizeConstraintSetCommand.js.map +1 -0
  266. package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +40 -0
  267. package/dist-es/commands/GetSqlInjectionMatchSetCommand.js.map +1 -0
  268. package/dist-es/commands/GetWebACLCommand.js +40 -0
  269. package/dist-es/commands/GetWebACLCommand.js.map +1 -0
  270. package/dist-es/commands/GetXssMatchSetCommand.js +40 -0
  271. package/dist-es/commands/GetXssMatchSetCommand.js.map +1 -0
  272. package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +40 -0
  273. package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js.map +1 -0
  274. package/dist-es/commands/ListByteMatchSetsCommand.js +40 -0
  275. package/dist-es/commands/ListByteMatchSetsCommand.js.map +1 -0
  276. package/dist-es/commands/ListGeoMatchSetsCommand.js +40 -0
  277. package/dist-es/commands/ListGeoMatchSetsCommand.js.map +1 -0
  278. package/dist-es/commands/ListIPSetsCommand.js +40 -0
  279. package/dist-es/commands/ListIPSetsCommand.js.map +1 -0
  280. package/dist-es/commands/ListLoggingConfigurationsCommand.js +40 -0
  281. package/dist-es/commands/ListLoggingConfigurationsCommand.js.map +1 -0
  282. package/dist-es/commands/ListRateBasedRulesCommand.js +40 -0
  283. package/dist-es/commands/ListRateBasedRulesCommand.js.map +1 -0
  284. package/dist-es/commands/ListRegexMatchSetsCommand.js +40 -0
  285. package/dist-es/commands/ListRegexMatchSetsCommand.js.map +1 -0
  286. package/dist-es/commands/ListRegexPatternSetsCommand.js +40 -0
  287. package/dist-es/commands/ListRegexPatternSetsCommand.js.map +1 -0
  288. package/dist-es/commands/ListRuleGroupsCommand.js +40 -0
  289. package/dist-es/commands/ListRuleGroupsCommand.js.map +1 -0
  290. package/dist-es/commands/ListRulesCommand.js +40 -0
  291. package/dist-es/commands/ListRulesCommand.js.map +1 -0
  292. package/dist-es/commands/ListSizeConstraintSetsCommand.js +40 -0
  293. package/dist-es/commands/ListSizeConstraintSetsCommand.js.map +1 -0
  294. package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +40 -0
  295. package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js.map +1 -0
  296. package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +40 -0
  297. package/dist-es/commands/ListSubscribedRuleGroupsCommand.js.map +1 -0
  298. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  299. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  300. package/dist-es/commands/ListWebACLsCommand.js +40 -0
  301. package/dist-es/commands/ListWebACLsCommand.js.map +1 -0
  302. package/dist-es/commands/ListXssMatchSetsCommand.js +40 -0
  303. package/dist-es/commands/ListXssMatchSetsCommand.js.map +1 -0
  304. package/dist-es/commands/PutLoggingConfigurationCommand.js +40 -0
  305. package/dist-es/commands/PutLoggingConfigurationCommand.js.map +1 -0
  306. package/dist-es/commands/PutPermissionPolicyCommand.js +40 -0
  307. package/dist-es/commands/PutPermissionPolicyCommand.js.map +1 -0
  308. package/dist-es/commands/TagResourceCommand.js +40 -0
  309. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  310. package/dist-es/commands/UntagResourceCommand.js +40 -0
  311. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  312. package/dist-es/commands/UpdateByteMatchSetCommand.js +40 -0
  313. package/dist-es/commands/UpdateByteMatchSetCommand.js.map +1 -0
  314. package/dist-es/commands/UpdateGeoMatchSetCommand.js +40 -0
  315. package/dist-es/commands/UpdateGeoMatchSetCommand.js.map +1 -0
  316. package/dist-es/commands/UpdateIPSetCommand.js +40 -0
  317. package/dist-es/commands/UpdateIPSetCommand.js.map +1 -0
  318. package/dist-es/commands/UpdateRateBasedRuleCommand.js +40 -0
  319. package/dist-es/commands/UpdateRateBasedRuleCommand.js.map +1 -0
  320. package/dist-es/commands/UpdateRegexMatchSetCommand.js +40 -0
  321. package/dist-es/commands/UpdateRegexMatchSetCommand.js.map +1 -0
  322. package/dist-es/commands/UpdateRegexPatternSetCommand.js +40 -0
  323. package/dist-es/commands/UpdateRegexPatternSetCommand.js.map +1 -0
  324. package/dist-es/commands/UpdateRuleCommand.js +40 -0
  325. package/dist-es/commands/UpdateRuleCommand.js.map +1 -0
  326. package/dist-es/commands/UpdateRuleGroupCommand.js +40 -0
  327. package/dist-es/commands/UpdateRuleGroupCommand.js.map +1 -0
  328. package/dist-es/commands/UpdateSizeConstraintSetCommand.js +40 -0
  329. package/dist-es/commands/UpdateSizeConstraintSetCommand.js.map +1 -0
  330. package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +40 -0
  331. package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js.map +1 -0
  332. package/dist-es/commands/UpdateWebACLCommand.js +40 -0
  333. package/dist-es/commands/UpdateWebACLCommand.js.map +1 -0
  334. package/dist-es/commands/UpdateXssMatchSetCommand.js +40 -0
  335. package/dist-es/commands/UpdateXssMatchSetCommand.js.map +1 -0
  336. package/dist-es/endpoints.js +64 -0
  337. package/dist-es/endpoints.js.map +1 -0
  338. package/{dist/es → dist-es}/index.js +0 -0
  339. package/dist-es/index.js.map +1 -0
  340. package/{dist/es → dist-es}/models/index.js +0 -0
  341. package/dist-es/models/index.js.map +1 -0
  342. package/dist-es/models/models_0.js +1291 -0
  343. package/dist-es/models/models_0.js.map +1 -0
  344. package/dist-es/protocols/Aws_json1_1.js +9605 -0
  345. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  346. package/dist-es/runtimeConfig.browser.js +17 -0
  347. package/dist-es/runtimeConfig.browser.js.map +1 -0
  348. package/dist-es/runtimeConfig.js +22 -0
  349. package/dist-es/runtimeConfig.js.map +1 -0
  350. package/dist-es/runtimeConfig.native.js +9 -0
  351. package/dist-es/runtimeConfig.native.js.map +1 -0
  352. package/dist-es/runtimeConfig.shared.js +14 -0
  353. package/dist-es/runtimeConfig.shared.js.map +1 -0
  354. package/dist-types/WAF.d.ts +2287 -0
  355. package/dist-types/WAFClient.d.ts +219 -0
  356. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +66 -0
  357. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +63 -0
  358. package/dist-types/commands/CreateIPSetCommand.d.ts +68 -0
  359. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +128 -0
  360. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +66 -0
  361. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +62 -0
  362. package/dist-types/commands/CreateRuleCommand.d.ts +86 -0
  363. package/dist-types/commands/CreateRuleGroupCommand.d.ts +57 -0
  364. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +66 -0
  365. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +64 -0
  366. package/dist-types/commands/CreateWebACLCommand.d.ts +74 -0
  367. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +42 -0
  368. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +64 -0
  369. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +58 -0
  370. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +58 -0
  371. package/dist-types/commands/DeleteIPSetCommand.d.ts +58 -0
  372. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +44 -0
  373. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +44 -0
  374. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +62 -0
  375. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +58 -0
  376. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +44 -0
  377. package/dist-types/commands/DeleteRuleCommand.d.ts +58 -0
  378. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +58 -0
  379. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +58 -0
  380. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +59 -0
  381. package/dist-types/commands/DeleteWebACLCommand.d.ts +56 -0
  382. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +59 -0
  383. package/dist-types/commands/GetByteMatchSetCommand.d.ts +43 -0
  384. package/dist-types/commands/GetChangeTokenCommand.d.ts +49 -0
  385. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +59 -0
  386. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +43 -0
  387. package/dist-types/commands/GetIPSetCommand.d.ts +43 -0
  388. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +43 -0
  389. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +43 -0
  390. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +45 -0
  391. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +45 -0
  392. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +43 -0
  393. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +43 -0
  394. package/dist-types/commands/GetRuleCommand.d.ts +43 -0
  395. package/dist-types/commands/GetRuleGroupCommand.d.ts +44 -0
  396. package/dist-types/commands/GetSampledRequestsCommand.d.ts +47 -0
  397. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +43 -0
  398. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +43 -0
  399. package/dist-types/commands/GetWebACLCommand.d.ts +43 -0
  400. package/dist-types/commands/GetXssMatchSetCommand.d.ts +43 -0
  401. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +43 -0
  402. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +43 -0
  403. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +43 -0
  404. package/dist-types/commands/ListIPSetsCommand.d.ts +43 -0
  405. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +43 -0
  406. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +43 -0
  407. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +43 -0
  408. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +43 -0
  409. package/dist-types/commands/ListRuleGroupsCommand.d.ts +43 -0
  410. package/dist-types/commands/ListRulesCommand.d.ts +43 -0
  411. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +43 -0
  412. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +43 -0
  413. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +43 -0
  414. package/dist-types/commands/ListTagsForResourceCommand.d.ts +44 -0
  415. package/dist-types/commands/ListWebACLsCommand.d.ts +43 -0
  416. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +43 -0
  417. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +60 -0
  418. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +75 -0
  419. package/dist-types/commands/TagResourceCommand.d.ts +44 -0
  420. package/dist-types/commands/UntagResourceCommand.d.ts +43 -0
  421. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +81 -0
  422. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +73 -0
  423. package/dist-types/commands/UpdateIPSetCommand.d.ts +108 -0
  424. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +89 -0
  425. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +77 -0
  426. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +82 -0
  427. package/dist-types/commands/UpdateRuleCommand.d.ts +84 -0
  428. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +67 -0
  429. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +85 -0
  430. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +84 -0
  431. package/dist-types/commands/UpdateWebACLCommand.d.ts +114 -0
  432. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +86 -0
  433. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  434. package/{dist/types → dist-types}/index.d.ts +0 -0
  435. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  436. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  437. package/dist-types/protocols/Aws_json1_1.d.ts +233 -0
  438. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  439. package/dist-types/runtimeConfig.d.ts +37 -0
  440. package/dist-types/runtimeConfig.native.d.ts +36 -0
  441. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  442. package/dist-types/ts3.4/WAF.d.ts +2287 -0
  443. package/dist-types/ts3.4/WAFClient.d.ts +219 -0
  444. package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +66 -0
  445. package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +63 -0
  446. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +68 -0
  447. package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +128 -0
  448. package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +66 -0
  449. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +62 -0
  450. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +86 -0
  451. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +57 -0
  452. package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +66 -0
  453. package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +64 -0
  454. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +74 -0
  455. package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +42 -0
  456. package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +64 -0
  457. package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +58 -0
  458. package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +58 -0
  459. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +58 -0
  460. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +44 -0
  461. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +44 -0
  462. package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +62 -0
  463. package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +58 -0
  464. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +44 -0
  465. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +58 -0
  466. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +58 -0
  467. package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +58 -0
  468. package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +59 -0
  469. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +56 -0
  470. package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +59 -0
  471. package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +43 -0
  472. package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +49 -0
  473. package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +59 -0
  474. package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +43 -0
  475. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +43 -0
  476. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +43 -0
  477. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +43 -0
  478. package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +45 -0
  479. package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +45 -0
  480. package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +43 -0
  481. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +43 -0
  482. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +43 -0
  483. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +44 -0
  484. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +47 -0
  485. package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +43 -0
  486. package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +43 -0
  487. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +43 -0
  488. package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +43 -0
  489. package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +43 -0
  490. package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +43 -0
  491. package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +43 -0
  492. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +43 -0
  493. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +43 -0
  494. package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +43 -0
  495. package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +43 -0
  496. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +43 -0
  497. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +43 -0
  498. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +43 -0
  499. package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +43 -0
  500. package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +43 -0
  501. package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +43 -0
  502. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +44 -0
  503. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +43 -0
  504. package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +43 -0
  505. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +60 -0
  506. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +75 -0
  507. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +44 -0
  508. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +43 -0
  509. package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +81 -0
  510. package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +73 -0
  511. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +108 -0
  512. package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +89 -0
  513. package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +77 -0
  514. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +82 -0
  515. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +84 -0
  516. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +67 -0
  517. package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +85 -0
  518. package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +84 -0
  519. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +114 -0
  520. package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +86 -0
  521. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  522. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  523. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  524. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  525. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
  526. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  527. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  528. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  529. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  530. package/package.json +50 -50
  531. package/src/WAF.ts +4456 -0
  532. package/src/WAFClient.ts +576 -0
  533. package/src/commands/CreateByteMatchSetCommand.ts +126 -0
  534. package/src/commands/CreateGeoMatchSetCommand.ts +123 -0
  535. package/src/commands/CreateIPSetCommand.ts +128 -0
  536. package/src/commands/CreateRateBasedRuleCommand.ts +188 -0
  537. package/src/commands/CreateRegexMatchSetCommand.ts +126 -0
  538. package/src/commands/CreateRegexPatternSetCommand.ts +122 -0
  539. package/src/commands/CreateRuleCommand.ts +146 -0
  540. package/src/commands/CreateRuleGroupCommand.ts +117 -0
  541. package/src/commands/CreateSizeConstraintSetCommand.ts +126 -0
  542. package/src/commands/CreateSqlInjectionMatchSetCommand.ts +127 -0
  543. package/src/commands/CreateWebACLCommand.ts +134 -0
  544. package/src/commands/CreateWebACLMigrationStackCommand.ts +105 -0
  545. package/src/commands/CreateXssMatchSetCommand.ts +124 -0
  546. package/src/commands/DeleteByteMatchSetCommand.ts +118 -0
  547. package/src/commands/DeleteGeoMatchSetCommand.ts +118 -0
  548. package/src/commands/DeleteIPSetCommand.ts +118 -0
  549. package/src/commands/DeleteLoggingConfigurationCommand.ts +107 -0
  550. package/src/commands/DeletePermissionPolicyCommand.ts +104 -0
  551. package/src/commands/DeleteRateBasedRuleCommand.ts +122 -0
  552. package/src/commands/DeleteRegexMatchSetCommand.ts +118 -0
  553. package/src/commands/DeleteRegexPatternSetCommand.ts +104 -0
  554. package/src/commands/DeleteRuleCommand.ts +118 -0
  555. package/src/commands/DeleteRuleGroupCommand.ts +118 -0
  556. package/src/commands/DeleteSizeConstraintSetCommand.ts +118 -0
  557. package/src/commands/DeleteSqlInjectionMatchSetCommand.ts +122 -0
  558. package/src/commands/DeleteWebACLCommand.ts +116 -0
  559. package/src/commands/DeleteXssMatchSetCommand.ts +119 -0
  560. package/src/commands/GetByteMatchSetCommand.ts +103 -0
  561. package/src/commands/GetChangeTokenCommand.ts +109 -0
  562. package/src/commands/GetChangeTokenStatusCommand.ts +119 -0
  563. package/src/commands/GetGeoMatchSetCommand.ts +103 -0
  564. package/src/commands/GetIPSetCommand.ts +96 -0
  565. package/src/commands/GetLoggingConfigurationCommand.ts +103 -0
  566. package/src/commands/GetPermissionPolicyCommand.ts +103 -0
  567. package/src/commands/GetRateBasedRuleCommand.ts +105 -0
  568. package/src/commands/GetRateBasedRuleManagedKeysCommand.ts +110 -0
  569. package/src/commands/GetRegexMatchSetCommand.ts +103 -0
  570. package/src/commands/GetRegexPatternSetCommand.ts +103 -0
  571. package/src/commands/GetRuleCommand.ts +96 -0
  572. package/src/commands/GetRuleGroupCommand.ts +104 -0
  573. package/src/commands/GetSampledRequestsCommand.ts +107 -0
  574. package/src/commands/GetSizeConstraintSetCommand.ts +103 -0
  575. package/src/commands/GetSqlInjectionMatchSetCommand.ts +103 -0
  576. package/src/commands/GetWebACLCommand.ts +96 -0
  577. package/src/commands/GetXssMatchSetCommand.ts +103 -0
  578. package/src/commands/ListActivatedRulesInRuleGroupCommand.ts +108 -0
  579. package/src/commands/ListByteMatchSetsCommand.ts +103 -0
  580. package/src/commands/ListGeoMatchSetsCommand.ts +103 -0
  581. package/src/commands/ListIPSetsCommand.ts +103 -0
  582. package/src/commands/ListLoggingConfigurationsCommand.ts +106 -0
  583. package/src/commands/ListRateBasedRulesCommand.ts +103 -0
  584. package/src/commands/ListRegexMatchSetsCommand.ts +103 -0
  585. package/src/commands/ListRegexPatternSetsCommand.ts +103 -0
  586. package/src/commands/ListRuleGroupsCommand.ts +103 -0
  587. package/src/commands/ListRulesCommand.ts +96 -0
  588. package/src/commands/ListSizeConstraintSetsCommand.ts +103 -0
  589. package/src/commands/ListSqlInjectionMatchSetsCommand.ts +106 -0
  590. package/src/commands/ListSubscribedRuleGroupsCommand.ts +103 -0
  591. package/src/commands/ListTagsForResourceCommand.ts +104 -0
  592. package/src/commands/ListWebACLsCommand.ts +103 -0
  593. package/src/commands/ListXssMatchSetsCommand.ts +103 -0
  594. package/src/commands/PutLoggingConfigurationCommand.ts +120 -0
  595. package/src/commands/PutPermissionPolicyCommand.ts +135 -0
  596. package/src/commands/TagResourceCommand.ts +104 -0
  597. package/src/commands/UntagResourceCommand.ts +103 -0
  598. package/src/commands/UpdateByteMatchSetCommand.ts +141 -0
  599. package/src/commands/UpdateGeoMatchSetCommand.ts +133 -0
  600. package/src/commands/UpdateIPSetCommand.ts +168 -0
  601. package/src/commands/UpdateRateBasedRuleCommand.ts +149 -0
  602. package/src/commands/UpdateRegexMatchSetCommand.ts +137 -0
  603. package/src/commands/UpdateRegexPatternSetCommand.ts +142 -0
  604. package/src/commands/UpdateRuleCommand.ts +144 -0
  605. package/src/commands/UpdateRuleGroupCommand.ts +127 -0
  606. package/src/commands/UpdateSizeConstraintSetCommand.ts +145 -0
  607. package/src/commands/UpdateSqlInjectionMatchSetCommand.ts +147 -0
  608. package/src/commands/UpdateWebACLCommand.ts +174 -0
  609. package/src/commands/UpdateXssMatchSetCommand.ts +146 -0
  610. package/src/endpoints.ts +68 -0
  611. package/{index.ts → src/index.ts} +0 -0
  612. package/{models → src/models}/index.ts +0 -0
  613. package/{models → src/models}/models_0.ts +0 -0
  614. package/src/protocols/Aws_json1_1.ts +11232 -0
  615. package/src/runtimeConfig.browser.ts +41 -0
  616. package/src/runtimeConfig.native.ts +17 -0
  617. package/src/runtimeConfig.shared.ts +17 -0
  618. package/src/runtimeConfig.ts +46 -0
  619. package/tsconfig.es.json +1 -3
  620. package/tsconfig.json +7 -7
  621. package/tsconfig.types.json +9 -0
  622. package/WAF.ts +0 -4455
  623. package/WAFClient.ts +0 -575
  624. package/commands/CreateByteMatchSetCommand.ts +0 -125
  625. package/commands/CreateGeoMatchSetCommand.ts +0 -122
  626. package/commands/CreateIPSetCommand.ts +0 -127
  627. package/commands/CreateRateBasedRuleCommand.ts +0 -187
  628. package/commands/CreateRegexMatchSetCommand.ts +0 -125
  629. package/commands/CreateRegexPatternSetCommand.ts +0 -121
  630. package/commands/CreateRuleCommand.ts +0 -145
  631. package/commands/CreateRuleGroupCommand.ts +0 -116
  632. package/commands/CreateSizeConstraintSetCommand.ts +0 -125
  633. package/commands/CreateSqlInjectionMatchSetCommand.ts +0 -126
  634. package/commands/CreateWebACLCommand.ts +0 -133
  635. package/commands/CreateWebACLMigrationStackCommand.ts +0 -104
  636. package/commands/CreateXssMatchSetCommand.ts +0 -123
  637. package/commands/DeleteByteMatchSetCommand.ts +0 -117
  638. package/commands/DeleteGeoMatchSetCommand.ts +0 -117
  639. package/commands/DeleteIPSetCommand.ts +0 -117
  640. package/commands/DeleteLoggingConfigurationCommand.ts +0 -106
  641. package/commands/DeletePermissionPolicyCommand.ts +0 -103
  642. package/commands/DeleteRateBasedRuleCommand.ts +0 -121
  643. package/commands/DeleteRegexMatchSetCommand.ts +0 -117
  644. package/commands/DeleteRegexPatternSetCommand.ts +0 -103
  645. package/commands/DeleteRuleCommand.ts +0 -117
  646. package/commands/DeleteRuleGroupCommand.ts +0 -117
  647. package/commands/DeleteSizeConstraintSetCommand.ts +0 -117
  648. package/commands/DeleteSqlInjectionMatchSetCommand.ts +0 -121
  649. package/commands/DeleteWebACLCommand.ts +0 -115
  650. package/commands/DeleteXssMatchSetCommand.ts +0 -118
  651. package/commands/GetByteMatchSetCommand.ts +0 -102
  652. package/commands/GetChangeTokenCommand.ts +0 -108
  653. package/commands/GetChangeTokenStatusCommand.ts +0 -118
  654. package/commands/GetGeoMatchSetCommand.ts +0 -102
  655. package/commands/GetIPSetCommand.ts +0 -95
  656. package/commands/GetLoggingConfigurationCommand.ts +0 -102
  657. package/commands/GetPermissionPolicyCommand.ts +0 -102
  658. package/commands/GetRateBasedRuleCommand.ts +0 -104
  659. package/commands/GetRateBasedRuleManagedKeysCommand.ts +0 -109
  660. package/commands/GetRegexMatchSetCommand.ts +0 -102
  661. package/commands/GetRegexPatternSetCommand.ts +0 -102
  662. package/commands/GetRuleCommand.ts +0 -95
  663. package/commands/GetRuleGroupCommand.ts +0 -103
  664. package/commands/GetSampledRequestsCommand.ts +0 -106
  665. package/commands/GetSizeConstraintSetCommand.ts +0 -102
  666. package/commands/GetSqlInjectionMatchSetCommand.ts +0 -102
  667. package/commands/GetWebACLCommand.ts +0 -95
  668. package/commands/GetXssMatchSetCommand.ts +0 -102
  669. package/commands/ListActivatedRulesInRuleGroupCommand.ts +0 -107
  670. package/commands/ListByteMatchSetsCommand.ts +0 -102
  671. package/commands/ListGeoMatchSetsCommand.ts +0 -102
  672. package/commands/ListIPSetsCommand.ts +0 -102
  673. package/commands/ListLoggingConfigurationsCommand.ts +0 -105
  674. package/commands/ListRateBasedRulesCommand.ts +0 -102
  675. package/commands/ListRegexMatchSetsCommand.ts +0 -102
  676. package/commands/ListRegexPatternSetsCommand.ts +0 -102
  677. package/commands/ListRuleGroupsCommand.ts +0 -102
  678. package/commands/ListRulesCommand.ts +0 -95
  679. package/commands/ListSizeConstraintSetsCommand.ts +0 -102
  680. package/commands/ListSqlInjectionMatchSetsCommand.ts +0 -105
  681. package/commands/ListSubscribedRuleGroupsCommand.ts +0 -102
  682. package/commands/ListTagsForResourceCommand.ts +0 -103
  683. package/commands/ListWebACLsCommand.ts +0 -102
  684. package/commands/ListXssMatchSetsCommand.ts +0 -102
  685. package/commands/PutLoggingConfigurationCommand.ts +0 -119
  686. package/commands/PutPermissionPolicyCommand.ts +0 -134
  687. package/commands/TagResourceCommand.ts +0 -103
  688. package/commands/UntagResourceCommand.ts +0 -102
  689. package/commands/UpdateByteMatchSetCommand.ts +0 -140
  690. package/commands/UpdateGeoMatchSetCommand.ts +0 -132
  691. package/commands/UpdateIPSetCommand.ts +0 -167
  692. package/commands/UpdateRateBasedRuleCommand.ts +0 -148
  693. package/commands/UpdateRegexMatchSetCommand.ts +0 -136
  694. package/commands/UpdateRegexPatternSetCommand.ts +0 -141
  695. package/commands/UpdateRuleCommand.ts +0 -143
  696. package/commands/UpdateRuleGroupCommand.ts +0 -126
  697. package/commands/UpdateSizeConstraintSetCommand.ts +0 -144
  698. package/commands/UpdateSqlInjectionMatchSetCommand.ts +0 -146
  699. package/commands/UpdateWebACLCommand.ts +0 -173
  700. package/commands/UpdateXssMatchSetCommand.ts +0 -145
  701. package/dist/cjs/WAF.js +0 -1176
  702. package/dist/cjs/WAF.js.map +0 -1
  703. package/dist/cjs/WAFClient.js +0 -54
  704. package/dist/cjs/WAFClient.js.map +0 -1
  705. package/dist/cjs/commands/CreateByteMatchSetCommand.js +0 -92
  706. package/dist/cjs/commands/CreateByteMatchSetCommand.js.map +0 -1
  707. package/dist/cjs/commands/CreateGeoMatchSetCommand.js +0 -89
  708. package/dist/cjs/commands/CreateGeoMatchSetCommand.js.map +0 -1
  709. package/dist/cjs/commands/CreateIPSetCommand.js +0 -94
  710. package/dist/cjs/commands/CreateIPSetCommand.js.map +0 -1
  711. package/dist/cjs/commands/CreateRateBasedRuleCommand.js +0 -154
  712. package/dist/cjs/commands/CreateRateBasedRuleCommand.js.map +0 -1
  713. package/dist/cjs/commands/CreateRegexMatchSetCommand.js +0 -92
  714. package/dist/cjs/commands/CreateRegexMatchSetCommand.js.map +0 -1
  715. package/dist/cjs/commands/CreateRegexPatternSetCommand.js +0 -88
  716. package/dist/cjs/commands/CreateRegexPatternSetCommand.js.map +0 -1
  717. package/dist/cjs/commands/CreateRuleCommand.js +0 -112
  718. package/dist/cjs/commands/CreateRuleCommand.js.map +0 -1
  719. package/dist/cjs/commands/CreateRuleGroupCommand.js +0 -83
  720. package/dist/cjs/commands/CreateRuleGroupCommand.js.map +0 -1
  721. package/dist/cjs/commands/CreateSizeConstraintSetCommand.js +0 -92
  722. package/dist/cjs/commands/CreateSizeConstraintSetCommand.js.map +0 -1
  723. package/dist/cjs/commands/CreateSqlInjectionMatchSetCommand.js +0 -90
  724. package/dist/cjs/commands/CreateSqlInjectionMatchSetCommand.js.map +0 -1
  725. package/dist/cjs/commands/CreateWebACLCommand.js +0 -100
  726. package/dist/cjs/commands/CreateWebACLCommand.js.map +0 -1
  727. package/dist/cjs/commands/CreateWebACLMigrationStackCommand.js +0 -68
  728. package/dist/cjs/commands/CreateWebACLMigrationStackCommand.js.map +0 -1
  729. package/dist/cjs/commands/CreateXssMatchSetCommand.js +0 -90
  730. package/dist/cjs/commands/CreateXssMatchSetCommand.js.map +0 -1
  731. package/dist/cjs/commands/DeleteByteMatchSetCommand.js +0 -84
  732. package/dist/cjs/commands/DeleteByteMatchSetCommand.js.map +0 -1
  733. package/dist/cjs/commands/DeleteGeoMatchSetCommand.js +0 -84
  734. package/dist/cjs/commands/DeleteGeoMatchSetCommand.js.map +0 -1
  735. package/dist/cjs/commands/DeleteIPSetCommand.js +0 -84
  736. package/dist/cjs/commands/DeleteIPSetCommand.js.map +0 -1
  737. package/dist/cjs/commands/DeleteLoggingConfigurationCommand.js +0 -70
  738. package/dist/cjs/commands/DeleteLoggingConfigurationCommand.js.map +0 -1
  739. package/dist/cjs/commands/DeletePermissionPolicyCommand.js +0 -70
  740. package/dist/cjs/commands/DeletePermissionPolicyCommand.js.map +0 -1
  741. package/dist/cjs/commands/DeleteRateBasedRuleCommand.js +0 -88
  742. package/dist/cjs/commands/DeleteRateBasedRuleCommand.js.map +0 -1
  743. package/dist/cjs/commands/DeleteRegexMatchSetCommand.js +0 -84
  744. package/dist/cjs/commands/DeleteRegexMatchSetCommand.js.map +0 -1
  745. package/dist/cjs/commands/DeleteRegexPatternSetCommand.js +0 -70
  746. package/dist/cjs/commands/DeleteRegexPatternSetCommand.js.map +0 -1
  747. package/dist/cjs/commands/DeleteRuleCommand.js +0 -84
  748. package/dist/cjs/commands/DeleteRuleCommand.js.map +0 -1
  749. package/dist/cjs/commands/DeleteRuleGroupCommand.js +0 -84
  750. package/dist/cjs/commands/DeleteRuleGroupCommand.js.map +0 -1
  751. package/dist/cjs/commands/DeleteSizeConstraintSetCommand.js +0 -84
  752. package/dist/cjs/commands/DeleteSizeConstraintSetCommand.js.map +0 -1
  753. package/dist/cjs/commands/DeleteSqlInjectionMatchSetCommand.js +0 -85
  754. package/dist/cjs/commands/DeleteSqlInjectionMatchSetCommand.js.map +0 -1
  755. package/dist/cjs/commands/DeleteWebACLCommand.js +0 -82
  756. package/dist/cjs/commands/DeleteWebACLCommand.js.map +0 -1
  757. package/dist/cjs/commands/DeleteXssMatchSetCommand.js +0 -85
  758. package/dist/cjs/commands/DeleteXssMatchSetCommand.js.map +0 -1
  759. package/dist/cjs/commands/GetByteMatchSetCommand.js +0 -69
  760. package/dist/cjs/commands/GetByteMatchSetCommand.js.map +0 -1
  761. package/dist/cjs/commands/GetChangeTokenCommand.js +0 -75
  762. package/dist/cjs/commands/GetChangeTokenCommand.js.map +0 -1
  763. package/dist/cjs/commands/GetChangeTokenStatusCommand.js +0 -85
  764. package/dist/cjs/commands/GetChangeTokenStatusCommand.js.map +0 -1
  765. package/dist/cjs/commands/GetGeoMatchSetCommand.js +0 -69
  766. package/dist/cjs/commands/GetGeoMatchSetCommand.js.map +0 -1
  767. package/dist/cjs/commands/GetIPSetCommand.js +0 -69
  768. package/dist/cjs/commands/GetIPSetCommand.js.map +0 -1
  769. package/dist/cjs/commands/GetLoggingConfigurationCommand.js +0 -69
  770. package/dist/cjs/commands/GetLoggingConfigurationCommand.js.map +0 -1
  771. package/dist/cjs/commands/GetPermissionPolicyCommand.js +0 -69
  772. package/dist/cjs/commands/GetPermissionPolicyCommand.js.map +0 -1
  773. package/dist/cjs/commands/GetRateBasedRuleCommand.js +0 -71
  774. package/dist/cjs/commands/GetRateBasedRuleCommand.js.map +0 -1
  775. package/dist/cjs/commands/GetRateBasedRuleManagedKeysCommand.js +0 -71
  776. package/dist/cjs/commands/GetRateBasedRuleManagedKeysCommand.js.map +0 -1
  777. package/dist/cjs/commands/GetRegexMatchSetCommand.js +0 -69
  778. package/dist/cjs/commands/GetRegexMatchSetCommand.js.map +0 -1
  779. package/dist/cjs/commands/GetRegexPatternSetCommand.js +0 -69
  780. package/dist/cjs/commands/GetRegexPatternSetCommand.js.map +0 -1
  781. package/dist/cjs/commands/GetRuleCommand.js +0 -69
  782. package/dist/cjs/commands/GetRuleCommand.js.map +0 -1
  783. package/dist/cjs/commands/GetRuleGroupCommand.js +0 -70
  784. package/dist/cjs/commands/GetRuleGroupCommand.js.map +0 -1
  785. package/dist/cjs/commands/GetSampledRequestsCommand.js +0 -73
  786. package/dist/cjs/commands/GetSampledRequestsCommand.js.map +0 -1
  787. package/dist/cjs/commands/GetSizeConstraintSetCommand.js +0 -69
  788. package/dist/cjs/commands/GetSizeConstraintSetCommand.js.map +0 -1
  789. package/dist/cjs/commands/GetSqlInjectionMatchSetCommand.js +0 -69
  790. package/dist/cjs/commands/GetSqlInjectionMatchSetCommand.js.map +0 -1
  791. package/dist/cjs/commands/GetWebACLCommand.js +0 -69
  792. package/dist/cjs/commands/GetWebACLCommand.js.map +0 -1
  793. package/dist/cjs/commands/GetXssMatchSetCommand.js +0 -69
  794. package/dist/cjs/commands/GetXssMatchSetCommand.js.map +0 -1
  795. package/dist/cjs/commands/ListActivatedRulesInRuleGroupCommand.js +0 -69
  796. package/dist/cjs/commands/ListActivatedRulesInRuleGroupCommand.js.map +0 -1
  797. package/dist/cjs/commands/ListByteMatchSetsCommand.js +0 -69
  798. package/dist/cjs/commands/ListByteMatchSetsCommand.js.map +0 -1
  799. package/dist/cjs/commands/ListGeoMatchSetsCommand.js +0 -69
  800. package/dist/cjs/commands/ListGeoMatchSetsCommand.js.map +0 -1
  801. package/dist/cjs/commands/ListIPSetsCommand.js +0 -69
  802. package/dist/cjs/commands/ListIPSetsCommand.js.map +0 -1
  803. package/dist/cjs/commands/ListLoggingConfigurationsCommand.js +0 -69
  804. package/dist/cjs/commands/ListLoggingConfigurationsCommand.js.map +0 -1
  805. package/dist/cjs/commands/ListRateBasedRulesCommand.js +0 -69
  806. package/dist/cjs/commands/ListRateBasedRulesCommand.js.map +0 -1
  807. package/dist/cjs/commands/ListRegexMatchSetsCommand.js +0 -69
  808. package/dist/cjs/commands/ListRegexMatchSetsCommand.js.map +0 -1
  809. package/dist/cjs/commands/ListRegexPatternSetsCommand.js +0 -69
  810. package/dist/cjs/commands/ListRegexPatternSetsCommand.js.map +0 -1
  811. package/dist/cjs/commands/ListRuleGroupsCommand.js +0 -69
  812. package/dist/cjs/commands/ListRuleGroupsCommand.js.map +0 -1
  813. package/dist/cjs/commands/ListRulesCommand.js +0 -69
  814. package/dist/cjs/commands/ListRulesCommand.js.map +0 -1
  815. package/dist/cjs/commands/ListSizeConstraintSetsCommand.js +0 -69
  816. package/dist/cjs/commands/ListSizeConstraintSetsCommand.js.map +0 -1
  817. package/dist/cjs/commands/ListSqlInjectionMatchSetsCommand.js +0 -69
  818. package/dist/cjs/commands/ListSqlInjectionMatchSetsCommand.js.map +0 -1
  819. package/dist/cjs/commands/ListSubscribedRuleGroupsCommand.js +0 -69
  820. package/dist/cjs/commands/ListSubscribedRuleGroupsCommand.js.map +0 -1
  821. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -70
  822. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  823. package/dist/cjs/commands/ListWebACLsCommand.js +0 -69
  824. package/dist/cjs/commands/ListWebACLsCommand.js.map +0 -1
  825. package/dist/cjs/commands/ListXssMatchSetsCommand.js +0 -69
  826. package/dist/cjs/commands/ListXssMatchSetsCommand.js.map +0 -1
  827. package/dist/cjs/commands/PutLoggingConfigurationCommand.js +0 -86
  828. package/dist/cjs/commands/PutLoggingConfigurationCommand.js.map +0 -1
  829. package/dist/cjs/commands/PutPermissionPolicyCommand.js +0 -101
  830. package/dist/cjs/commands/PutPermissionPolicyCommand.js.map +0 -1
  831. package/dist/cjs/commands/TagResourceCommand.js +0 -70
  832. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  833. package/dist/cjs/commands/UntagResourceCommand.js +0 -69
  834. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  835. package/dist/cjs/commands/UpdateByteMatchSetCommand.js +0 -107
  836. package/dist/cjs/commands/UpdateByteMatchSetCommand.js.map +0 -1
  837. package/dist/cjs/commands/UpdateGeoMatchSetCommand.js +0 -99
  838. package/dist/cjs/commands/UpdateGeoMatchSetCommand.js.map +0 -1
  839. package/dist/cjs/commands/UpdateIPSetCommand.js +0 -134
  840. package/dist/cjs/commands/UpdateIPSetCommand.js.map +0 -1
  841. package/dist/cjs/commands/UpdateRateBasedRuleCommand.js +0 -115
  842. package/dist/cjs/commands/UpdateRateBasedRuleCommand.js.map +0 -1
  843. package/dist/cjs/commands/UpdateRegexMatchSetCommand.js +0 -103
  844. package/dist/cjs/commands/UpdateRegexMatchSetCommand.js.map +0 -1
  845. package/dist/cjs/commands/UpdateRegexPatternSetCommand.js +0 -108
  846. package/dist/cjs/commands/UpdateRegexPatternSetCommand.js.map +0 -1
  847. package/dist/cjs/commands/UpdateRuleCommand.js +0 -110
  848. package/dist/cjs/commands/UpdateRuleCommand.js.map +0 -1
  849. package/dist/cjs/commands/UpdateRuleGroupCommand.js +0 -93
  850. package/dist/cjs/commands/UpdateRuleGroupCommand.js.map +0 -1
  851. package/dist/cjs/commands/UpdateSizeConstraintSetCommand.js +0 -111
  852. package/dist/cjs/commands/UpdateSizeConstraintSetCommand.js.map +0 -1
  853. package/dist/cjs/commands/UpdateSqlInjectionMatchSetCommand.js +0 -110
  854. package/dist/cjs/commands/UpdateSqlInjectionMatchSetCommand.js.map +0 -1
  855. package/dist/cjs/commands/UpdateWebACLCommand.js +0 -140
  856. package/dist/cjs/commands/UpdateWebACLCommand.js.map +0 -1
  857. package/dist/cjs/commands/UpdateXssMatchSetCommand.js +0 -112
  858. package/dist/cjs/commands/UpdateXssMatchSetCommand.js.map +0 -1
  859. package/dist/cjs/endpoints.js +0 -68
  860. package/dist/cjs/endpoints.js.map +0 -1
  861. package/dist/cjs/index.js +0 -84
  862. package/dist/cjs/index.js.map +0 -1
  863. package/dist/cjs/models/index.js +0 -5
  864. package/dist/cjs/models/index.js.map +0 -1
  865. package/dist/cjs/models/models_0.js.map +0 -1
  866. package/dist/cjs/package.json +0 -91
  867. package/dist/cjs/protocols/Aws_json1_1.js +0 -9200
  868. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  869. package/dist/cjs/runtimeConfig.browser.js +0 -41
  870. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  871. package/dist/cjs/runtimeConfig.js +0 -46
  872. package/dist/cjs/runtimeConfig.js.map +0 -1
  873. package/dist/cjs/runtimeConfig.native.js +0 -20
  874. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  875. package/dist/cjs/runtimeConfig.shared.js +0 -21
  876. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  877. package/dist/es/WAF.js +0 -1179
  878. package/dist/es/WAF.js.map +0 -1
  879. package/dist/es/WAFClient.js +0 -56
  880. package/dist/es/WAFClient.js.map +0 -1
  881. package/dist/es/commands/CreateByteMatchSetCommand.js +0 -96
  882. package/dist/es/commands/CreateByteMatchSetCommand.js.map +0 -1
  883. package/dist/es/commands/CreateGeoMatchSetCommand.js +0 -93
  884. package/dist/es/commands/CreateGeoMatchSetCommand.js.map +0 -1
  885. package/dist/es/commands/CreateIPSetCommand.js +0 -98
  886. package/dist/es/commands/CreateIPSetCommand.js.map +0 -1
  887. package/dist/es/commands/CreateRateBasedRuleCommand.js +0 -158
  888. package/dist/es/commands/CreateRateBasedRuleCommand.js.map +0 -1
  889. package/dist/es/commands/CreateRegexMatchSetCommand.js +0 -96
  890. package/dist/es/commands/CreateRegexMatchSetCommand.js.map +0 -1
  891. package/dist/es/commands/CreateRegexPatternSetCommand.js +0 -92
  892. package/dist/es/commands/CreateRegexPatternSetCommand.js.map +0 -1
  893. package/dist/es/commands/CreateRuleCommand.js +0 -116
  894. package/dist/es/commands/CreateRuleCommand.js.map +0 -1
  895. package/dist/es/commands/CreateRuleGroupCommand.js +0 -87
  896. package/dist/es/commands/CreateRuleGroupCommand.js.map +0 -1
  897. package/dist/es/commands/CreateSizeConstraintSetCommand.js +0 -96
  898. package/dist/es/commands/CreateSizeConstraintSetCommand.js.map +0 -1
  899. package/dist/es/commands/CreateSqlInjectionMatchSetCommand.js +0 -94
  900. package/dist/es/commands/CreateSqlInjectionMatchSetCommand.js.map +0 -1
  901. package/dist/es/commands/CreateWebACLCommand.js +0 -104
  902. package/dist/es/commands/CreateWebACLCommand.js.map +0 -1
  903. package/dist/es/commands/CreateWebACLMigrationStackCommand.js +0 -72
  904. package/dist/es/commands/CreateWebACLMigrationStackCommand.js.map +0 -1
  905. package/dist/es/commands/CreateXssMatchSetCommand.js +0 -94
  906. package/dist/es/commands/CreateXssMatchSetCommand.js.map +0 -1
  907. package/dist/es/commands/DeleteByteMatchSetCommand.js +0 -88
  908. package/dist/es/commands/DeleteByteMatchSetCommand.js.map +0 -1
  909. package/dist/es/commands/DeleteGeoMatchSetCommand.js +0 -88
  910. package/dist/es/commands/DeleteGeoMatchSetCommand.js.map +0 -1
  911. package/dist/es/commands/DeleteIPSetCommand.js +0 -88
  912. package/dist/es/commands/DeleteIPSetCommand.js.map +0 -1
  913. package/dist/es/commands/DeleteLoggingConfigurationCommand.js +0 -74
  914. package/dist/es/commands/DeleteLoggingConfigurationCommand.js.map +0 -1
  915. package/dist/es/commands/DeletePermissionPolicyCommand.js +0 -74
  916. package/dist/es/commands/DeletePermissionPolicyCommand.js.map +0 -1
  917. package/dist/es/commands/DeleteRateBasedRuleCommand.js +0 -92
  918. package/dist/es/commands/DeleteRateBasedRuleCommand.js.map +0 -1
  919. package/dist/es/commands/DeleteRegexMatchSetCommand.js +0 -88
  920. package/dist/es/commands/DeleteRegexMatchSetCommand.js.map +0 -1
  921. package/dist/es/commands/DeleteRegexPatternSetCommand.js +0 -74
  922. package/dist/es/commands/DeleteRegexPatternSetCommand.js.map +0 -1
  923. package/dist/es/commands/DeleteRuleCommand.js +0 -88
  924. package/dist/es/commands/DeleteRuleCommand.js.map +0 -1
  925. package/dist/es/commands/DeleteRuleGroupCommand.js +0 -88
  926. package/dist/es/commands/DeleteRuleGroupCommand.js.map +0 -1
  927. package/dist/es/commands/DeleteSizeConstraintSetCommand.js +0 -88
  928. package/dist/es/commands/DeleteSizeConstraintSetCommand.js.map +0 -1
  929. package/dist/es/commands/DeleteSqlInjectionMatchSetCommand.js +0 -89
  930. package/dist/es/commands/DeleteSqlInjectionMatchSetCommand.js.map +0 -1
  931. package/dist/es/commands/DeleteWebACLCommand.js +0 -86
  932. package/dist/es/commands/DeleteWebACLCommand.js.map +0 -1
  933. package/dist/es/commands/DeleteXssMatchSetCommand.js +0 -89
  934. package/dist/es/commands/DeleteXssMatchSetCommand.js.map +0 -1
  935. package/dist/es/commands/GetByteMatchSetCommand.js +0 -73
  936. package/dist/es/commands/GetByteMatchSetCommand.js.map +0 -1
  937. package/dist/es/commands/GetChangeTokenCommand.js +0 -79
  938. package/dist/es/commands/GetChangeTokenCommand.js.map +0 -1
  939. package/dist/es/commands/GetChangeTokenStatusCommand.js +0 -89
  940. package/dist/es/commands/GetChangeTokenStatusCommand.js.map +0 -1
  941. package/dist/es/commands/GetGeoMatchSetCommand.js +0 -73
  942. package/dist/es/commands/GetGeoMatchSetCommand.js.map +0 -1
  943. package/dist/es/commands/GetIPSetCommand.js +0 -73
  944. package/dist/es/commands/GetIPSetCommand.js.map +0 -1
  945. package/dist/es/commands/GetLoggingConfigurationCommand.js +0 -73
  946. package/dist/es/commands/GetLoggingConfigurationCommand.js.map +0 -1
  947. package/dist/es/commands/GetPermissionPolicyCommand.js +0 -73
  948. package/dist/es/commands/GetPermissionPolicyCommand.js.map +0 -1
  949. package/dist/es/commands/GetRateBasedRuleCommand.js +0 -75
  950. package/dist/es/commands/GetRateBasedRuleCommand.js.map +0 -1
  951. package/dist/es/commands/GetRateBasedRuleManagedKeysCommand.js +0 -75
  952. package/dist/es/commands/GetRateBasedRuleManagedKeysCommand.js.map +0 -1
  953. package/dist/es/commands/GetRegexMatchSetCommand.js +0 -73
  954. package/dist/es/commands/GetRegexMatchSetCommand.js.map +0 -1
  955. package/dist/es/commands/GetRegexPatternSetCommand.js +0 -73
  956. package/dist/es/commands/GetRegexPatternSetCommand.js.map +0 -1
  957. package/dist/es/commands/GetRuleCommand.js +0 -73
  958. package/dist/es/commands/GetRuleCommand.js.map +0 -1
  959. package/dist/es/commands/GetRuleGroupCommand.js +0 -74
  960. package/dist/es/commands/GetRuleGroupCommand.js.map +0 -1
  961. package/dist/es/commands/GetSampledRequestsCommand.js +0 -77
  962. package/dist/es/commands/GetSampledRequestsCommand.js.map +0 -1
  963. package/dist/es/commands/GetSizeConstraintSetCommand.js +0 -73
  964. package/dist/es/commands/GetSizeConstraintSetCommand.js.map +0 -1
  965. package/dist/es/commands/GetSqlInjectionMatchSetCommand.js +0 -73
  966. package/dist/es/commands/GetSqlInjectionMatchSetCommand.js.map +0 -1
  967. package/dist/es/commands/GetWebACLCommand.js +0 -73
  968. package/dist/es/commands/GetWebACLCommand.js.map +0 -1
  969. package/dist/es/commands/GetXssMatchSetCommand.js +0 -73
  970. package/dist/es/commands/GetXssMatchSetCommand.js.map +0 -1
  971. package/dist/es/commands/ListActivatedRulesInRuleGroupCommand.js +0 -73
  972. package/dist/es/commands/ListActivatedRulesInRuleGroupCommand.js.map +0 -1
  973. package/dist/es/commands/ListByteMatchSetsCommand.js +0 -73
  974. package/dist/es/commands/ListByteMatchSetsCommand.js.map +0 -1
  975. package/dist/es/commands/ListGeoMatchSetsCommand.js +0 -73
  976. package/dist/es/commands/ListGeoMatchSetsCommand.js.map +0 -1
  977. package/dist/es/commands/ListIPSetsCommand.js +0 -73
  978. package/dist/es/commands/ListIPSetsCommand.js.map +0 -1
  979. package/dist/es/commands/ListLoggingConfigurationsCommand.js +0 -73
  980. package/dist/es/commands/ListLoggingConfigurationsCommand.js.map +0 -1
  981. package/dist/es/commands/ListRateBasedRulesCommand.js +0 -73
  982. package/dist/es/commands/ListRateBasedRulesCommand.js.map +0 -1
  983. package/dist/es/commands/ListRegexMatchSetsCommand.js +0 -73
  984. package/dist/es/commands/ListRegexMatchSetsCommand.js.map +0 -1
  985. package/dist/es/commands/ListRegexPatternSetsCommand.js +0 -73
  986. package/dist/es/commands/ListRegexPatternSetsCommand.js.map +0 -1
  987. package/dist/es/commands/ListRuleGroupsCommand.js +0 -73
  988. package/dist/es/commands/ListRuleGroupsCommand.js.map +0 -1
  989. package/dist/es/commands/ListRulesCommand.js +0 -73
  990. package/dist/es/commands/ListRulesCommand.js.map +0 -1
  991. package/dist/es/commands/ListSizeConstraintSetsCommand.js +0 -73
  992. package/dist/es/commands/ListSizeConstraintSetsCommand.js.map +0 -1
  993. package/dist/es/commands/ListSqlInjectionMatchSetsCommand.js +0 -73
  994. package/dist/es/commands/ListSqlInjectionMatchSetsCommand.js.map +0 -1
  995. package/dist/es/commands/ListSubscribedRuleGroupsCommand.js +0 -73
  996. package/dist/es/commands/ListSubscribedRuleGroupsCommand.js.map +0 -1
  997. package/dist/es/commands/ListTagsForResourceCommand.js +0 -74
  998. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  999. package/dist/es/commands/ListWebACLsCommand.js +0 -73
  1000. package/dist/es/commands/ListWebACLsCommand.js.map +0 -1
  1001. package/dist/es/commands/ListXssMatchSetsCommand.js +0 -73
  1002. package/dist/es/commands/ListXssMatchSetsCommand.js.map +0 -1
  1003. package/dist/es/commands/PutLoggingConfigurationCommand.js +0 -90
  1004. package/dist/es/commands/PutLoggingConfigurationCommand.js.map +0 -1
  1005. package/dist/es/commands/PutPermissionPolicyCommand.js +0 -105
  1006. package/dist/es/commands/PutPermissionPolicyCommand.js.map +0 -1
  1007. package/dist/es/commands/TagResourceCommand.js +0 -74
  1008. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  1009. package/dist/es/commands/UntagResourceCommand.js +0 -73
  1010. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  1011. package/dist/es/commands/UpdateByteMatchSetCommand.js +0 -111
  1012. package/dist/es/commands/UpdateByteMatchSetCommand.js.map +0 -1
  1013. package/dist/es/commands/UpdateGeoMatchSetCommand.js +0 -103
  1014. package/dist/es/commands/UpdateGeoMatchSetCommand.js.map +0 -1
  1015. package/dist/es/commands/UpdateIPSetCommand.js +0 -138
  1016. package/dist/es/commands/UpdateIPSetCommand.js.map +0 -1
  1017. package/dist/es/commands/UpdateRateBasedRuleCommand.js +0 -119
  1018. package/dist/es/commands/UpdateRateBasedRuleCommand.js.map +0 -1
  1019. package/dist/es/commands/UpdateRegexMatchSetCommand.js +0 -107
  1020. package/dist/es/commands/UpdateRegexMatchSetCommand.js.map +0 -1
  1021. package/dist/es/commands/UpdateRegexPatternSetCommand.js +0 -112
  1022. package/dist/es/commands/UpdateRegexPatternSetCommand.js.map +0 -1
  1023. package/dist/es/commands/UpdateRuleCommand.js +0 -114
  1024. package/dist/es/commands/UpdateRuleCommand.js.map +0 -1
  1025. package/dist/es/commands/UpdateRuleGroupCommand.js +0 -97
  1026. package/dist/es/commands/UpdateRuleGroupCommand.js.map +0 -1
  1027. package/dist/es/commands/UpdateSizeConstraintSetCommand.js +0 -115
  1028. package/dist/es/commands/UpdateSizeConstraintSetCommand.js.map +0 -1
  1029. package/dist/es/commands/UpdateSqlInjectionMatchSetCommand.js +0 -114
  1030. package/dist/es/commands/UpdateSqlInjectionMatchSetCommand.js.map +0 -1
  1031. package/dist/es/commands/UpdateWebACLCommand.js +0 -144
  1032. package/dist/es/commands/UpdateWebACLCommand.js.map +0 -1
  1033. package/dist/es/commands/UpdateXssMatchSetCommand.js +0 -116
  1034. package/dist/es/commands/UpdateXssMatchSetCommand.js.map +0 -1
  1035. package/dist/es/endpoints.js +0 -64
  1036. package/dist/es/endpoints.js.map +0 -1
  1037. package/dist/es/index.js.map +0 -1
  1038. package/dist/es/models/index.js.map +0 -1
  1039. package/dist/es/models/models_0.js +0 -1975
  1040. package/dist/es/models/models_0.js.map +0 -1
  1041. package/dist/es/package.json +0 -91
  1042. package/dist/es/protocols/Aws_json1_1.js +0 -9610
  1043. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1044. package/dist/es/runtimeConfig.browser.js +0 -20
  1045. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1046. package/dist/es/runtimeConfig.js +0 -25
  1047. package/dist/es/runtimeConfig.js.map +0 -1
  1048. package/dist/es/runtimeConfig.native.js +0 -12
  1049. package/dist/es/runtimeConfig.native.js.map +0 -1
  1050. package/dist/es/runtimeConfig.shared.js +0 -17
  1051. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1052. package/dist/types/WAF.d.ts +0 -2287
  1053. package/dist/types/WAFClient.d.ts +0 -219
  1054. package/dist/types/commands/CreateByteMatchSetCommand.d.ts +0 -66
  1055. package/dist/types/commands/CreateGeoMatchSetCommand.d.ts +0 -63
  1056. package/dist/types/commands/CreateIPSetCommand.d.ts +0 -68
  1057. package/dist/types/commands/CreateRateBasedRuleCommand.d.ts +0 -128
  1058. package/dist/types/commands/CreateRegexMatchSetCommand.d.ts +0 -66
  1059. package/dist/types/commands/CreateRegexPatternSetCommand.d.ts +0 -62
  1060. package/dist/types/commands/CreateRuleCommand.d.ts +0 -86
  1061. package/dist/types/commands/CreateRuleGroupCommand.d.ts +0 -57
  1062. package/dist/types/commands/CreateSizeConstraintSetCommand.d.ts +0 -66
  1063. package/dist/types/commands/CreateSqlInjectionMatchSetCommand.d.ts +0 -64
  1064. package/dist/types/commands/CreateWebACLCommand.d.ts +0 -74
  1065. package/dist/types/commands/CreateWebACLMigrationStackCommand.d.ts +0 -42
  1066. package/dist/types/commands/CreateXssMatchSetCommand.d.ts +0 -64
  1067. package/dist/types/commands/DeleteByteMatchSetCommand.d.ts +0 -58
  1068. package/dist/types/commands/DeleteGeoMatchSetCommand.d.ts +0 -58
  1069. package/dist/types/commands/DeleteIPSetCommand.d.ts +0 -58
  1070. package/dist/types/commands/DeleteLoggingConfigurationCommand.d.ts +0 -44
  1071. package/dist/types/commands/DeletePermissionPolicyCommand.d.ts +0 -44
  1072. package/dist/types/commands/DeleteRateBasedRuleCommand.d.ts +0 -62
  1073. package/dist/types/commands/DeleteRegexMatchSetCommand.d.ts +0 -58
  1074. package/dist/types/commands/DeleteRegexPatternSetCommand.d.ts +0 -44
  1075. package/dist/types/commands/DeleteRuleCommand.d.ts +0 -58
  1076. package/dist/types/commands/DeleteRuleGroupCommand.d.ts +0 -58
  1077. package/dist/types/commands/DeleteSizeConstraintSetCommand.d.ts +0 -58
  1078. package/dist/types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +0 -59
  1079. package/dist/types/commands/DeleteWebACLCommand.d.ts +0 -56
  1080. package/dist/types/commands/DeleteXssMatchSetCommand.d.ts +0 -59
  1081. package/dist/types/commands/GetByteMatchSetCommand.d.ts +0 -43
  1082. package/dist/types/commands/GetChangeTokenCommand.d.ts +0 -49
  1083. package/dist/types/commands/GetChangeTokenStatusCommand.d.ts +0 -59
  1084. package/dist/types/commands/GetGeoMatchSetCommand.d.ts +0 -43
  1085. package/dist/types/commands/GetIPSetCommand.d.ts +0 -43
  1086. package/dist/types/commands/GetLoggingConfigurationCommand.d.ts +0 -43
  1087. package/dist/types/commands/GetPermissionPolicyCommand.d.ts +0 -43
  1088. package/dist/types/commands/GetRateBasedRuleCommand.d.ts +0 -45
  1089. package/dist/types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +0 -45
  1090. package/dist/types/commands/GetRegexMatchSetCommand.d.ts +0 -43
  1091. package/dist/types/commands/GetRegexPatternSetCommand.d.ts +0 -43
  1092. package/dist/types/commands/GetRuleCommand.d.ts +0 -43
  1093. package/dist/types/commands/GetRuleGroupCommand.d.ts +0 -44
  1094. package/dist/types/commands/GetSampledRequestsCommand.d.ts +0 -47
  1095. package/dist/types/commands/GetSizeConstraintSetCommand.d.ts +0 -43
  1096. package/dist/types/commands/GetSqlInjectionMatchSetCommand.d.ts +0 -43
  1097. package/dist/types/commands/GetWebACLCommand.d.ts +0 -43
  1098. package/dist/types/commands/GetXssMatchSetCommand.d.ts +0 -43
  1099. package/dist/types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +0 -43
  1100. package/dist/types/commands/ListByteMatchSetsCommand.d.ts +0 -43
  1101. package/dist/types/commands/ListGeoMatchSetsCommand.d.ts +0 -43
  1102. package/dist/types/commands/ListIPSetsCommand.d.ts +0 -43
  1103. package/dist/types/commands/ListLoggingConfigurationsCommand.d.ts +0 -43
  1104. package/dist/types/commands/ListRateBasedRulesCommand.d.ts +0 -43
  1105. package/dist/types/commands/ListRegexMatchSetsCommand.d.ts +0 -43
  1106. package/dist/types/commands/ListRegexPatternSetsCommand.d.ts +0 -43
  1107. package/dist/types/commands/ListRuleGroupsCommand.d.ts +0 -43
  1108. package/dist/types/commands/ListRulesCommand.d.ts +0 -43
  1109. package/dist/types/commands/ListSizeConstraintSetsCommand.d.ts +0 -43
  1110. package/dist/types/commands/ListSqlInjectionMatchSetsCommand.d.ts +0 -43
  1111. package/dist/types/commands/ListSubscribedRuleGroupsCommand.d.ts +0 -43
  1112. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -44
  1113. package/dist/types/commands/ListWebACLsCommand.d.ts +0 -43
  1114. package/dist/types/commands/ListXssMatchSetsCommand.d.ts +0 -43
  1115. package/dist/types/commands/PutLoggingConfigurationCommand.d.ts +0 -60
  1116. package/dist/types/commands/PutPermissionPolicyCommand.d.ts +0 -75
  1117. package/dist/types/commands/TagResourceCommand.d.ts +0 -44
  1118. package/dist/types/commands/UntagResourceCommand.d.ts +0 -43
  1119. package/dist/types/commands/UpdateByteMatchSetCommand.d.ts +0 -81
  1120. package/dist/types/commands/UpdateGeoMatchSetCommand.d.ts +0 -73
  1121. package/dist/types/commands/UpdateIPSetCommand.d.ts +0 -108
  1122. package/dist/types/commands/UpdateRateBasedRuleCommand.d.ts +0 -89
  1123. package/dist/types/commands/UpdateRegexMatchSetCommand.d.ts +0 -77
  1124. package/dist/types/commands/UpdateRegexPatternSetCommand.d.ts +0 -82
  1125. package/dist/types/commands/UpdateRuleCommand.d.ts +0 -84
  1126. package/dist/types/commands/UpdateRuleGroupCommand.d.ts +0 -67
  1127. package/dist/types/commands/UpdateSizeConstraintSetCommand.d.ts +0 -85
  1128. package/dist/types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +0 -84
  1129. package/dist/types/commands/UpdateWebACLCommand.d.ts +0 -114
  1130. package/dist/types/commands/UpdateXssMatchSetCommand.d.ts +0 -86
  1131. package/dist/types/protocols/Aws_json1_1.d.ts +0 -233
  1132. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1133. package/dist/types/runtimeConfig.d.ts +0 -36
  1134. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1135. package/dist/types/ts3.4/WAF.d.ts +0 -2287
  1136. package/dist/types/ts3.4/WAFClient.d.ts +0 -219
  1137. package/dist/types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +0 -66
  1138. package/dist/types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +0 -63
  1139. package/dist/types/ts3.4/commands/CreateIPSetCommand.d.ts +0 -68
  1140. package/dist/types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +0 -128
  1141. package/dist/types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +0 -66
  1142. package/dist/types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +0 -62
  1143. package/dist/types/ts3.4/commands/CreateRuleCommand.d.ts +0 -86
  1144. package/dist/types/ts3.4/commands/CreateRuleGroupCommand.d.ts +0 -57
  1145. package/dist/types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +0 -66
  1146. package/dist/types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +0 -64
  1147. package/dist/types/ts3.4/commands/CreateWebACLCommand.d.ts +0 -74
  1148. package/dist/types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +0 -42
  1149. package/dist/types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +0 -64
  1150. package/dist/types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +0 -58
  1151. package/dist/types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +0 -58
  1152. package/dist/types/ts3.4/commands/DeleteIPSetCommand.d.ts +0 -58
  1153. package/dist/types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +0 -44
  1154. package/dist/types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +0 -44
  1155. package/dist/types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +0 -62
  1156. package/dist/types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +0 -58
  1157. package/dist/types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +0 -44
  1158. package/dist/types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -58
  1159. package/dist/types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +0 -58
  1160. package/dist/types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +0 -58
  1161. package/dist/types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +0 -59
  1162. package/dist/types/ts3.4/commands/DeleteWebACLCommand.d.ts +0 -56
  1163. package/dist/types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +0 -59
  1164. package/dist/types/ts3.4/commands/GetByteMatchSetCommand.d.ts +0 -43
  1165. package/dist/types/ts3.4/commands/GetChangeTokenCommand.d.ts +0 -49
  1166. package/dist/types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +0 -59
  1167. package/dist/types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +0 -43
  1168. package/dist/types/ts3.4/commands/GetIPSetCommand.d.ts +0 -43
  1169. package/dist/types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +0 -43
  1170. package/dist/types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +0 -43
  1171. package/dist/types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +0 -45
  1172. package/dist/types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +0 -45
  1173. package/dist/types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +0 -43
  1174. package/dist/types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +0 -43
  1175. package/dist/types/ts3.4/commands/GetRuleCommand.d.ts +0 -43
  1176. package/dist/types/ts3.4/commands/GetRuleGroupCommand.d.ts +0 -44
  1177. package/dist/types/ts3.4/commands/GetSampledRequestsCommand.d.ts +0 -47
  1178. package/dist/types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +0 -43
  1179. package/dist/types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +0 -43
  1180. package/dist/types/ts3.4/commands/GetWebACLCommand.d.ts +0 -43
  1181. package/dist/types/ts3.4/commands/GetXssMatchSetCommand.d.ts +0 -43
  1182. package/dist/types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +0 -43
  1183. package/dist/types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +0 -43
  1184. package/dist/types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +0 -43
  1185. package/dist/types/ts3.4/commands/ListIPSetsCommand.d.ts +0 -43
  1186. package/dist/types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +0 -43
  1187. package/dist/types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +0 -43
  1188. package/dist/types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +0 -43
  1189. package/dist/types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +0 -43
  1190. package/dist/types/ts3.4/commands/ListRuleGroupsCommand.d.ts +0 -43
  1191. package/dist/types/ts3.4/commands/ListRulesCommand.d.ts +0 -43
  1192. package/dist/types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +0 -43
  1193. package/dist/types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +0 -43
  1194. package/dist/types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +0 -43
  1195. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -44
  1196. package/dist/types/ts3.4/commands/ListWebACLsCommand.d.ts +0 -43
  1197. package/dist/types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +0 -43
  1198. package/dist/types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +0 -60
  1199. package/dist/types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +0 -75
  1200. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -44
  1201. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -43
  1202. package/dist/types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +0 -81
  1203. package/dist/types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +0 -73
  1204. package/dist/types/ts3.4/commands/UpdateIPSetCommand.d.ts +0 -108
  1205. package/dist/types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +0 -89
  1206. package/dist/types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +0 -77
  1207. package/dist/types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +0 -82
  1208. package/dist/types/ts3.4/commands/UpdateRuleCommand.d.ts +0 -84
  1209. package/dist/types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +0 -67
  1210. package/dist/types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +0 -85
  1211. package/dist/types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +0 -84
  1212. package/dist/types/ts3.4/commands/UpdateWebACLCommand.d.ts +0 -114
  1213. package/dist/types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +0 -86
  1214. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
  1215. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1216. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1217. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1218. package/endpoints.ts +0 -68
  1219. package/protocols/Aws_json1_1.ts +0 -11231
  1220. package/runtimeConfig.browser.ts +0 -40
  1221. package/runtimeConfig.native.ts +0 -16
  1222. package/runtimeConfig.shared.ts +0 -16
  1223. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,127 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import { CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResponse } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1CreateSqlInjectionMatchSetCommand,
17
+ serializeAws_json1_1CreateSqlInjectionMatchSetCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
20
+
21
+ export interface CreateSqlInjectionMatchSetCommandInput extends CreateSqlInjectionMatchSetRequest {}
22
+ export interface CreateSqlInjectionMatchSetCommandOutput extends CreateSqlInjectionMatchSetResponse, __MetadataBearer {}
23
+
24
+ /**
25
+ * <note>
26
+ * <p>This is <b>AWS WAF Classic</b> documentation. For
27
+ * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
28
+ * WAF Classic</a> in the developer guide.</p>
29
+ * <p>
30
+ * <b>For the latest version of AWS
31
+ * WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
32
+ * </note>
33
+ * <p>Creates a <a>SqlInjectionMatchSet</a>, which you use to allow, block, or count requests that contain snippets of SQL code in a
34
+ * specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.</p>
35
+ * <p>To create and configure a <code>SqlInjectionMatchSet</code>, perform the following steps:</p>
36
+ * <ol>
37
+ * <li>
38
+ * <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a
39
+ * <code>CreateSqlInjectionMatchSet</code> request.</p>
40
+ * </li>
41
+ * <li>
42
+ * <p>Submit a <code>CreateSqlInjectionMatchSet</code> request.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an
46
+ * <a>UpdateSqlInjectionMatchSet</a> request.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>Submit an <a>UpdateSqlInjectionMatchSet</a> request to specify the parts of web requests in which you want to
50
+ * allow, block, or count malicious SQL code.</p>
51
+ * </li>
52
+ * </ol>
53
+ * <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the
54
+ * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer Guide</a>.</p>
55
+ * @example
56
+ * Use a bare-bones client and the command you need to make an API call.
57
+ * ```javascript
58
+ * import { WAFClient, CreateSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import
59
+ * // const { WAFClient, CreateSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import
60
+ * const client = new WAFClient(config);
61
+ * const command = new CreateSqlInjectionMatchSetCommand(input);
62
+ * const response = await client.send(command);
63
+ * ```
64
+ *
65
+ * @see {@link CreateSqlInjectionMatchSetCommandInput} for command's `input` shape.
66
+ * @see {@link CreateSqlInjectionMatchSetCommandOutput} for command's `response` shape.
67
+ * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
68
+ *
69
+ */
70
+ export class CreateSqlInjectionMatchSetCommand extends $Command<
71
+ CreateSqlInjectionMatchSetCommandInput,
72
+ CreateSqlInjectionMatchSetCommandOutput,
73
+ WAFClientResolvedConfig
74
+ > {
75
+ // Start section: command_properties
76
+ // End section: command_properties
77
+
78
+ constructor(readonly input: CreateSqlInjectionMatchSetCommandInput) {
79
+ // Start section: command_constructor
80
+ super();
81
+ // End section: command_constructor
82
+ }
83
+
84
+ /**
85
+ * @internal
86
+ */
87
+ resolveMiddleware(
88
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
89
+ configuration: WAFClientResolvedConfig,
90
+ options?: __HttpHandlerOptions
91
+ ): Handler<CreateSqlInjectionMatchSetCommandInput, CreateSqlInjectionMatchSetCommandOutput> {
92
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
93
+
94
+ const stack = clientStack.concat(this.middlewareStack);
95
+
96
+ const { logger } = configuration;
97
+ const clientName = "WAFClient";
98
+ const commandName = "CreateSqlInjectionMatchSetCommand";
99
+ const handlerExecutionContext: HandlerExecutionContext = {
100
+ logger,
101
+ clientName,
102
+ commandName,
103
+ inputFilterSensitiveLog: CreateSqlInjectionMatchSetRequest.filterSensitiveLog,
104
+ outputFilterSensitiveLog: CreateSqlInjectionMatchSetResponse.filterSensitiveLog,
105
+ };
106
+ const { requestHandler } = configuration;
107
+ return stack.resolve(
108
+ (request: FinalizeHandlerArguments<any>) =>
109
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
110
+ handlerExecutionContext
111
+ );
112
+ }
113
+
114
+ private serialize(input: CreateSqlInjectionMatchSetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
115
+ return serializeAws_json1_1CreateSqlInjectionMatchSetCommand(input, context);
116
+ }
117
+
118
+ private deserialize(
119
+ output: __HttpResponse,
120
+ context: __SerdeContext
121
+ ): Promise<CreateSqlInjectionMatchSetCommandOutput> {
122
+ return deserializeAws_json1_1CreateSqlInjectionMatchSetCommand(output, context);
123
+ }
124
+
125
+ // Start section: command_body_extra
126
+ // End section: command_body_extra
127
+ }
@@ -0,0 +1,134 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1CreateWebACLCommand,
17
+ serializeAws_json1_1CreateWebACLCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
20
+
21
+ export interface CreateWebACLCommandInput extends CreateWebACLRequest {}
22
+ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __MetadataBearer {}
23
+
24
+ /**
25
+ * <note>
26
+ * <p>This is <b>AWS WAF Classic</b> documentation. For
27
+ * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
28
+ * WAF Classic</a> in the developer guide.</p>
29
+ * <p>
30
+ * <b>For the latest version of AWS
31
+ * WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
32
+ * </note>
33
+ * <p>Creates a <code>WebACL</code>, which contains the <code>Rules</code> that identify the CloudFront web requests that you want to allow, block, or count.
34
+ * AWS WAF evaluates <code>Rules</code> in order based on the value of <code>Priority</code> for each <code>Rule</code>.</p>
35
+ * <p>You also specify a default action, either <code>ALLOW</code> or <code>BLOCK</code>. If a web request doesn't match
36
+ * any of the <code>Rules</code> in a <code>WebACL</code>, AWS WAF responds to the request with the default action. </p>
37
+ * <p>To create and configure a <code>WebACL</code>, perform the following steps:</p>
38
+ * <ol>
39
+ * <li>
40
+ * <p>Create and update the <code>ByteMatchSet</code> objects and other predicates that you want to include in <code>Rules</code>.
41
+ * For more information, see <a>CreateByteMatchSet</a>, <a>UpdateByteMatchSet</a>, <a>CreateIPSet</a>, <a>UpdateIPSet</a>,
42
+ * <a>CreateSqlInjectionMatchSet</a>, and <a>UpdateSqlInjectionMatchSet</a>.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>Create and update the <code>Rules</code> that you want to include in the <code>WebACL</code>. For more information, see
46
+ * <a>CreateRule</a> and <a>UpdateRule</a>.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a
50
+ * <code>CreateWebACL</code> request.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>Submit a <code>CreateWebACL</code> request.</p>
54
+ * </li>
55
+ * <li>
56
+ * <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an
57
+ * <a>UpdateWebACL</a> request.</p>
58
+ * </li>
59
+ * <li>
60
+ * <p>Submit an <a>UpdateWebACL</a> request to specify the <code>Rules</code> that you want to include in the <code>WebACL</code>,
61
+ * to specify the default action, and to associate the <code>WebACL</code> with a CloudFront distribution.</p>
62
+ * </li>
63
+ * </ol>
64
+ * <p>For more information about how to use the AWS WAF API, see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer Guide</a>.</p>
65
+ * @example
66
+ * Use a bare-bones client and the command you need to make an API call.
67
+ * ```javascript
68
+ * import { WAFClient, CreateWebACLCommand } from "@aws-sdk/client-waf"; // ES Modules import
69
+ * // const { WAFClient, CreateWebACLCommand } = require("@aws-sdk/client-waf"); // CommonJS import
70
+ * const client = new WAFClient(config);
71
+ * const command = new CreateWebACLCommand(input);
72
+ * const response = await client.send(command);
73
+ * ```
74
+ *
75
+ * @see {@link CreateWebACLCommandInput} for command's `input` shape.
76
+ * @see {@link CreateWebACLCommandOutput} for command's `response` shape.
77
+ * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
78
+ *
79
+ */
80
+ export class CreateWebACLCommand extends $Command<
81
+ CreateWebACLCommandInput,
82
+ CreateWebACLCommandOutput,
83
+ WAFClientResolvedConfig
84
+ > {
85
+ // Start section: command_properties
86
+ // End section: command_properties
87
+
88
+ constructor(readonly input: CreateWebACLCommandInput) {
89
+ // Start section: command_constructor
90
+ super();
91
+ // End section: command_constructor
92
+ }
93
+
94
+ /**
95
+ * @internal
96
+ */
97
+ resolveMiddleware(
98
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
99
+ configuration: WAFClientResolvedConfig,
100
+ options?: __HttpHandlerOptions
101
+ ): Handler<CreateWebACLCommandInput, CreateWebACLCommandOutput> {
102
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
103
+
104
+ const stack = clientStack.concat(this.middlewareStack);
105
+
106
+ const { logger } = configuration;
107
+ const clientName = "WAFClient";
108
+ const commandName = "CreateWebACLCommand";
109
+ const handlerExecutionContext: HandlerExecutionContext = {
110
+ logger,
111
+ clientName,
112
+ commandName,
113
+ inputFilterSensitiveLog: CreateWebACLRequest.filterSensitiveLog,
114
+ outputFilterSensitiveLog: CreateWebACLResponse.filterSensitiveLog,
115
+ };
116
+ const { requestHandler } = configuration;
117
+ return stack.resolve(
118
+ (request: FinalizeHandlerArguments<any>) =>
119
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
120
+ handlerExecutionContext
121
+ );
122
+ }
123
+
124
+ private serialize(input: CreateWebACLCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
125
+ return serializeAws_json1_1CreateWebACLCommand(input, context);
126
+ }
127
+
128
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateWebACLCommandOutput> {
129
+ return deserializeAws_json1_1CreateWebACLCommand(output, context);
130
+ }
131
+
132
+ // Start section: command_body_extra
133
+ // End section: command_body_extra
134
+ }
@@ -0,0 +1,105 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import { CreateWebACLMigrationStackRequest, CreateWebACLMigrationStackResponse } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1CreateWebACLMigrationStackCommand,
17
+ serializeAws_json1_1CreateWebACLMigrationStackCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
20
+
21
+ export interface CreateWebACLMigrationStackCommandInput extends CreateWebACLMigrationStackRequest {}
22
+ export interface CreateWebACLMigrationStackCommandOutput extends CreateWebACLMigrationStackResponse, __MetadataBearer {}
23
+
24
+ /**
25
+ * <p>Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.
26
+ * Then, in CloudFormation, you create a stack from the template, to create the web ACL and its resources in AWS WAFV2.
27
+ * Use this to migrate your AWS WAF Classic web ACL to the latest version of AWS WAF.</p>
28
+ * <p>This is part of a larger migration procedure for web ACLs from AWS WAF Classic to the latest version of AWS WAF.
29
+ * For the full procedure, including caveats and manual steps to complete
30
+ * the migration and switch over to the new web ACL, see
31
+ * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-migrating-from-classic.html">Migrating your AWS WAF Classic resources to AWS WAF</a> in the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF
32
+ * Developer Guide</a>. </p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { WAFClient, CreateWebACLMigrationStackCommand } from "@aws-sdk/client-waf"; // ES Modules import
37
+ * // const { WAFClient, CreateWebACLMigrationStackCommand } = require("@aws-sdk/client-waf"); // CommonJS import
38
+ * const client = new WAFClient(config);
39
+ * const command = new CreateWebACLMigrationStackCommand(input);
40
+ * const response = await client.send(command);
41
+ * ```
42
+ *
43
+ * @see {@link CreateWebACLMigrationStackCommandInput} for command's `input` shape.
44
+ * @see {@link CreateWebACLMigrationStackCommandOutput} for command's `response` shape.
45
+ * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
46
+ *
47
+ */
48
+ export class CreateWebACLMigrationStackCommand extends $Command<
49
+ CreateWebACLMigrationStackCommandInput,
50
+ CreateWebACLMigrationStackCommandOutput,
51
+ WAFClientResolvedConfig
52
+ > {
53
+ // Start section: command_properties
54
+ // End section: command_properties
55
+
56
+ constructor(readonly input: CreateWebACLMigrationStackCommandInput) {
57
+ // Start section: command_constructor
58
+ super();
59
+ // End section: command_constructor
60
+ }
61
+
62
+ /**
63
+ * @internal
64
+ */
65
+ resolveMiddleware(
66
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
67
+ configuration: WAFClientResolvedConfig,
68
+ options?: __HttpHandlerOptions
69
+ ): Handler<CreateWebACLMigrationStackCommandInput, CreateWebACLMigrationStackCommandOutput> {
70
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
71
+
72
+ const stack = clientStack.concat(this.middlewareStack);
73
+
74
+ const { logger } = configuration;
75
+ const clientName = "WAFClient";
76
+ const commandName = "CreateWebACLMigrationStackCommand";
77
+ const handlerExecutionContext: HandlerExecutionContext = {
78
+ logger,
79
+ clientName,
80
+ commandName,
81
+ inputFilterSensitiveLog: CreateWebACLMigrationStackRequest.filterSensitiveLog,
82
+ outputFilterSensitiveLog: CreateWebACLMigrationStackResponse.filterSensitiveLog,
83
+ };
84
+ const { requestHandler } = configuration;
85
+ return stack.resolve(
86
+ (request: FinalizeHandlerArguments<any>) =>
87
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
88
+ handlerExecutionContext
89
+ );
90
+ }
91
+
92
+ private serialize(input: CreateWebACLMigrationStackCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
93
+ return serializeAws_json1_1CreateWebACLMigrationStackCommand(input, context);
94
+ }
95
+
96
+ private deserialize(
97
+ output: __HttpResponse,
98
+ context: __SerdeContext
99
+ ): Promise<CreateWebACLMigrationStackCommandOutput> {
100
+ return deserializeAws_json1_1CreateWebACLMigrationStackCommand(output, context);
101
+ }
102
+
103
+ // Start section: command_body_extra
104
+ // End section: command_body_extra
105
+ }
@@ -0,0 +1,124 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import { CreateXssMatchSetRequest, CreateXssMatchSetResponse } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1CreateXssMatchSetCommand,
17
+ serializeAws_json1_1CreateXssMatchSetCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
20
+
21
+ export interface CreateXssMatchSetCommandInput extends CreateXssMatchSetRequest {}
22
+ export interface CreateXssMatchSetCommandOutput extends CreateXssMatchSetResponse, __MetadataBearer {}
23
+
24
+ /**
25
+ * <note>
26
+ * <p>This is <b>AWS WAF Classic</b> documentation. For
27
+ * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
28
+ * WAF Classic</a> in the developer guide.</p>
29
+ * <p>
30
+ * <b>For the latest version of AWS
31
+ * WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
32
+ * </note>
33
+ * <p>Creates an <a>XssMatchSet</a>, which you use to allow, block, or count requests that contain cross-site scripting attacks
34
+ * in the specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.</p>
35
+ * <p>To create and configure an <code>XssMatchSet</code>, perform the following steps:</p>
36
+ * <ol>
37
+ * <li>
38
+ * <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a
39
+ * <code>CreateXssMatchSet</code> request.</p>
40
+ * </li>
41
+ * <li>
42
+ * <p>Submit a <code>CreateXssMatchSet</code> request.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an
46
+ * <a>UpdateXssMatchSet</a> request.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>Submit an <a>UpdateXssMatchSet</a> request to specify the parts of web requests in which you want to
50
+ * allow, block, or count cross-site scripting attacks.</p>
51
+ * </li>
52
+ * </ol>
53
+ * <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the
54
+ * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer Guide</a>.</p>
55
+ * @example
56
+ * Use a bare-bones client and the command you need to make an API call.
57
+ * ```javascript
58
+ * import { WAFClient, CreateXssMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import
59
+ * // const { WAFClient, CreateXssMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import
60
+ * const client = new WAFClient(config);
61
+ * const command = new CreateXssMatchSetCommand(input);
62
+ * const response = await client.send(command);
63
+ * ```
64
+ *
65
+ * @see {@link CreateXssMatchSetCommandInput} for command's `input` shape.
66
+ * @see {@link CreateXssMatchSetCommandOutput} for command's `response` shape.
67
+ * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
68
+ *
69
+ */
70
+ export class CreateXssMatchSetCommand extends $Command<
71
+ CreateXssMatchSetCommandInput,
72
+ CreateXssMatchSetCommandOutput,
73
+ WAFClientResolvedConfig
74
+ > {
75
+ // Start section: command_properties
76
+ // End section: command_properties
77
+
78
+ constructor(readonly input: CreateXssMatchSetCommandInput) {
79
+ // Start section: command_constructor
80
+ super();
81
+ // End section: command_constructor
82
+ }
83
+
84
+ /**
85
+ * @internal
86
+ */
87
+ resolveMiddleware(
88
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
89
+ configuration: WAFClientResolvedConfig,
90
+ options?: __HttpHandlerOptions
91
+ ): Handler<CreateXssMatchSetCommandInput, CreateXssMatchSetCommandOutput> {
92
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
93
+
94
+ const stack = clientStack.concat(this.middlewareStack);
95
+
96
+ const { logger } = configuration;
97
+ const clientName = "WAFClient";
98
+ const commandName = "CreateXssMatchSetCommand";
99
+ const handlerExecutionContext: HandlerExecutionContext = {
100
+ logger,
101
+ clientName,
102
+ commandName,
103
+ inputFilterSensitiveLog: CreateXssMatchSetRequest.filterSensitiveLog,
104
+ outputFilterSensitiveLog: CreateXssMatchSetResponse.filterSensitiveLog,
105
+ };
106
+ const { requestHandler } = configuration;
107
+ return stack.resolve(
108
+ (request: FinalizeHandlerArguments<any>) =>
109
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
110
+ handlerExecutionContext
111
+ );
112
+ }
113
+
114
+ private serialize(input: CreateXssMatchSetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
115
+ return serializeAws_json1_1CreateXssMatchSetCommand(input, context);
116
+ }
117
+
118
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateXssMatchSetCommandOutput> {
119
+ return deserializeAws_json1_1CreateXssMatchSetCommand(output, context);
120
+ }
121
+
122
+ // Start section: command_body_extra
123
+ // End section: command_body_extra
124
+ }
@@ -0,0 +1,118 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import { DeleteByteMatchSetRequest, DeleteByteMatchSetResponse } from "../models/models_0";
15
+ import {
16
+ deserializeAws_json1_1DeleteByteMatchSetCommand,
17
+ serializeAws_json1_1DeleteByteMatchSetCommand,
18
+ } from "../protocols/Aws_json1_1";
19
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
20
+
21
+ export interface DeleteByteMatchSetCommandInput extends DeleteByteMatchSetRequest {}
22
+ export interface DeleteByteMatchSetCommandOutput extends DeleteByteMatchSetResponse, __MetadataBearer {}
23
+
24
+ /**
25
+ * <note>
26
+ * <p>This is <b>AWS WAF Classic</b> documentation. For
27
+ * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
28
+ * WAF Classic</a> in the developer guide.</p>
29
+ * <p>
30
+ * <b>For the latest version of AWS
31
+ * WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
32
+ * </note>
33
+ * <p>Permanently deletes a <a>ByteMatchSet</a>. You can't delete a <code>ByteMatchSet</code> if it's still used in any <code>Rules</code>
34
+ * or if it still includes any <a>ByteMatchTuple</a> objects (any filters).</p>
35
+ * <p>If you just want to remove a <code>ByteMatchSet</code> from a <code>Rule</code>, use <a>UpdateRule</a>.</p>
36
+ * <p>To permanently delete a <code>ByteMatchSet</code>, perform the following steps:</p>
37
+ * <ol>
38
+ * <li>
39
+ * <p>Update the <code>ByteMatchSet</code> to remove filters, if any. For more information, see <a>UpdateByteMatchSet</a>.</p>
40
+ * </li>
41
+ * <li>
42
+ * <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a
43
+ * <code>DeleteByteMatchSet</code> request.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>Submit a <code>DeleteByteMatchSet</code> request.</p>
47
+ * </li>
48
+ * </ol>
49
+ * @example
50
+ * Use a bare-bones client and the command you need to make an API call.
51
+ * ```javascript
52
+ * import { WAFClient, DeleteByteMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import
53
+ * // const { WAFClient, DeleteByteMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import
54
+ * const client = new WAFClient(config);
55
+ * const command = new DeleteByteMatchSetCommand(input);
56
+ * const response = await client.send(command);
57
+ * ```
58
+ *
59
+ * @see {@link DeleteByteMatchSetCommandInput} for command's `input` shape.
60
+ * @see {@link DeleteByteMatchSetCommandOutput} for command's `response` shape.
61
+ * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
62
+ *
63
+ */
64
+ export class DeleteByteMatchSetCommand extends $Command<
65
+ DeleteByteMatchSetCommandInput,
66
+ DeleteByteMatchSetCommandOutput,
67
+ WAFClientResolvedConfig
68
+ > {
69
+ // Start section: command_properties
70
+ // End section: command_properties
71
+
72
+ constructor(readonly input: DeleteByteMatchSetCommandInput) {
73
+ // Start section: command_constructor
74
+ super();
75
+ // End section: command_constructor
76
+ }
77
+
78
+ /**
79
+ * @internal
80
+ */
81
+ resolveMiddleware(
82
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
83
+ configuration: WAFClientResolvedConfig,
84
+ options?: __HttpHandlerOptions
85
+ ): Handler<DeleteByteMatchSetCommandInput, DeleteByteMatchSetCommandOutput> {
86
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
87
+
88
+ const stack = clientStack.concat(this.middlewareStack);
89
+
90
+ const { logger } = configuration;
91
+ const clientName = "WAFClient";
92
+ const commandName = "DeleteByteMatchSetCommand";
93
+ const handlerExecutionContext: HandlerExecutionContext = {
94
+ logger,
95
+ clientName,
96
+ commandName,
97
+ inputFilterSensitiveLog: DeleteByteMatchSetRequest.filterSensitiveLog,
98
+ outputFilterSensitiveLog: DeleteByteMatchSetResponse.filterSensitiveLog,
99
+ };
100
+ const { requestHandler } = configuration;
101
+ return stack.resolve(
102
+ (request: FinalizeHandlerArguments<any>) =>
103
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
104
+ handlerExecutionContext
105
+ );
106
+ }
107
+
108
+ private serialize(input: DeleteByteMatchSetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
109
+ return serializeAws_json1_1DeleteByteMatchSetCommand(input, context);
110
+ }
111
+
112
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteByteMatchSetCommandOutput> {
113
+ return deserializeAws_json1_1DeleteByteMatchSetCommand(output, context);
114
+ }
115
+
116
+ // Start section: command_body_extra
117
+ // End section: command_body_extra
118
+ }