@aws-sdk/client-waf 3.279.0 → 3.282.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 (79) hide show
  1. package/README.md +619 -0
  2. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateIPSetCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateRuleCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateRuleGroupCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateWebACLCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteIPSetCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +6 -0
  19. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteWebACLCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +6 -0
  29. package/dist-types/commands/GetByteMatchSetCommand.d.ts +6 -0
  30. package/dist-types/commands/GetChangeTokenCommand.d.ts +6 -0
  31. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +6 -0
  32. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +6 -0
  33. package/dist-types/commands/GetIPSetCommand.d.ts +6 -0
  34. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +6 -0
  35. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +6 -0
  36. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +6 -0
  37. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +6 -0
  38. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +6 -0
  39. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +6 -0
  40. package/dist-types/commands/GetRuleCommand.d.ts +6 -0
  41. package/dist-types/commands/GetRuleGroupCommand.d.ts +6 -0
  42. package/dist-types/commands/GetSampledRequestsCommand.d.ts +6 -0
  43. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +6 -0
  44. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +6 -0
  45. package/dist-types/commands/GetWebACLCommand.d.ts +6 -0
  46. package/dist-types/commands/GetXssMatchSetCommand.d.ts +6 -0
  47. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +6 -0
  48. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListIPSetsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +6 -0
  53. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListRuleGroupsCommand.d.ts +6 -0
  56. package/dist-types/commands/ListRulesCommand.d.ts +6 -0
  57. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +6 -0
  58. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +6 -0
  59. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +6 -0
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  61. package/dist-types/commands/ListWebACLsCommand.d.ts +6 -0
  62. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +6 -0
  63. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +6 -0
  64. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +6 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateIPSetCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateRuleCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -0
  75. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +6 -0
  76. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +6 -0
  77. package/dist-types/commands/UpdateWebACLCommand.d.ts +6 -0
  78. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +6 -0
  79. package/package.json +17 -17
