@aws-sdk/client-waf 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 (81) hide show
  1. package/dist-cjs/models/models_0.js +360 -377
  2. package/dist-es/models/models_0.js +360 -377
  3. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateIPSetCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +3 -3
  7. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -3
  11. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateWebACLCommand.d.ts +4 -4
  14. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
  20. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteWebACLCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +1 -1
  30. package/dist-types/commands/GetByteMatchSetCommand.d.ts +1 -1
  31. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +1 -1
  32. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +1 -1
  33. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  34. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -1
  35. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +1 -1
  36. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +1 -1
  37. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +1 -1
  38. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +1 -1
  39. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +1 -1
  40. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  41. package/dist-types/commands/GetRuleGroupCommand.d.ts +1 -1
  42. package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -2
  43. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +1 -1
  44. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +1 -1
  45. package/dist-types/commands/GetWebACLCommand.d.ts +1 -1
  46. package/dist-types/commands/GetXssMatchSetCommand.d.ts +1 -1
  47. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +1 -1
  48. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListIPSetsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  61. package/dist-types/commands/ListWebACLsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +1 -1
  63. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +5 -5
  64. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -1
  65. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  66. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  67. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +5 -5
  68. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +4 -4
  69. package/dist-types/commands/UpdateIPSetCommand.d.ts +4 -4
  70. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +4 -4
  71. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +5 -5
  72. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -3
  73. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -4
  74. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +8 -8
  75. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +5 -5
  76. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +5 -5
  77. package/dist-types/commands/UpdateWebACLCommand.d.ts +8 -8
  78. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +5 -5
  79. package/dist-types/models/models_0.d.ts +449 -364
  80. package/dist-types/ts3.4/models/models_0.d.ts +389 -360
  81. package/package.json +34 -34
@@ -2,12 +2,17 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { WAFServiceException as __BaseException } from "./WAFServiceException";
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>
@@ -228,16 +243,21 @@ export interface CreateByteMatchSetRequest {
228
243
  }
229
244
  /**
230
245
  * @public
246
+ * @enum
231
247
  */
232
- export declare enum MatchFieldType {
233
- ALL_QUERY_ARGS = "ALL_QUERY_ARGS",
234
- BODY = "BODY",
235
- HEADER = "HEADER",
236
- METHOD = "METHOD",
237
- QUERY_STRING = "QUERY_STRING",
238
- SINGLE_QUERY_ARG = "SINGLE_QUERY_ARG",
239
- URI = "URI"
240
- }
248
+ export declare const MatchFieldType: {
249
+ readonly ALL_QUERY_ARGS: "ALL_QUERY_ARGS";
250
+ readonly BODY: "BODY";
251
+ readonly HEADER: "HEADER";
252
+ readonly METHOD: "METHOD";
253
+ readonly QUERY_STRING: "QUERY_STRING";
254
+ readonly SINGLE_QUERY_ARG: "SINGLE_QUERY_ARG";
255
+ readonly URI: "URI";
256
+ };
257
+ /**
258
+ * @public
259
+ */
260
+ export type MatchFieldType = (typeof MatchFieldType)[keyof typeof MatchFieldType];
241
261
  /**
242
262
  * @public
243
263
  * <note>
@@ -304,25 +324,35 @@ export interface FieldToMatch {
304
324
  }
305
325
  /**
306
326
  * @public
327
+ * @enum
307
328
  */
308
- export declare enum PositionalConstraint {
309
- CONTAINS = "CONTAINS",
310
- CONTAINS_WORD = "CONTAINS_WORD",
311
- ENDS_WITH = "ENDS_WITH",
312
- EXACTLY = "EXACTLY",
313
- STARTS_WITH = "STARTS_WITH"
314
- }
329
+ export declare const PositionalConstraint: {
330
+ readonly CONTAINS: "CONTAINS";
331
+ readonly CONTAINS_WORD: "CONTAINS_WORD";
332
+ readonly ENDS_WITH: "ENDS_WITH";
333
+ readonly EXACTLY: "EXACTLY";
334
+ readonly STARTS_WITH: "STARTS_WITH";
335
+ };
315
336
  /**
316
337
  * @public
317
338
  */
