@aws-sdk/client-waf-regional 3.300.0 → 3.303.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 (85) hide show
  1. package/dist-cjs/models/models_0.js +364 -382
  2. package/dist-es/models/models_0.js +364 -382
  3. package/dist-types/commands/AssociateWebACLCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateIPSetCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
  11. package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateWebACLCommand.d.ts +4 -4
  15. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteWebACLCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +1 -1
  31. package/dist-types/commands/DisassociateWebACLCommand.d.ts +1 -1
  32. package/dist-types/commands/GetByteMatchSetCommand.d.ts +1 -1
  33. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +1 -1
  34. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +1 -1
  35. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -1
  37. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +1 -1
  39. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +1 -1
  40. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +1 -1
  41. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +1 -1
  42. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  43. package/dist-types/commands/GetRuleGroupCommand.d.ts +1 -1
  44. package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -2
  45. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +1 -1
  46. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +1 -1
  47. package/dist-types/commands/GetWebACLCommand.d.ts +1 -1
  48. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +1 -1
  49. package/dist-types/commands/GetXssMatchSetCommand.d.ts +1 -1
  50. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +1 -1
  51. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListIPSetsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +1 -1
  59. package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/ListWebACLsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +1 -1
  67. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +5 -5
  68. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -1
  69. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  70. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  71. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +5 -5
  72. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +4 -4
  73. package/dist-types/commands/UpdateIPSetCommand.d.ts +4 -4
  74. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +4 -4
  75. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +5 -5
  76. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -3
  77. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -4
  78. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +8 -8
  79. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +5 -5
  80. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +5 -5
  81. package/dist-types/commands/UpdateWebACLCommand.d.ts +8 -8
  82. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +5 -5
  83. package/dist-types/models/models_0.d.ts +458 -368
  84. package/dist-types/ts3.4/models/models_0.d.ts +394 -364
  85. package/package.json +34 -34
@@ -2,12 +2,17 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { WAFRegionalServiceException as __BaseException } from "./WAFRegionalServiceException";
3
3
  /**
4
4
  * @public
5
+ * @enum
5
6
  */
