@aws-sdk/client-waf 3.489.0 → 3.495.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 (89) hide show
  1. package/dist-cjs/WAF.js +1 -165
  2. package/dist-cjs/WAFClient.js +1 -43
  3. package/dist-cjs/commands/CreateByteMatchSetCommand.js +1 -28
  4. package/dist-cjs/commands/CreateGeoMatchSetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateIPSetCommand.js +1 -28
  6. package/dist-cjs/commands/CreateRateBasedRuleCommand.js +1 -28
  7. package/dist-cjs/commands/CreateRegexMatchSetCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +1 -28
  9. package/dist-cjs/commands/CreateRuleCommand.js +1 -28
  10. package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
  11. package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +1 -28
  12. package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +1 -28
  13. package/dist-cjs/commands/CreateWebACLCommand.js +1 -28
  14. package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +1 -28
  15. package/dist-cjs/commands/CreateXssMatchSetCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteByteMatchSetCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteIPSetCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +1 -28
  20. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteWebACLCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteXssMatchSetCommand.js +1 -28
  30. package/dist-cjs/commands/GetByteMatchSetCommand.js +1 -28
  31. package/dist-cjs/commands/GetChangeTokenCommand.js +1 -28
  32. package/dist-cjs/commands/GetChangeTokenStatusCommand.js +1 -28
  33. package/dist-cjs/commands/GetGeoMatchSetCommand.js +1 -28
  34. package/dist-cjs/commands/GetIPSetCommand.js +1 -28
  35. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +1 -28
  36. package/dist-cjs/commands/GetPermissionPolicyCommand.js +1 -28
  37. package/dist-cjs/commands/GetRateBasedRuleCommand.js +1 -28
  38. package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +1 -28
  39. package/dist-cjs/commands/GetRegexMatchSetCommand.js +1 -28
  40. package/dist-cjs/commands/GetRegexPatternSetCommand.js +1 -28
  41. package/dist-cjs/commands/GetRuleCommand.js +1 -28
  42. package/dist-cjs/commands/GetRuleGroupCommand.js +1 -28
  43. package/dist-cjs/commands/GetSampledRequestsCommand.js +1 -28
  44. package/dist-cjs/commands/GetSizeConstraintSetCommand.js +1 -28
  45. package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +1 -28
  46. package/dist-cjs/commands/GetWebACLCommand.js +1 -28
  47. package/dist-cjs/commands/GetXssMatchSetCommand.js +1 -28
  48. package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +1 -28
  49. package/dist-cjs/commands/ListByteMatchSetsCommand.js +1 -28
  50. package/dist-cjs/commands/ListGeoMatchSetsCommand.js +1 -28
  51. package/dist-cjs/commands/ListIPSetsCommand.js +1 -28
  52. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +1 -28
  53. package/dist-cjs/commands/ListRateBasedRulesCommand.js +1 -28
  54. package/dist-cjs/commands/ListRegexMatchSetsCommand.js +1 -28
  55. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +1 -28
  56. package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
  57. package/dist-cjs/commands/ListRulesCommand.js +1 -28
  58. package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +1 -28
  59. package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +1 -28
  60. package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +1 -28
  61. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  62. package/dist-cjs/commands/ListWebACLsCommand.js +1 -28
  63. package/dist-cjs/commands/ListXssMatchSetsCommand.js +1 -28
  64. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +1 -28
  65. package/dist-cjs/commands/PutPermissionPolicyCommand.js +1 -28
  66. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  67. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  68. package/dist-cjs/commands/UpdateByteMatchSetCommand.js +1 -28
  69. package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +1 -28
  70. package/dist-cjs/commands/UpdateIPSetCommand.js +1 -28
  71. package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +1 -28
  74. package/dist-cjs/commands/UpdateRuleCommand.js +1 -28
  75. package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
  76. package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +1 -28
  77. package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +1 -28
  78. package/dist-cjs/commands/UpdateWebACLCommand.js +1 -28
  79. package/dist-cjs/commands/UpdateXssMatchSetCommand.js +1 -28
  80. package/dist-cjs/commands/index.js +1 -80
  81. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  82. package/dist-cjs/extensionConfiguration.js +1 -2
  83. package/dist-cjs/index.js +6623 -10
  84. package/dist-cjs/models/WAFServiceException.js +1 -12
  85. package/dist-cjs/models/index.js +1 -4
  86. package/dist-cjs/models/models_0.js +1 -616
  87. package/dist-cjs/protocols/Aws_json1_1.js +1 -4333
  88. package/dist-cjs/runtimeExtensions.js +1 -22
  89. package/package.json +39 -39
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WAFServiceException = 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 WAFServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, WAFServiceException.prototype);
10
- }
11
- }
12
- exports.WAFServiceException = WAFServiceException;
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,616 +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.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
- const WAFServiceException_1 = require("./WAFServiceException");
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
- };
43
- class WAFDisallowedNameException extends WAFServiceException_1.WAFServiceException {
44
- constructor(opts) {
45
- super({
46
- name: "WAFDisallowedNameException",
47
- $fault: "client",
48
- ...opts,
49
- });
50
- this.name = "WAFDisallowedNameException";
51
- this.$fault = "client";
52
- Object.setPrototypeOf(this, WAFDisallowedNameException.prototype);
53
- }
54
- }
55
- exports.WAFDisallowedNameException = WAFDisallowedNameException;
56
- class WAFInternalErrorException extends WAFServiceException_1.WAFServiceException {
57
- constructor(opts) {
58
- super({
59
- name: "WAFInternalErrorException",
60
- $fault: "server",
61
- ...opts,
62
- });
63
- this.name = "WAFInternalErrorException";
64
- this.$fault = "server";
65
- Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
66
- }
67
- }
68
- exports.WAFInternalErrorException = WAFInternalErrorException;
69
- class WAFInvalidAccountException extends WAFServiceException_1.WAFServiceException {
70
- constructor(opts) {
71
- super({
72
- name: "WAFInvalidAccountException",
73
- $fault: "client",
74
- ...opts,
75
- });
76
- this.name = "WAFInvalidAccountException";
77
- this.$fault = "client";
78
- Object.setPrototypeOf(this, WAFInvalidAccountException.prototype);
79
- }
80
- }
81
- exports.WAFInvalidAccountException = WAFInvalidAccountException;
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
- };
108
- class WAFInvalidParameterException extends WAFServiceException_1.WAFServiceException {
109
- constructor(opts) {
110
- super({
111
- name: "WAFInvalidParameterException",
112
- $fault: "client",
113
- ...opts,
114
- });
115
- this.name = "WAFInvalidParameterException";
116
- this.$fault = "client";
117
- Object.setPrototypeOf(this, WAFInvalidParameterException.prototype);
118
- this.field = opts.field;
119
- this.parameter = opts.parameter;
120
- this.reason = opts.reason;
121
- }
122
- }
123
- exports.WAFInvalidParameterException = WAFInvalidParameterException;
124
- class WAFLimitsExceededException extends WAFServiceException_1.WAFServiceException {
125
- constructor(opts) {
126
- super({
127
- name: "WAFLimitsExceededException",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- this.name = "WAFLimitsExceededException";
132
- this.$fault = "client";
133
- Object.setPrototypeOf(this, WAFLimitsExceededException.prototype);
134
- }
135
- }
136
- exports.WAFLimitsExceededException = WAFLimitsExceededException;
137
- class WAFStaleDataException extends WAFServiceException_1.WAFServiceException {
138
- constructor(opts) {
139
- super({
140
- name: "WAFStaleDataException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- this.name = "WAFStaleDataException";
145
- this.$fault = "client";
146
- Object.setPrototypeOf(this, WAFStaleDataException.prototype);
147
- }
148
- }
149
- exports.WAFStaleDataException = WAFStaleDataException;
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
- };
420
- class WAFBadRequestException extends WAFServiceException_1.WAFServiceException {
421
- constructor(opts) {
422
- super({
423
- name: "WAFBadRequestException",
424
- $fault: "client",
425
- ...opts,
426
- });
427
- this.name = "WAFBadRequestException";
428
- this.$fault = "client";
429
- Object.setPrototypeOf(this, WAFBadRequestException.prototype);
430
- }
431
- }
432
- exports.WAFBadRequestException = WAFBadRequestException;
433
- class WAFTagOperationException extends WAFServiceException_1.WAFServiceException {
434
- constructor(opts) {
435
- super({
436
- name: "WAFTagOperationException",
437
- $fault: "client",
438
- ...opts,
439
- });
440
- this.name = "WAFTagOperationException";
441
- this.$fault = "client";
442
- Object.setPrototypeOf(this, WAFTagOperationException.prototype);
443
- }
444
- }
445
- exports.WAFTagOperationException = WAFTagOperationException;
446
- class WAFTagOperationInternalErrorException extends WAFServiceException_1.WAFServiceException {
447
- constructor(opts) {
448
- super({
449
- name: "WAFTagOperationInternalErrorException",
450
- $fault: "server",
451
- ...opts,
452
- });
453
- this.name = "WAFTagOperationInternalErrorException";
454
- this.$fault = "server";
455
- Object.setPrototypeOf(this, WAFTagOperationInternalErrorException.prototype);
456
- }
457
- }
458
- exports.WAFTagOperationInternalErrorException = WAFTagOperationInternalErrorException;
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
- };
476
- class WAFEntityMigrationException extends WAFServiceException_1.WAFServiceException {
477
- constructor(opts) {
478
- super({
479
- name: "WAFEntityMigrationException",
480
- $fault: "client",
481
- ...opts,
482
- });
483
- this.name = "WAFEntityMigrationException";
484
- this.$fault = "client";
485
- Object.setPrototypeOf(this, WAFEntityMigrationException.prototype);
486
- this.MigrationErrorType = opts.MigrationErrorType;
487
- this.MigrationErrorReason = opts.MigrationErrorReason;
488
- }
489
- }
490
- exports.WAFEntityMigrationException = WAFEntityMigrationException;
491
- class WAFInvalidOperationException extends WAFServiceException_1.WAFServiceException {
492
- constructor(opts) {
493
- super({
494
- name: "WAFInvalidOperationException",
495
- $fault: "client",
496
- ...opts,
497
- });
498
- this.name = "WAFInvalidOperationException";
499
- this.$fault = "client";
500
- Object.setPrototypeOf(this, WAFInvalidOperationException.prototype);
501
- }
502
- }
503
- exports.WAFInvalidOperationException = WAFInvalidOperationException;
504
- class WAFNonexistentItemException extends WAFServiceException_1.WAFServiceException {
505
- constructor(opts) {
506
- super({
507
- name: "WAFNonexistentItemException",
508
- $fault: "client",
509
- ...opts,
510
- });
511
- this.name = "WAFNonexistentItemException";
512
- this.$fault = "client";
513
- Object.setPrototypeOf(this, WAFNonexistentItemException.prototype);
514
- }
515
- }
516
- exports.WAFNonexistentItemException = WAFNonexistentItemException;
517
- class WAFNonEmptyEntityException extends WAFServiceException_1.WAFServiceException {
518
- constructor(opts) {
519
- super({
520
- name: "WAFNonEmptyEntityException",
521
- $fault: "client",
522
- ...opts,
523
- });
524
- this.name = "WAFNonEmptyEntityException";
525
- this.$fault = "client";
526
- Object.setPrototypeOf(this, WAFNonEmptyEntityException.prototype);
527
- }
528
- }
529
- exports.WAFNonEmptyEntityException = WAFNonEmptyEntityException;
530
- class WAFReferencedItemException extends WAFServiceException_1.WAFServiceException {
531
- constructor(opts) {
532
- super({
533
- name: "WAFReferencedItemException",
534
- $fault: "client",
535
- ...opts,
536
- });
537
- this.name = "WAFReferencedItemException";
538
- this.$fault = "client";
539
- Object.setPrototypeOf(this, WAFReferencedItemException.prototype);
540
- }
541
- }
542
- exports.WAFReferencedItemException = WAFReferencedItemException;
543
- exports.ChangeTokenStatus = {
544
- INSYNC: "INSYNC",
545
- PENDING: "PENDING",
546
- PROVISIONED: "PROVISIONED",
547
- };
548
- class WAFServiceLinkedRoleErrorException extends WAFServiceException_1.WAFServiceException {
549
- constructor(opts) {
550
- super({
551
- name: "WAFServiceLinkedRoleErrorException",
552
- $fault: "client",
553
- ...opts,
554
- });
555
- this.name = "WAFServiceLinkedRoleErrorException";
556
- this.$fault = "client";
557
- Object.setPrototypeOf(this, WAFServiceLinkedRoleErrorException.prototype);
558
- }
559
- }
560
- exports.WAFServiceLinkedRoleErrorException = WAFServiceLinkedRoleErrorException;
561
- class WAFInvalidPermissionPolicyException extends WAFServiceException_1.WAFServiceException {
562
- constructor(opts) {
563
- super({
564
- name: "WAFInvalidPermissionPolicyException",
565
- $fault: "client",
566
- ...opts,
567
- });
568
- this.name = "WAFInvalidPermissionPolicyException";
569
- this.$fault = "client";
570
- Object.setPrototypeOf(this, WAFInvalidPermissionPolicyException.prototype);
571
- }
572
- }
573
- exports.WAFInvalidPermissionPolicyException = WAFInvalidPermissionPolicyException;
574
- exports.ChangeAction = {
575
- DELETE: "DELETE",
576
- INSERT: "INSERT",
577
- };
578
- class WAFNonexistentContainerException extends WAFServiceException_1.WAFServiceException {
579
- constructor(opts) {
580
- super({
581
- name: "WAFNonexistentContainerException",
582
- $fault: "client",
583
- ...opts,
584
- });
585
- this.name = "WAFNonexistentContainerException";
586
- this.$fault = "client";
587
- Object.setPrototypeOf(this, WAFNonexistentContainerException.prototype);
588
- }
589
- }
590
- exports.WAFNonexistentContainerException = WAFNonexistentContainerException;
591
- class WAFInvalidRegexPatternException extends WAFServiceException_1.WAFServiceException {
592
- constructor(opts) {
593
- super({
594
- name: "WAFInvalidRegexPatternException",
595
- $fault: "client",
596
- ...opts,
597
- });
598
- this.name = "WAFInvalidRegexPatternException";
599
- this.$fault = "client";
600
- Object.setPrototypeOf(this, WAFInvalidRegexPatternException.prototype);
601
- }
602
- }
603
- exports.WAFInvalidRegexPatternException = WAFInvalidRegexPatternException;
604
- class WAFSubscriptionNotFoundException extends WAFServiceException_1.WAFServiceException {
605
- constructor(opts) {
606
- super({
607
- name: "WAFSubscriptionNotFoundException",
608
- $fault: "client",
609
- ...opts,
610
- });
611
- this.name = "WAFSubscriptionNotFoundException";
612
- this.$fault = "client";
613
- Object.setPrototypeOf(this, WAFSubscriptionNotFoundException.prototype);
614
- }
615
- }
616
- exports.WAFSubscriptionNotFoundException = WAFSubscriptionNotFoundException;
1
+ module.exports = require("../index.js");