318
- export declare enum TextTransformation {
319
- CMD_LINE = "CMD_LINE",
320
- COMPRESS_WHITE_SPACE = "COMPRESS_WHITE_SPACE",
321
- HTML_ENTITY_DECODE = "HTML_ENTITY_DECODE",
322
- LOWERCASE = "LOWERCASE",
323
- NONE = "NONE",
324
- URL_DECODE = "URL_DECODE"
325
- }
339
+ export type PositionalConstraint = (typeof PositionalConstraint)[keyof typeof PositionalConstraint];
340
+ /**
341
+ * @public
342
+ * @enum
343
+ */
344
+ export declare const TextTransformation: {
345
+ readonly CMD_LINE: "CMD_LINE";
346
+ readonly COMPRESS_WHITE_SPACE: "COMPRESS_WHITE_SPACE";
347
+ readonly HTML_ENTITY_DECODE: "HTML_ENTITY_DECODE";
348
+ readonly LOWERCASE: "LOWERCASE";
349
+ readonly NONE: "NONE";
350
+ readonly URL_DECODE: "URL_DECODE";
351
+ };
352
+ /**
353
+ * @public
354
+ */
355
+ export type TextTransformation = (typeof TextTransformation)[keyof typeof TextTransformation];
326
356
  /**
327
357
  * @public
328
358
  * <note>
@@ -640,36 +670,46 @@ export declare class WAFInvalidAccountException extends __BaseException {
640
670
  }
641
671
  /**
642
672
  * @public
673
+ * @enum
643
674
  */
644
- export declare enum ParameterExceptionField {
645
- BYTE_MATCH_FIELD_TYPE = "BYTE_MATCH_FIELD_TYPE",
646
- BYTE_MATCH_POSITIONAL_CONSTRAINT = "BYTE_MATCH_POSITIONAL_CONSTRAINT",
647
- BYTE_MATCH_TEXT_TRANSFORMATION = "BYTE_MATCH_TEXT_TRANSFORMATION",
648
- CHANGE_ACTION = "CHANGE_ACTION",
649
- GEO_MATCH_LOCATION_TYPE = "GEO_MATCH_LOCATION_TYPE",
650
- GEO_MATCH_LOCATION_VALUE = "GEO_MATCH_LOCATION_VALUE",
651
- IPSET_TYPE = "IPSET_TYPE",
652
- NEXT_MARKER = "NEXT_MARKER",
653
- PREDICATE_TYPE = "PREDICATE_TYPE",
654
- RATE_KEY = "RATE_KEY",
655
- RESOURCE_ARN = "RESOURCE_ARN",
656
- RULE_TYPE = "RULE_TYPE",
657
- SIZE_CONSTRAINT_COMPARISON_OPERATOR = "SIZE_CONSTRAINT_COMPARISON_OPERATOR",
658
- SQL_INJECTION_MATCH_FIELD_TYPE = "SQL_INJECTION_MATCH_FIELD_TYPE",
659
- TAGS = "TAGS",
660
- TAG_KEYS = "TAG_KEYS",
661
- WAF_ACTION = "WAF_ACTION",
662
- WAF_OVERRIDE_ACTION = "WAF_OVERRIDE_ACTION"
663
- }
675
+ export declare const ParameterExceptionField: {
676
+ readonly BYTE_MATCH_FIELD_TYPE: "BYTE_MATCH_FIELD_TYPE";
677
+ readonly BYTE_MATCH_POSITIONAL_CONSTRAINT: "BYTE_MATCH_POSITIONAL_CONSTRAINT";
678
+ readonly BYTE_MATCH_TEXT_TRANSFORMATION: "BYTE_MATCH_TEXT_TRANSFORMATION";
679
+ readonly CHANGE_ACTION: "CHANGE_ACTION";
680
+ readonly GEO_MATCH_LOCATION_TYPE: "GEO_MATCH_LOCATION_TYPE";
681
+ readonly GEO_MATCH_LOCATION_VALUE: "GEO_MATCH_LOCATION_VALUE";
682
+ readonly IPSET_TYPE: "IPSET_TYPE";
683
+ readonly NEXT_MARKER: "NEXT_MARKER";
684
+ readonly PREDICATE_TYPE: "PREDICATE_TYPE";
685
+ readonly RATE_KEY: "RATE_KEY";
686
+ readonly RESOURCE_ARN: "RESOURCE_ARN";
687
+ readonly RULE_TYPE: "RULE_TYPE";
688
+ readonly SIZE_CONSTRAINT_COMPARISON_OPERATOR: "SIZE_CONSTRAINT_COMPARISON_OPERATOR";
689
+ readonly SQL_INJECTION_MATCH_FIELD_TYPE: "SQL_INJECTION_MATCH_FIELD_TYPE";
690
+ readonly TAGS: "TAGS";
691
+ readonly TAG_KEYS: "TAG_KEYS";
692
+ readonly WAF_ACTION: "WAF_ACTION";
693
+ readonly WAF_OVERRIDE_ACTION: "WAF_OVERRIDE_ACTION";
694
+ };
664
695
  /**
665
696
  * @public
666
697
  */
