@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,50 +2,44 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WAFSubscriptionNotFoundException = exports.WAFInvalidRegexPatternException = exports.WAFNonexistentContainerException = exports.ChangeAction = exports.WAFInvalidPermissionPolicyException = exports.WAFServiceLinkedRoleErrorException = exports.ChangeTokenStatus = exports.WAFReferencedItemException = exports.WAFNonEmptyEntityException = exports.WAFNonexistentItemException = exports.WAFInvalidOperationException = exports.WAFEntityMigrationException = exports.MigrationErrorType = exports.ComparisonOperator = exports.WAFTagOperationInternalErrorException = exports.WAFTagOperationException = exports.WAFBadRequestException = exports.PredicateType = exports.RateKey = exports.IPSetDescriptorType = exports.GeoMatchConstraintValue = exports.GeoMatchConstraintType = exports.WAFStaleDataException = exports.WAFLimitsExceededException = exports.WAFInvalidParameterException = exports.ParameterExceptionReason = exports.ParameterExceptionField = exports.WAFInvalidAccountException = exports.WAFInternalErrorException = exports.WAFDisallowedNameException = exports.TextTransformation = exports.PositionalConstraint = exports.MatchFieldType = exports.WafRuleType = exports.WafOverrideActionType = exports.WafActionType = void 0;
4
4
  const WAFServiceException_1 = require("./WAFServiceException");