6
- export declare enum WafActionType {
7
- ALLOW = "ALLOW",
8
- BLOCK = "BLOCK",
9
- COUNT = "COUNT"
10
- }
7
+ export declare const WafActionType: {
8
+ readonly ALLOW: "ALLOW";
9
+ readonly BLOCK: "BLOCK";
10
+ readonly COUNT: "COUNT";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type WafActionType = (typeof WafActionType)[keyof typeof WafActionType];
11
16
  /**
12
17
  * @public
13
18
  * <note>
@@ -66,11 +71,16 @@ export interface ExcludedRule {
66
71
  }
67
72
  /**
68
73
  * @public
74
+ * @enum
69
75
  */
70
- export declare enum WafOverrideActionType {
71
- COUNT = "COUNT",
72
- NONE = "NONE"
73
- }
76
+ export declare const WafOverrideActionType: {
77
+ readonly COUNT: "COUNT";
78
+ readonly NONE: "NONE";
79
+ };
80
+ /**
81
+ * @public
82
+ */
83
+ export type WafOverrideActionType = (typeof WafOverrideActionType)[keyof typeof WafOverrideActionType];
74
84
  /**
75
85
  * @public
76
86
  * <note>
@@ -92,12 +102,17 @@ export interface WafOverrideAction {
92
102
  }
93
103
  /**
94
104
  * @public
105
+ * @enum
95
106
  */
96
- export declare enum WafRuleType {
97
- GROUP = "GROUP",
98
- RATE_BASED = "RATE_BASED",
99
- REGULAR = "REGULAR"
100
- }
107
+ export declare const WafRuleType: {
108
+ readonly GROUP: "GROUP";
109
+ readonly RATE_BASED: "RATE_BASED";
110
+ readonly REGULAR: "REGULAR";
111
+ };
112
+ /**
113
+ * @public
114
+ */
115
+ export type WafRuleType = (typeof WafRuleType)[keyof typeof WafRuleType];
101
116
  /**
102
117
  * @public
103
118
  * <note>
@@ -269,36 +284,46 @@ export declare class WAFInvalidAccountException extends __BaseException {
269
284
  }
270
285
  /**
271
286
  * @public
287
+ * @enum
272
288
  */
273
- export declare enum ParameterExceptionField {
274
- BYTE_MATCH_FIELD_TYPE = "BYTE_MATCH_FIELD_TYPE",
275
- BYTE_MATCH_POSITIONAL_CONSTRAINT = "BYTE_MATCH_POSITIONAL_CONSTRAINT",
276
- BYTE_MATCH_TEXT_TRANSFORMATION = "BYTE_MATCH_TEXT_TRANSFORMATION",
277
- CHANGE_ACTION = "CHANGE_ACTION",
278
- GEO_MATCH_LOCATION_TYPE = "GEO_MATCH_LOCATION_TYPE",
279
- GEO_MATCH_LOCATION_VALUE = "GEO_MATCH_LOCATION_VALUE",
280
- IPSET_TYPE = "IPSET_TYPE",
281
- NEXT_MARKER = "NEXT_MARKER",
282
- PREDICATE_TYPE = "PREDICATE_TYPE",
283
- RATE_KEY = "RATE_KEY",
284
- RESOURCE_ARN = "RESOURCE_ARN",
285
- RULE_TYPE = "RULE_TYPE",
286
- SIZE_CONSTRAINT_COMPARISON_OPERATOR = "SIZE_CONSTRAINT_COMPARISON_OPERATOR",
287
- SQL_INJECTION_MATCH_FIELD_TYPE = "SQL_INJECTION_MATCH_FIELD_TYPE",
288
- TAGS = "TAGS",
289
- TAG_KEYS = "TAG_KEYS",
290
- WAF_ACTION = "WAF_ACTION",
291
- WAF_OVERRIDE_ACTION = "WAF_OVERRIDE_ACTION"
292
- }
289
+ export declare const ParameterExceptionField: {
290
+ readonly BYTE_MATCH_FIELD_TYPE: "BYTE_MATCH_FIELD_TYPE";
291
+ readonly BYTE_MATCH_POSITIONAL_CONSTRAINT: "BYTE_MATCH_POSITIONAL_CONSTRAINT";
292
+ readonly BYTE_MATCH_TEXT_TRANSFORMATION: "BYTE_MATCH_TEXT_TRANSFORMATION";
293
+ readonly CHANGE_ACTION: "CHANGE_ACTION";
294
+ readonly GEO_MATCH_LOCATION_TYPE: "GEO_MATCH_LOCATION_TYPE";
295
+ readonly GEO_MATCH_LOCATION_VALUE: "GEO_MATCH_LOCATION_VALUE";
296
+ readonly IPSET_TYPE: "IPSET_TYPE";
297
+ readonly NEXT_MARKER: "NEXT_MARKER";
298
+ readonly PREDICATE_TYPE: "PREDICATE_TYPE";
299
+ readonly RATE_KEY: "RATE_KEY";
300
+ readonly RESOURCE_ARN: "RESOURCE_ARN";
301
+ readonly RULE_TYPE: "RULE_TYPE";
302
+ readonly SIZE_CONSTRAINT_COMPARISON_OPERATOR: "SIZE_CONSTRAINT_COMPARISON_OPERATOR";
303
+ readonly SQL_INJECTION_MATCH_FIELD_TYPE: "SQL_INJECTION_MATCH_FIELD_TYPE";
304
+ readonly TAGS: "TAGS";
305
+ readonly TAG_KEYS: "TAG_KEYS";
306
+ readonly WAF_ACTION: "WAF_ACTION";
307
+ readonly WAF_OVERRIDE_ACTION: "WAF_OVERRIDE_ACTION";
308
+ };
293
309
  /**
294
310
  * @public
295
311
  */
296
- export declare enum ParameterExceptionReason {
297
- ILLEGAL_ARGUMENT = "ILLEGAL_ARGUMENT",
298
- ILLEGAL_COMBINATION = "ILLEGAL_COMBINATION",
299
- INVALID_OPTION = "INVALID_OPTION",
300
- INVALID_TAG_KEY = "INVALID_TAG_KEY"
301
- }
312
+ export type ParameterExceptionField = (typeof ParameterExceptionField)[keyof typeof ParameterExceptionField];
313
+ /**
314
+ * @public
315
+ * @enum
316
+ */
317
+ export declare const ParameterExceptionReason: {
318
+ readonly ILLEGAL_ARGUMENT: "ILLEGAL_ARGUMENT";
319
+ readonly ILLEGAL_COMBINATION: "ILLEGAL_COMBINATION";
320
+ readonly INVALID_OPTION: "INVALID_OPTION";
321
+ readonly INVALID_TAG_KEY: "INVALID_TAG_KEY";
322
+ };
323
+ /**
324
+ * @public
325
+ */
326
+ export type ParameterExceptionReason = (typeof ParameterExceptionReason)[keyof typeof ParameterExceptionReason];
302
327
  /**
303
328
  * @public
304
329
  * <p>The operation failed because AWS WAF didn't recognize a parameter in the request. For example:</p>
@@ -392,16 +417,21 @@ export interface CreateByteMatchSetRequest {
392
417
  }
393
418
  /**
394
419
  * @public
420
+ * @enum
395
421
  */
396
- export declare enum MatchFieldType {
397
- ALL_QUERY_ARGS = "ALL_QUERY_ARGS",
398
- BODY = "BODY",
399
- HEADER = "HEADER",
400
- METHOD = "METHOD",
401
- QUERY_STRING = "QUERY_STRING",
402
- SINGLE_QUERY_ARG = "SINGLE_QUERY_ARG",
403
- URI = "URI"
404
- }
422
+ export declare const MatchFieldType: {
423
+ readonly ALL_QUERY_ARGS: "ALL_QUERY_ARGS";
424
+ readonly BODY: "BODY";
425
+ readonly HEADER: "HEADER";
426
+ readonly METHOD: "METHOD";
427
+ readonly QUERY_STRING: "QUERY_STRING";
428
+ readonly SINGLE_QUERY_ARG: "SINGLE_QUERY_ARG";
429
+ readonly URI: "URI";
430
+ };
431
+ /**
432
+ * @public
433
+ */
434
+ export type MatchFieldType = (typeof MatchFieldType)[keyof typeof MatchFieldType];
405
435
  /**
406
436
  * @public
407
437
  * <note>
@@ -468,25 +498,35 @@ export interface FieldToMatch {
468
498
  }
469
499
  /**
470
500
  * @public
501
+ * @enum
471
502
  */
472
- export declare enum PositionalConstraint {
473
- CONTAINS = "CONTAINS",
474
- CONTAINS_WORD = "CONTAINS_WORD",
475
- ENDS_WITH = "ENDS_WITH",
476
- EXACTLY = "EXACTLY",
477
- STARTS_WITH = "STARTS_WITH"
478
- }
503
+ export declare const PositionalConstraint: {
504
+ readonly CONTAINS: "CONTAINS";
505
+ readonly CONTAINS_WORD: "CONTAINS_WORD";
506
+ readonly ENDS_WITH: "ENDS_WITH";
507
+ readonly EXACTLY: "EXACTLY";
508
+ readonly STARTS_WITH: "STARTS_WITH";
509
+ };
479
510
  /**
480
511
  * @public
481
512
  */
482
- export declare enum TextTransformation {
483
- CMD_LINE = "CMD_LINE",
484
- COMPRESS_WHITE_SPACE = "COMPRESS_WHITE_SPACE",
485
- HTML_ENTITY_DECODE = "HTML_ENTITY_DECODE",
486
- LOWERCASE = "LOWERCASE",
487
- NONE = "NONE",
488
- URL_DECODE = "URL_DECODE"
489
- }
513
+ export type PositionalConstraint = (typeof PositionalConstraint)[keyof typeof PositionalConstraint];
514
+ /**
515
+ * @public
516
+ * @enum
517
+ */
518
+ export declare const TextTransformation: {
519
+ readonly CMD_LINE: "CMD_LINE";
520
+ readonly COMPRESS_WHITE_SPACE: "COMPRESS_WHITE_SPACE";
521
+ readonly HTML_ENTITY_DECODE: "HTML_ENTITY_DECODE";
522
+ readonly LOWERCASE: "LOWERCASE";
523
+ readonly NONE: "NONE";
524
+ readonly URL_DECODE: "URL_DECODE";
525
+ };
526
+ /**
527
+ * @public
528
+ */
529
+ export type TextTransformation = (typeof TextTransformation)[keyof typeof TextTransformation];
490
530
  /**
491
531
  * @public
492
532
  * <note>
@@ -819,264 +859,274 @@ export interface CreateGeoMatchSetRequest {
819
859
  }
820
860
  /**
821
861
  * @public
822
- */
823
- export declare enum GeoMatchConstraintType {
824
- Country = "Country"
825
- }
826
- /**
827
- * @public
828
- */
829
- export declare enum GeoMatchConstraintValue {
830
- AD = "AD",
831
- AE = "AE",
832
- AF = "AF",
833
- AG = "AG",
834
- AI = "AI",
835
- AL = "AL",
836
- AM = "AM",
837
- AO = "AO",
838
- AQ = "AQ",
839
- AR = "AR",
840
- AS = "AS",
841
- AT = "AT",
842
- AU = "AU",
843
- AW = "AW",
844
- AX = "AX",
845
- AZ = "AZ",
846
- BA = "BA",
847
- BB = "BB",
848
- BD = "BD",
849
- BE = "BE",
850
- BF = "BF",
851
- BG = "BG",
852
- BH = "BH",
853
- BI = "BI",
854
- BJ = "BJ",
855
- BL = "BL",
856
- BM = "BM",
857
- BN = "BN",
858
- BO = "BO",
859
- BQ = "BQ",
860
- BR = "BR",
861
- BS = "BS",
862
- BT = "BT",
863
- BV = "BV",
864
- BW = "BW",
865
- BY = "BY",
866
- BZ = "BZ",
867
- CA = "CA",
868
- CC = "CC",
869
- CD = "CD",
870
- CF = "CF",
871
- CG = "CG",
872
- CH = "CH",
873
- CI = "CI",
874
- CK = "CK",
875
- CL = "CL",
876
- CM = "CM",
877
- CN = "CN",
878
- CO = "CO",
879
- CR = "CR",
880
- CU = "CU",
881
- CV = "CV",
882
- CW = "CW",
883
- CX = "CX",
884
- CY = "CY",
885
- CZ = "CZ",
886
- DE = "DE",
887
- DJ = "DJ",
888
- DK = "DK",
889
- DM = "DM",
890
- DO = "DO",
891
- DZ = "DZ",
892
- EC = "EC",
893
- EE = "EE",
894
- EG = "EG",
895
- EH = "EH",
896
- ER = "ER",
897
- ES = "ES",
898
- ET = "ET",
899
- FI = "FI",
900
- FJ = "FJ",
901
- FK = "FK",
902
- FM = "FM",
903
- FO = "FO",
904
- FR = "FR",
905
- GA = "GA",
906
- GB = "GB",
907
- GD = "GD",
908
- GE = "GE",
909
- GF = "GF",
910
- GG = "GG",
911
- GH = "GH",
912
- GI = "GI",
913
- GL = "GL",
914
- GM = "GM",
915
- GN = "GN",
916
- GP = "GP",
917
- GQ = "GQ",
918
- GR = "GR",
919
- GS = "GS",
920
- GT = "GT",
921
- GU = "GU",
922
- GW = "GW",
923
- GY = "GY",
924
- HK = "HK",
925
- HM = "HM",
926
- HN = "HN",
927
- HR = "HR",
928
- HT = "HT",
929
- HU = "HU",
930
- ID = "ID",
931
- IE = "IE",
932
- IL = "IL",
933
- IM = "IM",
934
- IN = "IN",
935
- IO = "IO",
936
- IQ = "IQ",
937
- IR = "IR",
938
- IS = "IS",
939
- IT = "IT",
940
- JE = "JE",
941
- JM = "JM",
942
- JO = "JO",
943
- JP = "JP",
944
- KE = "KE",
945
- KG = "KG",
946
- KH = "KH",
947
- KI = "KI",
948
- KM = "KM",
949
- KN = "KN",
950
- KP = "KP",
951
- KR = "KR",
952
- KW = "KW",
953
- KY = "KY",
954
- KZ = "KZ",
955
- LA = "LA",
956
- LB = "LB",
957
- LC = "LC",
958
- LI = "LI",
959
- LK = "LK",
960
- LR = "LR",
961
- LS = "LS",
962
- LT = "LT",
963
- LU = "LU",
964
- LV = "LV",
965
- LY = "LY",
966
- MA = "MA",
967
- MC = "MC",
968
- MD = "MD",
969
- ME = "ME",
970
- MF = "MF",
971
- MG = "MG",
972
- MH = "MH",
973
- MK = "MK",
974
- ML = "ML",
975
- MM = "MM",
976
- MN = "MN",
977
- MO = "MO",
978
- MP = "MP",
979
- MQ = "MQ",
980
- MR = "MR",
981
- MS = "MS",
982
- MT = "MT",
983
- MU = "MU",
984
- MV = "MV",
985
- MW = "MW",
986
- MX = "MX",
987
- MY = "MY",
988
- MZ = "MZ",
989
- NA = "NA",
990
- NC = "NC",
991
- NE = "NE",
992
- NF = "NF",
993
- NG = "NG",
994
- NI = "NI",
995
- NL = "NL",
996
- NO = "NO",
997
- NP = "NP",
998
- NR = "NR",
999
- NU = "NU",
1000
- NZ = "NZ",
1001
- OM = "OM",
1002
- PA = "PA",
1003
- PE = "PE",
1004
- PF = "PF",
1005
- PG = "PG",
1006
- PH = "PH",
1007
- PK = "PK",
1008
- PL = "PL",
1009
- PM = "PM",
1010
- PN = "PN",
1011
- PR = "PR",
1012
- PS = "PS",
1013
- PT = "PT",
1014
- PW = "PW",
1015
- PY = "PY",
1016
- QA = "QA",
1017
- RE = "RE",
1018
- RO = "RO",
1019
- RS = "RS",
1020
- RU = "RU",
1021
- RW = "RW",
1022
- SA = "SA",
1023
- SB = "SB",
1024
- SC = "SC",
1025
- SD = "SD",
1026
- SE = "SE",
1027
- SG = "SG",
1028
- SH = "SH",
1029
- SI = "SI",
1030
- SJ = "SJ",
1031
- SK = "SK",
1032
- SL = "SL",
1033
- SM = "SM",
1034
- SN = "SN",
1035
- SO = "SO",
1036
- SR = "SR",
1037
- SS = "SS",
1038
- ST = "ST",
1039
- SV = "SV",
1040
- SX = "SX",
1041
- SY = "SY",
1042
- SZ = "SZ",
1043
- TC = "TC",
1044
- TD = "TD",
1045
- TF = "TF",
1046
- TG = "TG",
1047
- TH = "TH",
1048
- TJ = "TJ",
1049
- TK = "TK",
1050
- TL = "TL",
1051
- TM = "TM",
1052
- TN = "TN",
1053
- TO = "TO",
1054
- TR = "TR",
1055
- TT = "TT",
1056
- TV = "TV",
1057
- TW = "TW",
1058
- TZ = "TZ",
1059
- UA = "UA",
1060
- UG = "UG",
1061
- UM = "UM",
1062
- US = "US",
1063
- UY = "UY",
1064
- UZ = "UZ",
1065
- VA = "VA",
1066
- VC = "VC",
1067
- VE = "VE",
1068
- VG = "VG",
1069
- VI = "VI",
1070
- VN = "VN",
1071
- VU = "VU",
1072
- WF = "WF",
1073
- WS = "WS",
1074
- YE = "YE",
1075
- YT = "YT",
1076
- ZA = "ZA",
1077
- ZM = "ZM",
1078
- ZW = "ZW"
1079
- }
862
+ * @enum
863
+ */
864
+ export declare const GeoMatchConstraintType: {
865
+ readonly Country: "Country";
866
+ };
867
+ /**
868
+ * @public
869
+ */
870
+ export type GeoMatchConstraintType = (typeof GeoMatchConstraintType)[keyof typeof GeoMatchConstraintType];
871
+ /**
872
+ * @public
873
+ * @enum
874
+ */
875
+ export declare const GeoMatchConstraintValue: {
876
+ readonly AD: "AD";
877
+ readonly AE: "AE";
878
+ readonly AF: "AF";
879
+ readonly AG: "AG";
880
+ readonly AI: "AI";
881
+ readonly AL: "AL";
882
+ readonly AM: "AM";
883
+ readonly AO: "AO";
884
+ readonly AQ: "AQ";
885
+ readonly AR: "AR";
886
+ readonly AS: "AS";
887
+ readonly AT: "AT";
888
+ readonly AU: "AU";
889
+ readonly AW: "AW";
890
+ readonly AX: "AX";
891
+ readonly AZ: "AZ";
892
+ readonly BA: "BA";
893
+ readonly BB: "BB";
894
+ readonly BD: "BD";
895
+ readonly BE: "BE";
896
+ readonly BF: "BF";
897
+ readonly BG: "BG";
898
+ readonly BH: "BH";
899
+ readonly BI: "BI";
900
+ readonly BJ: "BJ";
901
+ readonly BL: "BL";
902
+ readonly BM: "BM";
903
+ readonly BN: "BN";
904
+ readonly BO: "BO";
905
+ readonly BQ: "BQ";
906
+ readonly BR: "BR";
907
+ readonly BS: "BS";
908
+ readonly BT: "BT";
909
+ readonly BV: "BV";
910
+ readonly BW: "BW";
911
+ readonly BY: "BY";
912
+ readonly BZ: "BZ";
913
+ readonly CA: "CA";
914
+ readonly CC: "CC";
915
+ readonly CD: "CD";
916
+ readonly CF: "CF";
917
+ readonly CG: "CG";
918
+ readonly CH: "CH";
919
+ readonly CI: "CI";
920
+ readonly CK: "CK";
921
+ readonly CL: "CL";
922
+ readonly CM: "CM";
923
+ readonly CN: "CN";
924
+ readonly CO: "CO";
925
+ readonly CR: "CR";
926
+ readonly CU: "CU";
927
+ readonly CV: "CV";
928
+ readonly CW: "CW";
929
+ readonly CX: "CX";
930
+ readonly CY: "CY";
931
+ readonly CZ: "CZ";
932
+ readonly DE: "DE";
933
+ readonly DJ: "DJ";
934
+ readonly DK: "DK";
935
+ readonly DM: "DM";
936
+ readonly DO: "DO";
937
+ readonly DZ: "DZ";
938
+ readonly EC: "EC";
939
+ readonly EE: "EE";
940
+ readonly EG: "EG";
941
+ readonly EH: "EH";
942
+ readonly ER: "ER";
943
+ readonly ES: "ES";
944
+ readonly ET: "ET";
945
+ readonly FI: "FI";
946
+ readonly FJ: "FJ";
947
+ readonly FK: "FK";
948
+ readonly FM: "FM";
949
+ readonly FO: "FO";
950
+ readonly FR: "FR";
951
+ readonly GA: "GA";
952
+ readonly GB: "GB";
953
+ readonly GD: "GD";
954
+ readonly GE: "GE";
955
+ readonly GF: "GF";
956
+ readonly GG: "GG";
957
+ readonly GH: "GH";
958
+ readonly GI: "GI";
959
+ readonly GL: "GL";
960
+ readonly GM: "GM";
961
+ readonly GN: "GN";
962
+ readonly GP: "GP";
963
+ readonly GQ: "GQ";
964
+ readonly GR: "GR";
965
+ readonly GS: "GS";
966
+ readonly GT: "GT";
967
+ readonly GU: "GU";
968
+ readonly GW: "GW";
969
+ readonly GY: "GY";
970
+ readonly HK: "HK";
971
+ readonly HM: "HM";
972
+ readonly HN: "HN";
973
+ readonly HR: "HR";
974
+ readonly HT: "HT";
975
+ readonly HU: "HU";
976
+ readonly ID: "ID";
977
+ readonly IE: "IE";
978
+ readonly IL: "IL";
979
+ readonly IM: "IM";
980
+ readonly IN: "IN";
981
+ readonly IO: "IO";
982
+ readonly IQ: "IQ";
983
+ readonly IR: "IR";
984
+ readonly IS: "IS";
985
+ readonly IT: "IT";
986
+ readonly JE: "JE";
987
+ readonly JM: "JM";
988
+ readonly JO: "JO";
989
+ readonly JP: "JP";
990
+ readonly KE: "KE";
991
+ readonly KG: "KG";
992
+ readonly KH: "KH";
993
+ readonly KI: "KI";
994
+ readonly KM: "KM";
995
+ readonly KN: "KN";
996
+ readonly KP: "KP";
997
+ readonly KR: "KR";
998
+ readonly KW: "KW";
999
+ readonly KY: "KY";
1000
+ readonly KZ: "KZ";
1001
+ readonly LA: "LA";
1002
+ readonly LB: "LB";
1003
+ readonly LC: "LC";
1004
+ readonly LI: "LI";
1005
+ readonly LK: "LK";
1006
+ readonly LR: "LR";
1007
+ readonly LS: "LS";
1008
+ readonly LT: "LT";
1009
+ readonly LU: "LU";
1010
+ readonly LV: "LV";
1011
+ readonly LY: "LY";
1012
+ readonly MA: "MA";
1013
+ readonly MC: "MC";
1014
+ readonly MD: "MD";
1015
+ readonly ME: "ME";
1016
+ readonly MF: "MF";
1017
+ readonly MG: "MG";
1018
+ readonly MH: "MH";
1019
+ readonly MK: "MK";
1020
+ readonly ML: "ML";
1021
+ readonly MM: "MM";
1022
+ readonly MN: "MN";
1023
+ readonly MO: "MO";
1024
+ readonly MP: "MP";
1025
+ readonly MQ: "MQ";
1026
+ readonly MR: "MR";
1027
+ readonly MS: "MS";
1028
+ readonly MT: "MT";
1029
+ readonly MU: "MU";
1030
+ readonly MV: "MV";
1031
+ readonly MW: "MW";
1032
+ readonly MX: "MX";
1033
+ readonly MY: "MY";
1034
+ readonly MZ: "MZ";
1035
+ readonly NA: "NA";
1036
+ readonly NC: "NC";
1037
+ readonly NE: "NE";
1038
+ readonly NF: "NF";
1039
+ readonly NG: "NG";
1040
+ readonly NI: "NI";
1041
+ readonly NL: "NL";
1042
+ readonly NO: "NO";
1043
+ readonly NP: "NP";
1044
+ readonly NR: "NR";
1045
+ readonly NU: "NU";
1046
+ readonly NZ: "NZ";
1047
+ readonly OM: "OM";
1048
+ readonly PA: "PA";
1049
+ readonly PE: "PE";
1050
+ readonly PF: "PF";
1051
+ readonly PG: "PG";
1052
+ readonly PH: "PH";
1053
+ readonly PK: "PK";
1054
+ readonly PL: "PL";
1055
+ readonly PM: "PM";
1056
+ readonly PN: "PN";
1057
+ readonly PR: "PR";
1058
+ readonly PS: "PS";
1059
+ readonly PT: "PT";
1060
+ readonly PW: "PW";
1061
+ readonly PY: "PY";
1062
+ readonly QA: "QA";
1063
+ readonly RE: "RE";
1064
+ readonly RO: "RO";
1065
+ readonly RS: "RS";
1066
+ readonly RU: "RU";
1067
+ readonly RW: "RW";
1068
+ readonly SA: "SA";
1069
+ readonly SB: "SB";
1070
+ readonly SC: "SC";
1071
+ readonly SD: "SD";
1072
+ readonly SE: "SE";
1073
+ readonly SG: "SG";
1074
+ readonly SH: "SH";
1075
+ readonly SI: "SI";
1076
+ readonly SJ: "SJ";
1077
+ readonly SK: "SK";
1078
+ readonly SL: "SL";
1079
+ readonly SM: "SM";
1080
+ readonly SN: "SN";
1081
+ readonly SO: "SO";
1082
+ readonly SR: "SR";
1083
+ readonly SS: "SS";
1084
+ readonly ST: "ST";
1085
+ readonly SV: "SV";
1086
+ readonly SX: "SX";
1087
+ readonly SY: "SY";
1088
+ readonly SZ: "SZ";
1089
+ readonly TC: "TC";
1090
+ readonly TD: "TD";
1091
+ readonly TF: "TF";
1092
+ readonly TG: "TG";
1093
+ readonly TH: "TH";
1094
+ readonly TJ: "TJ";
1095
+ readonly TK: "TK";
1096
+ readonly TL: "TL";
1097
+ readonly TM: "TM";
1098
+ readonly TN: "TN";
1099
+ readonly TO: "TO";
1100
+ readonly TR: "TR";
1101
+ readonly TT: "TT";
1102
+ readonly TV: "TV";
1103
+ readonly TW: "TW";
1104
+ readonly TZ: "TZ";
1105
+ readonly UA: "UA";
1106
+ readonly UG: "UG";
1107
+ readonly UM: "UM";
1108
+ readonly US: "US";
1109
+ readonly UY: "UY";
1110
+ readonly UZ: "UZ";
1111
+ readonly VA: "VA";
1112
+ readonly VC: "VC";
1113
+ readonly VE: "VE";
1114
+ readonly VG: "VG";
1115
+ readonly VI: "VI";
1116
+ readonly VN: "VN";
1117
+ readonly VU: "VU";
1118
+ readonly WF: "WF";
1119
+ readonly WS: "WS";
1120
+ readonly YE: "YE";
1121
+ readonly YT: "YT";
1122
+ readonly ZA: "ZA";
1123
+ readonly ZM: "ZM";
1124
+ readonly ZW: "ZW";
1125
+ };
1126
+ /**
1127
+ * @public
1128
+ */
1129
+ export type GeoMatchConstraintValue = (typeof GeoMatchConstraintValue)[keyof typeof GeoMatchConstraintValue];
1080
1130
  /**
1081
1131
  * @public
1082
1132
  * <note>
@@ -1157,11 +1207,16 @@ export interface CreateIPSetRequest {
1157
1207
  }
1158
1208
  /**
1159
1209
  * @public
1210
+ * @enum
1160
1211
  */
1161
- export declare enum IPSetDescriptorType {
1162
- IPV4 = "IPV4",
1163
- IPV6 = "IPV6"
1164
- }
1212
+ export declare const IPSetDescriptorType: {
1213
+ readonly IPV4: "IPV4";
1214
+ readonly IPV6: "IPV6";
1215
+ };
1216
+ /**
1217
+ * @public
1218
+ */
1219
+ export type IPSetDescriptorType = (typeof IPSetDescriptorType)[keyof typeof IPSetDescriptorType];
1165
1220
  /**
1166
1221
  * @public
1167
1222
  * <note>
@@ -1258,10 +1313,15 @@ export interface CreateIPSetResponse {
1258
1313
  }
1259
1314
  /**
1260
1315
  * @public
1316
+ * @enum
1261
1317
  */
1262
- export declare enum RateKey {
1263
- IP = "IP"
1264
- }
1318
+ export declare const RateKey: {
1319
+ readonly IP: "IP";
1320
+ };
1321
+ /**
1322
+ * @public
1323
+ */
1324
+ export type RateKey = (typeof RateKey)[keyof typeof RateKey];
1265
1325
  /**
1266
1326
  * @public
1267
1327
  * <note>
@@ -1329,16 +1389,21 @@ export interface CreateRateBasedRuleRequest {
1329
1389
  }
1330
1390
  /**
1331
1391
  * @public
1392
+ * @enum
1332
1393
  */
1333
- export declare enum PredicateType {
1334
- BYTE_MATCH = "ByteMatch",
1335
- GEO_MATCH = "GeoMatch",
1336
- IP_MATCH = "IPMatch",
1337
- REGEX_MATCH = "RegexMatch",
1338
- SIZE_CONSTRAINT = "SizeConstraint",
1339
- SQL_INJECTION_MATCH = "SqlInjectionMatch",
1340
- XSS_MATCH = "XssMatch"
1341
- }
1394
+ export declare const PredicateType: {
1395
+ readonly BYTE_MATCH: "ByteMatch";
1396
+ readonly GEO_MATCH: "GeoMatch";
1397
+ readonly IP_MATCH: "IPMatch";
1398
+ readonly REGEX_MATCH: "RegexMatch";
1399
+ readonly SIZE_CONSTRAINT: "SizeConstraint";
1400
+ readonly SQL_INJECTION_MATCH: "SqlInjectionMatch";
1401
+ readonly XSS_MATCH: "XssMatch";
1402
+ };
1403
+ /**
1404
+ * @public
1405
+ */
1406
+ export type PredicateType = (typeof PredicateType)[keyof typeof PredicateType];
1342
1407
  /**
1343
1408
  * @public
1344
1409
  * <note>
@@ -1944,15 +2009,20 @@ export interface CreateSizeConstraintSetRequest {
1944
2009
  }
1945
2010
  /**
1946
2011
  * @public
2012
+ * @enum
1947
2013
  */
1948
- export declare enum ComparisonOperator {
1949
- EQ = "EQ",
1950
- GE = "GE",
1951
- GT = "GT",
1952
- LE = "LE",
1953
- LT = "LT",
1954
- NE = "NE"
1955
- }
2014
+ export declare const ComparisonOperator: {
2015
+ readonly EQ: "EQ";
2016
+ readonly GE: "GE";
2017
+ readonly GT: "GT";
2018
+ readonly LE: "LE";
2019
+ readonly LT: "LT";
2020
+ readonly NE: "NE";
2021
+ };
2022
+ /**
2023
+ * @public
2024
+ */
2025
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
1956
2026
  /**
1957
2027
  * @public
1958
2028
  * <note>
@@ -2467,16 +2537,21 @@ export interface CreateWebACLMigrationStackResponse {
2467
2537
  }
2468
2538
  /**
2469
2539
  * @public
2540
+ * @enum
2470
2541
  */
2471
- export declare enum MigrationErrorType {
2472
- ENTITY_NOT_FOUND = "ENTITY_NOT_FOUND",
2473
- ENTITY_NOT_SUPPORTED = "ENTITY_NOT_SUPPORTED",
2474
- S3_BUCKET_INVALID_REGION = "S3_BUCKET_INVALID_REGION",
2475
- S3_BUCKET_NOT_ACCESSIBLE = "S3_BUCKET_NOT_ACCESSIBLE",
2476
- S3_BUCKET_NOT_FOUND = "S3_BUCKET_NOT_FOUND",
2477
- S3_BUCKET_NO_PERMISSION = "S3_BUCKET_NO_PERMISSION",
2478
- S3_INTERNAL_ERROR = "S3_INTERNAL_ERROR"
2479
- }
2542
+ export declare const MigrationErrorType: {
2543
+ readonly ENTITY_NOT_FOUND: "ENTITY_NOT_FOUND";
2544
+ readonly ENTITY_NOT_SUPPORTED: "ENTITY_NOT_SUPPORTED";
2545
+ readonly S3_BUCKET_INVALID_REGION: "S3_BUCKET_INVALID_REGION";
2546
+ readonly S3_BUCKET_NOT_ACCESSIBLE: "S3_BUCKET_NOT_ACCESSIBLE";
2547
+ readonly S3_BUCKET_NOT_FOUND: "S3_BUCKET_NOT_FOUND";
2548
+ readonly S3_BUCKET_NO_PERMISSION: "S3_BUCKET_NO_PERMISSION";
2549
+ readonly S3_INTERNAL_ERROR: "S3_INTERNAL_ERROR";
2550
+ };
2551
+ /**
2552
+ * @public
2553
+ */
2554
+ export type MigrationErrorType = (typeof MigrationErrorType)[keyof typeof MigrationErrorType];
2480
2555
  /**
2481
2556
  * @public
2482
2557
  * <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>
@@ -3194,12 +3269,17 @@ export interface GetChangeTokenStatusRequest {
3194
3269
  }
3195
3270
  /**
3196
3271
  * @public
3272
+ * @enum
3197
3273
  */
3198
- export declare enum ChangeTokenStatus {
3199
- INSYNC = "INSYNC",
3200
- PENDING = "PENDING",
3201
- PROVISIONED = "PROVISIONED"
3202
- }
3274
+ export declare const ChangeTokenStatus: {
3275
+ readonly INSYNC: "INSYNC";
3276
+ readonly PENDING: "PENDING";
3277
+ readonly PROVISIONED: "PROVISIONED";
3278
+ };
3279
+ /**
3280
+ * @public
3281
+ */
3282
+ export type ChangeTokenStatus = (typeof ChangeTokenStatus)[keyof typeof ChangeTokenStatus];
3203
3283
  /**
3204
3284
  * @public
3205
3285
  */
@@ -4315,11 +4395,16 @@ export interface ListRegexPatternSetsResponse {
4315
4395
  }
4316
4396
  /**
4317
4397
  * @public
4398
+ * @enum
4318
4399
  */
4319
- export declare enum ResourceType {
4320
- API_GATEWAY = "API_GATEWAY",
4321
- APPLICATION_LOAD_BALANCER = "APPLICATION_LOAD_BALANCER"
4322
- }
4400
+ export declare const ResourceType: {
4401
+ readonly API_GATEWAY: "API_GATEWAY";
4402
+ readonly APPLICATION_LOAD_BALANCER: "APPLICATION_LOAD_BALANCER";
4403
+ };
4404
+ /**
4405
+ * @public
4406
+ */
4407
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
4323
4408
  /**
4324
4409
  * @public
4325
4410
  */
@@ -4900,11 +4985,16 @@ export interface UntagResourceResponse {
4900
4985
  }
4901
4986
  /**
4902
4987
  * @public
4988
+ * @enum
4903
4989
  */
4904
- export declare enum ChangeAction {
4905
- DELETE = "DELETE",
4906
- INSERT = "INSERT"
4907
- }
4990
+ export declare const ChangeAction: {
4991
+ readonly DELETE: "DELETE";
4992
+ readonly INSERT: "INSERT";
4993
+ };
4994
+ /**
4995
+ * @public
4996
+ */
4997
+ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
4908
4998
  /**
4909
4999
  * @public
4910
5000
  * <note>