667
- export declare enum ParameterExceptionReason {
668
- ILLEGAL_ARGUMENT = "ILLEGAL_ARGUMENT",
669
- ILLEGAL_COMBINATION = "ILLEGAL_COMBINATION",
670
- INVALID_OPTION = "INVALID_OPTION",
671
- INVALID_TAG_KEY = "INVALID_TAG_KEY"
672
- }
698
+ export type ParameterExceptionField = (typeof ParameterExceptionField)[keyof typeof ParameterExceptionField];
699
+ /**
700
+ * @public
701
+ * @enum
702
+ */
703
+ export declare const ParameterExceptionReason: {
704
+ readonly ILLEGAL_ARGUMENT: "ILLEGAL_ARGUMENT";
705
+ readonly ILLEGAL_COMBINATION: "ILLEGAL_COMBINATION";
706
+ readonly INVALID_OPTION: "INVALID_OPTION";
707
+ readonly INVALID_TAG_KEY: "INVALID_TAG_KEY";
708
+ };
709
+ /**
710
+ * @public
711
+ */
712
+ export type ParameterExceptionReason = (typeof ParameterExceptionReason)[keyof typeof ParameterExceptionReason];
673
713
  /**
674
714
  * @public
675
715
  * <p>The operation failed because AWS WAF didn't recognize a parameter in the request. For example:</p>
@@ -763,264 +803,274 @@ export interface CreateGeoMatchSetRequest {
763
803
  }
764
804
  /**
765
805
  * @public
766
- */
767
- export declare enum GeoMatchConstraintType {
768
- Country = "Country"
769
- }
770
- /**
771
- * @public
772
- */
773
- export declare enum GeoMatchConstraintValue {
774
- AD = "AD",
775
- AE = "AE",
776
- AF = "AF",
777
- AG = "AG",
778
- AI = "AI",
779
- AL = "AL",
780
- AM = "AM",
781
- AO = "AO",
782
- AQ = "AQ",
783
- AR = "AR",
784
- AS = "AS",
785
- AT = "AT",
786
- AU = "AU",
787
- AW = "AW",
788
- AX = "AX",
789
- AZ = "AZ",
790
- BA = "BA",
791
- BB = "BB",
792
- BD = "BD",
793
- BE = "BE",
794
- BF = "BF",
795
- BG = "BG",
796
- BH = "BH",
797
- BI = "BI",
798
- BJ = "BJ",
799
- BL = "BL",
800
- BM = "BM",
801
- BN = "BN",
802
- BO = "BO",
803
- BQ = "BQ",
804
- BR = "BR",
805
- BS = "BS",
806
- BT = "BT",
807
- BV = "BV",
808
- BW = "BW",
809
- BY = "BY",
810
- BZ = "BZ",
811
- CA = "CA",
812
- CC = "CC",
813
- CD = "CD",
814
- CF = "CF",
815
- CG = "CG",
816
- CH = "CH",
817
- CI = "CI",
818
- CK = "CK",
819
- CL = "CL",
820
- CM = "CM",
821
- CN = "CN",
822
- CO = "CO",
823
- CR = "CR",
824
- CU = "CU",
825
- CV = "CV",
826
- CW = "CW",
827
- CX = "CX",
828
- CY = "CY",
829
- CZ = "CZ",
830
- DE = "DE",
831
- DJ = "DJ",
832
- DK = "DK",
833
- DM = "DM",
834
- DO = "DO",
835
- DZ = "DZ",
836
- EC = "EC",
837
- EE = "EE",
838
- EG = "EG",
839
- EH = "EH",
840
- ER = "ER",
841
- ES = "ES",
842
- ET = "ET",
843
- FI = "FI",
844
- FJ = "FJ",
845
- FK = "FK",
846
- FM = "FM",
847
- FO = "FO",
848
- FR = "FR",
849
- GA = "GA",
850
- GB = "GB",
851
- GD = "GD",
852
- GE = "GE",
853
- GF = "GF",
854
- GG = "GG",
855
- GH = "GH",
856
- GI = "GI",
857
- GL = "GL",
858
- GM = "GM",
859
- GN = "GN",
860
- GP = "GP",
861
- GQ = "GQ",
862
- GR = "GR",
863
- GS = "GS",
864
- GT = "GT",
865
- GU = "GU",
866
- GW = "GW",
867
- GY = "GY",
868
- HK = "HK",
869
- HM = "HM",
870
- HN = "HN",
871
- HR = "HR",
872
- HT = "HT",
873
- HU = "HU",
874
- ID = "ID",
875
- IE = "IE",
876
- IL = "IL",
877
- IM = "IM",
878
- IN = "IN",
879
- IO = "IO",
880
- IQ = "IQ",
881
- IR = "IR",
882
- IS = "IS",
883
- IT = "IT",
884
- JE = "JE",
885
- JM = "JM",
886
- JO = "JO",
887
- JP = "JP",
888
- KE = "KE",
889
- KG = "KG",
890
- KH = "KH",
891
- KI = "KI",
892
- KM = "KM",
893
- KN = "KN",
894
- KP = "KP",
895
- KR = "KR",
896
- KW = "KW",
897
- KY = "KY",
898
- KZ = "KZ",
899
- LA = "LA",
900
- LB = "LB",
901
- LC = "LC",
902
- LI = "LI",
903
- LK = "LK",
904
- LR = "LR",
905
- LS = "LS",
906
- LT = "LT",
907
- LU = "LU",
908
- LV = "LV",
909
- LY = "LY",
910
- MA = "MA",
911
- MC = "MC",
912
- MD = "MD",
913
- ME = "ME",
914
- MF = "MF",
915
- MG = "MG",
916
- MH = "MH",
917
- MK = "MK",
918
- ML = "ML",
919
- MM = "MM",
920
- MN = "MN",
921
- MO = "MO",
922
- MP = "MP",
923
- MQ = "MQ",
924
- MR = "MR",
925
- MS = "MS",
926
- MT = "MT",
927
- MU = "MU",
928
- MV = "MV",
929
- MW = "MW",
930
- MX = "MX",
931
- MY = "MY",
932
- MZ = "MZ",
933
- NA = "NA",
934
- NC = "NC",
935
- NE = "NE",
936
- NF = "NF",
937
- NG = "NG",
938
- NI = "NI",
939
- NL = "NL",
940
- NO = "NO",
941
- NP = "NP",
942
- NR = "NR",
943
- NU = "NU",
944
- NZ = "NZ",
945
- OM = "OM",
946
- PA = "PA",
947
- PE = "PE",
948
- PF = "PF",
949
- PG = "PG",
950
- PH = "PH",
951
- PK = "PK",
952
- PL = "PL",
953
- PM = "PM",
954
- PN = "PN",
955
- PR = "PR",
956
- PS = "PS",
957
- PT = "PT",
958
- PW = "PW",
959
- PY = "PY",
960
- QA = "QA",
961
- RE = "RE",
962
- RO = "RO",
963
- RS = "RS",
964
- RU = "RU",
965
- RW = "RW",
966
- SA = "SA",
967
- SB = "SB",
968
- SC = "SC",
969
- SD = "SD",
970
- SE = "SE",
971
- SG = "SG",
972
- SH = "SH",
973
- SI = "SI",
974
- SJ = "SJ",
975
- SK = "SK",
976
- SL = "SL",
977
- SM = "SM",
978
- SN = "SN",
979
- SO = "SO",
980
- SR = "SR",
981
- SS = "SS",
982
- ST = "ST",
983
- SV = "SV",
984
- SX = "SX",
985
- SY = "SY",
986
- SZ = "SZ",
987
- TC = "TC",
988
- TD = "TD",
989
- TF = "TF",
990
- TG = "TG",
991
- TH = "TH",
992
- TJ = "TJ",
993
- TK = "TK",
994
- TL = "TL",
995
- TM = "TM",
996
- TN = "TN",
997
- TO = "TO",
998
- TR = "TR",
999
- TT = "TT",
1000
- TV = "TV",
1001
- TW = "TW",
1002
- TZ = "TZ",
1003
- UA = "UA",
1004
- UG = "UG",
1005
- UM = "UM",
1006
- US = "US",
1007
- UY = "UY",
1008
- UZ = "UZ",
1009
- VA = "VA",
1010
- VC = "VC",
1011
- VE = "VE",
1012
- VG = "VG",
1013
- VI = "VI",
1014
- VN = "VN",
1015
- VU = "VU",
1016
- WF = "WF",
1017
- WS = "WS",
1018
- YE = "YE",
1019
- YT = "YT",
1020
- ZA = "ZA",
1021
- ZM = "ZM",
1022
- ZW = "ZW"
1023
- }
806
+ * @enum
807
+ */
808
+ export declare const GeoMatchConstraintType: {
809
+ readonly Country: "Country";
810
+ };
811
+ /**
812
+ * @public
813
+ */
814
+ export type GeoMatchConstraintType = (typeof GeoMatchConstraintType)[keyof typeof GeoMatchConstraintType];
815
+ /**
816
+ * @public
817
+ * @enum
818
+ */
819
+ export declare const GeoMatchConstraintValue: {
820
+ readonly AD: "AD";
821
+ readonly AE: "AE";
822
+ readonly AF: "AF";
823
+ readonly AG: "AG";
824
+ readonly AI: "AI";
825
+ readonly AL: "AL";
826
+ readonly AM: "AM";
827
+ readonly AO: "AO";
828
+ readonly AQ: "AQ";
829
+ readonly AR: "AR";
830
+ readonly AS: "AS";
831
+ readonly AT: "AT";
832
+ readonly AU: "AU";
833
+ readonly AW: "AW";
834
+ readonly AX: "AX";
835
+ readonly AZ: "AZ";
836
+ readonly BA: "BA";
837
+ readonly BB: "BB";
838
+ readonly BD: "BD";
839
+ readonly BE: "BE";
840
+ readonly BF: "BF";
841
+ readonly BG: "BG";
842
+ readonly BH: "BH";
843
+ readonly BI: "BI";
844
+ readonly BJ: "BJ";
845
+ readonly BL: "BL";
846
+ readonly BM: "BM";
847
+ readonly BN: "BN";
848
+ readonly BO: "BO";
849
+ readonly BQ: "BQ";
850
+ readonly BR: "BR";
851
+ readonly BS: "BS";
852
+ readonly BT: "BT";
853
+ readonly BV: "BV";
854
+ readonly BW: "BW";
855
+ readonly BY: "BY";
856
+ readonly BZ: "BZ";
857
+ readonly CA: "CA";
858
+ readonly CC: "CC";
859
+ readonly CD: "CD";
860
+ readonly CF: "CF";
861
+ readonly CG: "CG";
862
+ readonly CH: "CH";
863
+ readonly CI: "CI";
864
+ readonly CK: "CK";
865
+ readonly CL: "CL";
866
+ readonly CM: "CM";
867
+ readonly CN: "CN";
868
+ readonly CO: "CO";
869
+ readonly CR: "CR";
870
+ readonly CU: "CU";
871
+ readonly CV: "CV";
872
+ readonly CW: "CW";
873
+ readonly CX: "CX";
874
+ readonly CY: "CY";
875
+ readonly CZ: "CZ";
876
+ readonly DE: "DE";
877
+ readonly DJ: "DJ";
878
+ readonly DK: "DK";
879
+ readonly DM: "DM";
880
+ readonly DO: "DO";
881
+ readonly DZ: "DZ";
882
+ readonly EC: "EC";
883
+ readonly EE: "EE";
884
+ readonly EG: "EG";
885
+ readonly EH: "EH";
886
+ readonly ER: "ER";
887
+ readonly ES: "ES";
888
+ readonly ET: "ET";
889
+ readonly FI: "FI";
890
+ readonly FJ: "FJ";
891
+ readonly FK: "FK";
892
+ readonly FM: "FM";
893
+ readonly FO: "FO";
894
+ readonly FR: "FR";
895
+ readonly GA: "GA";
896
+ readonly GB: "GB";
897
+ readonly GD: "GD";
898
+ readonly GE: "GE";
899
+ readonly GF: "GF";
900
+ readonly GG: "GG";
901
+ readonly GH: "GH";
902
+ readonly GI: "GI";
903
+ readonly GL: "GL";
904
+ readonly GM: "GM";
905
+ readonly GN: "GN";
906
+ readonly GP: "GP";
907
+ readonly GQ: "GQ";
908
+ readonly GR: "GR";
909
+ readonly GS: "GS";
910
+ readonly GT: "GT";
911
+ readonly GU: "GU";
912
+ readonly GW: "GW";
913
+ readonly GY: "GY";
914
+ readonly HK: "HK";
915
+ readonly HM: "HM";
916
+ readonly HN: "HN";
917
+ readonly HR: "HR";
918
+ readonly HT: "HT";
919
+ readonly HU: "HU";
920
+ readonly ID: "ID";
921
+ readonly IE: "IE";
922
+ readonly IL: "IL";
923
+ readonly IM: "IM";
924
+ readonly IN: "IN";
925
+ readonly IO: "IO";
926
+ readonly IQ: "IQ";
927
+ readonly IR: "IR";
928
+ readonly IS: "IS";
929
+ readonly IT: "IT";
930
+ readonly JE: "JE";
931
+ readonly JM: "JM";
932
+ readonly JO: "JO";
933
+ readonly JP: "JP";
934
+ readonly KE: "KE";
935
+ readonly KG: "KG";
936
+ readonly KH: "KH";
937
+ readonly KI: "KI";
938
+ readonly KM: "KM";
939
+ readonly KN: "KN";
940
+ readonly KP: "KP";
941
+ readonly KR: "KR";
942
+ readonly KW: "KW";
943
+ readonly KY: "KY";
944
+ readonly KZ: "KZ";
945
+ readonly LA: "LA";
946
+ readonly LB: "LB";
947
+ readonly LC: "LC";
948
+ readonly LI: "LI";
949
+ readonly LK: "LK";
950
+ readonly LR: "LR";
951
+ readonly LS: "LS";
952
+ readonly LT: "LT";
953
+ readonly LU: "LU";
954
+ readonly LV: "LV";
955
+ readonly LY: "LY";
956
+ readonly MA: "MA";
957
+ readonly MC: "MC";
958
+ readonly MD: "MD";
959
+ readonly ME: "ME";
960
+ readonly MF: "MF";
961
+ readonly MG: "MG";
962
+ readonly MH: "MH";
963
+ readonly MK: "MK";
964
+ readonly ML: "ML";
965
+ readonly MM: "MM";
966
+ readonly MN: "MN";
967
+ readonly MO: "MO";
968
+ readonly MP: "MP";
969
+ readonly MQ: "MQ";
970
+ readonly MR: "MR";
971
+ readonly MS: "MS";
972
+ readonly MT: "MT";
973
+ readonly MU: "MU";
974
+ readonly MV: "MV";
975
+ readonly MW: "MW";
976
+ readonly MX: "MX";
977
+ readonly MY: "MY";
978
+ readonly MZ: "MZ";
979
+ readonly NA: "NA";
980
+ readonly NC: "NC";
981
+ readonly NE: "NE";
982
+ readonly NF: "NF";
983
+ readonly NG: "NG";
984
+ readonly NI: "NI";
985
+ readonly NL: "NL";
986
+ readonly NO: "NO";
987
+ readonly NP: "NP";
988
+ readonly NR: "NR";
989
+ readonly NU: "NU";
990
+ readonly NZ: "NZ";
991
+ readonly OM: "OM";
992
+ readonly PA: "PA";
993
+ readonly PE: "PE";
994
+ readonly PF: "PF";
995
+ readonly PG: "PG";
996
+ readonly PH: "PH";
997
+ readonly PK: "PK";
998
+ readonly PL: "PL";
999
+ readonly PM: "PM";
1000
+ readonly PN: "PN";
1001
+ readonly PR: "PR";
1002
+ readonly PS: "PS";
1003
+ readonly PT: "PT";
1004
+ readonly PW: "PW";
1005
+ readonly PY: "PY";
1006
+ readonly QA: "QA";
1007
+ readonly RE: "RE";
1008
+ readonly RO: "RO";
1009
+ readonly RS: "RS";
1010
+ readonly RU: "RU";
1011
+ readonly RW: "RW";
1012
+ readonly SA: "SA";
1013
+ readonly SB: "SB";
1014
+ readonly SC: "SC";
1015
+ readonly SD: "SD";
1016
+ readonly SE: "SE";
1017
+ readonly SG: "SG";
1018
+ readonly SH: "SH";
1019
+ readonly SI: "SI";
1020
+ readonly SJ: "SJ";
1021
+ readonly SK: "SK";
1022
+ readonly SL: "SL";
1023
+ readonly SM: "SM";
1024
+ readonly SN: "SN";
1025
+ readonly SO: "SO";
1026
+ readonly SR: "SR";
1027
+ readonly SS: "SS";
1028
+ readonly ST: "ST";
1029
+ readonly SV: "SV";
1030
+ readonly SX: "SX";
1031
+ readonly SY: "SY";
1032
+ readonly SZ: "SZ";
1033
+ readonly TC: "TC";
1034
+ readonly TD: "TD";
1035
+ readonly TF: "TF";
1036
+ readonly TG: "TG";
1037
+ readonly TH: "TH";
1038
+ readonly TJ: "TJ";
1039
+ readonly TK: "TK";
1040
+ readonly TL: "TL";
1041
+ readonly TM: "TM";
1042
+ readonly TN: "TN";
1043
+ readonly TO: "TO";
1044
+ readonly TR: "TR";
1045
+ readonly TT: "TT";
1046
+ readonly TV: "TV";
1047
+ readonly TW: "TW";
1048
+ readonly TZ: "TZ";
1049
+ readonly UA: "UA";
1050
+ readonly UG: "UG";
1051
+ readonly UM: "UM";
1052
+ readonly US: "US";
1053
+ readonly UY: "UY";
1054
+ readonly UZ: "UZ";
1055
+ readonly VA: "VA";
1056
+ readonly VC: "VC";
1057
+ readonly VE: "VE";
1058
+ readonly VG: "VG";
1059
+ readonly VI: "VI";
1060
+ readonly VN: "VN";
1061
+ readonly VU: "VU";
1062
+ readonly WF: "WF";
1063
+ readonly WS: "WS";
1064
+ readonly YE: "YE";
1065
+ readonly YT: "YT";
1066
+ readonly ZA: "ZA";
1067
+ readonly ZM: "ZM";
1068
+ readonly ZW: "ZW";
1069
+ };
1070
+ /**
1071
+ * @public
1072
+ */
1073
+ export type GeoMatchConstraintValue = (typeof GeoMatchConstraintValue)[keyof typeof GeoMatchConstraintValue];
1024
1074
  /**
1025
1075
  * @public
1026
1076
  * <note>
@@ -1101,11 +1151,16 @@ export interface CreateIPSetRequest {
1101
1151
  }
1102
1152
  /**
1103
1153
  * @public
1154
+ * @enum
1104
1155
  */