package/README.md CHANGED
@@ -213,3 +213,622 @@ To contribute to client you can check our [generate clients scripts](https://git
213
213
  This SDK is distributed under the
214
214
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
215
215
  see LICENSE for more information.
216
+
217
+ ## Client Commands (Operations List)
218
+
219
+ <details>
220
+ <summary>
221
+ CreateByteMatchSet
222
+ </summary>
223
+
224
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createbytematchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createbytematchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createbytematchsetcommandoutput.html)
225
+
226
+ </details>
227
+ <details>
228
+ <summary>
229
+ CreateGeoMatchSet
230
+ </summary>
231
+
232
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/creategeomatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/creategeomatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/creategeomatchsetcommandoutput.html)
233
+
234
+ </details>
235
+ <details>
236
+ <summary>
237
+ CreateIPSet
238
+ </summary>
239
+
240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createipsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createipsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createipsetcommandoutput.html)
241
+
242
+ </details>
243
+ <details>
244
+ <summary>
245
+ CreateRateBasedRule
246
+ </summary>
247
+
248
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createratebasedrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createratebasedrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createratebasedrulecommandoutput.html)
249
+
250
+ </details>
251
+ <details>
252
+ <summary>
253
+ CreateRegexMatchSet
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createregexmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createregexmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createregexmatchsetcommandoutput.html)
257
+
258
+ </details>
259
+ <details>
260
+ <summary>
261
+ CreateRegexPatternSet
262
+ </summary>
263
+
264
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createregexpatternsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createregexpatternsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createregexpatternsetcommandoutput.html)
265
+
266
+ </details>
267
+ <details>
268
+ <summary>
269
+ CreateRule
270
+ </summary>
271
+
272
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createrulecommandoutput.html)
273
+
274
+ </details>
275
+ <details>
276
+ <summary>
277
+ CreateRuleGroup
278
+ </summary>
279
+
280
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createrulegroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createrulegroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createrulegroupcommandoutput.html)
281
+
282
+ </details>
283
+ <details>
284
+ <summary>
285
+ CreateSizeConstraintSet
286
+ </summary>
287
+
288
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createsizeconstraintsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createsizeconstraintsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createsizeconstraintsetcommandoutput.html)
289
+
290
+ </details>
291
+ <details>
292
+ <summary>
293
+ CreateSqlInjectionMatchSet
294
+ </summary>
295
+
296
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createsqlinjectionmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createsqlinjectionmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createsqlinjectionmatchsetcommandoutput.html)
297
+
298
+ </details>
299
+ <details>
300
+ <summary>
301
+ CreateWebACL
302
+ </summary>
303
+
304
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createwebaclcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createwebaclcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createwebaclcommandoutput.html)
305
+
306
+ </details>
307
+ <details>
308
+ <summary>
309
+ CreateWebACLMigrationStack
310
+ </summary>
311
+
312
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createwebaclmigrationstackcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createwebaclmigrationstackcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createwebaclmigrationstackcommandoutput.html)
313
+
314
+ </details>
315
+ <details>
316
+ <summary>
317
+ CreateXssMatchSet
318
+ </summary>
319
+
320
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/createxssmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createxssmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/createxssmatchsetcommandoutput.html)
321
+
322
+ </details>
323
+ <details>
324
+ <summary>
325
+ DeleteByteMatchSet
326
+ </summary>
327
+
328
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deletebytematchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletebytematchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletebytematchsetcommandoutput.html)
329
+
330
+ </details>
331
+ <details>
332
+ <summary>
333
+ DeleteGeoMatchSet
334
+ </summary>
335
+
336
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deletegeomatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletegeomatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletegeomatchsetcommandoutput.html)
337
+
338
+ </details>
339
+ <details>
340
+ <summary>
341
+ DeleteIPSet
342
+ </summary>
343
+
344
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deleteipsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteipsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteipsetcommandoutput.html)
345
+
346
+ </details>
347
+ <details>
348
+ <summary>
349
+ DeleteLoggingConfiguration
350
+ </summary>
351
+
352
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deleteloggingconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteloggingconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteloggingconfigurationcommandoutput.html)
353
+
354
+ </details>
355
+ <details>
356
+ <summary>
357
+ DeletePermissionPolicy
358
+ </summary>
359
+
360
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deletepermissionpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletepermissionpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletepermissionpolicycommandoutput.html)
361
+
362
+ </details>
363
+ <details>
364
+ <summary>
365
+ DeleteRateBasedRule
366
+ </summary>
367
+
368
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deleteratebasedrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteratebasedrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteratebasedrulecommandoutput.html)
369
+
370
+ </details>
371
+ <details>
372
+ <summary>
373
+ DeleteRegexMatchSet
374
+ </summary>
375
+
376
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deleteregexmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteregexmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteregexmatchsetcommandoutput.html)
377
+
378
+ </details>
379
+ <details>
380
+ <summary>
381
+ DeleteRegexPatternSet
382
+ </summary>
383
+
384
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deleteregexpatternsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteregexpatternsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleteregexpatternsetcommandoutput.html)
385
+
386
+ </details>
387
+ <details>
388
+ <summary>
389
+ DeleteRule
390
+ </summary>
391
+
392
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deleterulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleterulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleterulecommandoutput.html)
393
+
394
+ </details>
395
+ <details>
396
+ <summary>
397
+ DeleteRuleGroup
398
+ </summary>
399
+
400
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deleterulegroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleterulegroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deleterulegroupcommandoutput.html)
401
+
402
+ </details>
403
+ <details>
404
+ <summary>
405
+ DeleteSizeConstraintSet
406
+ </summary>
407
+
408
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deletesizeconstraintsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletesizeconstraintsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletesizeconstraintsetcommandoutput.html)
409
+
410
+ </details>
411
+ <details>
412
+ <summary>
413
+ DeleteSqlInjectionMatchSet
414
+ </summary>
415
+
416
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deletesqlinjectionmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletesqlinjectionmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletesqlinjectionmatchsetcommandoutput.html)
417
+
418
+ </details>
419
+ <details>
420
+ <summary>
421
+ DeleteWebACL
422
+ </summary>
423
+
424
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deletewebaclcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletewebaclcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletewebaclcommandoutput.html)
425
+
426
+ </details>
427
+ <details>
428
+ <summary>
429
+ DeleteXssMatchSet
430
+ </summary>
431
+
432
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/deletexssmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletexssmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/deletexssmatchsetcommandoutput.html)
433
+
434
+ </details>
435
+ <details>
436
+ <summary>
437
+ GetByteMatchSet
438
+ </summary>
439
+
440
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getbytematchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getbytematchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getbytematchsetcommandoutput.html)
441
+
442
+ </details>
443
+ <details>
444
+ <summary>
445
+ GetChangeToken
446
+ </summary>
447
+
448
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getchangetokencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getchangetokencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getchangetokencommandoutput.html)
449
+
450
+ </details>
451
+ <details>
452
+ <summary>
453
+ GetChangeTokenStatus
454
+ </summary>
455
+
456
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getchangetokenstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getchangetokenstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getchangetokenstatuscommandoutput.html)
457
+
458
+ </details>
459
+ <details>
460
+ <summary>
461
+ GetGeoMatchSet
462
+ </summary>
463
+
464
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getgeomatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getgeomatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getgeomatchsetcommandoutput.html)
465
+
466
+ </details>
467
+ <details>
468
+ <summary>
469
+ GetIPSet
470
+ </summary>
471
+
472
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getipsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getipsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getipsetcommandoutput.html)
473
+
474
+ </details>
475
+ <details>
476
+ <summary>
477
+ GetLoggingConfiguration
478
+ </summary>
479
+
480
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getloggingconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getloggingconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getloggingconfigurationcommandoutput.html)
481
+
482
+ </details>
483
+ <details>
484
+ <summary>
485
+ GetPermissionPolicy
486
+ </summary>
487
+
488
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getpermissionpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getpermissionpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getpermissionpolicycommandoutput.html)
489
+
490
+ </details>
491
+ <details>
492
+ <summary>
493
+ GetRateBasedRule
494
+ </summary>
495
+
496
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getratebasedrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getratebasedrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getratebasedrulecommandoutput.html)
497
+
498
+ </details>
499
+ <details>
500
+ <summary>
501
+ GetRateBasedRuleManagedKeys
502
+ </summary>
503
+
504
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getratebasedrulemanagedkeyscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getratebasedrulemanagedkeyscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getratebasedrulemanagedkeyscommandoutput.html)
505
+
506
+ </details>
507
+ <details>
508
+ <summary>
509
+ GetRegexMatchSet
510
+ </summary>
511
+
512
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getregexmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getregexmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getregexmatchsetcommandoutput.html)
513
+
514
+ </details>
515
+ <details>
516
+ <summary>
517
+ GetRegexPatternSet
518
+ </summary>
519
+
520
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getregexpatternsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getregexpatternsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getregexpatternsetcommandoutput.html)
521
+
522
+ </details>
523
+ <details>
524
+ <summary>
525
+ GetRule
526
+ </summary>
527
+
528
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getrulecommandoutput.html)
529
+
530
+ </details>
531
+ <details>
532
+ <summary>
533
+ GetRuleGroup
534
+ </summary>
535
+
536
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getrulegroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getrulegroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getrulegroupcommandoutput.html)
537
+
538
+ </details>
539
+ <details>
540
+ <summary>
541
+ GetSampledRequests
542
+ </summary>
543
+
544
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getsampledrequestscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getsampledrequestscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getsampledrequestscommandoutput.html)
545
+
546
+ </details>
547
+ <details>
548
+ <summary>
549
+ GetSizeConstraintSet
550
+ </summary>
551
+
552
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getsizeconstraintsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getsizeconstraintsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getsizeconstraintsetcommandoutput.html)
553
+
554
+ </details>
555
+ <details>
556
+ <summary>
557
+ GetSqlInjectionMatchSet
558
+ </summary>
559
+
560
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getsqlinjectionmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getsqlinjectionmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getsqlinjectionmatchsetcommandoutput.html)
561
+
562
+ </details>
563
+ <details>
564
+ <summary>
565
+ GetWebACL
566
+ </summary>
567
+
568
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getwebaclcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getwebaclcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getwebaclcommandoutput.html)
569
+
570
+ </details>
571
+ <details>
572
+ <summary>
573
+ GetXssMatchSet
574
+ </summary>
575
+
576
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/getxssmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getxssmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/getxssmatchsetcommandoutput.html)
577
+
578
+ </details>
579
+ <details>
580
+ <summary>
581
+ ListActivatedRulesInRuleGroup
582
+ </summary>
583
+
584
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listactivatedrulesinrulegroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listactivatedrulesinrulegroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listactivatedrulesinrulegroupcommandoutput.html)
585
+
586
+ </details>
587
+ <details>
588
+ <summary>
589
+ ListByteMatchSets
590
+ </summary>
591
+
592
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listbytematchsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listbytematchsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listbytematchsetscommandoutput.html)
593
+
594
+ </details>
595
+ <details>
596
+ <summary>
597
+ ListGeoMatchSets
598
+ </summary>
599
+
600
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listgeomatchsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listgeomatchsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listgeomatchsetscommandoutput.html)
601
+
602
+ </details>
603
+ <details>
604
+ <summary>
605
+ ListIPSets
606
+ </summary>
607
+
608
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listipsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listipsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listipsetscommandoutput.html)
609
+
610
+ </details>
611
+ <details>
612
+ <summary>
613
+ ListLoggingConfigurations
614
+ </summary>
615
+
616
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listloggingconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listloggingconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listloggingconfigurationscommandoutput.html)
617
+
618
+ </details>
619
+ <details>
620
+ <summary>
621
+ ListRateBasedRules
622
+ </summary>
623
+
624
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listratebasedrulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listratebasedrulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listratebasedrulescommandoutput.html)
625
+
626
+ </details>
627
+ <details>
628
+ <summary>
629
+ ListRegexMatchSets
630
+ </summary>
631
+
632
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listregexmatchsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listregexmatchsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listregexmatchsetscommandoutput.html)
633
+
634
+ </details>
635
+ <details>
636
+ <summary>
637
+ ListRegexPatternSets
638
+ </summary>
639
+
640
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listregexpatternsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listregexpatternsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listregexpatternsetscommandoutput.html)
641
+
642
+ </details>
643
+ <details>
644
+ <summary>
645
+ ListRuleGroups
646
+ </summary>
647
+
648
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listrulegroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listrulegroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listrulegroupscommandoutput.html)
649
+
650
+ </details>
651
+ <details>
652
+ <summary>
653
+ ListRules
654
+ </summary>
655
+
656
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listrulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listrulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listrulescommandoutput.html)
657
+
658
+ </details>
659
+ <details>
660
+ <summary>
661
+ ListSizeConstraintSets
662
+ </summary>
663
+
664
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listsizeconstraintsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listsizeconstraintsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listsizeconstraintsetscommandoutput.html)
665
+
666
+ </details>
667
+ <details>
668
+ <summary>
669
+ ListSqlInjectionMatchSets
670
+ </summary>
671
+
672
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listsqlinjectionmatchsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listsqlinjectionmatchsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listsqlinjectionmatchsetscommandoutput.html)
673
+
674
+ </details>
675
+ <details>
676
+ <summary>
677
+ ListSubscribedRuleGroups
678
+ </summary>
679
+
680
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listsubscribedrulegroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listsubscribedrulegroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listsubscribedrulegroupscommandoutput.html)
681
+
682
+ </details>
683
+ <details>
684
+ <summary>
685
+ ListTagsForResource
686
+ </summary>
687
+
688
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listtagsforresourcecommandoutput.html)
689
+
690
+ </details>
691
+ <details>
692
+ <summary>
693
+ ListWebACLs
694
+ </summary>
695
+
696
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listwebaclscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listwebaclscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listwebaclscommandoutput.html)
697
+
698
+ </details>
699
+ <details>
700
+ <summary>
701
+ ListXssMatchSets
702
+ </summary>
703
+
704
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/listxssmatchsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listxssmatchsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/listxssmatchsetscommandoutput.html)
705
+
706
+ </details>
707
+ <details>
708
+ <summary>
709
+ PutLoggingConfiguration
710
+ </summary>
711
+
712
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/putloggingconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/putloggingconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/putloggingconfigurationcommandoutput.html)
713
+
714
+ </details>
715
+ <details>
716
+ <summary>
717
+ PutPermissionPolicy
718
+ </summary>
719
+
720
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/putpermissionpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/putpermissionpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/putpermissionpolicycommandoutput.html)
721
+
722
+ </details>
723
+ <details>
724
+ <summary>
725
+ TagResource
726
+ </summary>
727
+
728
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/tagresourcecommandoutput.html)
729
+
730
+ </details>
731
+ <details>
732
+ <summary>
733
+ UntagResource
734
+ </summary>
735
+
736
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/untagresourcecommandoutput.html)
737
+
738
+ </details>
739
+ <details>
740
+ <summary>
741
+ UpdateByteMatchSet
742
+ </summary>
743
+
744
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updatebytematchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatebytematchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatebytematchsetcommandoutput.html)
745
+
746
+ </details>
747
+ <details>
748
+ <summary>
749
+ UpdateGeoMatchSet
750
+ </summary>
751
+
752
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updategeomatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updategeomatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updategeomatchsetcommandoutput.html)
753
+
754
+ </details>
755
+ <details>
756
+ <summary>
757
+ UpdateIPSet
758
+ </summary>
759
+
760
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updateipsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updateipsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updateipsetcommandoutput.html)
761
+
762
+ </details>
763
+ <details>
764
+ <summary>
765
+ UpdateRateBasedRule
766
+ </summary>
767
+
768
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updateratebasedrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updateratebasedrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updateratebasedrulecommandoutput.html)
769
+
770
+ </details>
771
+ <details>
772
+ <summary>
773
+ UpdateRegexMatchSet
774
+ </summary>
775
+
776
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updateregexmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updateregexmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updateregexmatchsetcommandoutput.html)
777
+
778
+ </details>
779
+ <details>
780
+ <summary>
781
+ UpdateRegexPatternSet
782
+ </summary>
783
+
784
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updateregexpatternsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updateregexpatternsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updateregexpatternsetcommandoutput.html)
785
+
786
+ </details>
787
+ <details>
788
+ <summary>
789
+ UpdateRule
790
+ </summary>
791
+
792
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updaterulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updaterulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updaterulecommandoutput.html)
793
+
794
+ </details>
795
+ <details>
796
+ <summary>
797
+ UpdateRuleGroup
798
+ </summary>
799
+
800
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updaterulegroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updaterulegroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updaterulegroupcommandoutput.html)
801
+
802
+ </details>
803
+ <details>
804
+ <summary>
805
+ UpdateSizeConstraintSet
806
+ </summary>
807
+
808
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updatesizeconstraintsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatesizeconstraintsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatesizeconstraintsetcommandoutput.html)
809
+
810
+ </details>
811
+ <details>
812
+ <summary>
813
+ UpdateSqlInjectionMatchSet
814
+ </summary>
815
+
816
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updatesqlinjectionmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatesqlinjectionmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatesqlinjectionmatchsetcommandoutput.html)
817
+
818
+ </details>
819
+ <details>
820
+ <summary>
821
+ UpdateWebACL
822
+ </summary>
823
+
824
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updatewebaclcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatewebaclcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatewebaclcommandoutput.html)
825
+
826
+ </details>
827
+ <details>
828
+ <summary>
829
+ UpdateXssMatchSet
830
+ </summary>
831
+
832
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/classes/updatexssmatchsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatexssmatchsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-waf/interfaces/updatexssmatchsetcommandoutput.html)
833
+
834
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateByteMatchSetRequest, CreateByteMatchSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
+ /**
7
+ * The input for {@link CreateByteMatchSetCommand}.
8
+ */
6
9
  export interface CreateByteMatchSetCommandInput extends CreateByteMatchSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateByteMatchSetCommand}.
13
+ */
8
14
  export interface CreateByteMatchSetCommandOutput extends CreateByteMatchSetResponse, __MetadataBearer {
9
15
  }
10
16
  /**