5
- var WafActionType;
6
- (function (WafActionType) {
7
- WafActionType["ALLOW"] = "ALLOW";
8
- WafActionType["BLOCK"] = "BLOCK";
9
- WafActionType["COUNT"] = "COUNT";
10
- })(WafActionType = exports.WafActionType || (exports.WafActionType = {}));
11
- var WafOverrideActionType;
12
- (function (WafOverrideActionType) {
13
- WafOverrideActionType["COUNT"] = "COUNT";
14
- WafOverrideActionType["NONE"] = "NONE";
15
- })(WafOverrideActionType = exports.WafOverrideActionType || (exports.WafOverrideActionType = {}));
16
- var WafRuleType;
17
- (function (WafRuleType) {
18
- WafRuleType["GROUP"] = "GROUP";
19
- WafRuleType["RATE_BASED"] = "RATE_BASED";
20
- WafRuleType["REGULAR"] = "REGULAR";
21
- })(WafRuleType = exports.WafRuleType || (exports.WafRuleType = {}));
22
- var MatchFieldType;
23
- (function (MatchFieldType) {
24
- MatchFieldType["ALL_QUERY_ARGS"] = "ALL_QUERY_ARGS";
25
- MatchFieldType["BODY"] = "BODY";
26
- MatchFieldType["HEADER"] = "HEADER";
27
- MatchFieldType["METHOD"] = "METHOD";
28
- MatchFieldType["QUERY_STRING"] = "QUERY_STRING";
29
- MatchFieldType["SINGLE_QUERY_ARG"] = "SINGLE_QUERY_ARG";
30
- MatchFieldType["URI"] = "URI";
31
- })(MatchFieldType = exports.MatchFieldType || (exports.MatchFieldType = {}));
32
- var PositionalConstraint;
33
- (function (PositionalConstraint) {
34
- PositionalConstraint["CONTAINS"] = "CONTAINS";
35
- PositionalConstraint["CONTAINS_WORD"] = "CONTAINS_WORD";
36
- PositionalConstraint["ENDS_WITH"] = "ENDS_WITH";
37
- PositionalConstraint["EXACTLY"] = "EXACTLY";
38
- PositionalConstraint["STARTS_WITH"] = "STARTS_WITH";
39
- })(PositionalConstraint = exports.PositionalConstraint || (exports.PositionalConstraint = {}));
40
- var TextTransformation;
41
- (function (TextTransformation) {
42
- TextTransformation["CMD_LINE"] = "CMD_LINE";
43
- TextTransformation["COMPRESS_WHITE_SPACE"] = "COMPRESS_WHITE_SPACE";
44
- TextTransformation["HTML_ENTITY_DECODE"] = "HTML_ENTITY_DECODE";
45
- TextTransformation["LOWERCASE"] = "LOWERCASE";
46
- TextTransformation["NONE"] = "NONE";
47
- TextTransformation["URL_DECODE"] = "URL_DECODE";
48
- })(TextTransformation = exports.TextTransformation || (exports.TextTransformation = {}));
5
+ exports.WafActionType = {
6
+ ALLOW: "ALLOW",
7
+ BLOCK: "BLOCK",
8
+ COUNT: "COUNT",
9
+ };
10
+ exports.WafOverrideActionType = {
11
+ COUNT: "COUNT",
12
+ NONE: "NONE",
13
+ };
14
+ exports.WafRuleType = {
15
+ GROUP: "GROUP",
16
+ RATE_BASED: "RATE_BASED",
17
+ REGULAR: "REGULAR",
18
+ };
19
+ exports.MatchFieldType = {
20
+ ALL_QUERY_ARGS: "ALL_QUERY_ARGS",
21
+ BODY: "BODY",
22
+ HEADER: "HEADER",
23
+ METHOD: "METHOD",
24
+ QUERY_STRING: "QUERY_STRING",
25
+ SINGLE_QUERY_ARG: "SINGLE_QUERY_ARG",
26
+ URI: "URI",
27
+ };
28
+ exports.PositionalConstraint = {
29
+ CONTAINS: "CONTAINS",
30
+ CONTAINS_WORD: "CONTAINS_WORD",
31
+ ENDS_WITH: "ENDS_WITH",
32
+ EXACTLY: "EXACTLY",
33
+ STARTS_WITH: "STARTS_WITH",
34
+ };
35
+ exports.TextTransformation = {
36
+ CMD_LINE: "CMD_LINE",
37
+ COMPRESS_WHITE_SPACE: "COMPRESS_WHITE_SPACE",
38
+ HTML_ENTITY_DECODE: "HTML_ENTITY_DECODE",
39
+ LOWERCASE: "LOWERCASE",
40
+ NONE: "NONE",
41
+ URL_DECODE: "URL_DECODE",
42
+ };
49
43
  class WAFDisallowedNameException extends WAFServiceException_1.WAFServiceException {
50
44
  constructor(opts) {
51
45
  super({
@@ -85,34 +79,32 @@ class WAFInvalidAccountException extends WAFServiceException_1.WAFServiceExcepti
85
79
  }
86
80
  }
87
81
  exports.WAFInvalidAccountException = WAFInvalidAccountException;
88
- var ParameterExceptionField;
89
- (function (ParameterExceptionField) {
90
- ParameterExceptionField["BYTE_MATCH_FIELD_TYPE"] = "BYTE_MATCH_FIELD_TYPE";
91
- ParameterExceptionField["BYTE_MATCH_POSITIONAL_CONSTRAINT"] = "BYTE_MATCH_POSITIONAL_CONSTRAINT";
92
- ParameterExceptionField["BYTE_MATCH_TEXT_TRANSFORMATION"] = "BYTE_MATCH_TEXT_TRANSFORMATION";
93
- ParameterExceptionField["CHANGE_ACTION"] = "CHANGE_ACTION";
94
- ParameterExceptionField["GEO_MATCH_LOCATION_TYPE"] = "GEO_MATCH_LOCATION_TYPE";
95
- ParameterExceptionField["GEO_MATCH_LOCATION_VALUE"] = "GEO_MATCH_LOCATION_VALUE";
96
- ParameterExceptionField["IPSET_TYPE"] = "IPSET_TYPE";
97
- ParameterExceptionField["NEXT_MARKER"] = "NEXT_MARKER";
98
- ParameterExceptionField["PREDICATE_TYPE"] = "PREDICATE_TYPE";
99
- ParameterExceptionField["RATE_KEY"] = "RATE_KEY";
100
- ParameterExceptionField["RESOURCE_ARN"] = "RESOURCE_ARN";
101
- ParameterExceptionField["RULE_TYPE"] = "RULE_TYPE";
102
- ParameterExceptionField["SIZE_CONSTRAINT_COMPARISON_OPERATOR"] = "SIZE_CONSTRAINT_COMPARISON_OPERATOR";
103
- ParameterExceptionField["SQL_INJECTION_MATCH_FIELD_TYPE"] = "SQL_INJECTION_MATCH_FIELD_TYPE";
104
- ParameterExceptionField["TAGS"] = "TAGS";
105
- ParameterExceptionField["TAG_KEYS"] = "TAG_KEYS";
106
- ParameterExceptionField["WAF_ACTION"] = "WAF_ACTION";
107
- ParameterExceptionField["WAF_OVERRIDE_ACTION"] = "WAF_OVERRIDE_ACTION";
108
- })(ParameterExceptionField = exports.ParameterExceptionField || (exports.ParameterExceptionField = {}));
109
- var ParameterExceptionReason;
110
- (function (ParameterExceptionReason) {
111
- ParameterExceptionReason["ILLEGAL_ARGUMENT"] = "ILLEGAL_ARGUMENT";
112
- ParameterExceptionReason["ILLEGAL_COMBINATION"] = "ILLEGAL_COMBINATION";
113
- ParameterExceptionReason["INVALID_OPTION"] = "INVALID_OPTION";
114
- ParameterExceptionReason["INVALID_TAG_KEY"] = "INVALID_TAG_KEY";
115
- })(ParameterExceptionReason = exports.ParameterExceptionReason || (exports.ParameterExceptionReason = {}));
82
+ exports.ParameterExceptionField = {
83
+ BYTE_MATCH_FIELD_TYPE: "BYTE_MATCH_FIELD_TYPE",
84
+ BYTE_MATCH_POSITIONAL_CONSTRAINT: "BYTE_MATCH_POSITIONAL_CONSTRAINT",
85
+ BYTE_MATCH_TEXT_TRANSFORMATION: "BYTE_MATCH_TEXT_TRANSFORMATION",
86
+ CHANGE_ACTION: "CHANGE_ACTION",
87
+ GEO_MATCH_LOCATION_TYPE: "GEO_MATCH_LOCATION_TYPE",
88
+ GEO_MATCH_LOCATION_VALUE: "GEO_MATCH_LOCATION_VALUE",
89
+ IPSET_TYPE: "IPSET_TYPE",
90
+ NEXT_MARKER: "NEXT_MARKER",
91
+ PREDICATE_TYPE: "PREDICATE_TYPE",
92
+ RATE_KEY: "RATE_KEY",
93
+ RESOURCE_ARN: "RESOURCE_ARN",
94
+ RULE_TYPE: "RULE_TYPE",
95
+ SIZE_CONSTRAINT_COMPARISON_OPERATOR: "SIZE_CONSTRAINT_COMPARISON_OPERATOR",
96
+ SQL_INJECTION_MATCH_FIELD_TYPE: "SQL_INJECTION_MATCH_FIELD_TYPE",
97
+ TAGS: "TAGS",
98
+ TAG_KEYS: "TAG_KEYS",
99
+ WAF_ACTION: "WAF_ACTION",
100
+ WAF_OVERRIDE_ACTION: "WAF_OVERRIDE_ACTION",
101
+ };
102
+ exports.ParameterExceptionReason = {
103
+ ILLEGAL_ARGUMENT: "ILLEGAL_ARGUMENT",
104
+ ILLEGAL_COMBINATION: "ILLEGAL_COMBINATION",
105
+ INVALID_OPTION: "INVALID_OPTION",
106
+ INVALID_TAG_KEY: "INVALID_TAG_KEY",
107
+ };
116
108
  class WAFInvalidParameterException extends WAFServiceException_1.WAFServiceException {
117
109
  constructor(opts) {
118
110
  super({
@@ -155,281 +147,276 @@ class WAFStaleDataException extends WAFServiceException_1.WAFServiceException {
155
147
  }
156
148
  }
157
149
  exports.WAFStaleDataException = WAFStaleDataException;
158
- var GeoMatchConstraintType;
159
- (function (GeoMatchConstraintType) {
160
- GeoMatchConstraintType["Country"] = "Country";
161
- })(GeoMatchConstraintType = exports.GeoMatchConstraintType || (exports.GeoMatchConstraintType = {}));
162
- var GeoMatchConstraintValue;
163
- (function (GeoMatchConstraintValue) {
164
- GeoMatchConstraintValue["AD"] = "AD";
165
- GeoMatchConstraintValue["AE"] = "AE";
166
- GeoMatchConstraintValue["AF"] = "AF";
167
- GeoMatchConstraintValue["AG"] = "AG";
168
- GeoMatchConstraintValue["AI"] = "AI";
169
- GeoMatchConstraintValue["AL"] = "AL";
170
- GeoMatchConstraintValue["AM"] = "AM";
171
- GeoMatchConstraintValue["AO"] = "AO";
172
- GeoMatchConstraintValue["AQ"] = "AQ";
173
- GeoMatchConstraintValue["AR"] = "AR";
174
- GeoMatchConstraintValue["AS"] = "AS";
175
- GeoMatchConstraintValue["AT"] = "AT";
176
- GeoMatchConstraintValue["AU"] = "AU";
177
- GeoMatchConstraintValue["AW"] = "AW";
178
- GeoMatchConstraintValue["AX"] = "AX";
179
- GeoMatchConstraintValue["AZ"] = "AZ";
180
- GeoMatchConstraintValue["BA"] = "BA";
181
- GeoMatchConstraintValue["BB"] = "BB";
182
- GeoMatchConstraintValue["BD"] = "BD";
183
- GeoMatchConstraintValue["BE"] = "BE";
184
- GeoMatchConstraintValue["BF"] = "BF";
185
- GeoMatchConstraintValue["BG"] = "BG";
186
- GeoMatchConstraintValue["BH"] = "BH";
187
- GeoMatchConstraintValue["BI"] = "BI";
188
- GeoMatchConstraintValue["BJ"] = "BJ";
189
- GeoMatchConstraintValue["BL"] = "BL";
190
- GeoMatchConstraintValue["BM"] = "BM";
191
- GeoMatchConstraintValue["BN"] = "BN";
192
- GeoMatchConstraintValue["BO"] = "BO";
193
- GeoMatchConstraintValue["BQ"] = "BQ";
194
- GeoMatchConstraintValue["BR"] = "BR";
195
- GeoMatchConstraintValue["BS"] = "BS";
196
- GeoMatchConstraintValue["BT"] = "BT";
197
- GeoMatchConstraintValue["BV"] = "BV";
198
- GeoMatchConstraintValue["BW"] = "BW";
199
- GeoMatchConstraintValue["BY"] = "BY";
200
- GeoMatchConstraintValue["BZ"] = "BZ";
201
- GeoMatchConstraintValue["CA"] = "CA";
202
- GeoMatchConstraintValue["CC"] = "CC";
203
- GeoMatchConstraintValue["CD"] = "CD";
204
- GeoMatchConstraintValue["CF"] = "CF";
205
- GeoMatchConstraintValue["CG"] = "CG";
206
- GeoMatchConstraintValue["CH"] = "CH";
207
- GeoMatchConstraintValue["CI"] = "CI";
208
- GeoMatchConstraintValue["CK"] = "CK";
209
- GeoMatchConstraintValue["CL"] = "CL";
210
- GeoMatchConstraintValue["CM"] = "CM";
211
- GeoMatchConstraintValue["CN"] = "CN";
212
- GeoMatchConstraintValue["CO"] = "CO";
213
- GeoMatchConstraintValue["CR"] = "CR";
214
- GeoMatchConstraintValue["CU"] = "CU";
215
- GeoMatchConstraintValue["CV"] = "CV";
216
- GeoMatchConstraintValue["CW"] = "CW";
217
- GeoMatchConstraintValue["CX"] = "CX";
218
- GeoMatchConstraintValue["CY"] = "CY";
219
- GeoMatchConstraintValue["CZ"] = "CZ";
220
- GeoMatchConstraintValue["DE"] = "DE";
221
- GeoMatchConstraintValue["DJ"] = "DJ";
222
- GeoMatchConstraintValue["DK"] = "DK";
223
- GeoMatchConstraintValue["DM"] = "DM";
224
- GeoMatchConstraintValue["DO"] = "DO";
225
- GeoMatchConstraintValue["DZ"] = "DZ";
226
- GeoMatchConstraintValue["EC"] = "EC";
227
- GeoMatchConstraintValue["EE"] = "EE";
228
- GeoMatchConstraintValue["EG"] = "EG";
229
- GeoMatchConstraintValue["EH"] = "EH";
230
- GeoMatchConstraintValue["ER"] = "ER";
231
- GeoMatchConstraintValue["ES"] = "ES";
232
- GeoMatchConstraintValue["ET"] = "ET";
233
- GeoMatchConstraintValue["FI"] = "FI";
234
- GeoMatchConstraintValue["FJ"] = "FJ";
235
- GeoMatchConstraintValue["FK"] = "FK";
236
- GeoMatchConstraintValue["FM"] = "FM";
237
- GeoMatchConstraintValue["FO"] = "FO";
238
- GeoMatchConstraintValue["FR"] = "FR";
239
- GeoMatchConstraintValue["GA"] = "GA";
240
- GeoMatchConstraintValue["GB"] = "GB";
241
- GeoMatchConstraintValue["GD"] = "GD";
242
- GeoMatchConstraintValue["GE"] = "GE";
243
- GeoMatchConstraintValue["GF"] = "GF";
244
- GeoMatchConstraintValue["GG"] = "GG";
245
- GeoMatchConstraintValue["GH"] = "GH";
246
- GeoMatchConstraintValue["GI"] = "GI";
247
- GeoMatchConstraintValue["GL"] = "GL";
248
- GeoMatchConstraintValue["GM"] = "GM";
249
- GeoMatchConstraintValue["GN"] = "GN";
250
- GeoMatchConstraintValue["GP"] = "GP";
251
- GeoMatchConstraintValue["GQ"] = "GQ";
252
- GeoMatchConstraintValue["GR"] = "GR";
253
- GeoMatchConstraintValue["GS"] = "GS";
254
- GeoMatchConstraintValue["GT"] = "GT";
255
- GeoMatchConstraintValue["GU"] = "GU";
256
- GeoMatchConstraintValue["GW"] = "GW";
257
- GeoMatchConstraintValue["GY"] = "GY";
258
- GeoMatchConstraintValue["HK"] = "HK";
259
- GeoMatchConstraintValue["HM"] = "HM";
260
- GeoMatchConstraintValue["HN"] = "HN";
261
- GeoMatchConstraintValue["HR"] = "HR";
262
- GeoMatchConstraintValue["HT"] = "HT";
263
- GeoMatchConstraintValue["HU"] = "HU";
264
- GeoMatchConstraintValue["ID"] = "ID";
265
- GeoMatchConstraintValue["IE"] = "IE";
266
- GeoMatchConstraintValue["IL"] = "IL";
267
- GeoMatchConstraintValue["IM"] = "IM";
268
- GeoMatchConstraintValue["IN"] = "IN";
269
- GeoMatchConstraintValue["IO"] = "IO";
270
- GeoMatchConstraintValue["IQ"] = "IQ";
271
- GeoMatchConstraintValue["IR"] = "IR";
272
- GeoMatchConstraintValue["IS"] = "IS";
273
- GeoMatchConstraintValue["IT"] = "IT";
274
- GeoMatchConstraintValue["JE"] = "JE";
275
- GeoMatchConstraintValue["JM"] = "JM";
276
- GeoMatchConstraintValue["JO"] = "JO";
277
- GeoMatchConstraintValue["JP"] = "JP";
278
- GeoMatchConstraintValue["KE"] = "KE";
279
- GeoMatchConstraintValue["KG"] = "KG";
280
- GeoMatchConstraintValue["KH"] = "KH";
281
- GeoMatchConstraintValue["KI"] = "KI";
282
- GeoMatchConstraintValue["KM"] = "KM";
283
- GeoMatchConstraintValue["KN"] = "KN";
284
- GeoMatchConstraintValue["KP"] = "KP";
285
- GeoMatchConstraintValue["KR"] = "KR";
286
- GeoMatchConstraintValue["KW"] = "KW";
287
- GeoMatchConstraintValue["KY"] = "KY";
288
- GeoMatchConstraintValue["KZ"] = "KZ";
289
- GeoMatchConstraintValue["LA"] = "LA";
290
- GeoMatchConstraintValue["LB"] = "LB";
291
- GeoMatchConstraintValue["LC"] = "LC";
292
- GeoMatchConstraintValue["LI"] = "LI";
293
- GeoMatchConstraintValue["LK"] = "LK";
294
- GeoMatchConstraintValue["LR"] = "LR";
295
- GeoMatchConstraintValue["LS"] = "LS";
296
- GeoMatchConstraintValue["LT"] = "LT";
297
- GeoMatchConstraintValue["LU"] = "LU";
298
- GeoMatchConstraintValue["LV"] = "LV";
299
- GeoMatchConstraintValue["LY"] = "LY";
300
- GeoMatchConstraintValue["MA"] = "MA";
301
- GeoMatchConstraintValue["MC"] = "MC";
302
- GeoMatchConstraintValue["MD"] = "MD";
303
- GeoMatchConstraintValue["ME"] = "ME";
304
- GeoMatchConstraintValue["MF"] = "MF";
305
- GeoMatchConstraintValue["MG"] = "MG";
306
- GeoMatchConstraintValue["MH"] = "MH";
307
- GeoMatchConstraintValue["MK"] = "MK";
308
- GeoMatchConstraintValue["ML"] = "ML";
309
- GeoMatchConstraintValue["MM"] = "MM";
310
- GeoMatchConstraintValue["MN"] = "MN";
311
- GeoMatchConstraintValue["MO"] = "MO";
312
- GeoMatchConstraintValue["MP"] = "MP";
313
- GeoMatchConstraintValue["MQ"] = "MQ";
314
- GeoMatchConstraintValue["MR"] = "MR";
315
- GeoMatchConstraintValue["MS"] = "MS";
316
- GeoMatchConstraintValue["MT"] = "MT";
317
- GeoMatchConstraintValue["MU"] = "MU";
318
- GeoMatchConstraintValue["MV"] = "MV";
319
- GeoMatchConstraintValue["MW"] = "MW";
320
- GeoMatchConstraintValue["MX"] = "MX";
321
- GeoMatchConstraintValue["MY"] = "MY";
322
- GeoMatchConstraintValue["MZ"] = "MZ";
323
- GeoMatchConstraintValue["NA"] = "NA";
324
- GeoMatchConstraintValue["NC"] = "NC";
325
- GeoMatchConstraintValue["NE"] = "NE";
326
- GeoMatchConstraintValue["NF"] = "NF";
327
- GeoMatchConstraintValue["NG"] = "NG";
328
- GeoMatchConstraintValue["NI"] = "NI";
329
- GeoMatchConstraintValue["NL"] = "NL";
330
- GeoMatchConstraintValue["NO"] = "NO";
331
- GeoMatchConstraintValue["NP"] = "NP";
332
- GeoMatchConstraintValue["NR"] = "NR";
333
- GeoMatchConstraintValue["NU"] = "NU";
334
- GeoMatchConstraintValue["NZ"] = "NZ";
335
- GeoMatchConstraintValue["OM"] = "OM";
336
- GeoMatchConstraintValue["PA"] = "PA";
337
- GeoMatchConstraintValue["PE"] = "PE";
338
- GeoMatchConstraintValue["PF"] = "PF";
339
- GeoMatchConstraintValue["PG"] = "PG";
340
- GeoMatchConstraintValue["PH"] = "PH";
341
- GeoMatchConstraintValue["PK"] = "PK";
342
- GeoMatchConstraintValue["PL"] = "PL";
343
- GeoMatchConstraintValue["PM"] = "PM";
344
- GeoMatchConstraintValue["PN"] = "PN";
345
- GeoMatchConstraintValue["PR"] = "PR";
346
- GeoMatchConstraintValue["PS"] = "PS";
347
- GeoMatchConstraintValue["PT"] = "PT";
348
- GeoMatchConstraintValue["PW"] = "PW";
349
- GeoMatchConstraintValue["PY"] = "PY";
350
- GeoMatchConstraintValue["QA"] = "QA";
351
- GeoMatchConstraintValue["RE"] = "RE";
352
- GeoMatchConstraintValue["RO"] = "RO";
353
- GeoMatchConstraintValue["RS"] = "RS";
354
- GeoMatchConstraintValue["RU"] = "RU";
355
- GeoMatchConstraintValue["RW"] = "RW";
356
- GeoMatchConstraintValue["SA"] = "SA";
357
- GeoMatchConstraintValue["SB"] = "SB";
358
- GeoMatchConstraintValue["SC"] = "SC";
359
- GeoMatchConstraintValue["SD"] = "SD";
360
- GeoMatchConstraintValue["SE"] = "SE";
361
- GeoMatchConstraintValue["SG"] = "SG";
362
- GeoMatchConstraintValue["SH"] = "SH";
363
- GeoMatchConstraintValue["SI"] = "SI";
364
- GeoMatchConstraintValue["SJ"] = "SJ";
365
- GeoMatchConstraintValue["SK"] = "SK";
366
- GeoMatchConstraintValue["SL"] = "SL";
367
- GeoMatchConstraintValue["SM"] = "SM";
368
- GeoMatchConstraintValue["SN"] = "SN";
369
- GeoMatchConstraintValue["SO"] = "SO";
370
- GeoMatchConstraintValue["SR"] = "SR";
371
- GeoMatchConstraintValue["SS"] = "SS";
372
- GeoMatchConstraintValue["ST"] = "ST";
373
- GeoMatchConstraintValue["SV"] = "SV";
374
- GeoMatchConstraintValue["SX"] = "SX";
375
- GeoMatchConstraintValue["SY"] = "SY";
376
- GeoMatchConstraintValue["SZ"] = "SZ";
377
- GeoMatchConstraintValue["TC"] = "TC";
378
- GeoMatchConstraintValue["TD"] = "TD";
379
- GeoMatchConstraintValue["TF"] = "TF";
380
- GeoMatchConstraintValue["TG"] = "TG";
381
- GeoMatchConstraintValue["TH"] = "TH";
382
- GeoMatchConstraintValue["TJ"] = "TJ";
383
- GeoMatchConstraintValue["TK"] = "TK";
384
- GeoMatchConstraintValue["TL"] = "TL";
385
- GeoMatchConstraintValue["TM"] = "TM";
386
- GeoMatchConstraintValue["TN"] = "TN";
387
- GeoMatchConstraintValue["TO"] = "TO";
388
- GeoMatchConstraintValue["TR"] = "TR";
389
- GeoMatchConstraintValue["TT"] = "TT";
390
- GeoMatchConstraintValue["TV"] = "TV";
391
- GeoMatchConstraintValue["TW"] = "TW";
392
- GeoMatchConstraintValue["TZ"] = "TZ";
393
- GeoMatchConstraintValue["UA"] = "UA";
394
- GeoMatchConstraintValue["UG"] = "UG";
395
- GeoMatchConstraintValue["UM"] = "UM";
396
- GeoMatchConstraintValue["US"] = "US";
397
- GeoMatchConstraintValue["UY"] = "UY";
398
- GeoMatchConstraintValue["UZ"] = "UZ";
399
- GeoMatchConstraintValue["VA"] = "VA";
400
- GeoMatchConstraintValue["VC"] = "VC";
401
- GeoMatchConstraintValue["VE"] = "VE";
402
- GeoMatchConstraintValue["VG"] = "VG";
403
- GeoMatchConstraintValue["VI"] = "VI";
404
- GeoMatchConstraintValue["VN"] = "VN";
405
- GeoMatchConstraintValue["VU"] = "VU";
406
- GeoMatchConstraintValue["WF"] = "WF";
407
- GeoMatchConstraintValue["WS"] = "WS";
408
- GeoMatchConstraintValue["YE"] = "YE";
409
- GeoMatchConstraintValue["YT"] = "YT";
410
- GeoMatchConstraintValue["ZA"] = "ZA";
411
- GeoMatchConstraintValue["ZM"] = "ZM";
412
- GeoMatchConstraintValue["ZW"] = "ZW";
413
- })(GeoMatchConstraintValue = exports.GeoMatchConstraintValue || (exports.GeoMatchConstraintValue = {}));
414
- var IPSetDescriptorType;
415
- (function (IPSetDescriptorType) {
416
- IPSetDescriptorType["IPV4"] = "IPV4";
417
- IPSetDescriptorType["IPV6"] = "IPV6";
418
- })(IPSetDescriptorType = exports.IPSetDescriptorType || (exports.IPSetDescriptorType = {}));
419
- var RateKey;
420
- (function (RateKey) {
421
- RateKey["IP"] = "IP";
422
- })(RateKey = exports.RateKey || (exports.RateKey = {}));
423
- var PredicateType;
424
- (function (PredicateType) {
425
- PredicateType["BYTE_MATCH"] = "ByteMatch";
426
- PredicateType["GEO_MATCH"] = "GeoMatch";
427
- PredicateType["IP_MATCH"] = "IPMatch";
428
- PredicateType["REGEX_MATCH"] = "RegexMatch";
429
- PredicateType["SIZE_CONSTRAINT"] = "SizeConstraint";
430
- PredicateType["SQL_INJECTION_MATCH"] = "SqlInjectionMatch";
431
- PredicateType["XSS_MATCH"] = "XssMatch";
432
- })(PredicateType = exports.PredicateType || (exports.PredicateType = {}));
150
+ exports.GeoMatchConstraintType = {
151
+ Country: "Country",
152
+ };
153
+ exports.GeoMatchConstraintValue = {
154
+ AD: "AD",
155
+ AE: "AE",
156
+ AF: "AF",
157
+ AG: "AG",
158
+ AI: "AI",
159
+ AL: "AL",
160
+ AM: "AM",
161
+ AO: "AO",
162
+ AQ: "AQ",
163
+ AR: "AR",
164
+ AS: "AS",
165
+ AT: "AT",
166
+ AU: "AU",
167
+ AW: "AW",
168
+ AX: "AX",
169
+ AZ: "AZ",
170
+ BA: "BA",
171
+ BB: "BB",
172
+ BD: "BD",
173
+ BE: "BE",
174
+ BF: "BF",
175
+ BG: "BG",
176
+ BH: "BH",
177
+ BI: "BI",
178
+ BJ: "BJ",
179
+ BL: "BL",
180
+ BM: "BM",
181
+ BN: "BN",
182
+ BO: "BO",
183
+ BQ: "BQ",
184
+ BR: "BR",
185
+ BS: "BS",
186
+ BT: "BT",
187
+ BV: "BV",
188
+ BW: "BW",
189
+ BY: "BY",
190
+ BZ: "BZ",
191
+ CA: "CA",
192
+ CC: "CC",
193
+ CD: "CD",
194
+ CF: "CF",
195
+ CG: "CG",
196
+ CH: "CH",
197
+ CI: "CI",
198
+ CK: "CK",
199
+ CL: "CL",
200
+ CM: "CM",
201
+ CN: "CN",
202
+ CO: "CO",
203
+ CR: "CR",
204
+ CU: "CU",
205
+ CV: "CV",
206
+ CW: "CW",
207
+ CX: "CX",
208
+ CY: "CY",
209
+ CZ: "CZ",
210
+ DE: "DE",
211
+ DJ: "DJ",
212
+ DK: "DK",
213
+ DM: "DM",
214
+ DO: "DO",
215
+ DZ: "DZ",
216
+ EC: "EC",
217
+ EE: "EE",
218
+ EG: "EG",
219
+ EH: "EH",
220
+ ER: "ER",
221
+ ES: "ES",
222
+ ET: "ET",
223
+ FI: "FI",
224
+ FJ: "FJ",
225
+ FK: "FK",
226
+ FM: "FM",
227
+ FO: "FO",
228
+ FR: "FR",
229
+ GA: "GA",
230
+ GB: "GB",
231
+ GD: "GD",
232
+ GE: "GE",
233
+ GF: "GF",
234
+ GG: "GG",
235
+ GH: "GH",
236
+ GI: "GI",
237
+ GL: "GL",
238
+ GM: "GM",
239
+ GN: "GN",
240
+ GP: "GP",
241
+ GQ: "GQ",
242
+ GR: "GR",
243
+ GS: "GS",
244
+ GT: "GT",
245
+ GU: "GU",
246
+ GW: "GW",
247
+ GY: "GY",
248
+ HK: "HK",
249
+ HM: "HM",
250
+ HN: "HN",
251
+ HR: "HR",
252
+ HT: "HT",
253
+ HU: "HU",
254
+ ID: "ID",
255
+ IE: "IE",
256
+ IL: "IL",
257
+ IM: "IM",
258
+ IN: "IN",
259
+ IO: "IO",
260
+ IQ: "IQ",
261
+ IR: "IR",
262
+ IS: "IS",
263
+ IT: "IT",
264
+ JE: "JE",
265
+ JM: "JM",
266
+ JO: "JO",
267
+ JP: "JP",
268
+ KE: "KE",
269
+ KG: "KG",
270
+ KH: "KH",
271
+ KI: "KI",
272
+ KM: "KM",
273
+ KN: "KN",
274
+ KP: "KP",
275
+ KR: "KR",
276
+ KW: "KW",
277
+ KY: "KY",
278
+ KZ: "KZ",
279
+ LA: "LA",
280
+ LB: "LB",
281
+ LC: "LC",
282
+ LI: "LI",
283
+ LK: "LK",
284
+ LR: "LR",
285
+ LS: "LS",
286
+ LT: "LT",
287
+ LU: "LU",
288
+ LV: "LV",
289
+ LY: "LY",
290
+ MA: "MA",
291
+ MC: "MC",
292
+ MD: "MD",
293
+ ME: "ME",
294
+ MF: "MF",
295
+ MG: "MG",
296
+ MH: "MH",
297
+ MK: "MK",
298
+ ML: "ML",
299
+ MM: "MM",
300
+ MN: "MN",
301
+ MO: "MO",
302
+ MP: "MP",
303
+ MQ: "MQ",
304
+ MR: "MR",
305
+ MS: "MS",
306
+ MT: "MT",
307
+ MU: "MU",
308
+ MV: "MV",
309
+ MW: "MW",
310
+ MX: "MX",
311
+ MY: "MY",
312
+ MZ: "MZ",
313
+ NA: "NA",
314
+ NC: "NC",
315
+ NE: "NE",
316
+ NF: "NF",
317
+ NG: "NG",
318
+ NI: "NI",
319
+ NL: "NL",
320
+ NO: "NO",
321
+ NP: "NP",
322
+ NR: "NR",
323
+ NU: "NU",
324
+ NZ: "NZ",
325
+ OM: "OM",
326
+ PA: "PA",
327
+ PE: "PE",
328
+ PF: "PF",
329
+ PG: "PG",
330
+ PH: "PH",
331
+ PK: "PK",
332
+ PL: "PL",
333
+ PM: "PM",
334
+ PN: "PN",
335
+ PR: "PR",
336
+ PS: "PS",
337
+ PT: "PT",
338
+ PW: "PW",
339
+ PY: "PY",
340
+ QA: "QA",
341
+ RE: "RE",
342
+ RO: "RO",
343
+ RS: "RS",
344
+ RU: "RU",
345
+ RW: "RW",
346
+ SA: "SA",
347
+ SB: "SB",
348
+ SC: "SC",
349
+ SD: "SD",
350
+ SE: "SE",
351
+ SG: "SG",
352
+ SH: "SH",
353
+ SI: "SI",
354
+ SJ: "SJ",
355
+ SK: "SK",
356
+ SL: "SL",
357
+ SM: "SM",
358
+ SN: "SN",
359
+ SO: "SO",
360
+ SR: "SR",
361
+ SS: "SS",
362
+ ST: "ST",
363
+ SV: "SV",
364
+ SX: "SX",
365
+ SY: "SY",
366
+ SZ: "SZ",
367
+ TC: "TC",
368
+ TD: "TD",
369
+ TF: "TF",
370
+ TG: "TG",
371
+ TH: "TH",
372
+ TJ: "TJ",
373
+ TK: "TK",
374
+ TL: "TL",
375
+ TM: "TM",
376
+ TN: "TN",
377
+ TO: "TO",
378
+ TR: "TR",
379
+ TT: "TT",
380
+ TV: "TV",
381
+ TW: "TW",
382
+ TZ: "TZ",
383
+ UA: "UA",
384
+ UG: "UG",
385
+ UM: "UM",
386
+ US: "US",
387
+ UY: "UY",
388
+ UZ: "UZ",
389
+ VA: "VA",
390
+ VC: "VC",
391
+ VE: "VE",
392
+ VG: "VG",
393
+ VI: "VI",
394
+ VN: "VN",
395
+ VU: "VU",
396
+ WF: "WF",
397
+ WS: "WS",
398
+ YE: "YE",
399
+ YT: "YT",
400
+ ZA: "ZA",
401
+ ZM: "ZM",
402
+ ZW: "ZW",
403
+ };
404
+ exports.IPSetDescriptorType = {
405
+ IPV4: "IPV4",
406
+ IPV6: "IPV6",
407
+ };
408
+ exports.RateKey = {
409
+ IP: "IP",
410
+ };
411
+ exports.PredicateType = {
412
+ BYTE_MATCH: "ByteMatch",
413
+ GEO_MATCH: "GeoMatch",
414
+ IP_MATCH: "IPMatch",
415
+ REGEX_MATCH: "RegexMatch",
416
+ SIZE_CONSTRAINT: "SizeConstraint",
417
+ SQL_INJECTION_MATCH: "SqlInjectionMatch",
418
+ XSS_MATCH: "XssMatch",
419
+ };
433
420
  class WAFBadRequestException extends WAFServiceException_1.WAFServiceException {
434
421
  constructor(opts) {
435
422
  super({
@@ -469,25 +456,23 @@ class WAFTagOperationInternalErrorException extends WAFServiceException_1.WAFSer
469
456
  }
470
457
  }
471
458
  exports.WAFTagOperationInternalErrorException = WAFTagOperationInternalErrorException;
472
- var ComparisonOperator;
473
- (function (ComparisonOperator) {
474
- ComparisonOperator["EQ"] = "EQ";
475
- ComparisonOperator["GE"] = "GE";
476
- ComparisonOperator["GT"] = "GT";
477
- ComparisonOperator["LE"] = "LE";
478
- ComparisonOperator["LT"] = "LT";
479
- ComparisonOperator["NE"] = "NE";
480
- })(ComparisonOperator = exports.ComparisonOperator || (exports.ComparisonOperator = {}));
481
- var MigrationErrorType;
482
- (function (MigrationErrorType) {
483
- MigrationErrorType["ENTITY_NOT_FOUND"] = "ENTITY_NOT_FOUND";
484
- MigrationErrorType["ENTITY_NOT_SUPPORTED"] = "ENTITY_NOT_SUPPORTED";
485
- MigrationErrorType["S3_BUCKET_INVALID_REGION"] = "S3_BUCKET_INVALID_REGION";
486
- MigrationErrorType["S3_BUCKET_NOT_ACCESSIBLE"] = "S3_BUCKET_NOT_ACCESSIBLE";
487
- MigrationErrorType["S3_BUCKET_NOT_FOUND"] = "S3_BUCKET_NOT_FOUND";
488
- MigrationErrorType["S3_BUCKET_NO_PERMISSION"] = "S3_BUCKET_NO_PERMISSION";
489
- MigrationErrorType["S3_INTERNAL_ERROR"] = "S3_INTERNAL_ERROR";
490
- })(MigrationErrorType = exports.MigrationErrorType || (exports.MigrationErrorType = {}));
459
+ exports.ComparisonOperator = {
460
+ EQ: "EQ",
461
+ GE: "GE",
462
+ GT: "GT",
463
+ LE: "LE",
464
+ LT: "LT",
465
+ NE: "NE",
466
+ };
467
+ exports.MigrationErrorType = {
468
+ ENTITY_NOT_FOUND: "ENTITY_NOT_FOUND",
469
+ ENTITY_NOT_SUPPORTED: "ENTITY_NOT_SUPPORTED",
470
+ S3_BUCKET_INVALID_REGION: "S3_BUCKET_INVALID_REGION",
471
+ S3_BUCKET_NOT_ACCESSIBLE: "S3_BUCKET_NOT_ACCESSIBLE",
472
+ S3_BUCKET_NOT_FOUND: "S3_BUCKET_NOT_FOUND",
473
+ S3_BUCKET_NO_PERMISSION: "S3_BUCKET_NO_PERMISSION",
474
+ S3_INTERNAL_ERROR: "S3_INTERNAL_ERROR",
475
+ };
491
476
  class WAFEntityMigrationException extends WAFServiceException_1.WAFServiceException {
492
477
  constructor(opts) {
493
478
  super({
@@ -555,12 +540,11 @@ class WAFReferencedItemException extends WAFServiceException_1.WAFServiceExcepti
555
540
  }
556
541
  }
557
542
  exports.WAFReferencedItemException = WAFReferencedItemException;
558
- var ChangeTokenStatus;
559
- (function (ChangeTokenStatus) {
560
- ChangeTokenStatus["INSYNC"] = "INSYNC";
561
- ChangeTokenStatus["PENDING"] = "PENDING";
562
- ChangeTokenStatus["PROVISIONED"] = "PROVISIONED";
563
- })(ChangeTokenStatus = exports.ChangeTokenStatus || (exports.ChangeTokenStatus = {}));
543
+ exports.ChangeTokenStatus = {
544
+ INSYNC: "INSYNC",
545
+ PENDING: "PENDING",
546
+ PROVISIONED: "PROVISIONED",
547
+ };
564
548
  class WAFServiceLinkedRoleErrorException extends WAFServiceException_1.WAFServiceException {
565
549
  constructor(opts) {
566
550
  super({
@@ -587,11 +571,10 @@ class WAFInvalidPermissionPolicyException extends WAFServiceException_1.WAFServi
587
571
  }
588
572
  }
589
573
  exports.WAFInvalidPermissionPolicyException = WAFInvalidPermissionPolicyException;
590
- var ChangeAction;
591
- (function (ChangeAction) {
592
- ChangeAction["DELETE"] = "DELETE";
593
- ChangeAction["INSERT"] = "INSERT";
594
- })(ChangeAction = exports.ChangeAction || (exports.ChangeAction = {}));
574
+ exports.ChangeAction = {
575
+ DELETE: "DELETE",
576
+ INSERT: "INSERT",
577
+ };
595
578
  class WAFNonexistentContainerException extends WAFServiceException_1.WAFServiceException {
596
579
  constructor(opts) {
597
580
  super({