1105
- export declare enum IPSetDescriptorType {
1106
- IPV4 = "IPV4",
1107
- IPV6 = "IPV6"
1108
- }
1156
+ export declare const IPSetDescriptorType: {
1157
+ readonly IPV4: "IPV4";
1158
+ readonly IPV6: "IPV6";
1159
+ };
1160
+ /**
1161
+ * @public
1162
+ */
1163
+ export type IPSetDescriptorType = (typeof IPSetDescriptorType)[keyof typeof IPSetDescriptorType];
1109
1164
  /**
1110
1165
  * @public
1111
1166
  * <note>
@@ -1202,10 +1257,15 @@ export interface CreateIPSetResponse {
1202
1257
  }
1203
1258
  /**
1204
1259
  * @public
1260
+ * @enum
1205
1261
  */
1206
- export declare enum RateKey {
1207
- IP = "IP"
1208
- }
1262
+ export declare const RateKey: {
1263
+ readonly IP: "IP";
1264
+ };
1265
+ /**
1266
+ * @public
1267
+ */
1268
+ export type RateKey = (typeof RateKey)[keyof typeof RateKey];
1209
1269
  /**
1210
1270
  * @public
1211
1271
  * <note>
@@ -1273,16 +1333,21 @@ export interface CreateRateBasedRuleRequest {
1273
1333
  }
1274
1334
  /**
1275
1335
  * @public
1336
+ * @enum
1276
1337
  */
