@aws-sdk/client-waf 3.295.0 → 3.297.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 (82) hide show
  1. package/dist-types/WAF.d.ts +78 -0
  2. package/dist-types/WAFClient.d.ts +24 -4
  3. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateIPSetCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateRuleGroupCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateWebACLCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteIPSetCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteWebACLCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +16 -0
  30. package/dist-types/commands/GetByteMatchSetCommand.d.ts +16 -0
  31. package/dist-types/commands/GetChangeTokenCommand.d.ts +16 -0
  32. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +16 -0
  33. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +16 -0
  34. package/dist-types/commands/GetIPSetCommand.d.ts +16 -0
  35. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +16 -0
  36. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +16 -0
  37. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +16 -0
  38. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +16 -0
  39. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +16 -0
  40. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +16 -0
  41. package/dist-types/commands/GetRuleCommand.d.ts +16 -0
  42. package/dist-types/commands/GetRuleGroupCommand.d.ts +16 -0
  43. package/dist-types/commands/GetSampledRequestsCommand.d.ts +16 -0
  44. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +16 -0
  45. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +16 -0
  46. package/dist-types/commands/GetWebACLCommand.d.ts +16 -0
  47. package/dist-types/commands/GetXssMatchSetCommand.d.ts +16 -0
  48. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +16 -0
  49. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListIPSetsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListRuleGroupsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  58. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/ListWebACLsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +16 -0
  64. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +16 -0
  66. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  67. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateIPSetCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateRuleCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateWebACLCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +16 -0
  80. package/dist-types/models/WAFServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +547 -0
  82. package/package.json +29 -29
@@ -78,6 +78,7 @@ import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/
78
78
  import { UpdateXssMatchSetCommandInput, UpdateXssMatchSetCommandOutput } from "./commands/UpdateXssMatchSetCommand";
79
79
  import { WAFClient } from "./WAFClient";
80
80
  /**
81
+ * @public
81
82
  * <note>
82
83
  * <p>This is <b>AWS WAF Classic</b> documentation. For
83
84
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -92,6 +93,7 @@ import { WAFClient } from "./WAFClient";
92
93
  */
