@aws-sdk/client-waf 3.296.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 +3 -3
@@ -1,11 +1,15 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { WAFServiceException as __BaseException } from "./WAFServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum WafActionType {
4
7
  ALLOW = "ALLOW",
5
8
  BLOCK = "BLOCK",
6
9
  COUNT = "COUNT"
7
10
  }
8
11
  /**
12
+ * @public
9
13
  * <note>
10
14
  * <p>This is <b>AWS WAF Classic</b> documentation. For
11
15
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -41,6 +45,7 @@ export interface WafAction {
41
45
  Type: WafActionType | string | undefined;
42
46
  }
43
47
  /**
48
+ * @public
44
49
  * <note>
45
50
  * <p>This is <b>AWS WAF Classic</b> documentation. For
46
51
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -59,11 +64,15 @@ export interface ExcludedRule {
59
64
  */
60
65
  RuleId: string | undefined;
61
66
  }
67
+ /**
68
+ * @public
69
+ */
62
70
  export declare enum WafOverrideActionType {
63
71
  COUNT = "COUNT",
64
72
  NONE = "NONE"
65
73
  }
66
74
  /**
75
+ * @public
67
76
  * <note>
68
77
  * <p>This is <b>AWS WAF Classic</b> documentation. For
69
78
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -81,12 +90,16 @@ export interface WafOverrideAction {
81
90
  */
82
91
  Type: WafOverrideActionType | string | undefined;
83
92
  }
93
+ /**
94
+ * @public
95
+ */
84
96
  export declare enum WafRuleType {
85
97
  GROUP = "GROUP",
86
98
  RATE_BASED = "RATE_BASED",
87
99
  REGULAR = "REGULAR"
88
100
  }
89
101
  /**
102
+ * @public
90
103
  * <note>
91
104
  * <p>This is <b>AWS WAF Classic</b> documentation. For
92
105
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -199,6 +212,9 @@ export interface ActivatedRule {
199
212
  */
200
213
  ExcludedRules?: ExcludedRule[];
201
214
  }
215
+ /**
216
+ * @public
217
+ */
202
218
  export interface CreateByteMatchSetRequest {
203
219
  /**
204
220
  * <p>A friendly name or description of the <a>ByteMatchSet</a>. You can't change <code>Name</code> after you create a
@@ -210,6 +226,9 @@ export interface CreateByteMatchSetRequest {
210
226
  */
211
227
  ChangeToken: string | undefined;
212
228
  }
229
+ /**
230
+ * @public
231
+ */
213
232
  export declare enum MatchFieldType {
214
233
  ALL_QUERY_ARGS = "ALL_QUERY_ARGS",
215
234
  BODY = "BODY",
@@ -220,6 +239,7 @@ export declare enum MatchFieldType {
220
239
  URI = "URI"
221
240
  }
222
241
  /**
242
+ * @public
223
243
  * <note>
224
244
  * <p>This is <b>AWS WAF Classic</b> documentation. For
225
245
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -282,6 +302,9 @@ export interface FieldToMatch {
282
302
  */
283
303
  Data?: string;
284
304
  }
305
+ /**
306
+ * @public
307
+ */
285
308
  export declare enum PositionalConstraint {
286
309
  CONTAINS = "CONTAINS",
287
310
  CONTAINS_WORD = "CONTAINS_WORD",
@@ -289,6 +312,9 @@ export declare enum PositionalConstraint {
289
312
  EXACTLY = "EXACTLY",
290
313
  STARTS_WITH = "STARTS_WITH"
291
314
  }
315
+ /**
316
+ * @public
317
+ */
292
318
  export declare enum TextTransformation {
293
319
  CMD_LINE = "CMD_LINE",
294
320
  COMPRESS_WHITE_SPACE = "COMPRESS_WHITE_SPACE",
@@ -298,6 +324,7 @@ export declare enum TextTransformation {
298
324
  URL_DECODE = "URL_DECODE"
299
325
  }
300
326
  /**
327
+ * @public
301
328
  * <note>
302
329
  * <p>This is <b>AWS WAF Classic</b> documentation. For
303
330
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -526,6 +553,7 @@ export interface ByteMatchTuple {
526
553
  PositionalConstraint: PositionalConstraint | string | undefined;
527
554
  }
528
555
  /**
556
+ * @public
529
557
  * <note>
530
558
  * <p>This is <b>AWS WAF Classic</b> documentation. For
531
559
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -560,6 +588,9 @@ export interface ByteMatchSet {
560
588
  */
561
589
  ByteMatchTuples: ByteMatchTuple[] | undefined;
562
590
  }
591
+ /**
592
+ * @public
593
+ */
563
594
  export interface CreateByteMatchSetResponse {
564
595
  /**
565
596
  * <p>A <a>ByteMatchSet</a> that contains no <code>ByteMatchTuple</code> objects.</p>
@@ -572,6 +603,7 @@ export interface CreateByteMatchSetResponse {
572
603
  ChangeToken?: string;
573
604
  }
574
605
  /**
606
+ * @public
575
607
  * <p>The name specified is invalid.</p>
576
608
  */
577
609
  export declare class WAFDisallowedNameException extends __BaseException {
@@ -583,6 +615,7 @@ export declare class WAFDisallowedNameException extends __BaseException {
583
615
  constructor(opts: __ExceptionOptionType<WAFDisallowedNameException, __BaseException>);
584
616
  }
585
617
  /**
618
+ * @public
586
619
  * <p>The operation failed because of a system problem, even though the request was valid. Retry your request.</p>
587
620
  */
588
621
  export declare class WAFInternalErrorException extends __BaseException {
@@ -594,6 +627,7 @@ export declare class WAFInternalErrorException extends __BaseException {
594
627
  constructor(opts: __ExceptionOptionType<WAFInternalErrorException, __BaseException>);
595
628
  }
596
629
  /**
630
+ * @public
597
631
  * <p>The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.</p>
598
632
  */
599
633
  export declare class WAFInvalidAccountException extends __BaseException {
@@ -604,6 +638,9 @@ export declare class WAFInvalidAccountException extends __BaseException {
604
638
  */
605
639
  constructor(opts: __ExceptionOptionType<WAFInvalidAccountException, __BaseException>);
606
640
  }
641
+ /**
642
+ * @public
643
+ */
607
644
  export declare enum ParameterExceptionField {
608
645
  BYTE_MATCH_FIELD_TYPE = "BYTE_MATCH_FIELD_TYPE",
609
646
  BYTE_MATCH_POSITIONAL_CONSTRAINT = "BYTE_MATCH_POSITIONAL_CONSTRAINT",
@@ -624,6 +661,9 @@ export declare enum ParameterExceptionField {
624
661
  WAF_ACTION = "WAF_ACTION",
625
662
  WAF_OVERRIDE_ACTION = "WAF_OVERRIDE_ACTION"
626
663
  }
664
+ /**
665
+ * @public
666
+ */
627
667
  export declare enum ParameterExceptionReason {
628
668
  ILLEGAL_ARGUMENT = "ILLEGAL_ARGUMENT",
629
669
  ILLEGAL_COMBINATION = "ILLEGAL_COMBINATION",
@@ -631,6 +671,7 @@ export declare enum ParameterExceptionReason {
631
671
  INVALID_TAG_KEY = "INVALID_TAG_KEY"
632
672
  }
633
673
  /**
674
+ * @public
634
675
  * <p>The operation failed because AWS WAF didn't recognize a parameter in the request. For example:</p>
635
676
  * <ul>
636
677
  * <li>
@@ -682,6 +723,7 @@ export declare class WAFInvalidParameterException extends __BaseException {
682
723
  constructor(opts: __ExceptionOptionType<WAFInvalidParameterException, __BaseException>);
683
724
  }
684
725
  /**
726
+ * @public
685
727
  * <p>The operation exceeds a resource limit, for example, the maximum number of <code>WebACL</code> objects that you can create
686
728
  * for an AWS account. For more information, see
687
729
  * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/limits.html">Limits</a> in the <i>AWS WAF Developer Guide</i>.</p>
@@ -695,6 +737,7 @@ export declare class WAFLimitsExceededException extends __BaseException {
695
737
  constructor(opts: __ExceptionOptionType<WAFLimitsExceededException, __BaseException>);
696
738
  }
697
739
  /**
740
+ * @public
698
741
  * <p>The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.</p>
699
742
  */
700
743
  export declare class WAFStaleDataException extends __BaseException {
@@ -705,6 +748,9 @@ export declare class WAFStaleDataException extends __BaseException {
705
748
  */
706
749
  constructor(opts: __ExceptionOptionType<WAFStaleDataException, __BaseException>);
707
750
  }
751
+ /**
752
+ * @public
753
+ */
708
754
  export interface CreateGeoMatchSetRequest {
709
755
  /**
710
756
  * <p>A friendly name or description of the <a>GeoMatchSet</a>. You can't change <code>Name</code> after you create the <code>GeoMatchSet</code>.</p>
@@ -715,9 +761,15 @@ export interface CreateGeoMatchSetRequest {
715
761
  */
716
762
  ChangeToken: string | undefined;
717
763
  }
764
+ /**
765
+ * @public
766
+ */
718
767
  export declare enum GeoMatchConstraintType {
719
768
  Country = "Country"
720
769
  }
770
+ /**
771
+ * @public
772
+ */
721
773
  export declare enum GeoMatchConstraintValue {
722
774
  AD = "AD",
723
775
  AE = "AE",
@@ -970,6 +1022,7 @@ export declare enum GeoMatchConstraintValue {
970
1022
  ZW = "ZW"
971
1023
  }
972
1024
  /**
1025
+ * @public
973
1026
  * <note>
974
1027
  * <p>This is <b>AWS WAF Classic</b> documentation. For
975
1028
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -991,6 +1044,7 @@ export interface GeoMatchConstraint {
991
1044
  Value: GeoMatchConstraintValue | string | undefined;
992
1045
  }
993
1046
  /**
1047
+ * @public
994
1048
  * <note>
995
1049
  * <p>This is <b>AWS WAF Classic</b> documentation. For
996
1050
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1018,6 +1072,9 @@ export interface GeoMatchSet {
1018
1072
  */
1019
1073
  GeoMatchConstraints: GeoMatchConstraint[] | undefined;
1020
1074
  }
1075
+ /**
1076
+ * @public
1077
+ */
1021
1078
  export interface CreateGeoMatchSetResponse {
1022
1079
  /**
1023
1080
  * <p>The <a>GeoMatchSet</a> returned in the <code>CreateGeoMatchSet</code> response. The <code>GeoMatchSet</code> contains no <code>GeoMatchConstraints</code>.</p>
@@ -1029,6 +1086,9 @@ export interface CreateGeoMatchSetResponse {
1029
1086
  */
1030
1087
  ChangeToken?: string;
1031
1088
  }
1089
+ /**
1090
+ * @public
1091
+ */
1032
1092
  export interface CreateIPSetRequest {
1033
1093
  /**
1034
1094
  * <p>A friendly name or description of the <a>IPSet</a>. You can't change <code>Name</code> after you create the <code>IPSet</code>.</p>
@@ -1039,11 +1099,15 @@ export interface CreateIPSetRequest {
1039
1099
  */
1040
1100
  ChangeToken: string | undefined;
1041
1101
  }
1102
+ /**
1103
+ * @public
1104
+ */
1042
1105
  export declare enum IPSetDescriptorType {
1043
1106
  IPV4 = "IPV4",
1044
1107
  IPV6 = "IPV6"
1045
1108
  }
1046
1109
  /**
1110
+ * @public
1047
1111
  * <note>
1048
1112
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1049
1113
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1086,6 +1150,7 @@ export interface IPSetDescriptor {
1086
1150
  Value: string | undefined;
1087
1151
  }
1088
1152
  /**
1153
+ * @public
1089
1154
  * <note>
1090
1155
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1091
1156
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1121,6 +1186,9 @@ export interface IPSet {
1121
1186
  */
1122
1187
  IPSetDescriptors: IPSetDescriptor[] | undefined;
1123
1188
  }
1189
+ /**
1190
+ * @public
1191
+ */
1124
1192
  export interface CreateIPSetResponse {
1125
1193
  /**
1126
1194
  * <p>The <a>IPSet</a> returned in the <code>CreateIPSet</code> response.</p>
@@ -1132,10 +1200,14 @@ export interface CreateIPSetResponse {
1132
1200
  */
1133
1201
  ChangeToken?: string;
1134
1202
  }
1203
+ /**
1204
+ * @public
1205
+ */
1135
1206
  export declare enum RateKey {
1136
1207
  IP = "IP"
1137
1208
  }
1138
1209
  /**
1210
+ * @public
1139
1211
  * <note>
1140
1212
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1141
1213
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1157,6 +1229,9 @@ export interface Tag {
1157
1229
  */
1158
1230
  Value: string | undefined;
1159
1231
  }
1232
+ /**
1233
+ * @public
1234
+ */
1160
1235
  export interface CreateRateBasedRuleRequest {
1161
1236
  /**
1162
1237
  * <p>A friendly name or description of the <a>RateBasedRule</a>. You can't
@@ -1196,6 +1271,9 @@ export interface CreateRateBasedRuleRequest {
1196
1271
  */
1197
1272
  Tags?: Tag[];
1198
1273
  }
1274
+ /**
1275
+ * @public
1276
+ */
1199
1277
  export declare enum PredicateType {
1200
1278
  BYTE_MATCH = "ByteMatch",
1201
1279
  GEO_MATCH = "GeoMatch",
@@ -1206,6 +1284,7 @@ export declare enum PredicateType {
1206
1284
  XSS_MATCH = "XssMatch"
1207
1285
  }
1208
1286
  /**
1287
+ * @public
1209
1288
  * <note>
1210
1289
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1211
1290
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1241,6 +1320,7 @@ export interface Predicate {
1241
1320
  DataId: string | undefined;
1242
1321
  }
1243
1322
  /**
1323
+ * @public
1244
1324
  * <note>
1245
1325
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1246
1326
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1308,6 +1388,9 @@ export interface RateBasedRule {
1308
1388
  */
1309
1389
  RateLimit: number | undefined;
1310
1390
  }
1391
+ /**
1392
+ * @public
1393
+ */
1311
1394
  export interface CreateRateBasedRuleResponse {
1312
1395
  /**
1313
1396
  * <p>The <a>RateBasedRule</a>
@@ -1322,6 +1405,7 @@ export interface CreateRateBasedRuleResponse {
1322
1405
  ChangeToken?: string;
1323
1406
  }
1324
1407
  /**
1408
+ * @public
1325
1409
  * <p></p>
1326
1410
  */
1327
1411
  export declare class WAFBadRequestException extends __BaseException {
@@ -1333,6 +1417,7 @@ export declare class WAFBadRequestException extends __BaseException {
1333
1417
  constructor(opts: __ExceptionOptionType<WAFBadRequestException, __BaseException>);
1334
1418
  }
1335
1419
  /**
1420
+ * @public
1336
1421
  * <p></p>
1337
1422
  */
1338
1423
  export declare class WAFTagOperationException extends __BaseException {
@@ -1344,6 +1429,7 @@ export declare class WAFTagOperationException extends __BaseException {
1344
1429
  constructor(opts: __ExceptionOptionType<WAFTagOperationException, __BaseException>);
1345
1430
  }
1346
1431
  /**
1432
+ * @public
1347
1433
  * <p></p>
1348
1434
  */
1349
1435
  export declare class WAFTagOperationInternalErrorException extends __BaseException {
@@ -1354,6 +1440,9 @@ export declare class WAFTagOperationInternalErrorException extends __BaseExcepti
1354
1440
  */
1355
1441
  constructor(opts: __ExceptionOptionType<WAFTagOperationInternalErrorException, __BaseException>);
1356
1442
  }
1443
+ /**
1444
+ * @public
1445
+ */
1357
1446
  export interface CreateRegexMatchSetRequest {
1358
1447
  /**
1359
1448
  * <p>A friendly name or description of the <a>RegexMatchSet</a>. You can't change <code>Name</code> after you create a
@@ -1366,6 +1455,7 @@ export interface CreateRegexMatchSetRequest {
1366
1455
  ChangeToken: string | undefined;
1367
1456
  }
1368
1457
  /**
1458
+ * @public
1369
1459
  * <note>
1370
1460
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1371
1461
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1498,6 +1588,7 @@ export interface RegexMatchTuple {
1498
1588
  RegexPatternSetId: string | undefined;
1499
1589
  }
1500
1590
  /**
1591
+ * @public
1501
1592
  * <note>
1502
1593
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1503
1594
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1544,6 +1635,9 @@ export interface RegexMatchSet {
1544
1635
  */
1545
1636
  RegexMatchTuples?: RegexMatchTuple[];
1546
1637
  }
1638
+ /**
1639
+ * @public
1640
+ */
1547
1641
  export interface CreateRegexMatchSetResponse {
1548
1642
  /**
1549
1643
  * <p>A <a>RegexMatchSet</a> that contains no <code>RegexMatchTuple</code> objects.</p>
@@ -1555,6 +1649,9 @@ export interface CreateRegexMatchSetResponse {
1555
1649
  */
1556
1650
  ChangeToken?: string;
1557
1651
  }
1652
+ /**
1653
+ * @public
1654
+ */
1558
1655
  export interface CreateRegexPatternSetRequest {
1559
1656
  /**
1560
1657
  * <p>A friendly name or description of the <a>RegexPatternSet</a>. You can't change <code>Name</code> after you create a
@@ -1567,6 +1664,7 @@ export interface CreateRegexPatternSetRequest {
1567
1664
  ChangeToken: string | undefined;
1568
1665
  }
1569
1666
  /**
1667
+ * @public
1570
1668
  * <note>
1571
1669
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1572
1670
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1594,6 +1692,9 @@ export interface RegexPatternSet {
1594
1692
  */
1595
1693
  RegexPatternStrings: string[] | undefined;
1596
1694
  }
1695
+ /**
1696
+ * @public
1697
+ */
1597
1698
  export interface CreateRegexPatternSetResponse {
1598
1699
  /**
1599
1700
  * <p>A <a>RegexPatternSet</a> that contains no objects.</p>
@@ -1605,6 +1706,9 @@ export interface CreateRegexPatternSetResponse {
1605
1706
  */
1606
1707
  ChangeToken?: string;
1607
1708
  }
1709
+ /**
1710
+ * @public
1711
+ */
1608
1712
  export interface CreateRuleRequest {
1609
1713
  /**
1610
1714
  * <p>A friendly name or description of the <a>Rule</a>. You can't change the name of a <code>Rule</code> after you create it.</p>
@@ -1626,6 +1730,7 @@ export interface CreateRuleRequest {
1626
1730
  Tags?: Tag[];
1627
1731
  }
1628
1732
  /**
1733
+ * @public
1629
1734
  * <note>
1630
1735
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1631
1736
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1673,6 +1778,9 @@ export interface Rule {
1673
1778
  */
1674
1779
  Predicates: Predicate[] | undefined;
1675
1780
  }
1781
+ /**
1782
+ * @public
1783
+ */
1676
1784
  export interface CreateRuleResponse {
1677
1785
  /**
1678
1786
  * <p>The <a>Rule</a> returned in the <code>CreateRule</code> response.</p>
@@ -1684,6 +1792,9 @@ export interface CreateRuleResponse {
1684
1792
  */
1685
1793
  ChangeToken?: string;
1686
1794
  }
1795
+ /**
1796
+ * @public
1797
+ */
1687
1798
  export interface CreateRuleGroupRequest {
1688
1799
  /**
1689
1800
  * <p>A friendly name or description of the <a>RuleGroup</a>. You can't change <code>Name</code> after you create a
@@ -1705,6 +1816,7 @@ export interface CreateRuleGroupRequest {
1705
1816
  Tags?: Tag[];
1706
1817
  }
1707
1818
  /**
1819
+ * @public
1708
1820
  * <note>
1709
1821
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1710
1822
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1746,6 +1858,9 @@ export interface RuleGroup {
1746
1858
  */
1747
1859
  MetricName?: string;
1748
1860
  }
1861
+ /**
1862
+ * @public
1863
+ */
1749
1864
  export interface CreateRuleGroupResponse {
1750
1865
  /**
1751
1866
  * <p>An empty <a>RuleGroup</a>.</p>
@@ -1757,6 +1872,9 @@ export interface CreateRuleGroupResponse {
1757
1872
  */
1758
1873
  ChangeToken?: string;
1759
1874
  }
1875
+ /**
1876
+ * @public
1877
+ */
1760
1878
  export interface CreateSizeConstraintSetRequest {
1761
1879
  /**
1762
1880
  * <p>A friendly name or description of the <a>SizeConstraintSet</a>. You can't change <code>Name</code> after you create a
@@ -1768,6 +1886,9 @@ export interface CreateSizeConstraintSetRequest {
1768
1886
  */
1769
1887
  ChangeToken: string | undefined;
1770
1888
  }
1889
+ /**
1890
+ * @public
1891
+ */
1771
1892
  export declare enum ComparisonOperator {
1772
1893
  EQ = "EQ",
1773
1894
  GE = "GE",
@@ -1777,6 +1898,7 @@ export declare enum ComparisonOperator {
1777
1898
  NE = "NE"
1778
1899
  }
1779
1900
  /**
1901
+ * @public
1780
1902
  * <note>
1781
1903
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1782
1904
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1928,6 +2050,7 @@ export interface SizeConstraint {
1928
2050
  Size: number | undefined;
1929
2051
  }
1930
2052
  /**
2053
+ * @public
1931
2054
  * <note>
1932
2055
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1933
2056
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -1960,6 +2083,9 @@ export interface SizeConstraintSet {
1960
2083
  */
1961
2084
  SizeConstraints: SizeConstraint[] | undefined;
1962
2085
  }
2086
+ /**
2087
+ * @public
2088
+ */
1963
2089
  export interface CreateSizeConstraintSetResponse {
1964
2090
  /**
1965
2091
  * <p>A <a>SizeConstraintSet</a> that contains no <code>SizeConstraint</code> objects.</p>
@@ -1972,6 +2098,7 @@ export interface CreateSizeConstraintSetResponse {
1972
2098
  ChangeToken?: string;
1973
2099
  }
1974
2100
  /**
2101
+ * @public
1975
2102
  * <p>A request to create a <a>SqlInjectionMatchSet</a>.</p>
1976
2103
  */
1977
2104
  export interface CreateSqlInjectionMatchSetRequest {
@@ -1986,6 +2113,7 @@ export interface CreateSqlInjectionMatchSetRequest {
1986
2113
  ChangeToken: string | undefined;
1987
2114
  }
1988
2115
  /**
2116
+ * @public
1989
2117
  * <note>
1990
2118
  * <p>This is <b>AWS WAF Classic</b> documentation. For
1991
2119
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2099,6 +2227,7 @@ export interface SqlInjectionMatchTuple {
2099
2227
  TextTransformation: TextTransformation | string | undefined;
2100
2228
  }
2101
2229
  /**
2230
+ * @public
2102
2231
  * <note>
2103
2232
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2104
2233
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2133,6 +2262,7 @@ export interface SqlInjectionMatchSet {
2133
2262
  SqlInjectionMatchTuples: SqlInjectionMatchTuple[] | undefined;
2134
2263
  }
2135
2264
  /**
2265
+ * @public
2136
2266
  * <p>The response to a <code>CreateSqlInjectionMatchSet</code> request.</p>
2137
2267
  */
2138
2268
  export interface CreateSqlInjectionMatchSetResponse {
@@ -2146,6 +2276,9 @@ export interface CreateSqlInjectionMatchSetResponse {
2146
2276
  */
2147
2277
  ChangeToken?: string;
2148
2278
  }
2279
+ /**
2280
+ * @public
2281
+ */
2149
2282
  export interface CreateWebACLRequest {
2150
2283
  /**
2151
2284
  * <p>A friendly name or description of the <a>WebACL</a>. You can't change <code>Name</code> after you create the <code>WebACL</code>.</p>
@@ -2172,6 +2305,7 @@ export interface CreateWebACLRequest {
2172
2305
  Tags?: Tag[];
2173
2306
  }
2174
2307
  /**
2308
+ * @public
2175
2309
  * <note>
2176
2310
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2177
2311
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2220,6 +2354,9 @@ export interface WebACL {
2220
2354
  */
2221
2355
  WebACLArn?: string;
2222
2356
  }
2357
+ /**
2358
+ * @public
2359
+ */
2223
2360
  export interface CreateWebACLResponse {
2224
2361
  /**
2225
2362
  * <p>The <a>WebACL</a> returned in the <code>CreateWebACL</code> response.</p>
@@ -2231,6 +2368,9 @@ export interface CreateWebACLResponse {
2231
2368
  */
2232
2369
  ChangeToken?: string;
2233
2370
  }
2371
+ /**
2372
+ * @public
2373
+ */
2234
2374
  export interface CreateWebACLMigrationStackRequest {
2235
2375
  /**
2236
2376
  * <p>The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.</p>
@@ -2260,12 +2400,18 @@ export interface CreateWebACLMigrationStackRequest {
2260
2400
  */
2261
2401
  IgnoreUnsupportedType: boolean | undefined;
2262
2402
  }
2403
+ /**
2404
+ * @public
2405
+ */
2263
2406
  export interface CreateWebACLMigrationStackResponse {
2264
2407
  /**
2265
2408
  * <p>The URL of the template created in Amazon S3. </p>
2266
2409
  */
2267
2410
  S3ObjectUrl: string | undefined;
2268
2411
  }
2412
+ /**
2413
+ * @public
2414
+ */
2269
2415
  export declare enum MigrationErrorType {
2270
2416
  ENTITY_NOT_FOUND = "ENTITY_NOT_FOUND",
2271
2417
  ENTITY_NOT_SUPPORTED = "ENTITY_NOT_SUPPORTED",
@@ -2276,6 +2422,7 @@ export declare enum MigrationErrorType {
2276
2422
  S3_INTERNAL_ERROR = "S3_INTERNAL_ERROR"
2277
2423
  }
2278
2424
  /**
2425
+ * @public
2279
2426
  * <p>The operation failed due to a problem with the migration. The failure cause is provided in the exception, in the <code>MigrationErrorType</code>: </p>
2280
2427
  * <ul>
2281
2428
  * <li>
@@ -2319,6 +2466,7 @@ export declare class WAFEntityMigrationException extends __BaseException {
2319
2466
  constructor(opts: __ExceptionOptionType<WAFEntityMigrationException, __BaseException>);
2320
2467
  }
2321
2468
  /**
2469
+ * @public
2322
2470
  * <p>The operation failed because there was nothing to do. For example:</p>
2323
2471
  * <ul>
2324
2472
  * <li>
@@ -2350,6 +2498,7 @@ export declare class WAFInvalidOperationException extends __BaseException {
2350
2498
  constructor(opts: __ExceptionOptionType<WAFInvalidOperationException, __BaseException>);
2351
2499
  }
2352
2500
  /**
2501
+ * @public
2353
2502
  * <p>The operation failed because the referenced object doesn't exist.</p>
2354
2503
  */
2355
2504
  export declare class WAFNonexistentItemException extends __BaseException {
@@ -2361,6 +2510,7 @@ export declare class WAFNonexistentItemException extends __BaseException {
2361
2510
  constructor(opts: __ExceptionOptionType<WAFNonexistentItemException, __BaseException>);
2362
2511
  }
2363
2512
  /**
2513
+ * @public
2364
2514
  * <p>A request to create an <a>XssMatchSet</a>.</p>
2365
2515
  */
2366
2516
  export interface CreateXssMatchSetRequest {
@@ -2375,6 +2525,7 @@ export interface CreateXssMatchSetRequest {
2375
2525
  ChangeToken: string | undefined;
2376
2526
  }
2377
2527
  /**
2528
+ * @public
2378
2529
  * <note>
2379
2530
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2380
2531
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2488,6 +2639,7 @@ export interface XssMatchTuple {
2488
2639
  TextTransformation: TextTransformation | string | undefined;
2489
2640
  }
2490
2641
  /**
2642
+ * @public
2491
2643
  * <note>
2492
2644
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2493
2645
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2522,6 +2674,7 @@ export interface XssMatchSet {
2522
2674
  XssMatchTuples: XssMatchTuple[] | undefined;
2523
2675
  }
2524
2676
  /**
2677
+ * @public
2525
2678
  * <p>The response to a <code>CreateXssMatchSet</code> request.</p>
2526
2679
  */
2527
2680
  export interface CreateXssMatchSetResponse {
@@ -2535,6 +2688,9 @@ export interface CreateXssMatchSetResponse {
2535
2688
  */
2536
2689
  ChangeToken?: string;
2537
2690
  }
2691
+ /**
2692
+ * @public
2693
+ */
2538
2694
  export interface DeleteByteMatchSetRequest {
2539
2695
  /**
2540
2696
  * <p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to delete. <code>ByteMatchSetId</code> is returned by <a>CreateByteMatchSet</a> and by
@@ -2546,6 +2702,9 @@ export interface DeleteByteMatchSetRequest {
2546
2702
  */
2547
2703
  ChangeToken: string | undefined;
2548
2704
  }
2705
+ /**
2706
+ * @public
2707
+ */
2549
2708
  export interface DeleteByteMatchSetResponse {
2550
2709
  /**
2551
2710
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteByteMatchSet</code> request. You can also use this value
@@ -2554,6 +2713,7 @@ export interface DeleteByteMatchSetResponse {
2554
2713
  ChangeToken?: string;
2555
2714
  }
2556
2715
  /**
2716
+ * @public
2557
2717
  * <p>The operation failed because you tried to delete an object that isn't empty. For example:</p>
2558
2718
  * <ul>
2559
2719
  * <li>
@@ -2580,6 +2740,7 @@ export declare class WAFNonEmptyEntityException extends __BaseException {
2580
2740
  constructor(opts: __ExceptionOptionType<WAFNonEmptyEntityException, __BaseException>);
2581
2741
  }
2582
2742
  /**
2743
+ * @public
2583
2744
  * <p>The operation failed because you tried to delete an object that is still in use. For example:</p>
2584
2745
  * <ul>
2585
2746
  * <li>
@@ -2598,6 +2759,9 @@ export declare class WAFReferencedItemException extends __BaseException {
2598
2759
  */
2599
2760
  constructor(opts: __ExceptionOptionType<WAFReferencedItemException, __BaseException>);
2600
2761
  }
2762
+ /**
2763
+ * @public
2764
+ */
2601
2765
  export interface DeleteGeoMatchSetRequest {
2602
2766
  /**
2603
2767
  * <p>The <code>GeoMatchSetID</code> of the <a>GeoMatchSet</a> that you want to delete. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by
@@ -2609,6 +2773,9 @@ export interface DeleteGeoMatchSetRequest {
2609
2773
  */
2610
2774
  ChangeToken: string | undefined;
2611
2775
  }
2776
+ /**
2777
+ * @public
2778
+ */
2612
2779
  export interface DeleteGeoMatchSetResponse {
2613
2780
  /**
2614
2781
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteGeoMatchSet</code> request. You can also use this value
@@ -2616,6 +2783,9 @@ export interface DeleteGeoMatchSetResponse {
2616
2783
  */
2617
2784
  ChangeToken?: string;
2618
2785
  }
2786
+ /**
2787
+ * @public
2788
+ */
2619
2789
  export interface DeleteIPSetRequest {
2620
2790
  /**
2621
2791
  * <p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to delete. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by
@@ -2627,6 +2797,9 @@ export interface DeleteIPSetRequest {
2627
2797
  */
2628
2798
  ChangeToken: string | undefined;
2629
2799
  }
2800
+ /**
2801
+ * @public
2802
+ */
2630
2803
  export interface DeleteIPSetResponse {
2631
2804
  /**
2632
2805
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteIPSet</code> request. You can also use this value
@@ -2634,14 +2807,23 @@ export interface DeleteIPSetResponse {
2634
2807
  */
2635
2808
  ChangeToken?: string;
2636
2809
  }
2810
+ /**
2811
+ * @public
2812
+ */
2637
2813
  export interface DeleteLoggingConfigurationRequest {
2638
2814
  /**
2639
2815
  * <p>The Amazon Resource Name (ARN) of the web ACL from which you want to delete the <a>LoggingConfiguration</a>.</p>
2640
2816
  */
2641
2817
  ResourceArn: string | undefined;
2642
2818
  }
2819
+ /**
2820
+ * @public
2821
+ */
2643
2822
  export interface DeleteLoggingConfigurationResponse {
2644
2823
  }
2824
+ /**
2825
+ * @public
2826
+ */
2645
2827
  export interface DeletePermissionPolicyRequest {
2646
2828
  /**
2647
2829
  * <p>The Amazon Resource Name (ARN) of the RuleGroup from which you want to delete the policy.</p>
@@ -2649,8 +2831,14 @@ export interface DeletePermissionPolicyRequest {
2649
2831
  */
2650
2832
  ResourceArn: string | undefined;
2651
2833
  }
2834
+ /**
2835
+ * @public
2836
+ */
2652
2837
  export interface DeletePermissionPolicyResponse {
2653
2838
  }
2839
+ /**
2840
+ * @public
2841
+ */
2654
2842
  export interface DeleteRateBasedRuleRequest {
2655
2843
  /**
2656
2844
  * <p>The <code>RuleId</code> of the <a>RateBasedRule</a> that you want to
@@ -2663,6 +2851,9 @@ export interface DeleteRateBasedRuleRequest {
2663
2851
  */
2664
2852
  ChangeToken: string | undefined;
2665
2853
  }
2854
+ /**
2855
+ * @public
2856
+ */
2666
2857
  export interface DeleteRateBasedRuleResponse {
2667
2858
  /**
2668
2859
  * <p>The <code>ChangeToken</code> that you used to submit the
@@ -2671,6 +2862,9 @@ export interface DeleteRateBasedRuleResponse {
2671
2862
  */
2672
2863
  ChangeToken?: string;
2673
2864
  }
2865
+ /**
2866
+ * @public
2867
+ */
2674
2868
  export interface DeleteRegexMatchSetRequest {
2675
2869
  /**
2676
2870
  * <p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to delete. <code>RegexMatchSetId</code> is returned by <a>CreateRegexMatchSet</a> and by
@@ -2682,6 +2876,9 @@ export interface DeleteRegexMatchSetRequest {
2682
2876
  */
2683
2877
  ChangeToken: string | undefined;
2684
2878
  }
2879
+ /**
2880
+ * @public
2881
+ */
2685
2882
  export interface DeleteRegexMatchSetResponse {
2686
2883
  /**
2687
2884
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRegexMatchSet</code> request. You can also use this value
@@ -2689,6 +2886,9 @@ export interface DeleteRegexMatchSetResponse {
2689
2886
  */
2690
2887
  ChangeToken?: string;
2691
2888
  }
2889
+ /**
2890
+ * @public
2891
+ */
2692
2892
  export interface DeleteRegexPatternSetRequest {
2693
2893
  /**
2694
2894
  * <p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to delete. <code>RegexPatternSetId</code> is returned by <a>CreateRegexPatternSet</a> and by
@@ -2700,6 +2900,9 @@ export interface DeleteRegexPatternSetRequest {
2700
2900
  */
2701
2901
  ChangeToken: string | undefined;
2702
2902
  }
2903
+ /**
2904
+ * @public
2905
+ */
2703
2906
  export interface DeleteRegexPatternSetResponse {
2704
2907
  /**
2705
2908
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRegexPatternSet</code> request. You can also use this value
@@ -2707,6 +2910,9 @@ export interface DeleteRegexPatternSetResponse {
2707
2910
  */
2708
2911
  ChangeToken?: string;
2709
2912
  }
2913
+ /**
2914
+ * @public
2915
+ */
2710
2916
  export interface DeleteRuleRequest {
2711
2917
  /**
2712
2918
  * <p>The <code>RuleId</code> of the <a>Rule</a> that you want to delete. <code>RuleId</code> is returned by <a>CreateRule</a> and by
@@ -2718,6 +2924,9 @@ export interface DeleteRuleRequest {
2718
2924
  */
2719
2925
  ChangeToken: string | undefined;
2720
2926
  }
2927
+ /**
2928
+ * @public
2929
+ */
2721
2930
  export interface DeleteRuleResponse {
2722
2931
  /**
2723
2932
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRule</code> request. You can also use this value
@@ -2725,6 +2934,9 @@ export interface DeleteRuleResponse {
2725
2934
  */
2726
2935
  ChangeToken?: string;
2727
2936
  }
2937
+ /**
2938
+ * @public
2939
+ */
2728
2940
  export interface DeleteRuleGroupRequest {
2729
2941
  /**
2730
2942
  * <p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to delete. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by
@@ -2736,6 +2948,9 @@ export interface DeleteRuleGroupRequest {
2736
2948
  */
2737
2949
  ChangeToken: string | undefined;
2738
2950
  }
2951
+ /**
2952
+ * @public
2953
+ */
2739
2954
  export interface DeleteRuleGroupResponse {
2740
2955
  /**
2741
2956
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRuleGroup</code> request. You can also use this value
@@ -2743,6 +2958,9 @@ export interface DeleteRuleGroupResponse {
2743
2958
  */
2744
2959
  ChangeToken?: string;
2745
2960
  }
2961
+ /**
2962
+ * @public
2963
+ */
2746
2964
  export interface DeleteSizeConstraintSetRequest {
2747
2965
  /**
2748
2966
  * <p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to delete. <code>SizeConstraintSetId</code>
@@ -2754,6 +2972,9 @@ export interface DeleteSizeConstraintSetRequest {
2754
2972
  */
2755
2973
  ChangeToken: string | undefined;
2756
2974
  }
2975
+ /**
2976
+ * @public
2977
+ */
2757
2978
  export interface DeleteSizeConstraintSetResponse {
2758
2979
  /**
2759
2980
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteSizeConstraintSet</code> request. You can also use this value
@@ -2762,6 +2983,7 @@ export interface DeleteSizeConstraintSetResponse {
2762
2983
  ChangeToken?: string;
2763
2984
  }
2764
2985
  /**
2986
+ * @public
2765
2987
  * <p>A request to delete a <a>SqlInjectionMatchSet</a> from AWS WAF.</p>
2766
2988
  */
2767
2989
  export interface DeleteSqlInjectionMatchSetRequest {
@@ -2776,6 +2998,7 @@ export interface DeleteSqlInjectionMatchSetRequest {
2776
2998
  ChangeToken: string | undefined;
2777
2999
  }
2778
3000
  /**
3001
+ * @public
2779
3002
  * <p>The response to a request to delete a <a>SqlInjectionMatchSet</a> from AWS WAF.</p>
2780
3003
  */
2781
3004
  export interface DeleteSqlInjectionMatchSetResponse {
@@ -2785,6 +3008,9 @@ export interface DeleteSqlInjectionMatchSetResponse {
2785
3008
  */
2786
3009
  ChangeToken?: string;
2787
3010
  }
3011
+ /**
3012
+ * @public
3013
+ */
2788
3014
  export interface DeleteWebACLRequest {
2789
3015
  /**
2790
3016
  * <p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to delete. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by
@@ -2796,6 +3022,9 @@ export interface DeleteWebACLRequest {
2796
3022
  */
2797
3023
  ChangeToken: string | undefined;
2798
3024
  }
3025
+ /**
3026
+ * @public
3027
+ */
2799
3028
  export interface DeleteWebACLResponse {
2800
3029
  /**
2801
3030
  * <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteWebACL</code> request. You can also use this value
@@ -2804,6 +3033,7 @@ export interface DeleteWebACLResponse {
2804
3033
  ChangeToken?: string;
2805
3034
  }
2806
3035
  /**
3036
+ * @public
2807
3037
  * <p>A request to delete an <a>XssMatchSet</a> from AWS WAF.</p>
2808
3038
  */
2809
3039
  export interface DeleteXssMatchSetRequest {
@@ -2818,6 +3048,7 @@ export interface DeleteXssMatchSetRequest {
2818
3048
  ChangeToken: string | undefined;
2819
3049
  }
2820
3050
  /**
3051
+ * @public
2821
3052
  * <p>The response to a request to delete an <a>XssMatchSet</a> from AWS WAF.</p>
2822
3053
  */
2823
3054
  export interface DeleteXssMatchSetResponse {
@@ -2827,6 +3058,9 @@ export interface DeleteXssMatchSetResponse {
2827
3058
  */
2828
3059
  ChangeToken?: string;
2829
3060
  }
3061
+ /**
3062
+ * @public
3063
+ */
2830
3064
  export interface GetByteMatchSetRequest {
2831
3065
  /**
2832
3066
  * <p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to get. <code>ByteMatchSetId</code> is returned by
@@ -2834,6 +3068,9 @@ export interface GetByteMatchSetRequest {
2834
3068
  */
2835
3069
  ByteMatchSetId: string | undefined;
2836
3070
  }
3071
+ /**
3072
+ * @public
3073
+ */
2837
3074
  export interface GetByteMatchSetResponse {
2838
3075
  /**
2839
3076
  * <p>Information about the <a>ByteMatchSet</a> that you specified in the <code>GetByteMatchSet</code> request. For more information, see the
@@ -2860,8 +3097,14 @@ export interface GetByteMatchSetResponse {
2860
3097
  */
2861
3098
  ByteMatchSet?: ByteMatchSet;
2862
3099
  }
3100
+ /**
3101
+ * @public
3102
+ */
2863
3103
  export interface GetChangeTokenRequest {
2864
3104
  }
3105
+ /**
3106
+ * @public
3107
+ */
2865
3108
  export interface GetChangeTokenResponse {
2866
3109
  /**
2867
3110
  * <p>The <code>ChangeToken</code> that you used in the request. Use this value in a <code>GetChangeTokenStatus</code> request
@@ -2869,23 +3112,35 @@ export interface GetChangeTokenResponse {
2869
3112
  */
2870
3113
  ChangeToken?: string;
2871
3114
  }
3115
+ /**
3116
+ * @public
3117
+ */
2872
3118
  export interface GetChangeTokenStatusRequest {
2873
3119
  /**
2874
3120
  * <p>The change token for which you want to get the status. This change token was previously returned in the <code>GetChangeToken</code> response.</p>
2875
3121
  */
2876
3122
  ChangeToken: string | undefined;
2877
3123
  }
3124
+ /**
3125
+ * @public
3126
+ */
2878
3127
  export declare enum ChangeTokenStatus {
2879
3128
  INSYNC = "INSYNC",
2880
3129
  PENDING = "PENDING",
2881
3130
  PROVISIONED = "PROVISIONED"
2882
3131
  }
3132
+ /**
3133
+ * @public
3134
+ */
2883
3135
  export interface GetChangeTokenStatusResponse {
2884
3136
  /**
2885
3137
  * <p>The status of the change token.</p>
2886
3138
  */
2887
3139
  ChangeTokenStatus?: ChangeTokenStatus | string;
2888
3140
  }
3141
+ /**
3142
+ * @public
3143
+ */
2889
3144
  export interface GetGeoMatchSetRequest {
2890
3145
  /**
2891
3146
  * <p>The <code>GeoMatchSetId</code> of the <a>GeoMatchSet</a> that you want to get. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by
@@ -2893,12 +3148,18 @@ export interface GetGeoMatchSetRequest {
2893
3148
  */
2894
3149
  GeoMatchSetId: string | undefined;
2895
3150
  }
3151
+ /**
3152
+ * @public
3153
+ */
2896
3154
  export interface GetGeoMatchSetResponse {
2897
3155
  /**
2898
3156
  * <p>Information about the <a>GeoMatchSet</a> that you specified in the <code>GetGeoMatchSet</code> request. This includes the <code>Type</code>, which for a <code>GeoMatchContraint</code> is always <code>Country</code>, as well as the <code>Value</code>, which is the identifier for a specific country.</p>
2899
3157
  */
2900
3158
  GeoMatchSet?: GeoMatchSet;
2901
3159
  }
3160
+ /**
3161
+ * @public
3162
+ */
2902
3163
  export interface GetIPSetRequest {
2903
3164
  /**
2904
3165
  * <p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to get. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by
@@ -2906,6 +3167,9 @@ export interface GetIPSetRequest {
2906
3167
  */
2907
3168
  IPSetId: string | undefined;
2908
3169
  }
3170
+ /**
3171
+ * @public
3172
+ */
2909
3173
  export interface GetIPSetResponse {
2910
3174
  /**
2911
3175
  * <p>Information about the <a>IPSet</a> that you specified in the <code>GetIPSet</code> request. For more information, see the
@@ -2926,6 +3190,9 @@ export interface GetIPSetResponse {
2926
3190
  */
2927
3191
  IPSet?: IPSet;
2928
3192
  }
3193
+ /**
3194
+ * @public
3195
+ */
2929
3196
  export interface GetLoggingConfigurationRequest {
2930
3197
  /**
2931
3198
  * <p>The Amazon Resource Name (ARN) of the web ACL for which you want to get the <a>LoggingConfiguration</a>.</p>
@@ -2933,6 +3200,7 @@ export interface GetLoggingConfigurationRequest {
2933
3200
  ResourceArn: string | undefined;
2934
3201
  }
2935
3202
  /**
3203
+ * @public
2936
3204
  * <note>
2937
3205
  * <p>This is <b>AWS WAF Classic</b> documentation. For
2938
3206
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -2962,24 +3230,36 @@ export interface LoggingConfiguration {
2962
3230
  */
2963
3231
  RedactedFields?: FieldToMatch[];
2964
3232
  }
3233
+ /**
3234
+ * @public
3235
+ */
2965
3236
  export interface GetLoggingConfigurationResponse {
2966
3237
  /**
2967
3238
  * <p>The <a>LoggingConfiguration</a> for the specified web ACL.</p>
2968
3239
  */
2969
3240
  LoggingConfiguration?: LoggingConfiguration;
2970
3241
  }
3242
+ /**
3243
+ * @public
3244
+ */
2971
3245
  export interface GetPermissionPolicyRequest {
2972
3246
  /**
2973
3247
  * <p>The Amazon Resource Name (ARN) of the RuleGroup for which you want to get the policy.</p>
2974
3248
  */
2975
3249
  ResourceArn: string | undefined;
2976
3250
  }
3251
+ /**
3252
+ * @public
3253
+ */
2977
3254
  export interface GetPermissionPolicyResponse {
2978
3255
  /**
2979
3256
  * <p>The IAM policy attached to the specified RuleGroup.</p>
2980
3257
  */
2981
3258
  Policy?: string;
2982
3259
  }
3260
+ /**
3261
+ * @public
3262
+ */
2983
3263
  export interface GetRateBasedRuleRequest {
2984
3264
  /**
2985
3265
  * <p>The <code>RuleId</code> of the <a>RateBasedRule</a> that you want to get.
@@ -2987,6 +3267,9 @@ export interface GetRateBasedRuleRequest {
2987
3267
  */
2988
3268
  RuleId: string | undefined;
2989
3269
  }
3270
+ /**
3271
+ * @public
3272
+ */
2990
3273
  export interface GetRateBasedRuleResponse {
2991
3274
  /**
2992
3275
  * <p>Information about the <a>RateBasedRule</a> that you specified in the
@@ -2994,6 +3277,9 @@ export interface GetRateBasedRuleResponse {
2994
3277
  */
2995
3278
  Rule?: RateBasedRule;
2996
3279
  }
3280
+ /**
3281
+ * @public
3282
+ */
2997
3283
  export interface GetRateBasedRuleManagedKeysRequest {
2998
3284
  /**
2999
3285
  * <p>The <code>RuleId</code> of the <a>RateBasedRule</a> for which you want to
@@ -3005,6 +3291,9 @@ export interface GetRateBasedRuleManagedKeysRequest {
3005
3291
  */
3006
3292
  NextMarker?: string;
3007
3293
  }
3294
+ /**
3295
+ * @public
3296
+ */
3008
3297
  export interface GetRateBasedRuleManagedKeysResponse {
3009
3298
  /**
3010
3299
  * <p>An array of IP addresses that currently are blocked by the specified <a>RateBasedRule</a>. </p>
@@ -3015,6 +3304,9 @@ export interface GetRateBasedRuleManagedKeysResponse {
3015
3304
  */
3016
3305
  NextMarker?: string;
3017
3306
  }
3307
+ /**
3308
+ * @public
3309
+ */
3018
3310
  export interface GetRegexMatchSetRequest {
3019
3311
  /**
3020
3312
  * <p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to get. <code>RegexMatchSetId</code> is returned by
@@ -3022,12 +3314,18 @@ export interface GetRegexMatchSetRequest {
3022
3314
  */
3023
3315
  RegexMatchSetId: string | undefined;
3024
3316
  }
3317
+ /**
3318
+ * @public
3319
+ */
3025
3320
  export interface GetRegexMatchSetResponse {
3026
3321
  /**
3027
3322
  * <p>Information about the <a>RegexMatchSet</a> that you specified in the <code>GetRegexMatchSet</code> request. For more information, see <a>RegexMatchTuple</a>.</p>
3028
3323
  */
3029
3324
  RegexMatchSet?: RegexMatchSet;
3030
3325
  }
3326
+ /**
3327
+ * @public
3328
+ */
3031
3329
  export interface GetRegexPatternSetRequest {
3032
3330
  /**
3033
3331
  * <p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to get. <code>RegexPatternSetId</code> is returned by
@@ -3035,12 +3333,18 @@ export interface GetRegexPatternSetRequest {
3035
3333
  */
3036
3334
  RegexPatternSetId: string | undefined;
3037
3335
  }
3336
+ /**
3337
+ * @public
3338
+ */
3038
3339
  export interface GetRegexPatternSetResponse {
3039
3340
  /**
3040
3341
  * <p>Information about the <a>RegexPatternSet</a> that you specified in the <code>GetRegexPatternSet</code> request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. </p>
3041
3342
  */
3042
3343
  RegexPatternSet?: RegexPatternSet;
3043
3344
  }
3345
+ /**
3346
+ * @public
3347
+ */
3044
3348
  export interface GetRuleRequest {
3045
3349
  /**
3046
3350
  * <p>The <code>RuleId</code> of the <a>Rule</a> that you want to get. <code>RuleId</code> is returned by <a>CreateRule</a> and by
@@ -3048,6 +3352,9 @@ export interface GetRuleRequest {
3048
3352
  */
3049
3353
  RuleId: string | undefined;
3050
3354
  }
3355
+ /**
3356
+ * @public
3357
+ */
3051
3358
  export interface GetRuleResponse {
3052
3359
  /**
3053
3360
  * <p>Information about the <a>Rule</a> that you specified in the <code>GetRule</code> request.
@@ -3069,6 +3376,9 @@ export interface GetRuleResponse {
3069
3376
  */
3070
3377
  Rule?: Rule;
3071
3378
  }
3379
+ /**
3380
+ * @public
3381
+ */
3072
3382
  export interface GetRuleGroupRequest {
3073
3383
  /**
3074
3384
  * <p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to get. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by
@@ -3076,6 +3386,9 @@ export interface GetRuleGroupRequest {
3076
3386
  */
3077
3387
  RuleGroupId: string | undefined;
3078
3388
  }
3389
+ /**
3390
+ * @public
3391
+ */
3079
3392
  export interface GetRuleGroupResponse {
3080
3393
  /**
3081
3394
  * <p>Information about the <a>RuleGroup</a> that you specified in the <code>GetRuleGroup</code> request. </p>
@@ -3083,6 +3396,7 @@ export interface GetRuleGroupResponse {
3083
3396
  RuleGroup?: RuleGroup;
3084
3397
  }
3085
3398
  /**
3399
+ * @public
3086
3400
  * <note>
3087
3401
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3088
3402
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3117,6 +3431,9 @@ export interface TimeWindow {
3117
3431
  */
3118
3432
  EndTime: Date | undefined;
3119
3433
  }
3434
+ /**
3435
+ * @public
3436
+ */
3120
3437
  export interface GetSampledRequestsRequest {
3121
3438
  /**
3122
3439
  * <p>The <code>WebACLId</code> of the <code>WebACL</code> for which you want <code>GetSampledRequests</code> to return a sample of requests.</p>
@@ -3151,6 +3468,7 @@ export interface GetSampledRequestsRequest {
3151
3468
  MaxItems: number | undefined;
3152
3469
  }
3153
3470
  /**
3471
+ * @public
3154
3472
  * <note>
3155
3473
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3156
3474
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3174,6 +3492,7 @@ export interface HTTPHeader {
3174
3492
  Value?: string;
3175
3493
  }
3176
3494
  /**
3495
+ * @public
3177
3496
  * <note>
3178
3497
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3179
3498
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3226,6 +3545,7 @@ export interface HTTPRequest {
3226
3545
  Headers?: HTTPHeader[];
3227
3546
  }
3228
3547
  /**
3548
+ * @public
3229
3549
  * <note>
3230
3550
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3231
3551
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3262,6 +3582,9 @@ export interface SampledHTTPRequest {
3262
3582
  */
3263
3583
  RuleWithinRuleGroup?: string;
3264
3584
  }
3585
+ /**
3586
+ * @public
3587
+ */
3265
3588
  export interface GetSampledRequestsResponse {
3266
3589
  /**
3267
3590
  * <p>A complex type that contains detailed information about each of the requests in the sample.</p>
@@ -3280,6 +3603,9 @@ export interface GetSampledRequestsResponse {
3280
3603
  */
3281
3604
  TimeWindow?: TimeWindow;
3282
3605
  }
3606
+ /**
3607
+ * @public
3608
+ */
3283
3609
  export interface GetSizeConstraintSetRequest {
3284
3610
  /**
3285
3611
  * <p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to get. <code>SizeConstraintSetId</code> is returned by
@@ -3287,6 +3613,9 @@ export interface GetSizeConstraintSetRequest {
3287
3613
  */
3288
3614
  SizeConstraintSetId: string | undefined;
3289
3615
  }
3616
+ /**
3617
+ * @public
3618
+ */
3290
3619
  export interface GetSizeConstraintSetResponse {
3291
3620
  /**
3292
3621
  * <p>Information about the <a>SizeConstraintSet</a> that you specified in the <code>GetSizeConstraintSet</code> request. For more information, see the
@@ -3314,6 +3643,7 @@ export interface GetSizeConstraintSetResponse {
3314
3643
  SizeConstraintSet?: SizeConstraintSet;
3315
3644
  }
3316
3645
  /**
3646
+ * @public
3317
3647
  * <p>A request to get a <a>SqlInjectionMatchSet</a>.</p>
3318
3648
  */
3319
3649
  export interface GetSqlInjectionMatchSetRequest {
@@ -3324,6 +3654,7 @@ export interface GetSqlInjectionMatchSetRequest {
3324
3654
  SqlInjectionMatchSetId: string | undefined;
3325
3655
  }
3326
3656
  /**
3657
+ * @public
3327
3658
  * <p>The response to a <a>GetSqlInjectionMatchSet</a> request.</p>
3328
3659
  */
3329
3660
  export interface GetSqlInjectionMatchSetResponse {
@@ -3351,6 +3682,9 @@ export interface GetSqlInjectionMatchSetResponse {
3351
3682
  */
3352
3683
  SqlInjectionMatchSet?: SqlInjectionMatchSet;
3353
3684
  }
3685
+ /**
3686
+ * @public
3687
+ */
3354
3688
  export interface GetWebACLRequest {
3355
3689
  /**
3356
3690
  * <p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to get. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by
@@ -3358,6 +3692,9 @@ export interface GetWebACLRequest {
3358
3692
  */
3359
3693
  WebACLId: string | undefined;
3360
3694
  }
3695
+ /**
3696
+ * @public
3697
+ */
3361
3698
  export interface GetWebACLResponse {
3362
3699
  /**
3363
3700
  * <p>Information about the <a>WebACL</a> that you specified in the <code>GetWebACL</code> request.
@@ -3390,6 +3727,7 @@ export interface GetWebACLResponse {
3390
3727
  WebACL?: WebACL;
3391
3728
  }
3392
3729
  /**
3730
+ * @public
3393
3731
  * <p>A request to get an <a>XssMatchSet</a>.</p>
3394
3732
  */
3395
3733
  export interface GetXssMatchSetRequest {
@@ -3400,6 +3738,7 @@ export interface GetXssMatchSetRequest {
3400
3738
  XssMatchSetId: string | undefined;
3401
3739
  }
3402
3740
  /**
3741
+ * @public
3403
3742
  * <p>The response to a <a>GetXssMatchSet</a> request.</p>
3404
3743
  */
3405
3744
  export interface GetXssMatchSetResponse {
@@ -3427,6 +3766,9 @@ export interface GetXssMatchSetResponse {
3427
3766
  */
3428
3767
  XssMatchSet?: XssMatchSet;
3429
3768
  }
3769
+ /**
3770
+ * @public
3771
+ */
3430
3772
  export interface ListActivatedRulesInRuleGroupRequest {
3431
3773
  /**
3432
3774
  * <p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> for which you want to get a list of <a>ActivatedRule</a> objects.</p>
@@ -3445,6 +3787,9 @@ export interface ListActivatedRulesInRuleGroupRequest {
3445
3787
  */
3446
3788
  Limit?: number;
3447
3789
  }
3790
+ /**
3791
+ * @public
3792
+ */
3448
3793
  export interface ListActivatedRulesInRuleGroupResponse {
3449
3794
  /**
3450
3795
  * <p>If you have more <code>ActivatedRules</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>ActivatedRules</code>, submit another <code>ListActivatedRulesInRuleGroup</code> request, and specify the <code>NextMarker</code> value from the response in the <code>NextMarker</code> value in the next request.</p>
@@ -3455,6 +3800,9 @@ export interface ListActivatedRulesInRuleGroupResponse {
3455
3800
  */
3456
3801
  ActivatedRules?: ActivatedRule[];
3457
3802
  }
3803
+ /**
3804
+ * @public
3805
+ */
3458
3806
  export interface ListByteMatchSetsRequest {
3459
3807
  /**
3460
3808
  * <p>If you specify a value for <code>Limit</code> and you have more <code>ByteMatchSets</code> than the value of <code>Limit</code>,
@@ -3471,6 +3819,7 @@ export interface ListByteMatchSetsRequest {
3471
3819
  Limit?: number;
3472
3820
  }
3473
3821
  /**
3822
+ * @public
3474
3823
  * <note>
3475
3824
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3476
3825
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3495,6 +3844,9 @@ export interface ByteMatchSetSummary {
3495
3844
  */
3496
3845
  Name: string | undefined;
3497
3846
  }
3847
+ /**
3848
+ * @public
3849
+ */
3498
3850
  export interface ListByteMatchSetsResponse {
3499
3851
  /**
3500
3852
  * <p>If you have more <code>ByteMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request,
@@ -3508,6 +3860,9 @@ export interface ListByteMatchSetsResponse {
3508
3860
  */
3509
3861
  ByteMatchSets?: ByteMatchSetSummary[];
3510
3862
  }
3863
+ /**
3864
+ * @public
3865
+ */
3511
3866
  export interface ListGeoMatchSetsRequest {
3512
3867
  /**
3513
3868
  * <p>If you specify a value for <code>Limit</code> and you have more <code>GeoMatchSet</code>s than the value of <code>Limit</code>,
@@ -3524,6 +3879,7 @@ export interface ListGeoMatchSetsRequest {
3524
3879
  Limit?: number;
3525
3880
  }
3526
3881
  /**
3882
+ * @public
3527
3883
  * <note>
3528
3884
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3529
3885
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3544,6 +3900,9 @@ export interface GeoMatchSetSummary {
3544
3900
  */
3545
3901
  Name: string | undefined;
3546
3902
  }
3903
+ /**
3904
+ * @public
3905
+ */
3547
3906
  export interface ListGeoMatchSetsResponse {
3548
3907
  /**
3549
3908
  * <p>If you have more <code>GeoMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request,
@@ -3557,6 +3916,9 @@ export interface ListGeoMatchSetsResponse {
3557
3916
  */
3558
3917
  GeoMatchSets?: GeoMatchSetSummary[];
3559
3918
  }
3919
+ /**
3920
+ * @public
3921
+ */
3560
3922
  export interface ListIPSetsRequest {
3561
3923
  /**
3562
3924
  * <p>AWS WAF returns a <code>NextMarker</code> value in the response that allows you to
@@ -3573,6 +3935,7 @@ export interface ListIPSetsRequest {
3573
3935
  Limit?: number;
3574
3936
  }
3575
3937
  /**
3938
+ * @public
3576
3939
  * <note>
3577
3940
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3578
3941
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3594,6 +3957,9 @@ export interface IPSetSummary {
3594
3957
  */
3595
3958
  Name: string | undefined;
3596
3959
  }
3960
+ /**
3961
+ * @public
3962
+ */
3597
3963
  export interface ListIPSetsResponse {
3598
3964
  /**
3599
3965
  * <p>To list more <code>IPSet</code> objects, submit another <code>ListIPSets</code>
@@ -3606,6 +3972,9 @@ export interface ListIPSetsResponse {
3606
3972
  */
3607
3973
  IPSets?: IPSetSummary[];
3608
3974
  }
3975
+ /**
3976
+ * @public
3977
+ */
3609
3978
  export interface ListLoggingConfigurationsRequest {
3610
3979
  /**
3611
3980
  * <p>If you specify a value for <code>Limit</code> and you have more <code>LoggingConfigurations</code> than the value of <code>Limit</code>,
@@ -3619,6 +3988,9 @@ export interface ListLoggingConfigurationsRequest {
3619
3988
  */
3620
3989
  Limit?: number;
3621
3990
  }
3991
+ /**
3992
+ * @public
3993
+ */
3622
3994
  export interface ListLoggingConfigurationsResponse {
3623
3995
  /**
3624
3996
  * <p>An array of <a>LoggingConfiguration</a> objects.</p>
@@ -3629,6 +4001,9 @@ export interface ListLoggingConfigurationsResponse {
3629
4001
  */
3630
4002
  NextMarker?: string;
3631
4003
  }
4004
+ /**
4005
+ * @public
4006
+ */
3632
4007
  export interface ListRateBasedRulesRequest {
3633
4008
  /**
3634
4009
  * <p>If you specify a value for <code>Limit</code> and you have more <code>Rules</code>
@@ -3648,6 +4023,7 @@ export interface ListRateBasedRulesRequest {
3648
4023
  Limit?: number;
3649
4024
  }
3650
4025
  /**
4026
+ * @public
3651
4027
  * <note>
3652
4028
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3653
4029
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3672,6 +4048,9 @@ export interface RuleSummary {
3672
4048
  */
3673
4049
  Name: string | undefined;
3674
4050
  }
4051
+ /**
4052
+ * @public
4053
+ */
3675
4054
  export interface ListRateBasedRulesResponse {
3676
4055
  /**
3677
4056
  * <p>If you have more <code>Rules</code> than the number that you specified for
@@ -3686,6 +4065,9 @@ export interface ListRateBasedRulesResponse {
3686
4065
  */
3687
4066
  Rules?: RuleSummary[];
3688
4067
  }
4068
+ /**
4069
+ * @public
4070
+ */
3689
4071
  export interface ListRegexMatchSetsRequest {
3690
4072
  /**
3691
4073
  * <p>If you specify a value for <code>Limit</code> and you have more <code>RegexMatchSet</code> objects than the value of <code>Limit</code>,
@@ -3702,6 +4084,7 @@ export interface ListRegexMatchSetsRequest {
3702
4084
  Limit?: number;
3703
4085
  }
3704
4086
  /**
4087
+ * @public
3705
4088
  * <note>
3706
4089
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3707
4090
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3726,6 +4109,9 @@ export interface RegexMatchSetSummary {
3726
4109
  */
3727
4110
  Name: string | undefined;
3728
4111
  }
4112
+ /**
4113
+ * @public
4114
+ */
3729
4115
  export interface ListRegexMatchSetsResponse {
3730
4116
  /**
3731
4117
  * <p>If you have more <code>RegexMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request,
@@ -3739,6 +4125,9 @@ export interface ListRegexMatchSetsResponse {
3739
4125
  */
3740
4126
  RegexMatchSets?: RegexMatchSetSummary[];
3741
4127
  }
4128
+ /**
4129
+ * @public
4130
+ */
3742
4131
  export interface ListRegexPatternSetsRequest {
3743
4132
  /**
3744
4133
  * <p>If you specify a value for <code>Limit</code> and you have more <code>RegexPatternSet</code> objects than the value of <code>Limit</code>,
@@ -3755,6 +4144,7 @@ export interface ListRegexPatternSetsRequest {
3755
4144
  Limit?: number;
3756
4145
  }
3757
4146
  /**
4147
+ * @public
3758
4148
  * <note>
3759
4149
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3760
4150
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3779,6 +4169,9 @@ export interface RegexPatternSetSummary {
3779
4169
  */
3780
4170
  Name: string | undefined;
3781
4171
  }
4172
+ /**
4173
+ * @public
4174
+ */
3782
4175
  export interface ListRegexPatternSetsResponse {
3783
4176
  /**
3784
4177
  * <p>If you have more <code>RegexPatternSet</code> objects than the number that you specified for <code>Limit</code> in the request,
@@ -3792,6 +4185,9 @@ export interface ListRegexPatternSetsResponse {
3792
4185
  */
3793
4186
  RegexPatternSets?: RegexPatternSetSummary[];
3794
4187
  }
4188
+ /**
4189
+ * @public
4190
+ */
3795
4191
  export interface ListRuleGroupsRequest {
3796
4192
  /**
3797
4193
  * <p>If you specify a value for <code>Limit</code> and you have more <code>RuleGroups</code> than the value of <code>Limit</code>,
@@ -3806,6 +4202,7 @@ export interface ListRuleGroupsRequest {
3806
4202
  Limit?: number;
3807
4203
  }
3808
4204
  /**
4205
+ * @public
3809
4206
  * <note>
3810
4207
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3811
4208
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3830,6 +4227,9 @@ export interface RuleGroupSummary {
3830
4227
  */
3831
4228
  Name: string | undefined;
3832
4229
  }
4230
+ /**
4231
+ * @public
4232
+ */
3833
4233
  export interface ListRuleGroupsResponse {
3834
4234
  /**
3835
4235
  * <p>If you have more <code>RuleGroups</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>RuleGroups</code>, submit another <code>ListRuleGroups</code> request, and specify the <code>NextMarker</code> value from the response in the <code>NextMarker</code> value in the next request.</p>
@@ -3840,6 +4240,9 @@ export interface ListRuleGroupsResponse {
3840
4240
  */
3841
4241
  RuleGroups?: RuleGroupSummary[];
3842
4242
  }
4243
+ /**
4244
+ * @public
4245
+ */
3843
4246
  export interface ListRulesRequest {
3844
4247
  /**
3845
4248
  * <p>If you specify a value for <code>Limit</code> and you have more <code>Rules</code> than the value of <code>Limit</code>,
@@ -3854,6 +4257,9 @@ export interface ListRulesRequest {
3854
4257
  */
3855
4258
  Limit?: number;
3856
4259
  }
4260
+ /**
4261
+ * @public
4262
+ */
3857
4263
  export interface ListRulesResponse {
3858
4264
  /**
3859
4265
  * <p>If you have more <code>Rules</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>Rules</code>, submit another
@@ -3866,6 +4272,9 @@ export interface ListRulesResponse {
3866
4272
  */
3867
4273
  Rules?: RuleSummary[];
3868
4274
  }
4275
+ /**
4276
+ * @public
4277
+ */
3869
4278
  export interface ListSizeConstraintSetsRequest {
3870
4279
  /**
3871
4280
  * <p>If you specify a value for <code>Limit</code> and you have more <code>SizeConstraintSets</code> than the value of <code>Limit</code>,
@@ -3881,6 +4290,7 @@ export interface ListSizeConstraintSetsRequest {
3881
4290
  Limit?: number;
3882
4291
  }
3883
4292
  /**
4293
+ * @public
3884
4294
  * <note>
3885
4295
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3886
4296
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3907,6 +4317,9 @@ export interface SizeConstraintSetSummary {
3907
4317
  */
3908
4318
  Name: string | undefined;
3909
4319
  }
4320
+ /**
4321
+ * @public
4322
+ */
3910
4323
  export interface ListSizeConstraintSetsResponse {
3911
4324
  /**
3912
4325
  * <p>If you have more <code>SizeConstraintSet</code> objects than the number that you specified for <code>Limit</code> in the request,
@@ -3921,6 +4334,7 @@ export interface ListSizeConstraintSetsResponse {
3921
4334
  SizeConstraintSets?: SizeConstraintSetSummary[];
3922
4335
  }
3923
4336
  /**
4337
+ * @public
3924
4338
  * <p>A request to list the <a>SqlInjectionMatchSet</a> objects created by the current AWS account.</p>
3925
4339
  */
3926
4340
  export interface ListSqlInjectionMatchSetsRequest {
@@ -3939,6 +4353,7 @@ export interface ListSqlInjectionMatchSetsRequest {
3939
4353
  Limit?: number;
3940
4354
  }
3941
4355
  /**
4356
+ * @public
3942
4357
  * <note>
3943
4358
  * <p>This is <b>AWS WAF Classic</b> documentation. For
3944
4359
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -3966,6 +4381,7 @@ export interface SqlInjectionMatchSetSummary {
3966
4381
  Name: string | undefined;
3967
4382
  }
3968
4383
  /**
4384
+ * @public
3969
4385
  * <p>The response to a <a>ListSqlInjectionMatchSets</a> request.</p>
3970
4386
  */
3971
4387
  export interface ListSqlInjectionMatchSetsResponse {
@@ -3981,6 +4397,9 @@ export interface ListSqlInjectionMatchSetsResponse {
3981
4397
  */
3982
4398
  SqlInjectionMatchSets?: SqlInjectionMatchSetSummary[];
3983
4399
  }
4400
+ /**
4401
+ * @public
4402
+ */
3984
4403
  export interface ListSubscribedRuleGroupsRequest {
3985
4404
  /**
3986
4405
  * <p>If you specify a value for <code>Limit</code> and you have more <code>ByteMatchSets</code>subscribed rule groups than the value of <code>Limit</code>,
@@ -3997,6 +4416,7 @@ export interface ListSubscribedRuleGroupsRequest {
3997
4416
  Limit?: number;
3998
4417
  }
3999
4418
  /**
4419
+ * @public
4000
4420
  * <note>
4001
4421
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4002
4422
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4022,6 +4442,9 @@ export interface SubscribedRuleGroupSummary {
4022
4442
  */
4023
4443
  MetricName: string | undefined;
4024
4444
  }
4445
+ /**
4446
+ * @public
4447
+ */
4025
4448
  export interface ListSubscribedRuleGroupsResponse {
4026
4449
  /**
4027
4450
  * <p>If you have more objects than the number that you specified for <code>Limit</code> in the request,
@@ -4035,6 +4458,9 @@ export interface ListSubscribedRuleGroupsResponse {
4035
4458
  */
4036
4459
  RuleGroups?: SubscribedRuleGroupSummary[];
4037
4460
  }
4461
+ /**
4462
+ * @public
4463
+ */
4038
4464
  export interface ListTagsForResourceRequest {
4039
4465
  /**
4040
4466
  * <p></p>
@@ -4050,6 +4476,7 @@ export interface ListTagsForResourceRequest {
4050
4476
  ResourceARN: string | undefined;
4051
4477
  }
4052
4478
  /**
4479
+ * @public
4053
4480
  * <note>
4054
4481
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4055
4482
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4071,6 +4498,9 @@ export interface TagInfoForResource {
4071
4498
  */
4072
4499
  TagList?: Tag[];
4073
4500
  }
4501
+ /**
4502
+ * @public
4503
+ */
4074
4504
  export interface ListTagsForResourceResponse {
4075
4505
  /**
4076
4506
  * <p></p>
@@ -4081,6 +4511,9 @@ export interface ListTagsForResourceResponse {
4081
4511
  */
4082
4512
  TagInfoForResource?: TagInfoForResource;
4083
4513
  }
4514
+ /**
4515
+ * @public
4516
+ */
4084
4517
  export interface ListWebACLsRequest {
4085
4518
  /**
4086
4519
  * <p>If you specify a value for <code>Limit</code> and you have more <code>WebACL</code> objects than the number that you specify
@@ -4097,6 +4530,7 @@ export interface ListWebACLsRequest {
4097
4530
  Limit?: number;
4098
4531
  }
4099
4532
  /**
4533
+ * @public
4100
4534
  * <note>
4101
4535
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4102
4536
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4121,6 +4555,9 @@ export interface WebACLSummary {
4121
4555
  */
4122
4556
  Name: string | undefined;
4123
4557
  }
4558
+ /**
4559
+ * @public
4560
+ */
4124
4561
  export interface ListWebACLsResponse {
4125
4562
  /**
4126
4563
  * <p>If you have more <code>WebACL</code> objects than the number that you specified for <code>Limit</code> in the request,
@@ -4135,6 +4572,7 @@ export interface ListWebACLsResponse {
4135
4572
  WebACLs?: WebACLSummary[];
4136
4573
  }
4137
4574
  /**
4575
+ * @public
4138
4576
  * <p>A request to list the <a>XssMatchSet</a> objects created by the current AWS account.</p>
4139
4577
  */
4140
4578
  export interface ListXssMatchSetsRequest {
@@ -4153,6 +4591,7 @@ export interface ListXssMatchSetsRequest {
4153
4591
  Limit?: number;
4154
4592
  }
4155
4593
  /**
4594
+ * @public
4156
4595
  * <note>
4157
4596
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4158
4597
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4180,6 +4619,7 @@ export interface XssMatchSetSummary {
4180
4619
  Name: string | undefined;
4181
4620
  }
4182
4621
  /**
4622
+ * @public
4183
4623
  * <p>The response to a <a>ListXssMatchSets</a> request.</p>
4184
4624
  */
4185
4625
  export interface ListXssMatchSetsResponse {
@@ -4195,6 +4635,9 @@ export interface ListXssMatchSetsResponse {
4195
4635
  */
4196
4636
  XssMatchSets?: XssMatchSetSummary[];
4197
4637
  }
4638
+ /**
4639
+ * @public
4640
+ */
4198
4641
  export interface PutLoggingConfigurationRequest {
4199
4642
  /**
4200
4643
  * <p>The Amazon Kinesis Data Firehose that contains the inspected traffic
@@ -4208,6 +4651,9 @@ export interface PutLoggingConfigurationRequest {
4208
4651
  */
4209
4652
  LoggingConfiguration: LoggingConfiguration | undefined;
4210
4653
  }
4654
+ /**
4655
+ * @public
4656
+ */
4211
4657
  export interface PutLoggingConfigurationResponse {
4212
4658
  /**
4213
4659
  * <p>The <a>LoggingConfiguration</a> that you submitted in the request.</p>
@@ -4215,6 +4661,7 @@ export interface PutLoggingConfigurationResponse {
4215
4661
  LoggingConfiguration?: LoggingConfiguration;
4216
4662
  }
4217
4663
  /**
4664
+ * @public
4218
4665
  * <p>AWS WAF is not able to access the service linked role. This can be caused by a previous <code>PutLoggingConfiguration</code> request, which can lock the service linked role for about 20 seconds. Please try your request again. The service linked role can also be locked by a previous <code>DeleteServiceLinkedRole</code> request, which can lock the role for 15 minutes or more. If you recently made a <code>DeleteServiceLinkedRole</code>, wait at least 15 minutes and try the request again. If you receive this same exception again, you will have to wait additional time until the role is unlocked.</p>
4219
4666
  */
4220
4667
  export declare class WAFServiceLinkedRoleErrorException extends __BaseException {
@@ -4225,6 +4672,9 @@ export declare class WAFServiceLinkedRoleErrorException extends __BaseException
4225
4672
  */
4226
4673
  constructor(opts: __ExceptionOptionType<WAFServiceLinkedRoleErrorException, __BaseException>);
4227
4674
  }
4675
+ /**
4676
+ * @public
4677
+ */
4228
4678
  export interface PutPermissionPolicyRequest {
4229
4679
  /**
4230
4680
  * <p>The Amazon Resource Name (ARN) of the RuleGroup to which you want to attach the policy.</p>
@@ -4235,9 +4685,13 @@ export interface PutPermissionPolicyRequest {
4235
4685
  */
4236
4686
  Policy: string | undefined;
4237
4687
  }
4688
+ /**
4689
+ * @public
4690
+ */
4238
4691
  export interface PutPermissionPolicyResponse {
4239
4692
  }
4240
4693
  /**
4694
+ * @public
4241
4695
  * <p>The operation failed because the specified policy is not in the proper format. </p>
4242
4696
  * <p>The policy is subject to the following restrictions:</p>
4243
4697
  * <ul>
@@ -4277,6 +4731,9 @@ export declare class WAFInvalidPermissionPolicyException extends __BaseException
4277
4731
  */
4278
4732
  constructor(opts: __ExceptionOptionType<WAFInvalidPermissionPolicyException, __BaseException>);
4279
4733
  }
4734
+ /**
4735
+ * @public
4736
+ */
4280
4737
  export interface TagResourceRequest {
4281
4738
  /**
4282
4739
  * <p></p>
@@ -4287,8 +4744,14 @@ export interface TagResourceRequest {
4287
4744
  */
4288
4745
  Tags: Tag[] | undefined;
4289
4746
  }
4747
+ /**
4748
+ * @public
4749
+ */
4290
4750
  export interface TagResourceResponse {
4291
4751
  }
4752
+ /**
4753
+ * @public
4754
+ */
4292
4755
  export interface UntagResourceRequest {
4293
4756
  /**
4294
4757
  * <p></p>
@@ -4299,13 +4762,20 @@ export interface UntagResourceRequest {
4299
4762
  */
4300
4763
  TagKeys: string[] | undefined;
4301
4764
  }
4765
+ /**
4766
+ * @public
4767
+ */
4302
4768
  export interface UntagResourceResponse {
4303
4769
  }
4770
+ /**
4771
+ * @public
4772
+ */
4304
4773
  export declare enum ChangeAction {
4305
4774
  DELETE = "DELETE",
4306
4775
  INSERT = "INSERT"
4307
4776
  }
4308
4777
  /**
4778
+ * @public
4309
4779
  * <note>
4310
4780
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4311
4781
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4329,6 +4799,9 @@ export interface ByteMatchSetUpdate {
4329
4799
  */
4330
4800
  ByteMatchTuple: ByteMatchTuple | undefined;
4331
4801
  }
4802
+ /**
4803
+ * @public
4804
+ */
4332
4805
  export interface UpdateByteMatchSetRequest {
4333
4806
  /**
4334
4807
  * <p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to update. <code>ByteMatchSetId</code> is returned by <a>CreateByteMatchSet</a> and by
@@ -4363,6 +4836,9 @@ export interface UpdateByteMatchSetRequest {
4363
4836
  */
4364
4837
  Updates: ByteMatchSetUpdate[] | undefined;
4365
4838
  }
4839
+ /**
4840
+ * @public
4841
+ */
4366
4842
  export interface UpdateByteMatchSetResponse {
4367
4843
  /**
4368
4844
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateByteMatchSet</code> request. You can also use this value
@@ -4371,6 +4847,7 @@ export interface UpdateByteMatchSetResponse {
4371
4847
  ChangeToken?: string;
4372
4848
  }
4373
4849
  /**
4850
+ * @public
4374
4851
  * <p>The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:</p>
4375
4852
  * <ul>
4376
4853
  * <li>
@@ -4397,6 +4874,7 @@ export declare class WAFNonexistentContainerException extends __BaseException {
4397
4874
  constructor(opts: __ExceptionOptionType<WAFNonexistentContainerException, __BaseException>);
4398
4875
  }
4399
4876
  /**
4877
+ * @public
4400
4878
  * <note>
4401
4879
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4402
4880
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4417,6 +4895,9 @@ export interface GeoMatchSetUpdate {
4417
4895
  */
4418
4896
  GeoMatchConstraint: GeoMatchConstraint | undefined;
4419
4897
  }
4898
+ /**
4899
+ * @public
4900
+ */
4420
4901
  export interface UpdateGeoMatchSetRequest {
4421
4902
  /**
4422
4903
  * <p>The <code>GeoMatchSetId</code> of the <a>GeoMatchSet</a> that you want to update. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by
@@ -4446,6 +4927,9 @@ export interface UpdateGeoMatchSetRequest {
4446
4927
  */
4447
4928
  Updates: GeoMatchSetUpdate[] | undefined;
4448
4929
  }
4930
+ /**
4931
+ * @public
4932
+ */
4449
4933
  export interface UpdateGeoMatchSetResponse {
4450
4934
  /**
4451
4935
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateGeoMatchSet</code> request. You can also use this value
@@ -4454,6 +4938,7 @@ export interface UpdateGeoMatchSetResponse {
4454
4938
  ChangeToken?: string;
4455
4939
  }
4456
4940
  /**
4941
+ * @public
4457
4942
  * <note>
4458
4943
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4459
4944
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4474,6 +4959,9 @@ export interface IPSetUpdate {
4474
4959
  */
4475
4960
  IPSetDescriptor: IPSetDescriptor | undefined;
4476
4961
  }
4962
+ /**
4963
+ * @public
4964
+ */
4477
4965
  export interface UpdateIPSetRequest {
4478
4966
  /**
4479
4967
  * <p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to update. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by
@@ -4503,6 +4991,9 @@ export interface UpdateIPSetRequest {
4503
4991
  */
4504
4992
  Updates: IPSetUpdate[] | undefined;
4505
4993
  }
4994
+ /**
4995
+ * @public
4996
+ */
4506
4997
  export interface UpdateIPSetResponse {
4507
4998
  /**
4508
4999
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateIPSet</code> request. You can also use this value
@@ -4511,6 +5002,7 @@ export interface UpdateIPSetResponse {
4511
5002
  ChangeToken?: string;
4512
5003
  }
4513
5004
  /**
5005
+ * @public
4514
5006
  * <note>
4515
5007
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4516
5008
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4533,6 +5025,9 @@ export interface RuleUpdate {
4533
5025
  */
4534
5026
  Predicate: Predicate | undefined;
4535
5027
  }
5028
+ /**
5029
+ * @public
5030
+ */
4536
5031
  export interface UpdateRateBasedRuleRequest {
4537
5032
  /**
4538
5033
  * <p>The <code>RuleId</code> of the <code>RateBasedRule</code> that you want to update.
@@ -4556,6 +5051,9 @@ export interface UpdateRateBasedRuleRequest {
4556
5051
  */
4557
5052
  RateLimit: number | undefined;
4558
5053
  }
5054
+ /**
5055
+ * @public
5056
+ */
4559
5057
  export interface UpdateRateBasedRuleResponse {
4560
5058
  /**
4561
5059
  * <p>The <code>ChangeToken</code> that you used to submit the
@@ -4565,6 +5063,7 @@ export interface UpdateRateBasedRuleResponse {
4565
5063
  ChangeToken?: string;
4566
5064
  }
4567
5065
  /**
5066
+ * @public
4568
5067
  * <note>
4569
5068
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4570
5069
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4588,6 +5087,9 @@ export interface RegexMatchSetUpdate {
4588
5087
  */
4589
5088
  RegexMatchTuple: RegexMatchTuple | undefined;
4590
5089
  }
5090
+ /**
5091
+ * @public
5092
+ */
4591
5093
  export interface UpdateRegexMatchSetRequest {
4592
5094
  /**
4593
5095
  * <p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to update. <code>RegexMatchSetId</code> is returned by <a>CreateRegexMatchSet</a> and by
@@ -4604,6 +5106,9 @@ export interface UpdateRegexMatchSetRequest {
4604
5106
  */
4605
5107
  ChangeToken: string | undefined;
4606
5108
  }
5109
+ /**
5110
+ * @public
5111
+ */
4607
5112
  export interface UpdateRegexMatchSetResponse {
4608
5113
  /**
4609
5114
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRegexMatchSet</code> request. You can also use this value
@@ -4612,6 +5117,7 @@ export interface UpdateRegexMatchSetResponse {
4612
5117
  ChangeToken?: string;
4613
5118
  }
4614
5119
  /**
5120
+ * @public
4615
5121
  * <note>
4616
5122
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4617
5123
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4633,6 +5139,9 @@ export interface RegexPatternSetUpdate {
4633
5139
  */
4634
5140
  RegexPatternString: string | undefined;
4635
5141
  }
5142
+ /**
5143
+ * @public
5144
+ */
4636
5145
  export interface UpdateRegexPatternSetRequest {
4637
5146
  /**
4638
5147
  * <p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to update. <code>RegexPatternSetId</code> is returned by <a>CreateRegexPatternSet</a> and by
@@ -4648,6 +5157,9 @@ export interface UpdateRegexPatternSetRequest {
4648
5157
  */
4649
5158
  ChangeToken: string | undefined;
4650
5159
  }
5160
+ /**
5161
+ * @public
5162
+ */
4651
5163
  export interface UpdateRegexPatternSetResponse {
4652
5164
  /**
4653
5165
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRegexPatternSet</code> request. You can also use this value
@@ -4656,6 +5168,7 @@ export interface UpdateRegexPatternSetResponse {
4656
5168
  ChangeToken?: string;
4657
5169
  }
4658
5170
  /**
5171
+ * @public
4659
5172
  * <p>The regular expression (regex) you specified in <code>RegexPatternString</code> is invalid.</p>
4660
5173
  */
4661
5174
  export declare class WAFInvalidRegexPatternException extends __BaseException {
@@ -4666,6 +5179,9 @@ export declare class WAFInvalidRegexPatternException extends __BaseException {
4666
5179
  */
4667
5180
  constructor(opts: __ExceptionOptionType<WAFInvalidRegexPatternException, __BaseException>);
4668
5181
  }
5182
+ /**
5183
+ * @public
5184
+ */
4669
5185
  export interface UpdateRuleRequest {
4670
5186
  /**
4671
5187
  * <p>The <code>RuleId</code> of the <code>Rule</code> that you want to update. <code>RuleId</code> is returned by
@@ -4699,6 +5215,9 @@ export interface UpdateRuleRequest {
4699
5215
  */
4700
5216
  Updates: RuleUpdate[] | undefined;
4701
5217
  }
5218
+ /**
5219
+ * @public
5220
+ */
4702
5221
  export interface UpdateRuleResponse {
4703
5222
  /**
4704
5223
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRule</code> request. You can also use this value
@@ -4707,6 +5226,7 @@ export interface UpdateRuleResponse {
4707
5226
  ChangeToken?: string;
4708
5227
  }
4709
5228
  /**
5229
+ * @public
4710
5230
  * <note>
4711
5231
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4712
5232
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4731,6 +5251,9 @@ export interface RuleGroupUpdate {
4731
5251
  */
4732
5252
  ActivatedRule: ActivatedRule | undefined;
4733
5253
  }
5254
+ /**
5255
+ * @public
5256
+ */
4734
5257
  export interface UpdateRuleGroupRequest {
4735
5258
  /**
4736
5259
  * <p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to update. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by
@@ -4750,6 +5273,9 @@ export interface UpdateRuleGroupRequest {
4750
5273
  */
4751
5274
  ChangeToken: string | undefined;
4752
5275
  }
5276
+ /**
5277
+ * @public
5278
+ */
4753
5279
  export interface UpdateRuleGroupResponse {
4754
5280
  /**
4755
5281
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRuleGroup</code> request. You can also use this value
@@ -4758,6 +5284,7 @@ export interface UpdateRuleGroupResponse {
4758
5284
  ChangeToken?: string;
4759
5285
  }
4760
5286
  /**
5287
+ * @public
4761
5288
  * <note>
4762
5289
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4763
5290
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4783,6 +5310,9 @@ export interface SizeConstraintSetUpdate {
4783
5310
  */
4784
5311
  SizeConstraint: SizeConstraint | undefined;
4785
5312
  }
5313
+ /**
5314
+ * @public
5315
+ */
4786
5316
  export interface UpdateSizeConstraintSetRequest {
4787
5317
  /**
4788
5318
  * <p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to update. <code>SizeConstraintSetId</code>
@@ -4817,6 +5347,9 @@ export interface UpdateSizeConstraintSetRequest {
4817
5347
  */
4818
5348
  Updates: SizeConstraintSetUpdate[] | undefined;
4819
5349
  }
5350
+ /**
5351
+ * @public
5352
+ */
4820
5353
  export interface UpdateSizeConstraintSetResponse {
4821
5354
  /**
4822
5355
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateSizeConstraintSet</code> request. You can also use this value
@@ -4825,6 +5358,7 @@ export interface UpdateSizeConstraintSetResponse {
4825
5358
  ChangeToken?: string;
4826
5359
  }
4827
5360
  /**
5361
+ * @public
4828
5362
  * <note>
4829
5363
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4830
5364
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4848,6 +5382,7 @@ export interface SqlInjectionMatchSetUpdate {
4848
5382
  SqlInjectionMatchTuple: SqlInjectionMatchTuple | undefined;
4849
5383
  }
4850
5384
  /**
5385
+ * @public
4851
5386
  * <p>A request to update a <a>SqlInjectionMatchSet</a>.</p>
4852
5387
  */
4853
5388
  export interface UpdateSqlInjectionMatchSetRequest {
@@ -4884,6 +5419,7 @@ export interface UpdateSqlInjectionMatchSetRequest {
4884
5419
  Updates: SqlInjectionMatchSetUpdate[] | undefined;
4885
5420
  }
4886
5421
  /**
5422
+ * @public
4887
5423
  * <p>The response to an <a>UpdateSqlInjectionMatchSets</a> request.</p>
4888
5424
  */
4889
5425
  export interface UpdateSqlInjectionMatchSetResponse {
@@ -4894,6 +5430,7 @@ export interface UpdateSqlInjectionMatchSetResponse {
4894
5430
  ChangeToken?: string;
4895
5431
  }
4896
5432
  /**
5433
+ * @public
4897
5434
  * <note>
4898
5435
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4899
5436
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -4916,6 +5453,9 @@ export interface WebACLUpdate {
4916
5453
  */
4917
5454
  ActivatedRule: ActivatedRule | undefined;
4918
5455
  }
5456
+ /**
5457
+ * @public
5458
+ */
4919
5459
  export interface UpdateWebACLRequest {
4920
5460
  /**
4921
5461
  * <p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to update. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by
@@ -4961,6 +5501,9 @@ export interface UpdateWebACLRequest {
4961
5501
  */
4962
5502
  DefaultAction?: WafAction;
4963
5503
  }
5504
+ /**
5505
+ * @public
5506
+ */
4964
5507
  export interface UpdateWebACLResponse {
4965
5508
  /**
4966
5509
  * <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateWebACL</code> request. You can also use this value
@@ -4969,6 +5512,7 @@ export interface UpdateWebACLResponse {
4969
5512
  ChangeToken?: string;
4970
5513
  }
4971
5514
  /**
5515
+ * @public
4972
5516
  * <p>The specified subscription does not exist.</p>
4973
5517
  */
4974
5518
  export declare class WAFSubscriptionNotFoundException extends __BaseException {
@@ -4980,6 +5524,7 @@ export declare class WAFSubscriptionNotFoundException extends __BaseException {
4980
5524
  constructor(opts: __ExceptionOptionType<WAFSubscriptionNotFoundException, __BaseException>);
4981
5525
  }
4982
5526
  /**
5527
+ * @public
4983
5528
  * <note>
4984
5529
  * <p>This is <b>AWS WAF Classic</b> documentation. For
4985
5530
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -5005,6 +5550,7 @@ export interface XssMatchSetUpdate {
5005
5550
  XssMatchTuple: XssMatchTuple | undefined;
5006
5551
  }
5007
5552
  /**
5553
+ * @public
5008
5554
  * <p>A request to update an <a>XssMatchSet</a>.</p>
5009
5555
  */
5010
5556
  export interface UpdateXssMatchSetRequest {
@@ -5043,6 +5589,7 @@ export interface UpdateXssMatchSetRequest {
5043
5589
  Updates: XssMatchSetUpdate[] | undefined;
5044
5590
  }
5045
5591
  /**
5592
+ * @public
5046
5593
  * <p>The response to an <a>UpdateXssMatchSets</a> request.</p>
5047
5594
  */
5048
5595
  export interface UpdateXssMatchSetResponse {