1277
- export declare enum PredicateType {
1278
- BYTE_MATCH = "ByteMatch",
1279
- GEO_MATCH = "GeoMatch",
1280
- IP_MATCH = "IPMatch",
1281
- REGEX_MATCH = "RegexMatch",
1282
- SIZE_CONSTRAINT = "SizeConstraint",
1283
- SQL_INJECTION_MATCH = "SqlInjectionMatch",
1284
- XSS_MATCH = "XssMatch"
1285
- }
1338
+ export declare const PredicateType: {
1339
+ readonly BYTE_MATCH: "ByteMatch";
1340
+ readonly GEO_MATCH: "GeoMatch";
1341
+ readonly IP_MATCH: "IPMatch";
1342
+ readonly REGEX_MATCH: "RegexMatch";
1343
+ readonly SIZE_CONSTRAINT: "SizeConstraint";
1344
+ readonly SQL_INJECTION_MATCH: "SqlInjectionMatch";
1345
+ readonly XSS_MATCH: "XssMatch";
1346
+ };
1347
+ /**
1348
+ * @public
1349
+ */
1350
+ export type PredicateType = (typeof PredicateType)[keyof typeof PredicateType];
1286
1351
  /**
1287
1352
  * @public
1288
1353
  * <note>
@@ -1888,15 +1953,20 @@ export interface CreateSizeConstraintSetRequest {
1888
1953
  }
1889
1954
  /**
1890
1955
  * @public
1956
+ * @enum
1891
1957
  */