93
94
  export declare class WAF extends WAFClient {
94
95
  /**
96
+ * @public
95
97
  * <note>
96
98
  * <p>This is <b>AWS WAF Classic</b> documentation. For
97
99
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -129,6 +131,7 @@ export declare class WAF extends WAFClient {
129
131
  createByteMatchSet(args: CreateByteMatchSetCommandInput, cb: (err: any, data?: CreateByteMatchSetCommandOutput) => void): void;
130
132
  createByteMatchSet(args: CreateByteMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateByteMatchSetCommandOutput) => void): void;
131
133
  /**
134
+ * @public
132
135
  * <note>
133
136
  * <p>This is <b>AWS WAF Classic</b> documentation. For
134
137
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -163,6 +166,7 @@ export declare class WAF extends WAFClient {
163
166
  createGeoMatchSet(args: CreateGeoMatchSetCommandInput, cb: (err: any, data?: CreateGeoMatchSetCommandOutput) => void): void;
164
167
  createGeoMatchSet(args: CreateGeoMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGeoMatchSetCommandOutput) => void): void;
165
168
  /**
169
+ * @public
166
170
  * <note>
167
171
  * <p>This is <b>AWS WAF Classic</b> documentation. For
168
172
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -202,6 +206,7 @@ export declare class WAF extends WAFClient {
202
206
  createIPSet(args: CreateIPSetCommandInput, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
203
207
  createIPSet(args: CreateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
204
208
  /**
209
+ * @public
205
210
  * <note>
206
211
  * <p>This is <b>AWS WAF Classic</b> documentation. For
207
212
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -301,6 +306,7 @@ export declare class WAF extends WAFClient {
301
306
  createRateBasedRule(args: CreateRateBasedRuleCommandInput, cb: (err: any, data?: CreateRateBasedRuleCommandOutput) => void): void;
302
307
  createRateBasedRule(args: CreateRateBasedRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRateBasedRuleCommandOutput) => void): void;
303
308
  /**
309
+ * @public
304
310
  * <note>
305
311
  * <p>This is <b>AWS WAF Classic</b> documentation. For
306
312
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -338,6 +344,7 @@ export declare class WAF extends WAFClient {
338
344
  createRegexMatchSet(args: CreateRegexMatchSetCommandInput, cb: (err: any, data?: CreateRegexMatchSetCommandOutput) => void): void;
339
345
  createRegexMatchSet(args: CreateRegexMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRegexMatchSetCommandOutput) => void): void;
340
346
  /**
347
+ * @public
341
348
  * <note>
342
349
  * <p>This is <b>AWS WAF Classic</b> documentation. For
343
350
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -371,6 +378,7 @@ export declare class WAF extends WAFClient {
371
378
  createRegexPatternSet(args: CreateRegexPatternSetCommandInput, cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void): void;
372
379
  createRegexPatternSet(args: CreateRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void): void;
373
380
  /**
381
+ * @public
374
382
  * <note>
375
383
  * <p>This is <b>AWS WAF Classic</b> documentation. For
376
384
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -428,6 +436,7 @@ export declare class WAF extends WAFClient {
428
436
  createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
429
437
  createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
430
438
  /**
439
+ * @public
431
440
  * <note>
432
441
  * <p>This is <b>AWS WAF Classic</b> documentation. For
433
442
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -456,6 +465,7 @@ export declare class WAF extends WAFClient {
456
465
  createRuleGroup(args: CreateRuleGroupCommandInput, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
457
466
  createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
458
467
  /**
468
+ * @public
459
469
  * <note>
460
470
  * <p>This is <b>AWS WAF Classic</b> documentation. For
461
471
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -493,6 +503,7 @@ export declare class WAF extends WAFClient {
493
503
  createSizeConstraintSet(args: CreateSizeConstraintSetCommandInput, cb: (err: any, data?: CreateSizeConstraintSetCommandOutput) => void): void;
494
504
  createSizeConstraintSet(args: CreateSizeConstraintSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSizeConstraintSetCommandOutput) => void): void;
495
505
  /**
506
+ * @public
496
507
  * <note>
497
508
  * <p>This is <b>AWS WAF Classic</b> documentation. For
498
509
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -528,6 +539,7 @@ export declare class WAF extends WAFClient {
528
539
  createSqlInjectionMatchSet(args: CreateSqlInjectionMatchSetCommandInput, cb: (err: any, data?: CreateSqlInjectionMatchSetCommandOutput) => void): void;
529
540
  createSqlInjectionMatchSet(args: CreateSqlInjectionMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSqlInjectionMatchSetCommandOutput) => void): void;
530
541
  /**
542
+ * @public
531
543
  * <note>
532
544
  * <p>This is <b>AWS WAF Classic</b> documentation. For
533
545
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -573,6 +585,7 @@ export declare class WAF extends WAFClient {
573
585
  createWebACL(args: CreateWebACLCommandInput, cb: (err: any, data?: CreateWebACLCommandOutput) => void): void;
574
586
  createWebACL(args: CreateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWebACLCommandOutput) => void): void;
575
587
  /**
588
+ * @public
576
589
  * <p>Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.
577
590
  * Then, in CloudFormation, you create a stack from the template, to create the web ACL and its resources in AWS WAFV2.
578
591
  * Use this to migrate your AWS WAF Classic web ACL to the latest version of AWS WAF.</p>
@@ -586,6 +599,7 @@ export declare class WAF extends WAFClient {
586
599
  createWebACLMigrationStack(args: CreateWebACLMigrationStackCommandInput, cb: (err: any, data?: CreateWebACLMigrationStackCommandOutput) => void): void;
587
600
  createWebACLMigrationStack(args: CreateWebACLMigrationStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWebACLMigrationStackCommandOutput) => void): void;
588
601
  /**
602
+ * @public
589
603
  * <note>
590
604
  * <p>This is <b>AWS WAF Classic</b> documentation. For
591
605
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -621,6 +635,7 @@ export declare class WAF extends WAFClient {
621
635
  createXssMatchSet(args: CreateXssMatchSetCommandInput, cb: (err: any, data?: CreateXssMatchSetCommandOutput) => void): void;
622
636
  createXssMatchSet(args: CreateXssMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateXssMatchSetCommandOutput) => void): void;
623
637
  /**
638
+ * @public
624
639
  * <note>
625
640
  * <p>This is <b>AWS WAF Classic</b> documentation. For
626
641
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -650,6 +665,7 @@ export declare class WAF extends WAFClient {
650
665
  deleteByteMatchSet(args: DeleteByteMatchSetCommandInput, cb: (err: any, data?: DeleteByteMatchSetCommandOutput) => void): void;
651
666
  deleteByteMatchSet(args: DeleteByteMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteByteMatchSetCommandOutput) => void): void;
652
667
  /**
668
+ * @public
653
669
  * <note>
654
670
  * <p>This is <b>AWS WAF Classic</b> documentation. For
655
671
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -679,6 +695,7 @@ export declare class WAF extends WAFClient {
679
695
  deleteGeoMatchSet(args: DeleteGeoMatchSetCommandInput, cb: (err: any, data?: DeleteGeoMatchSetCommandOutput) => void): void;
680
696
  deleteGeoMatchSet(args: DeleteGeoMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGeoMatchSetCommandOutput) => void): void;
681
697
  /**
698
+ * @public
682
699
  * <note>
683
700
  * <p>This is <b>AWS WAF Classic</b> documentation. For
684
701
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -708,6 +725,7 @@ export declare class WAF extends WAFClient {
708
725
  deleteIPSet(args: DeleteIPSetCommandInput, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
709
726
  deleteIPSet(args: DeleteIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
710
727
  /**
728
+ * @public
711
729
  * <note>
712
730
  * <p>This is <b>AWS WAF Classic</b> documentation. For
713
731
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -723,6 +741,7 @@ export declare class WAF extends WAFClient {
723
741
  deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void): void;
724
742
  deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void): void;
725
743
  /**
744
+ * @public
726
745
  * <note>
727
746
  * <p>This is <b>AWS WAF Classic</b> documentation. For
728
747
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -738,6 +757,7 @@ export declare class WAF extends WAFClient {
738
757
  deletePermissionPolicy(args: DeletePermissionPolicyCommandInput, cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void): void;
739
758
  deletePermissionPolicy(args: DeletePermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void): void;
740
759
  /**
760
+ * @public
741
761
  * <note>
742
762
  * <p>This is <b>AWS WAF Classic</b> documentation. For
743
763
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -771,6 +791,7 @@ export declare class WAF extends WAFClient {
771
791
  deleteRateBasedRule(args: DeleteRateBasedRuleCommandInput, cb: (err: any, data?: DeleteRateBasedRuleCommandOutput) => void): void;
772
792
  deleteRateBasedRule(args: DeleteRateBasedRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRateBasedRuleCommandOutput) => void): void;
773
793
  /**
794
+ * @public
774
795
  * <note>
775
796
  * <p>This is <b>AWS WAF Classic</b> documentation. For
776
797
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -800,6 +821,7 @@ export declare class WAF extends WAFClient {
800
821
  deleteRegexMatchSet(args: DeleteRegexMatchSetCommandInput, cb: (err: any, data?: DeleteRegexMatchSetCommandOutput) => void): void;
801
822
  deleteRegexMatchSet(args: DeleteRegexMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegexMatchSetCommandOutput) => void): void;
802
823
  /**
824
+ * @public
803
825
  * <note>
804
826
  * <p>This is <b>AWS WAF Classic</b> documentation. For
805
827
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -815,6 +837,7 @@ export declare class WAF extends WAFClient {
815
837
  deleteRegexPatternSet(args: DeleteRegexPatternSetCommandInput, cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void): void;
816
838
  deleteRegexPatternSet(args: DeleteRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void): void;
817
839
  /**
840
+ * @public
818
841
  * <note>
819
842
  * <p>This is <b>AWS WAF Classic</b> documentation. For
820
843
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -844,6 +867,7 @@ export declare class WAF extends WAFClient {
844
867
  deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
845
868
  deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
846
869
  /**
870
+ * @public
847
871
  * <note>
848
872
  * <p>This is <b>AWS WAF Classic</b> documentation. For
849
873
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -873,6 +897,7 @@ export declare class WAF extends WAFClient {
873
897
  deleteRuleGroup(args: DeleteRuleGroupCommandInput, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
874
898
  deleteRuleGroup(args: DeleteRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
875
899
  /**
900
+ * @public
876
901
  * <note>
877
902
  * <p>This is <b>AWS WAF Classic</b> documentation. For
878
903
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -902,6 +927,7 @@ export declare class WAF extends WAFClient {
902
927
  deleteSizeConstraintSet(args: DeleteSizeConstraintSetCommandInput, cb: (err: any, data?: DeleteSizeConstraintSetCommandOutput) => void): void;
903
928
  deleteSizeConstraintSet(args: DeleteSizeConstraintSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSizeConstraintSetCommandOutput) => void): void;
904
929
  /**
930
+ * @public
905
931
  * <note>
906
932
  * <p>This is <b>AWS WAF Classic</b> documentation. For
907
933
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -932,6 +958,7 @@ export declare class WAF extends WAFClient {
932
958
  deleteSqlInjectionMatchSet(args: DeleteSqlInjectionMatchSetCommandInput, cb: (err: any, data?: DeleteSqlInjectionMatchSetCommandOutput) => void): void;
933
959
  deleteSqlInjectionMatchSet(args: DeleteSqlInjectionMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSqlInjectionMatchSetCommandOutput) => void): void;
934
960
  /**
961
+ * @public
935
962
  * <note>
936
963
  * <p>This is <b>AWS WAF Classic</b> documentation. For
937
964
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -959,6 +986,7 @@ export declare class WAF extends WAFClient {
959
986
  deleteWebACL(args: DeleteWebACLCommandInput, cb: (err: any, data?: DeleteWebACLCommandOutput) => void): void;
960
987
  deleteWebACL(args: DeleteWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebACLCommandOutput) => void): void;
961
988
  /**
989
+ * @public
962
990
  * <note>
963
991
  * <p>This is <b>AWS WAF Classic</b> documentation. For
964
992
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -989,6 +1017,7 @@ export declare class WAF extends WAFClient {
989
1017
  deleteXssMatchSet(args: DeleteXssMatchSetCommandInput, cb: (err: any, data?: DeleteXssMatchSetCommandOutput) => void): void;
990
1018
  deleteXssMatchSet(args: DeleteXssMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteXssMatchSetCommandOutput) => void): void;
991
1019
  /**
1020
+ * @public
992
1021
  * <note>
993
1022
  * <p>This is <b>AWS WAF Classic</b> documentation. For
994
1023
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1003,6 +1032,7 @@ export declare class WAF extends WAFClient {
1003
1032
  getByteMatchSet(args: GetByteMatchSetCommandInput, cb: (err: any, data?: GetByteMatchSetCommandOutput) => void): void;
1004
1033
  getByteMatchSet(args: GetByteMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetByteMatchSetCommandOutput) => void): void;
1005
1034
  /**
1035
+ * @public
1006
1036
  * <note>
1007
1037
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1008
1038
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1023,6 +1053,7 @@ export declare class WAF extends WAFClient {
1023
1053
  getChangeToken(args: GetChangeTokenCommandInput, cb: (err: any, data?: GetChangeTokenCommandOutput) => void): void;
1024
1054
  getChangeToken(args: GetChangeTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChangeTokenCommandOutput) => void): void;
1025
1055
  /**
1056
+ * @public
1026
1057
  * <note>
1027
1058
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1028
1059
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1053,6 +1084,7 @@ export declare class WAF extends WAFClient {
1053
1084
  getChangeTokenStatus(args: GetChangeTokenStatusCommandInput, cb: (err: any, data?: GetChangeTokenStatusCommandOutput) => void): void;
1054
1085
  getChangeTokenStatus(args: GetChangeTokenStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChangeTokenStatusCommandOutput) => void): void;
1055
1086
  /**
1087
+ * @public
1056
1088
  * <note>
1057
1089
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1058
1090
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1067,6 +1099,7 @@ export declare class WAF extends WAFClient {
1067
1099
  getGeoMatchSet(args: GetGeoMatchSetCommandInput, cb: (err: any, data?: GetGeoMatchSetCommandOutput) => void): void;
1068
1100
  getGeoMatchSet(args: GetGeoMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGeoMatchSetCommandOutput) => void): void;
1069
1101
  /**
1102
+ * @public
1070
1103
  * <note>
1071
1104
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1072
1105
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1081,6 +1114,7 @@ export declare class WAF extends WAFClient {
1081
1114
  getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
1082
1115
  getIPSet(args: GetIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
1083
1116
  /**
1117
+ * @public
1084
1118
  * <note>
1085
1119
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1086
1120
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1095,6 +1129,7 @@ export declare class WAF extends WAFClient {
1095
1129
  getLoggingConfiguration(args: GetLoggingConfigurationCommandInput, cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void): void;
1096
1130
  getLoggingConfiguration(args: GetLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void): void;
1097
1131
  /**
1132
+ * @public
1098
1133
  * <note>
1099
1134
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1100
1135
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1109,6 +1144,7 @@ export declare class WAF extends WAFClient {
1109
1144
  getPermissionPolicy(args: GetPermissionPolicyCommandInput, cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void): void;
1110
1145
  getPermissionPolicy(args: GetPermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void): void;
1111
1146
  /**
1147
+ * @public
1112
1148
  * <note>
1113
1149
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1114
1150
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1125,6 +1161,7 @@ export declare class WAF extends WAFClient {
1125
1161
  getRateBasedRule(args: GetRateBasedRuleCommandInput, cb: (err: any, data?: GetRateBasedRuleCommandOutput) => void): void;
1126
1162
  getRateBasedRule(args: GetRateBasedRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRateBasedRuleCommandOutput) => void): void;
1127
1163
  /**
1164
+ * @public
1128
1165
  * <note>
1129
1166
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1130
1167
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1141,6 +1178,7 @@ export declare class WAF extends WAFClient {
1141
1178
  getRateBasedRuleManagedKeys(args: GetRateBasedRuleManagedKeysCommandInput, cb: (err: any, data?: GetRateBasedRuleManagedKeysCommandOutput) => void): void;
1142
1179
  getRateBasedRuleManagedKeys(args: GetRateBasedRuleManagedKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRateBasedRuleManagedKeysCommandOutput) => void): void;
1143
1180
  /**
1181
+ * @public
1144
1182
  * <note>
1145
1183
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1146
1184
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1155,6 +1193,7 @@ export declare class WAF extends WAFClient {
1155
1193
  getRegexMatchSet(args: GetRegexMatchSetCommandInput, cb: (err: any, data?: GetRegexMatchSetCommandOutput) => void): void;
1156
1194
  getRegexMatchSet(args: GetRegexMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegexMatchSetCommandOutput) => void): void;
1157
1195
  /**
1196
+ * @public
1158
1197
  * <note>
1159
1198
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1160
1199
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1169,6 +1208,7 @@ export declare class WAF extends WAFClient {
1169
1208
  getRegexPatternSet(args: GetRegexPatternSetCommandInput, cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void): void;
1170
1209
  getRegexPatternSet(args: GetRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void): void;
1171
1210
  /**
1211
+ * @public
1172
1212
  * <note>
1173
1213
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1174
1214
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1183,6 +1223,7 @@ export declare class WAF extends WAFClient {
1183
1223
  getRule(args: GetRuleCommandInput, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
1184
1224
  getRule(args: GetRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
1185
1225
  /**
1226
+ * @public
1186
1227
  * <note>
1187
1228
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1188
1229
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1198,6 +1239,7 @@ export declare class WAF extends WAFClient {
1198
1239
  getRuleGroup(args: GetRuleGroupCommandInput, cb: (err: any, data?: GetRuleGroupCommandOutput) => void): void;
1199
1240
  getRuleGroup(args: GetRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuleGroupCommandOutput) => void): void;
1200
1241
  /**
1242
+ * @public
1201
1243
  * <note>
1202
1244
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1203
1245
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1216,6 +1258,7 @@ export declare class WAF extends WAFClient {
1216
1258
  getSampledRequests(args: GetSampledRequestsCommandInput, cb: (err: any, data?: GetSampledRequestsCommandOutput) => void): void;
1217
1259
  getSampledRequests(args: GetSampledRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSampledRequestsCommandOutput) => void): void;
1218
1260
  /**
1261
+ * @public
1219
1262
  * <note>
1220
1263
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1221
1264
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1230,6 +1273,7 @@ export declare class WAF extends WAFClient {
1230
1273
  getSizeConstraintSet(args: GetSizeConstraintSetCommandInput, cb: (err: any, data?: GetSizeConstraintSetCommandOutput) => void): void;
1231
1274
  getSizeConstraintSet(args: GetSizeConstraintSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSizeConstraintSetCommandOutput) => void): void;
1232
1275
  /**
1276
+ * @public
1233
1277
  * <note>
1234
1278
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1235
1279
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1244,6 +1288,7 @@ export declare class WAF extends WAFClient {
1244
1288
  getSqlInjectionMatchSet(args: GetSqlInjectionMatchSetCommandInput, cb: (err: any, data?: GetSqlInjectionMatchSetCommandOutput) => void): void;
1245
1289
  getSqlInjectionMatchSet(args: GetSqlInjectionMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSqlInjectionMatchSetCommandOutput) => void): void;
1246
1290
  /**
1291
+ * @public
1247
1292
  * <note>
1248
1293
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1249
1294
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1258,6 +1303,7 @@ export declare class WAF extends WAFClient {
1258
1303
  getWebACL(args: GetWebACLCommandInput, cb: (err: any, data?: GetWebACLCommandOutput) => void): void;
1259
1304
  getWebACL(args: GetWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWebACLCommandOutput) => void): void;
1260
1305
  /**
1306
+ * @public
1261
1307
  * <note>
1262
1308
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1263
1309
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1272,6 +1318,7 @@ export declare class WAF extends WAFClient {
1272
1318
  getXssMatchSet(args: GetXssMatchSetCommandInput, cb: (err: any, data?: GetXssMatchSetCommandOutput) => void): void;
1273
1319
  getXssMatchSet(args: GetXssMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetXssMatchSetCommandOutput) => void): void;
1274
1320
  /**
1321
+ * @public
1275
1322
  * <note>
1276
1323
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1277
1324
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1286,6 +1333,7 @@ export declare class WAF extends WAFClient {
1286
1333
  listActivatedRulesInRuleGroup(args: ListActivatedRulesInRuleGroupCommandInput, cb: (err: any, data?: ListActivatedRulesInRuleGroupCommandOutput) => void): void;
1287
1334
  listActivatedRulesInRuleGroup(args: ListActivatedRulesInRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActivatedRulesInRuleGroupCommandOutput) => void): void;
1288
1335
  /**
1336
+ * @public
1289
1337
  * <note>
1290
1338
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1291
1339
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1300,6 +1348,7 @@ export declare class WAF extends WAFClient {
1300
1348
  listByteMatchSets(args: ListByteMatchSetsCommandInput, cb: (err: any, data?: ListByteMatchSetsCommandOutput) => void): void;
1301
1349
  listByteMatchSets(args: ListByteMatchSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListByteMatchSetsCommandOutput) => void): void;
1302
1350
  /**
1351
+ * @public
1303
1352
  * <note>
1304
1353
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1305
1354
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1314,6 +1363,7 @@ export declare class WAF extends WAFClient {
1314
1363
  listGeoMatchSets(args: ListGeoMatchSetsCommandInput, cb: (err: any, data?: ListGeoMatchSetsCommandOutput) => void): void;
1315
1364
  listGeoMatchSets(args: ListGeoMatchSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeoMatchSetsCommandOutput) => void): void;
1316
1365
  /**
1366
+ * @public
1317
1367
  * <note>
1318
1368
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1319
1369
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1328,6 +1378,7 @@ export declare class WAF extends WAFClient {
1328
1378
  listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
1329
1379
  listIPSets(args: ListIPSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
1330
1380
  /**
1381
+ * @public
1331
1382
  * <note>
1332
1383
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1333
1384
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1342,6 +1393,7 @@ export declare class WAF extends WAFClient {
1342
1393
  listLoggingConfigurations(args: ListLoggingConfigurationsCommandInput, cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void): void;
1343
1394
  listLoggingConfigurations(args: ListLoggingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void): void;
1344
1395
  /**
1396
+ * @public
1345
1397
  * <note>
1346
1398
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1347
1399
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1356,6 +1408,7 @@ export declare class WAF extends WAFClient {
1356
1408
  listRateBasedRules(args: ListRateBasedRulesCommandInput, cb: (err: any, data?: ListRateBasedRulesCommandOutput) => void): void;
1357
1409
  listRateBasedRules(args: ListRateBasedRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRateBasedRulesCommandOutput) => void): void;
1358
1410
  /**
1411
+ * @public
1359
1412
  * <note>
1360
1413
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1361
1414
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1370,6 +1423,7 @@ export declare class WAF extends WAFClient {
1370
1423
  listRegexMatchSets(args: ListRegexMatchSetsCommandInput, cb: (err: any, data?: ListRegexMatchSetsCommandOutput) => void): void;
1371
1424
  listRegexMatchSets(args: ListRegexMatchSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegexMatchSetsCommandOutput) => void): void;
1372
1425
  /**
1426
+ * @public
1373
1427
  * <note>
1374
1428
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1375
1429
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1384,6 +1438,7 @@ export declare class WAF extends WAFClient {
1384
1438
  listRegexPatternSets(args: ListRegexPatternSetsCommandInput, cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void): void;
1385
1439
  listRegexPatternSets(args: ListRegexPatternSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void): void;
1386
1440
  /**
1441
+ * @public
1387
1442
  * <note>
1388
1443
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1389
1444
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1398,6 +1453,7 @@ export declare class WAF extends WAFClient {
1398
1453
  listRuleGroups(args: ListRuleGroupsCommandInput, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
1399
1454
  listRuleGroups(args: ListRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
1400
1455
  /**
1456
+ * @public
1401
1457
  * <note>
1402
1458
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1403
1459
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1412,6 +1468,7 @@ export declare class WAF extends WAFClient {
1412
1468
  listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
1413
1469
  listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
1414
1470
  /**
1471
+ * @public
1415
1472
  * <note>
1416
1473
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1417
1474
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1426,6 +1483,7 @@ export declare class WAF extends WAFClient {
1426
1483
  listSizeConstraintSets(args: ListSizeConstraintSetsCommandInput, cb: (err: any, data?: ListSizeConstraintSetsCommandOutput) => void): void;
1427
1484
  listSizeConstraintSets(args: ListSizeConstraintSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSizeConstraintSetsCommandOutput) => void): void;
1428
1485
  /**
1486
+ * @public
1429
1487
  * <note>
1430
1488
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1431
1489
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1440,6 +1498,7 @@ export declare class WAF extends WAFClient {
1440
1498
  listSqlInjectionMatchSets(args: ListSqlInjectionMatchSetsCommandInput, cb: (err: any, data?: ListSqlInjectionMatchSetsCommandOutput) => void): void;
1441
1499
  listSqlInjectionMatchSets(args: ListSqlInjectionMatchSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSqlInjectionMatchSetsCommandOutput) => void): void;
1442
1500
  /**
1501
+ * @public
1443
1502
  * <note>
1444
1503
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1445
1504
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1454,6 +1513,7 @@ export declare class WAF extends WAFClient {
1454
1513
  listSubscribedRuleGroups(args: ListSubscribedRuleGroupsCommandInput, cb: (err: any, data?: ListSubscribedRuleGroupsCommandOutput) => void): void;
1455
1514
  listSubscribedRuleGroups(args: ListSubscribedRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubscribedRuleGroupsCommandOutput) => void): void;
1456
1515
  /**
1516
+ * @public
1457
1517
  * <note>
1458
1518
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1459
1519
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1469,6 +1529,7 @@ export declare class WAF extends WAFClient {
1469
1529
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1470
1530
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1471
1531
  /**
1532
+ * @public
1472
1533
  * <note>
1473
1534
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1474
1535
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1483,6 +1544,7 @@ export declare class WAF extends WAFClient {
1483
1544
  listWebACLs(args: ListWebACLsCommandInput, cb: (err: any, data?: ListWebACLsCommandOutput) => void): void;
1484
1545
  listWebACLs(args: ListWebACLsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebACLsCommandOutput) => void): void;
1485
1546
  /**
1547
+ * @public
1486
1548
  * <note>
1487
1549
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1488
1550
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1497,6 +1559,7 @@ export declare class WAF extends WAFClient {
1497
1559
  listXssMatchSets(args: ListXssMatchSetsCommandInput, cb: (err: any, data?: ListXssMatchSetsCommandOutput) => void): void;
1498
1560
  listXssMatchSets(args: ListXssMatchSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListXssMatchSetsCommandOutput) => void): void;
1499
1561
  /**
1562
+ * @public
1500
1563
  * <note>
1501
1564
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1502
1565
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1528,6 +1591,7 @@ export declare class WAF extends WAFClient {
1528
1591
  putLoggingConfiguration(args: PutLoggingConfigurationCommandInput, cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void): void;
1529
1592
  putLoggingConfiguration(args: PutLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void): void;
1530
1593
  /**
1594
+ * @public
1531
1595
  * <note>
1532
1596
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1533
1597
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1574,6 +1638,7 @@ export declare class WAF extends WAFClient {
1574
1638
  putPermissionPolicy(args: PutPermissionPolicyCommandInput, cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void): void;
1575
1639
  putPermissionPolicy(args: PutPermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void): void;
1576
1640
  /**
1641
+ * @public
1577
1642
  * <note>
1578
1643
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1579
1644
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1589,6 +1654,7 @@ export declare class WAF extends WAFClient {
1589
1654
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1590
1655
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1591
1656
  /**
1657
+ * @public
1592
1658
  * <note>
1593
1659
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1594
1660
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1603,6 +1669,7 @@ export declare class WAF extends WAFClient {
1603
1669
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1604
1670
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1605
1671
  /**
1672
+ * @public
1606
1673
  * <note>
1607
1674
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1608
1675
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1655,6 +1722,7 @@ export declare class WAF extends WAFClient {
1655
1722
  updateByteMatchSet(args: UpdateByteMatchSetCommandInput, cb: (err: any, data?: UpdateByteMatchSetCommandOutput) => void): void;
1656
1723
  updateByteMatchSet(args: UpdateByteMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateByteMatchSetCommandOutput) => void): void;
1657
1724
  /**
1725
+ * @public
1658
1726
  * <note>
1659
1727
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1660
1728
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1699,6 +1767,7 @@ export declare class WAF extends WAFClient {
1699
1767
  updateGeoMatchSet(args: UpdateGeoMatchSetCommandInput, cb: (err: any, data?: UpdateGeoMatchSetCommandOutput) => void): void;
1700
1768
  updateGeoMatchSet(args: UpdateGeoMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGeoMatchSetCommandOutput) => void): void;
1701
1769
  /**
1770
+ * @public
1702
1771
  * <note>
1703
1772
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1704
1773
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1778,6 +1847,7 @@ export declare class WAF extends WAFClient {
1778
1847
  updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
1779
1848
  updateIPSet(args: UpdateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
1780
1849
  /**
1850
+ * @public
1781
1851
  * <note>
1782
1852
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1783
1853
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1838,6 +1908,7 @@ export declare class WAF extends WAFClient {
1838
1908
  updateRateBasedRule(args: UpdateRateBasedRuleCommandInput, cb: (err: any, data?: UpdateRateBasedRuleCommandOutput) => void): void;
1839
1909
  updateRateBasedRule(args: UpdateRateBasedRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRateBasedRuleCommandOutput) => void): void;
1840
1910
  /**
1911
+ * @public
1841
1912
  * <note>
1842
1913
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1843
1914
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1886,6 +1957,7 @@ export declare class WAF extends WAFClient {
1886
1957
  updateRegexMatchSet(args: UpdateRegexMatchSetCommandInput, cb: (err: any, data?: UpdateRegexMatchSetCommandOutput) => void): void;
1887
1958
  updateRegexMatchSet(args: UpdateRegexMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegexMatchSetCommandOutput) => void): void;
1888
1959
  /**
1960
+ * @public
1889
1961
  * <note>
1890
1962
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1891
1963
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1939,6 +2011,7 @@ export declare class WAF extends WAFClient {
1939
2011
  updateRegexPatternSet(args: UpdateRegexPatternSetCommandInput, cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void): void;
1940
2012
  updateRegexPatternSet(args: UpdateRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void): void;
1941
2013
  /**
2014
+ * @public
1942
2015
  * <note>
1943
2016
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1944
2017
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1994,6 +2067,7 @@ export declare class WAF extends WAFClient {
1994
2067
  updateRule(args: UpdateRuleCommandInput, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
1995
2068
  updateRule(args: UpdateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
1996
2069
  /**
2070
+ * @public
1997
2071
  * <note>
1998
2072
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1999
2073
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2032,6 +2106,7 @@ export declare class WAF extends WAFClient {
2032
2106
  updateRuleGroup(args: UpdateRuleGroupCommandInput, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
2033
2107
  updateRuleGroup(args: UpdateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
2034
2108
  /**
2109
+ * @public
2035
2110
  * <note>
2036
2111
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2037
2112
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2088,6 +2163,7 @@ export declare class WAF extends WAFClient {
2088
2163
  updateSizeConstraintSet(args: UpdateSizeConstraintSetCommandInput, cb: (err: any, data?: UpdateSizeConstraintSetCommandOutput) => void): void;
2089
2164
  updateSizeConstraintSet(args: UpdateSizeConstraintSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSizeConstraintSetCommandOutput) => void): void;
2090
2165
  /**
2166
+ * @public
2091
2167
  * <note>
2092
2168
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2093
2169
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2143,6 +2219,7 @@ export declare class WAF extends WAFClient {
2143
2219
  updateSqlInjectionMatchSet(args: UpdateSqlInjectionMatchSetCommandInput, cb: (err: any, data?: UpdateSqlInjectionMatchSetCommandOutput) => void): void;
2144
2220
  updateSqlInjectionMatchSet(args: UpdateSqlInjectionMatchSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSqlInjectionMatchSetCommandOutput) => void): void;
2145
2221
  /**
2222
+ * @public
2146
2223
  * <note>
2147
2224
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2148
2225
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2228,6 +2305,7 @@ export declare class WAF extends WAFClient {
2228
2305
  updateWebACL(args: UpdateWebACLCommandInput, cb: (err: any, data?: UpdateWebACLCommandOutput) => void): void;
2229
2306
  updateWebACL(args: UpdateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebACLCommandOutput) => void): void;
2230
2307
  /**
2308
+ * @public
2231
2309
  * <note>
2232
2310
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2233
2311
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS