@aws-sdk/client-waf-regional 3.490.0 → 3.496.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 (93) hide show
  1. package/dist-cjs/WAFRegional.js +1 -173
  2. package/dist-cjs/WAFRegionalClient.js +1 -43
  3. package/dist-cjs/commands/AssociateWebACLCommand.js +1 -28
  4. package/dist-cjs/commands/CreateByteMatchSetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateGeoMatchSetCommand.js +1 -28
  6. package/dist-cjs/commands/CreateIPSetCommand.js +1 -28
  7. package/dist-cjs/commands/CreateRateBasedRuleCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRegexMatchSetCommand.js +1 -28
  9. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +1 -28
  10. package/dist-cjs/commands/CreateRuleCommand.js +1 -28
  11. package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
  12. package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +1 -28
  13. package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +1 -28
  14. package/dist-cjs/commands/CreateWebACLCommand.js +1 -28
  15. package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +1 -28
  16. package/dist-cjs/commands/CreateXssMatchSetCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteByteMatchSetCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteIPSetCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +1 -28
  21. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteWebACLCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteXssMatchSetCommand.js +1 -28
  31. package/dist-cjs/commands/DisassociateWebACLCommand.js +1 -28
  32. package/dist-cjs/commands/GetByteMatchSetCommand.js +1 -28
  33. package/dist-cjs/commands/GetChangeTokenCommand.js +1 -28
  34. package/dist-cjs/commands/GetChangeTokenStatusCommand.js +1 -28
  35. package/dist-cjs/commands/GetGeoMatchSetCommand.js +1 -28
  36. package/dist-cjs/commands/GetIPSetCommand.js +1 -28
  37. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +1 -28
  38. package/dist-cjs/commands/GetPermissionPolicyCommand.js +1 -28
  39. package/dist-cjs/commands/GetRateBasedRuleCommand.js +1 -28
  40. package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +1 -28
  41. package/dist-cjs/commands/GetRegexMatchSetCommand.js +1 -28
  42. package/dist-cjs/commands/GetRegexPatternSetCommand.js +1 -28
  43. package/dist-cjs/commands/GetRuleCommand.js +1 -28
  44. package/dist-cjs/commands/GetRuleGroupCommand.js +1 -28
  45. package/dist-cjs/commands/GetSampledRequestsCommand.js +1 -28
  46. package/dist-cjs/commands/GetSizeConstraintSetCommand.js +1 -28
  47. package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +1 -28
  48. package/dist-cjs/commands/GetWebACLCommand.js +1 -28
  49. package/dist-cjs/commands/GetWebACLForResourceCommand.js +1 -28
  50. package/dist-cjs/commands/GetXssMatchSetCommand.js +1 -28
  51. package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +1 -28
  52. package/dist-cjs/commands/ListByteMatchSetsCommand.js +1 -28
  53. package/dist-cjs/commands/ListGeoMatchSetsCommand.js +1 -28
  54. package/dist-cjs/commands/ListIPSetsCommand.js +1 -28
  55. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +1 -28
  56. package/dist-cjs/commands/ListRateBasedRulesCommand.js +1 -28
  57. package/dist-cjs/commands/ListRegexMatchSetsCommand.js +1 -28
  58. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +1 -28
  59. package/dist-cjs/commands/ListResourcesForWebACLCommand.js +1 -28
  60. package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
  61. package/dist-cjs/commands/ListRulesCommand.js +1 -28
  62. package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +1 -28
  63. package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +1 -28
  64. package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +1 -28
  65. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  66. package/dist-cjs/commands/ListWebACLsCommand.js +1 -28
  67. package/dist-cjs/commands/ListXssMatchSetsCommand.js +1 -28
  68. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +1 -28
  69. package/dist-cjs/commands/PutPermissionPolicyCommand.js +1 -28
  70. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  71. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateByteMatchSetCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +1 -28
  74. package/dist-cjs/commands/UpdateIPSetCommand.js +1 -28
  75. package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +1 -28
  76. package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +1 -28
  77. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +1 -28
  78. package/dist-cjs/commands/UpdateRuleCommand.js +1 -28
  79. package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
  80. package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +1 -28
  81. package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +1 -28
  82. package/dist-cjs/commands/UpdateWebACLCommand.js +1 -28
  83. package/dist-cjs/commands/UpdateXssMatchSetCommand.js +1 -28
  84. package/dist-cjs/commands/index.js +1 -84
  85. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  86. package/dist-cjs/extensionConfiguration.js +1 -2
  87. package/dist-cjs/index.js +6933 -10
  88. package/dist-cjs/models/WAFRegionalServiceException.js +1 -12
  89. package/dist-cjs/models/index.js +1 -4
  90. package/dist-cjs/models/models_0.js +1 -633
  91. package/dist-cjs/protocols/Aws_json1_1.js +1 -4544
  92. package/dist-cjs/runtimeExtensions.js +1 -22
  93. package/package.json +39 -39
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WAFRegionalServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class WAFRegionalServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, WAFRegionalServiceException.prototype);
10
- }
11
- }
12
- exports.WAFRegionalServiceException = WAFRegionalServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,633 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WAFSubscriptionNotFoundException = exports.WAFInvalidRegexPatternException = exports.WAFNonexistentContainerException = exports.ChangeAction = exports.WAFInvalidPermissionPolicyException = exports.WAFServiceLinkedRoleErrorException = exports.ResourceType = exports.ChangeTokenStatus = exports.WAFReferencedItemException = exports.WAFNonEmptyEntityException = 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.WAFDisallowedNameException = exports.TextTransformation = exports.PositionalConstraint = exports.MatchFieldType = exports.WAFUnavailableEntityException = exports.WAFNonexistentItemException = exports.WAFInvalidParameterException = exports.ParameterExceptionReason = exports.ParameterExceptionField = exports.WAFInvalidAccountException = exports.WAFInternalErrorException = exports.WafRuleType = exports.WafOverrideActionType = exports.WafActionType = void 0;
4
- const WAFRegionalServiceException_1 = require("./WAFRegionalServiceException");
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
- class WAFInternalErrorException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
20
- constructor(opts) {
21
- super({
22
- name: "WAFInternalErrorException",
23
- $fault: "server",
24
- ...opts,
25
- });
26
- this.name = "WAFInternalErrorException";
27
- this.$fault = "server";
28
- Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
29
- }
30
- }
31
- exports.WAFInternalErrorException = WAFInternalErrorException;
32
- class WAFInvalidAccountException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
33
- constructor(opts) {
34
- super({
35
- name: "WAFInvalidAccountException",
36
- $fault: "client",
37
- ...opts,
38
- });
39
- this.name = "WAFInvalidAccountException";
40
- this.$fault = "client";
41
- Object.setPrototypeOf(this, WAFInvalidAccountException.prototype);
42
- }
43
- }
44
- exports.WAFInvalidAccountException = WAFInvalidAccountException;
45
- exports.ParameterExceptionField = {
46
- BYTE_MATCH_FIELD_TYPE: "BYTE_MATCH_FIELD_TYPE",
47
- BYTE_MATCH_POSITIONAL_CONSTRAINT: "BYTE_MATCH_POSITIONAL_CONSTRAINT",
48
- BYTE_MATCH_TEXT_TRANSFORMATION: "BYTE_MATCH_TEXT_TRANSFORMATION",
49
- CHANGE_ACTION: "CHANGE_ACTION",
50
- GEO_MATCH_LOCATION_TYPE: "GEO_MATCH_LOCATION_TYPE",
51
- GEO_MATCH_LOCATION_VALUE: "GEO_MATCH_LOCATION_VALUE",
52
- IPSET_TYPE: "IPSET_TYPE",
53
- NEXT_MARKER: "NEXT_MARKER",
54
- PREDICATE_TYPE: "PREDICATE_TYPE",
55
- RATE_KEY: "RATE_KEY",
56
- RESOURCE_ARN: "RESOURCE_ARN",
57
- RULE_TYPE: "RULE_TYPE",
58
- SIZE_CONSTRAINT_COMPARISON_OPERATOR: "SIZE_CONSTRAINT_COMPARISON_OPERATOR",
59
- SQL_INJECTION_MATCH_FIELD_TYPE: "SQL_INJECTION_MATCH_FIELD_TYPE",
60
- TAGS: "TAGS",
61
- TAG_KEYS: "TAG_KEYS",
62
- WAF_ACTION: "WAF_ACTION",
63
- WAF_OVERRIDE_ACTION: "WAF_OVERRIDE_ACTION",
64
- };
65
- exports.ParameterExceptionReason = {
66
- ILLEGAL_ARGUMENT: "ILLEGAL_ARGUMENT",
67
- ILLEGAL_COMBINATION: "ILLEGAL_COMBINATION",
68
- INVALID_OPTION: "INVALID_OPTION",
69
- INVALID_TAG_KEY: "INVALID_TAG_KEY",
70
- };
71
- class WAFInvalidParameterException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
72
- constructor(opts) {
73
- super({
74
- name: "WAFInvalidParameterException",
75
- $fault: "client",
76
- ...opts,
77
- });
78
- this.name = "WAFInvalidParameterException";
79
- this.$fault = "client";
80
- Object.setPrototypeOf(this, WAFInvalidParameterException.prototype);
81
- this.field = opts.field;
82
- this.parameter = opts.parameter;
83
- this.reason = opts.reason;
84
- }
85
- }
86
- exports.WAFInvalidParameterException = WAFInvalidParameterException;
87
- class WAFNonexistentItemException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
88
- constructor(opts) {
89
- super({
90
- name: "WAFNonexistentItemException",
91
- $fault: "client",
92
- ...opts,
93
- });
94
- this.name = "WAFNonexistentItemException";
95
- this.$fault = "client";
96
- Object.setPrototypeOf(this, WAFNonexistentItemException.prototype);
97
- }
98
- }
99
- exports.WAFNonexistentItemException = WAFNonexistentItemException;
100
- class WAFUnavailableEntityException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
101
- constructor(opts) {
102
- super({
103
- name: "WAFUnavailableEntityException",
104
- $fault: "client",
105
- ...opts,
106
- });
107
- this.name = "WAFUnavailableEntityException";
108
- this.$fault = "client";
109
- Object.setPrototypeOf(this, WAFUnavailableEntityException.prototype);
110
- }
111
- }
112
- exports.WAFUnavailableEntityException = WAFUnavailableEntityException;
113
- exports.MatchFieldType = {
114
- ALL_QUERY_ARGS: "ALL_QUERY_ARGS",
115
- BODY: "BODY",
116
- HEADER: "HEADER",
117
- METHOD: "METHOD",
118
- QUERY_STRING: "QUERY_STRING",
119
- SINGLE_QUERY_ARG: "SINGLE_QUERY_ARG",
120
- URI: "URI",
121
- };
122
- exports.PositionalConstraint = {
123
- CONTAINS: "CONTAINS",
124
- CONTAINS_WORD: "CONTAINS_WORD",
125
- ENDS_WITH: "ENDS_WITH",
126
- EXACTLY: "EXACTLY",
127
- STARTS_WITH: "STARTS_WITH",
128
- };
129
- exports.TextTransformation = {
130
- CMD_LINE: "CMD_LINE",
131
- COMPRESS_WHITE_SPACE: "COMPRESS_WHITE_SPACE",
132
- HTML_ENTITY_DECODE: "HTML_ENTITY_DECODE",
133
- LOWERCASE: "LOWERCASE",
134
- NONE: "NONE",
135
- URL_DECODE: "URL_DECODE",
136
- };
137
- class WAFDisallowedNameException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
138
- constructor(opts) {
139
- super({
140
- name: "WAFDisallowedNameException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- this.name = "WAFDisallowedNameException";
145
- this.$fault = "client";
146
- Object.setPrototypeOf(this, WAFDisallowedNameException.prototype);
147
- }
148
- }
149
- exports.WAFDisallowedNameException = WAFDisallowedNameException;
150
- class WAFLimitsExceededException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
151
- constructor(opts) {
152
- super({
153
- name: "WAFLimitsExceededException",
154
- $fault: "client",
155
- ...opts,
156
- });
157
- this.name = "WAFLimitsExceededException";
158
- this.$fault = "client";
159
- Object.setPrototypeOf(this, WAFLimitsExceededException.prototype);
160
- }
161
- }
162
- exports.WAFLimitsExceededException = WAFLimitsExceededException;
163
- class WAFStaleDataException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
164
- constructor(opts) {
165
- super({
166
- name: "WAFStaleDataException",
167
- $fault: "client",
168
- ...opts,
169
- });
170
- this.name = "WAFStaleDataException";
171
- this.$fault = "client";
172
- Object.setPrototypeOf(this, WAFStaleDataException.prototype);
173
- }
174
- }
175
- exports.WAFStaleDataException = WAFStaleDataException;
176
- exports.GeoMatchConstraintType = {
177
- Country: "Country",
178
- };
179
- exports.GeoMatchConstraintValue = {
180
- AD: "AD",
181
- AE: "AE",
182
- AF: "AF",
183
- AG: "AG",
184
- AI: "AI",
185
- AL: "AL",
186
- AM: "AM",
187
- AO: "AO",
188
- AQ: "AQ",
189
- AR: "AR",
190
- AS: "AS",
191
- AT: "AT",
192
- AU: "AU",
193
- AW: "AW",
194
- AX: "AX",
195
- AZ: "AZ",
196
- BA: "BA",
197
- BB: "BB",
198
- BD: "BD",
199
- BE: "BE",
200
- BF: "BF",
201
- BG: "BG",
202
- BH: "BH",
203
- BI: "BI",
204
- BJ: "BJ",
205
- BL: "BL",
206
- BM: "BM",
207
- BN: "BN",
208
- BO: "BO",
209
- BQ: "BQ",
210
- BR: "BR",
211
- BS: "BS",
212
- BT: "BT",
213
- BV: "BV",
214
- BW: "BW",
215
- BY: "BY",
216
- BZ: "BZ",
217
- CA: "CA",
218
- CC: "CC",
219
- CD: "CD",
220
- CF: "CF",
221
- CG: "CG",
222
- CH: "CH",
223
- CI: "CI",
224
- CK: "CK",
225
- CL: "CL",
226
- CM: "CM",
227
- CN: "CN",
228
- CO: "CO",
229
- CR: "CR",
230
- CU: "CU",
231
- CV: "CV",
232
- CW: "CW",
233
- CX: "CX",
234
- CY: "CY",
235
- CZ: "CZ",
236
- DE: "DE",
237
- DJ: "DJ",
238
- DK: "DK",
239
- DM: "DM",
240
- DO: "DO",
241
- DZ: "DZ",
242
- EC: "EC",
243
- EE: "EE",
244
- EG: "EG",
245
- EH: "EH",
246
- ER: "ER",
247
- ES: "ES",
248
- ET: "ET",
249
- FI: "FI",
250
- FJ: "FJ",
251
- FK: "FK",
252
- FM: "FM",
253
- FO: "FO",
254
- FR: "FR",
255
- GA: "GA",
256
- GB: "GB",
257
- GD: "GD",
258
- GE: "GE",
259
- GF: "GF",
260
- GG: "GG",
261
- GH: "GH",
262
- GI: "GI",
263
- GL: "GL",
264
- GM: "GM",
265
- GN: "GN",
266
- GP: "GP",
267
- GQ: "GQ",
268
- GR: "GR",
269
- GS: "GS",
270
- GT: "GT",
271
- GU: "GU",
272
- GW: "GW",
273
- GY: "GY",
274
- HK: "HK",
275
- HM: "HM",
276
- HN: "HN",
277
- HR: "HR",
278
- HT: "HT",
279
- HU: "HU",
280
- ID: "ID",
281
- IE: "IE",
282
- IL: "IL",
283
- IM: "IM",
284
- IN: "IN",
285
- IO: "IO",
286
- IQ: "IQ",
287
- IR: "IR",
288
- IS: "IS",
289
- IT: "IT",
290
- JE: "JE",
291
- JM: "JM",
292
- JO: "JO",
293
- JP: "JP",
294
- KE: "KE",
295
- KG: "KG",
296
- KH: "KH",
297
- KI: "KI",
298
- KM: "KM",
299
- KN: "KN",
300
- KP: "KP",
301
- KR: "KR",
302
- KW: "KW",
303
- KY: "KY",
304
- KZ: "KZ",
305
- LA: "LA",
306
- LB: "LB",
307
- LC: "LC",
308
- LI: "LI",
309
- LK: "LK",
310
- LR: "LR",
311
- LS: "LS",
312
- LT: "LT",
313
- LU: "LU",
314
- LV: "LV",
315
- LY: "LY",
316
- MA: "MA",
317
- MC: "MC",
318
- MD: "MD",
319
- ME: "ME",
320
- MF: "MF",
321
- MG: "MG",
322
- MH: "MH",
323
- MK: "MK",
324
- ML: "ML",
325
- MM: "MM",
326
- MN: "MN",
327
- MO: "MO",
328
- MP: "MP",
329
- MQ: "MQ",
330
- MR: "MR",
331
- MS: "MS",
332
- MT: "MT",
333
- MU: "MU",
334
- MV: "MV",
335
- MW: "MW",
336
- MX: "MX",
337
- MY: "MY",
338
- MZ: "MZ",
339
- NA: "NA",
340
- NC: "NC",
341
- NE: "NE",
342
- NF: "NF",
343
- NG: "NG",
344
- NI: "NI",
345
- NL: "NL",
346
- NO: "NO",
347
- NP: "NP",
348
- NR: "NR",
349
- NU: "NU",
350
- NZ: "NZ",
351
- OM: "OM",
352
- PA: "PA",
353
- PE: "PE",
354
- PF: "PF",
355
- PG: "PG",
356
- PH: "PH",
357
- PK: "PK",
358
- PL: "PL",
359
- PM: "PM",
360
- PN: "PN",
361
- PR: "PR",
362
- PS: "PS",
363
- PT: "PT",
364
- PW: "PW",
365
- PY: "PY",
366
- QA: "QA",
367
- RE: "RE",
368
- RO: "RO",
369
- RS: "RS",
370
- RU: "RU",
371
- RW: "RW",
372
- SA: "SA",
373
- SB: "SB",
374
- SC: "SC",
375
- SD: "SD",
376
- SE: "SE",
377
- SG: "SG",
378
- SH: "SH",
379
- SI: "SI",
380
- SJ: "SJ",
381
- SK: "SK",
382
- SL: "SL",
383
- SM: "SM",
384
- SN: "SN",
385
- SO: "SO",
386
- SR: "SR",
387
- SS: "SS",
388
- ST: "ST",
389
- SV: "SV",
390
- SX: "SX",
391
- SY: "SY",
392
- SZ: "SZ",
393
- TC: "TC",
394
- TD: "TD",
395
- TF: "TF",
396
- TG: "TG",
397
- TH: "TH",
398
- TJ: "TJ",
399
- TK: "TK",
400
- TL: "TL",
401
- TM: "TM",
402
- TN: "TN",
403
- TO: "TO",
404
- TR: "TR",
405
- TT: "TT",
406
- TV: "TV",
407
- TW: "TW",
408
- TZ: "TZ",
409
- UA: "UA",
410
- UG: "UG",
411
- UM: "UM",
412
- US: "US",
413
- UY: "UY",
414
- UZ: "UZ",
415
- VA: "VA",
416
- VC: "VC",
417
- VE: "VE",
418
- VG: "VG",
419
- VI: "VI",
420
- VN: "VN",
421
- VU: "VU",
422
- WF: "WF",
423
- WS: "WS",
424
- YE: "YE",
425
- YT: "YT",
426
- ZA: "ZA",
427
- ZM: "ZM",
428
- ZW: "ZW",
429
- };
430
- exports.IPSetDescriptorType = {
431
- IPV4: "IPV4",
432
- IPV6: "IPV6",
433
- };
434
- exports.RateKey = {
435
- IP: "IP",
436
- };
437
- exports.PredicateType = {
438
- BYTE_MATCH: "ByteMatch",
439
- GEO_MATCH: "GeoMatch",
440
- IP_MATCH: "IPMatch",
441
- REGEX_MATCH: "RegexMatch",
442
- SIZE_CONSTRAINT: "SizeConstraint",
443
- SQL_INJECTION_MATCH: "SqlInjectionMatch",
444
- XSS_MATCH: "XssMatch",
445
- };
446
- class WAFBadRequestException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
447
- constructor(opts) {
448
- super({
449
- name: "WAFBadRequestException",
450
- $fault: "client",
451
- ...opts,
452
- });
453
- this.name = "WAFBadRequestException";
454
- this.$fault = "client";
455
- Object.setPrototypeOf(this, WAFBadRequestException.prototype);
456
- }
457
- }
458
- exports.WAFBadRequestException = WAFBadRequestException;
459
- class WAFTagOperationException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
460
- constructor(opts) {
461
- super({
462
- name: "WAFTagOperationException",
463
- $fault: "client",
464
- ...opts,
465
- });
466
- this.name = "WAFTagOperationException";
467
- this.$fault = "client";
468
- Object.setPrototypeOf(this, WAFTagOperationException.prototype);
469
- }
470
- }
471
- exports.WAFTagOperationException = WAFTagOperationException;
472
- class WAFTagOperationInternalErrorException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
473
- constructor(opts) {
474
- super({
475
- name: "WAFTagOperationInternalErrorException",
476
- $fault: "server",
477
- ...opts,
478
- });
479
- this.name = "WAFTagOperationInternalErrorException";
480
- this.$fault = "server";
481
- Object.setPrototypeOf(this, WAFTagOperationInternalErrorException.prototype);
482
- }
483
- }
484
- exports.WAFTagOperationInternalErrorException = WAFTagOperationInternalErrorException;
485
- exports.ComparisonOperator = {
486
- EQ: "EQ",
487
- GE: "GE",
488
- GT: "GT",
489
- LE: "LE",
490
- LT: "LT",
491
- NE: "NE",
492
- };
493
- exports.MigrationErrorType = {
494
- ENTITY_NOT_FOUND: "ENTITY_NOT_FOUND",
495
- ENTITY_NOT_SUPPORTED: "ENTITY_NOT_SUPPORTED",
496
- S3_BUCKET_INVALID_REGION: "S3_BUCKET_INVALID_REGION",
497
- S3_BUCKET_NOT_ACCESSIBLE: "S3_BUCKET_NOT_ACCESSIBLE",
498
- S3_BUCKET_NOT_FOUND: "S3_BUCKET_NOT_FOUND",
499
- S3_BUCKET_NO_PERMISSION: "S3_BUCKET_NO_PERMISSION",
500
- S3_INTERNAL_ERROR: "S3_INTERNAL_ERROR",
501
- };
502
- class WAFEntityMigrationException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
503
- constructor(opts) {
504
- super({
505
- name: "WAFEntityMigrationException",
506
- $fault: "client",
507
- ...opts,
508
- });
509
- this.name = "WAFEntityMigrationException";
510
- this.$fault = "client";
511
- Object.setPrototypeOf(this, WAFEntityMigrationException.prototype);
512
- this.MigrationErrorType = opts.MigrationErrorType;
513
- this.MigrationErrorReason = opts.MigrationErrorReason;
514
- }
515
- }
516
- exports.WAFEntityMigrationException = WAFEntityMigrationException;
517
- class WAFInvalidOperationException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
518
- constructor(opts) {
519
- super({
520
- name: "WAFInvalidOperationException",
521
- $fault: "client",
522
- ...opts,
523
- });
524
- this.name = "WAFInvalidOperationException";
525
- this.$fault = "client";
526
- Object.setPrototypeOf(this, WAFInvalidOperationException.prototype);
527
- }
528
- }
529
- exports.WAFInvalidOperationException = WAFInvalidOperationException;
530
- class WAFNonEmptyEntityException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
531
- constructor(opts) {
532
- super({
533
- name: "WAFNonEmptyEntityException",
534
- $fault: "client",
535
- ...opts,
536
- });
537
- this.name = "WAFNonEmptyEntityException";
538
- this.$fault = "client";
539
- Object.setPrototypeOf(this, WAFNonEmptyEntityException.prototype);
540
- }
541
- }
542
- exports.WAFNonEmptyEntityException = WAFNonEmptyEntityException;
543
- class WAFReferencedItemException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
544
- constructor(opts) {
545
- super({
546
- name: "WAFReferencedItemException",
547
- $fault: "client",
548
- ...opts,
549
- });
550
- this.name = "WAFReferencedItemException";
551
- this.$fault = "client";
552
- Object.setPrototypeOf(this, WAFReferencedItemException.prototype);
553
- }
554
- }
555
- exports.WAFReferencedItemException = WAFReferencedItemException;
556
- exports.ChangeTokenStatus = {
557
- INSYNC: "INSYNC",
558
- PENDING: "PENDING",
559
- PROVISIONED: "PROVISIONED",
560
- };
561
- exports.ResourceType = {
562
- API_GATEWAY: "API_GATEWAY",
563
- APPLICATION_LOAD_BALANCER: "APPLICATION_LOAD_BALANCER",
564
- };
565
- class WAFServiceLinkedRoleErrorException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
566
- constructor(opts) {
567
- super({
568
- name: "WAFServiceLinkedRoleErrorException",
569
- $fault: "client",
570
- ...opts,
571
- });
572
- this.name = "WAFServiceLinkedRoleErrorException";
573
- this.$fault = "client";
574
- Object.setPrototypeOf(this, WAFServiceLinkedRoleErrorException.prototype);
575
- }
576
- }
577
- exports.WAFServiceLinkedRoleErrorException = WAFServiceLinkedRoleErrorException;
578
- class WAFInvalidPermissionPolicyException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
579
- constructor(opts) {
580
- super({
581
- name: "WAFInvalidPermissionPolicyException",
582
- $fault: "client",
583
- ...opts,
584
- });
585
- this.name = "WAFInvalidPermissionPolicyException";
586
- this.$fault = "client";
587
- Object.setPrototypeOf(this, WAFInvalidPermissionPolicyException.prototype);
588
- }
589
- }
590
- exports.WAFInvalidPermissionPolicyException = WAFInvalidPermissionPolicyException;
591
- exports.ChangeAction = {
592
- DELETE: "DELETE",
593
- INSERT: "INSERT",
594
- };
595
- class WAFNonexistentContainerException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
596
- constructor(opts) {
597
- super({
598
- name: "WAFNonexistentContainerException",
599
- $fault: "client",
600
- ...opts,
601
- });
602
- this.name = "WAFNonexistentContainerException";
603
- this.$fault = "client";
604
- Object.setPrototypeOf(this, WAFNonexistentContainerException.prototype);
605
- }
606
- }
607
- exports.WAFNonexistentContainerException = WAFNonexistentContainerException;
608
- class WAFInvalidRegexPatternException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
609
- constructor(opts) {
610
- super({
611
- name: "WAFInvalidRegexPatternException",
612
- $fault: "client",
613
- ...opts,
614
- });
615
- this.name = "WAFInvalidRegexPatternException";
616
- this.$fault = "client";
617
- Object.setPrototypeOf(this, WAFInvalidRegexPatternException.prototype);
618
- }
619
- }
620
- exports.WAFInvalidRegexPatternException = WAFInvalidRegexPatternException;
621
- class WAFSubscriptionNotFoundException extends WAFRegionalServiceException_1.WAFRegionalServiceException {
622
- constructor(opts) {
623
- super({
624
- name: "WAFSubscriptionNotFoundException",
625
- $fault: "client",
626
- ...opts,
627
- });
628
- this.name = "WAFSubscriptionNotFoundException";
629
- this.$fault = "client";
630
- Object.setPrototypeOf(this, WAFSubscriptionNotFoundException.prototype);
631
- }
632
- }
633
- exports.WAFSubscriptionNotFoundException = WAFSubscriptionNotFoundException;
1
+ module.exports = require("../index.js");