1892
- export declare enum ComparisonOperator {
1893
- EQ = "EQ",
1894
- GE = "GE",
1895
- GT = "GT",
1896
- LE = "LE",
1897
- LT = "LT",
1898
- NE = "NE"
1899
- }
1958
+ export declare const ComparisonOperator: {
1959
+ readonly EQ: "EQ";
1960
+ readonly GE: "GE";
1961
+ readonly GT: "GT";
1962
+ readonly LE: "LE";
1963
+ readonly LT: "LT";
1964
+ readonly NE: "NE";
1965
+ };
1966
+ /**
1967
+ * @public
1968
+ */
1969
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
1900
1970
  /**
1901
1971
  * @public
1902
1972
  * <note>
@@ -2411,16 +2481,21 @@ export interface CreateWebACLMigrationStackResponse {
2411
2481
  }
2412
2482
  /**
2413
2483
  * @public
2484
+ * @enum
2414
2485
  */
2415
- export declare enum MigrationErrorType {
2416
- ENTITY_NOT_FOUND = "ENTITY_NOT_FOUND",
2417
- ENTITY_NOT_SUPPORTED = "ENTITY_NOT_SUPPORTED",
2418
- S3_BUCKET_INVALID_REGION = "S3_BUCKET_INVALID_REGION",
2419
- S3_BUCKET_NOT_ACCESSIBLE = "S3_BUCKET_NOT_ACCESSIBLE",
2420
- S3_BUCKET_NOT_FOUND = "S3_BUCKET_NOT_FOUND",
2421
- S3_BUCKET_NO_PERMISSION = "S3_BUCKET_NO_PERMISSION",
2422
- S3_INTERNAL_ERROR = "S3_INTERNAL_ERROR"
2423
- }
2486
+ export declare const MigrationErrorType: {
2487
+ readonly ENTITY_NOT_FOUND: "ENTITY_NOT_FOUND";
2488
+ readonly ENTITY_NOT_SUPPORTED: "ENTITY_NOT_SUPPORTED";
2489
+ readonly S3_BUCKET_INVALID_REGION: "S3_BUCKET_INVALID_REGION";
2490
+ readonly S3_BUCKET_NOT_ACCESSIBLE: "S3_BUCKET_NOT_ACCESSIBLE";
2491
+ readonly S3_BUCKET_NOT_FOUND: "S3_BUCKET_NOT_FOUND";
2492
+ readonly S3_BUCKET_NO_PERMISSION: "S3_BUCKET_NO_PERMISSION";
2493
+ readonly S3_INTERNAL_ERROR: "S3_INTERNAL_ERROR";
2494
+ };
2495
+ /**
2496
+ * @public
2497
+ */
2498
+ export type MigrationErrorType = (typeof MigrationErrorType)[keyof typeof MigrationErrorType];
2424
2499
  /**
2425
2500
  * @public
2426
2501
  * <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>
@@ -3123,12 +3198,17 @@ export interface GetChangeTokenStatusRequest {
3123
3198
  }
3124
3199
  /**
3125
3200
  * @public
3201
+ * @enum
3126
3202
  */
3127
- export declare enum ChangeTokenStatus {
3128
- INSYNC = "INSYNC",
3129
- PENDING = "PENDING",
3130
- PROVISIONED = "PROVISIONED"
3131
- }
3203
+ export declare const ChangeTokenStatus: {
3204
+ readonly INSYNC: "INSYNC";
3205
+ readonly PENDING: "PENDING";
3206
+ readonly PROVISIONED: "PROVISIONED";
3207
+ };
3208
+ /**
3209
+ * @public
3210
+ */
3211
+ export type ChangeTokenStatus = (typeof ChangeTokenStatus)[keyof typeof ChangeTokenStatus];
3132
3212
  /**
3133
3213
  * @public
3134
3214
  */
@@ -4769,11 +4849,16 @@ export interface UntagResourceResponse {
4769
4849
  }
4770
4850
  /**
4771
4851
  * @public
4852
+ * @enum
4772
4853
  */
4773
- export declare enum ChangeAction {
4774
- DELETE = "DELETE",
4775
- INSERT = "INSERT"
4776
- }
4854
+ export declare const ChangeAction: {
4855
+ readonly DELETE: "DELETE";
4856
+ readonly INSERT: "INSERT";
4857
+ };
4858
+ /**
4859
+ * @public
4860
+ */
4861
+ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
4777
4862
  /**
4778
4863
  * @public
4779
4864
  * <note>