@aws-sdk/client-waf 3.183.0 → 3.186.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 (90) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +2 -2
  3. package/dist-es/WAF.js +317 -310
  4. package/dist-es/WAFClient.js +28 -22
  5. package/dist-es/commands/CreateByteMatchSetCommand.js +28 -21
  6. package/dist-es/commands/CreateGeoMatchSetCommand.js +28 -21
  7. package/dist-es/commands/CreateIPSetCommand.js +28 -21
  8. package/dist-es/commands/CreateRateBasedRuleCommand.js +28 -21
  9. package/dist-es/commands/CreateRegexMatchSetCommand.js +28 -21
  10. package/dist-es/commands/CreateRegexPatternSetCommand.js +28 -21
  11. package/dist-es/commands/CreateRuleCommand.js +28 -21
  12. package/dist-es/commands/CreateRuleGroupCommand.js +28 -21
  13. package/dist-es/commands/CreateSizeConstraintSetCommand.js +28 -21
  14. package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +28 -21
  15. package/dist-es/commands/CreateWebACLCommand.js +28 -21
  16. package/dist-es/commands/CreateWebACLMigrationStackCommand.js +28 -21
  17. package/dist-es/commands/CreateXssMatchSetCommand.js +28 -21
  18. package/dist-es/commands/DeleteByteMatchSetCommand.js +28 -21
  19. package/dist-es/commands/DeleteGeoMatchSetCommand.js +28 -21
  20. package/dist-es/commands/DeleteIPSetCommand.js +28 -21
  21. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +28 -21
  22. package/dist-es/commands/DeletePermissionPolicyCommand.js +28 -21
  23. package/dist-es/commands/DeleteRateBasedRuleCommand.js +28 -21
  24. package/dist-es/commands/DeleteRegexMatchSetCommand.js +28 -21
  25. package/dist-es/commands/DeleteRegexPatternSetCommand.js +28 -21
  26. package/dist-es/commands/DeleteRuleCommand.js +28 -21
  27. package/dist-es/commands/DeleteRuleGroupCommand.js +28 -21
  28. package/dist-es/commands/DeleteSizeConstraintSetCommand.js +28 -21
  29. package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +28 -21
  30. package/dist-es/commands/DeleteWebACLCommand.js +28 -21
  31. package/dist-es/commands/DeleteXssMatchSetCommand.js +28 -21
  32. package/dist-es/commands/GetByteMatchSetCommand.js +28 -21
  33. package/dist-es/commands/GetChangeTokenCommand.js +28 -21
  34. package/dist-es/commands/GetChangeTokenStatusCommand.js +28 -21
  35. package/dist-es/commands/GetGeoMatchSetCommand.js +28 -21
  36. package/dist-es/commands/GetIPSetCommand.js +28 -21
  37. package/dist-es/commands/GetLoggingConfigurationCommand.js +28 -21
  38. package/dist-es/commands/GetPermissionPolicyCommand.js +28 -21
  39. package/dist-es/commands/GetRateBasedRuleCommand.js +28 -21
  40. package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +28 -21
  41. package/dist-es/commands/GetRegexMatchSetCommand.js +28 -21
  42. package/dist-es/commands/GetRegexPatternSetCommand.js +28 -21
  43. package/dist-es/commands/GetRuleCommand.js +28 -21
  44. package/dist-es/commands/GetRuleGroupCommand.js +28 -21
  45. package/dist-es/commands/GetSampledRequestsCommand.js +28 -21
  46. package/dist-es/commands/GetSizeConstraintSetCommand.js +28 -21
  47. package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +28 -21
  48. package/dist-es/commands/GetWebACLCommand.js +28 -21
  49. package/dist-es/commands/GetXssMatchSetCommand.js +28 -21
  50. package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +28 -21
  51. package/dist-es/commands/ListByteMatchSetsCommand.js +28 -21
  52. package/dist-es/commands/ListGeoMatchSetsCommand.js +28 -21
  53. package/dist-es/commands/ListIPSetsCommand.js +28 -21
  54. package/dist-es/commands/ListLoggingConfigurationsCommand.js +28 -21
  55. package/dist-es/commands/ListRateBasedRulesCommand.js +28 -21
  56. package/dist-es/commands/ListRegexMatchSetsCommand.js +28 -21
  57. package/dist-es/commands/ListRegexPatternSetsCommand.js +28 -21
  58. package/dist-es/commands/ListRuleGroupsCommand.js +28 -21
  59. package/dist-es/commands/ListRulesCommand.js +28 -21
  60. package/dist-es/commands/ListSizeConstraintSetsCommand.js +28 -21
  61. package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +28 -21
  62. package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +28 -21
  63. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  64. package/dist-es/commands/ListWebACLsCommand.js +28 -21
  65. package/dist-es/commands/ListXssMatchSetsCommand.js +28 -21
  66. package/dist-es/commands/PutLoggingConfigurationCommand.js +28 -21
  67. package/dist-es/commands/PutPermissionPolicyCommand.js +28 -21
  68. package/dist-es/commands/TagResourceCommand.js +28 -21
  69. package/dist-es/commands/UntagResourceCommand.js +28 -21
  70. package/dist-es/commands/UpdateByteMatchSetCommand.js +28 -21
  71. package/dist-es/commands/UpdateGeoMatchSetCommand.js +28 -21
  72. package/dist-es/commands/UpdateIPSetCommand.js +28 -21
  73. package/dist-es/commands/UpdateRateBasedRuleCommand.js +28 -21
  74. package/dist-es/commands/UpdateRegexMatchSetCommand.js +28 -21
  75. package/dist-es/commands/UpdateRegexPatternSetCommand.js +28 -21
  76. package/dist-es/commands/UpdateRuleCommand.js +28 -21
  77. package/dist-es/commands/UpdateRuleGroupCommand.js +28 -21
  78. package/dist-es/commands/UpdateSizeConstraintSetCommand.js +28 -21
  79. package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +28 -21
  80. package/dist-es/commands/UpdateWebACLCommand.js +28 -21
  81. package/dist-es/commands/UpdateXssMatchSetCommand.js +28 -21
  82. package/dist-es/endpoints.js +8 -8
  83. package/dist-es/models/WAFServiceException.js +10 -5
  84. package/dist-es/models/models_0.js +424 -841
  85. package/dist-es/protocols/Aws_json1_1.js +6747 -5214
  86. package/dist-es/runtimeConfig.browser.js +12 -26
  87. package/dist-es/runtimeConfig.js +12 -30
  88. package/dist-es/runtimeConfig.native.js +5 -8
  89. package/dist-es/runtimeConfig.shared.js +11 -8
  90. package/package.json +33 -33
@@ -1,3 +1,4 @@
1
+ import { __assign, __extends } from "tslib";
1
2
  import { WAFServiceException as __BaseException } from "./WAFServiceException";
2
3
  export var WafActionType;
3
4
  (function (WafActionType) {
@@ -43,42 +44,42 @@ export var TextTransformation;
43
44
  TextTransformation["NONE"] = "NONE";
44
45
  TextTransformation["URL_DECODE"] = "URL_DECODE";
45
46
  })(TextTransformation || (TextTransformation = {}));
46
- export class WAFDisallowedNameException extends __BaseException {
47
- constructor(opts) {
48
- super({
49
- name: "WAFDisallowedNameException",
50
- $fault: "client",
51
- ...opts,
52
- });
53
- this.name = "WAFDisallowedNameException";
54
- this.$fault = "client";
55
- Object.setPrototypeOf(this, WAFDisallowedNameException.prototype);
47
+ var WAFDisallowedNameException = (function (_super) {
48
+ __extends(WAFDisallowedNameException, _super);
49
+ function WAFDisallowedNameException(opts) {
50
+ var _this = _super.call(this, __assign({ name: "WAFDisallowedNameException", $fault: "client" }, opts)) || this;
51
+ _this.name = "WAFDisallowedNameException";
52
+ _this.$fault = "client";
53
+ Object.setPrototypeOf(_this, WAFDisallowedNameException.prototype);
54
+ return _this;
56
55
  }
57
- }
58
- export class WAFInternalErrorException extends __BaseException {
59
- constructor(opts) {
60
- super({
61
- name: "WAFInternalErrorException",
62
- $fault: "server",
63
- ...opts,
64
- });
65
- this.name = "WAFInternalErrorException";
66
- this.$fault = "server";
67
- Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
56
+ return WAFDisallowedNameException;
57
+ }(__BaseException));
58
+ export { WAFDisallowedNameException };
59
+ var WAFInternalErrorException = (function (_super) {
60
+ __extends(WAFInternalErrorException, _super);
61
+ function WAFInternalErrorException(opts) {
62
+ var _this = _super.call(this, __assign({ name: "WAFInternalErrorException", $fault: "server" }, opts)) || this;
63
+ _this.name = "WAFInternalErrorException";
64
+ _this.$fault = "server";
65
+ Object.setPrototypeOf(_this, WAFInternalErrorException.prototype);
66
+ return _this;
68
67
  }
69
- }
70
- export class WAFInvalidAccountException extends __BaseException {
71
- constructor(opts) {
72
- super({
73
- name: "WAFInvalidAccountException",
74
- $fault: "client",
75
- ...opts,
76
- });
77
- this.name = "WAFInvalidAccountException";
78
- this.$fault = "client";
79
- Object.setPrototypeOf(this, WAFInvalidAccountException.prototype);
68
+ return WAFInternalErrorException;
69
+ }(__BaseException));
70
+ export { WAFInternalErrorException };
71
+ var WAFInvalidAccountException = (function (_super) {
72
+ __extends(WAFInvalidAccountException, _super);
73
+ function WAFInvalidAccountException(opts) {
74
+ var _this = _super.call(this, __assign({ name: "WAFInvalidAccountException", $fault: "client" }, opts)) || this;
75
+ _this.name = "WAFInvalidAccountException";
76
+ _this.$fault = "client";
77
+ Object.setPrototypeOf(_this, WAFInvalidAccountException.prototype);
78
+ return _this;
80
79
  }
81
- }
80
+ return WAFInvalidAccountException;
81
+ }(__BaseException));
82
+ export { WAFInvalidAccountException };
82
83
  export var ParameterExceptionField;
83
84
  (function (ParameterExceptionField) {
84
85
  ParameterExceptionField["BYTE_MATCH_FIELD_TYPE"] = "BYTE_MATCH_FIELD_TYPE";
@@ -107,45 +108,45 @@ export var ParameterExceptionReason;
107
108
  ParameterExceptionReason["INVALID_OPTION"] = "INVALID_OPTION";
108
109
  ParameterExceptionReason["INVALID_TAG_KEY"] = "INVALID_TAG_KEY";
109
110
  })(ParameterExceptionReason || (ParameterExceptionReason = {}));
110
- export class WAFInvalidParameterException extends __BaseException {
111
- constructor(opts) {
112
- super({
113
- name: "WAFInvalidParameterException",
114
- $fault: "client",
115
- ...opts,
116
- });
117
- this.name = "WAFInvalidParameterException";
118
- this.$fault = "client";
119
- Object.setPrototypeOf(this, WAFInvalidParameterException.prototype);
120
- this.field = opts.field;
121
- this.parameter = opts.parameter;
122
- this.reason = opts.reason;
111
+ var WAFInvalidParameterException = (function (_super) {
112
+ __extends(WAFInvalidParameterException, _super);
113
+ function WAFInvalidParameterException(opts) {
114
+ var _this = _super.call(this, __assign({ name: "WAFInvalidParameterException", $fault: "client" }, opts)) || this;
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
+ return _this;
123
122
  }
124
- }
125
- export class WAFLimitsExceededException extends __BaseException {
126
- constructor(opts) {
127
- super({
128
- name: "WAFLimitsExceededException",
129
- $fault: "client",
130
- ...opts,
131
- });
132
- this.name = "WAFLimitsExceededException";
133
- this.$fault = "client";
134
- Object.setPrototypeOf(this, WAFLimitsExceededException.prototype);
123
+ return WAFInvalidParameterException;
124
+ }(__BaseException));
125
+ export { WAFInvalidParameterException };
126
+ var WAFLimitsExceededException = (function (_super) {
127
+ __extends(WAFLimitsExceededException, _super);
128
+ function WAFLimitsExceededException(opts) {
129
+ var _this = _super.call(this, __assign({ name: "WAFLimitsExceededException", $fault: "client" }, opts)) || this;
130
+ _this.name = "WAFLimitsExceededException";
131
+ _this.$fault = "client";
132
+ Object.setPrototypeOf(_this, WAFLimitsExceededException.prototype);
133
+ return _this;
135
134
  }
136
- }
137
- export class WAFStaleDataException extends __BaseException {
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);
135
+ return WAFLimitsExceededException;
136
+ }(__BaseException));
137
+ export { WAFLimitsExceededException };
138
+ var WAFStaleDataException = (function (_super) {
139
+ __extends(WAFStaleDataException, _super);
140
+ function WAFStaleDataException(opts) {
141
+ var _this = _super.call(this, __assign({ name: "WAFStaleDataException", $fault: "client" }, opts)) || this;
142
+ _this.name = "WAFStaleDataException";
143
+ _this.$fault = "client";
144
+ Object.setPrototypeOf(_this, WAFStaleDataException.prototype);
145
+ return _this;
147
146
  }
148
- }
147
+ return WAFStaleDataException;
148
+ }(__BaseException));
149
+ export { WAFStaleDataException };
149
150
  export var GeoMatchConstraintType;
150
151
  (function (GeoMatchConstraintType) {
151
152
  GeoMatchConstraintType["Country"] = "Country";
@@ -421,42 +422,42 @@ export var PredicateType;
421
422
  PredicateType["SQL_INJECTION_MATCH"] = "SqlInjectionMatch";
422
423
  PredicateType["XSS_MATCH"] = "XssMatch";
423
424
  })(PredicateType || (PredicateType = {}));
424
- export class WAFBadRequestException extends __BaseException {
425
- constructor(opts) {
426
- super({
427
- name: "WAFBadRequestException",
428
- $fault: "client",
429
- ...opts,
430
- });
431
- this.name = "WAFBadRequestException";
432
- this.$fault = "client";
433
- Object.setPrototypeOf(this, WAFBadRequestException.prototype);
425
+ var WAFBadRequestException = (function (_super) {
426
+ __extends(WAFBadRequestException, _super);
427
+ function WAFBadRequestException(opts) {
428
+ var _this = _super.call(this, __assign({ name: "WAFBadRequestException", $fault: "client" }, opts)) || this;
429
+ _this.name = "WAFBadRequestException";
430
+ _this.$fault = "client";
431
+ Object.setPrototypeOf(_this, WAFBadRequestException.prototype);
432
+ return _this;
434
433
  }
435
- }
436
- export class WAFTagOperationException extends __BaseException {
437
- constructor(opts) {
438
- super({
439
- name: "WAFTagOperationException",
440
- $fault: "client",
441
- ...opts,
442
- });
443
- this.name = "WAFTagOperationException";
444
- this.$fault = "client";
445
- Object.setPrototypeOf(this, WAFTagOperationException.prototype);
434
+ return WAFBadRequestException;
435
+ }(__BaseException));
436
+ export { WAFBadRequestException };
437
+ var WAFTagOperationException = (function (_super) {
438
+ __extends(WAFTagOperationException, _super);
439
+ function WAFTagOperationException(opts) {
440
+ var _this = _super.call(this, __assign({ name: "WAFTagOperationException", $fault: "client" }, opts)) || this;
441
+ _this.name = "WAFTagOperationException";
442
+ _this.$fault = "client";
443
+ Object.setPrototypeOf(_this, WAFTagOperationException.prototype);
444
+ return _this;
446
445
  }
447
- }
448
- export class WAFTagOperationInternalErrorException extends __BaseException {
449
- constructor(opts) {
450
- super({
451
- name: "WAFTagOperationInternalErrorException",
452
- $fault: "server",
453
- ...opts,
454
- });
455
- this.name = "WAFTagOperationInternalErrorException";
456
- this.$fault = "server";
457
- Object.setPrototypeOf(this, WAFTagOperationInternalErrorException.prototype);
446
+ return WAFTagOperationException;
447
+ }(__BaseException));
448
+ export { WAFTagOperationException };
449
+ var WAFTagOperationInternalErrorException = (function (_super) {
450
+ __extends(WAFTagOperationInternalErrorException, _super);
451
+ function WAFTagOperationInternalErrorException(opts) {
452
+ var _this = _super.call(this, __assign({ name: "WAFTagOperationInternalErrorException", $fault: "server" }, opts)) || this;
453
+ _this.name = "WAFTagOperationInternalErrorException";
454
+ _this.$fault = "server";
455
+ Object.setPrototypeOf(_this, WAFTagOperationInternalErrorException.prototype);
456
+ return _this;
458
457
  }
459
- }
458
+ return WAFTagOperationInternalErrorException;
459
+ }(__BaseException));
460
+ export { WAFTagOperationInternalErrorException };
460
461
  export var ComparisonOperator;
461
462
  (function (ComparisonOperator) {
462
463
  ComparisonOperator["EQ"] = "EQ";
@@ -476,763 +477,345 @@ export var MigrationErrorType;
476
477
  MigrationErrorType["S3_BUCKET_NO_PERMISSION"] = "S3_BUCKET_NO_PERMISSION";
477
478
  MigrationErrorType["S3_INTERNAL_ERROR"] = "S3_INTERNAL_ERROR";
478
479
  })(MigrationErrorType || (MigrationErrorType = {}));
479
- export class WAFEntityMigrationException extends __BaseException {
480
- constructor(opts) {
481
- super({
482
- name: "WAFEntityMigrationException",
483
- $fault: "client",
484
- ...opts,
485
- });
486
- this.name = "WAFEntityMigrationException";
487
- this.$fault = "client";
488
- Object.setPrototypeOf(this, WAFEntityMigrationException.prototype);
489
- this.MigrationErrorType = opts.MigrationErrorType;
490
- this.MigrationErrorReason = opts.MigrationErrorReason;
480
+ var WAFEntityMigrationException = (function (_super) {
481
+ __extends(WAFEntityMigrationException, _super);
482
+ function WAFEntityMigrationException(opts) {
483
+ var _this = _super.call(this, __assign({ name: "WAFEntityMigrationException", $fault: "client" }, opts)) || this;
484
+ _this.name = "WAFEntityMigrationException";
485
+ _this.$fault = "client";
486
+ Object.setPrototypeOf(_this, WAFEntityMigrationException.prototype);
487
+ _this.MigrationErrorType = opts.MigrationErrorType;
488
+ _this.MigrationErrorReason = opts.MigrationErrorReason;
489
+ return _this;
491
490
  }
492
- }
493
- export class WAFInvalidOperationException extends __BaseException {
494
- constructor(opts) {
495
- super({
496
- name: "WAFInvalidOperationException",
497
- $fault: "client",
498
- ...opts,
499
- });
500
- this.name = "WAFInvalidOperationException";
501
- this.$fault = "client";
502
- Object.setPrototypeOf(this, WAFInvalidOperationException.prototype);
491
+ return WAFEntityMigrationException;
492
+ }(__BaseException));
493
+ export { WAFEntityMigrationException };
494
+ var WAFInvalidOperationException = (function (_super) {
495
+ __extends(WAFInvalidOperationException, _super);
496
+ function WAFInvalidOperationException(opts) {
497
+ var _this = _super.call(this, __assign({ name: "WAFInvalidOperationException", $fault: "client" }, opts)) || this;
498
+ _this.name = "WAFInvalidOperationException";
499
+ _this.$fault = "client";
500
+ Object.setPrototypeOf(_this, WAFInvalidOperationException.prototype);
501
+ return _this;
503
502
  }
504
- }
505
- export class WAFNonexistentItemException extends __BaseException {
506
- constructor(opts) {
507
- super({
508
- name: "WAFNonexistentItemException",
509
- $fault: "client",
510
- ...opts,
511
- });
512
- this.name = "WAFNonexistentItemException";
513
- this.$fault = "client";
514
- Object.setPrototypeOf(this, WAFNonexistentItemException.prototype);
503
+ return WAFInvalidOperationException;
504
+ }(__BaseException));
505
+ export { WAFInvalidOperationException };
506
+ var WAFNonexistentItemException = (function (_super) {
507
+ __extends(WAFNonexistentItemException, _super);
508
+ function WAFNonexistentItemException(opts) {
509
+ var _this = _super.call(this, __assign({ name: "WAFNonexistentItemException", $fault: "client" }, opts)) || this;
510
+ _this.name = "WAFNonexistentItemException";
511
+ _this.$fault = "client";
512
+ Object.setPrototypeOf(_this, WAFNonexistentItemException.prototype);
513
+ return _this;
515
514
  }
516
- }
517
- export class WAFNonEmptyEntityException extends __BaseException {
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);
515
+ return WAFNonexistentItemException;
516
+ }(__BaseException));
517
+ export { WAFNonexistentItemException };
518
+ var WAFNonEmptyEntityException = (function (_super) {
519
+ __extends(WAFNonEmptyEntityException, _super);
520
+ function WAFNonEmptyEntityException(opts) {
521
+ var _this = _super.call(this, __assign({ name: "WAFNonEmptyEntityException", $fault: "client" }, opts)) || this;
522
+ _this.name = "WAFNonEmptyEntityException";
523
+ _this.$fault = "client";
524
+ Object.setPrototypeOf(_this, WAFNonEmptyEntityException.prototype);
525
+ return _this;
527
526
  }
528
- }
529
- export class WAFReferencedItemException extends __BaseException {
530
- constructor(opts) {
531
- super({
532
- name: "WAFReferencedItemException",
533
- $fault: "client",
534
- ...opts,
535
- });
536
- this.name = "WAFReferencedItemException";
537
- this.$fault = "client";
538
- Object.setPrototypeOf(this, WAFReferencedItemException.prototype);
527
+ return WAFNonEmptyEntityException;
528
+ }(__BaseException));
529
+ export { WAFNonEmptyEntityException };
530
+ var WAFReferencedItemException = (function (_super) {
531
+ __extends(WAFReferencedItemException, _super);
532
+ function WAFReferencedItemException(opts) {
533
+ var _this = _super.call(this, __assign({ name: "WAFReferencedItemException", $fault: "client" }, opts)) || this;
534
+ _this.name = "WAFReferencedItemException";
535
+ _this.$fault = "client";
536
+ Object.setPrototypeOf(_this, WAFReferencedItemException.prototype);
537
+ return _this;
539
538
  }
540
- }
539
+ return WAFReferencedItemException;
540
+ }(__BaseException));
541
+ export { WAFReferencedItemException };
541
542
  export var ChangeTokenStatus;
542
543
  (function (ChangeTokenStatus) {
543
544
  ChangeTokenStatus["INSYNC"] = "INSYNC";
544
545
  ChangeTokenStatus["PENDING"] = "PENDING";
545
546
  ChangeTokenStatus["PROVISIONED"] = "PROVISIONED";
546
547
  })(ChangeTokenStatus || (ChangeTokenStatus = {}));
547
- export class WAFServiceLinkedRoleErrorException extends __BaseException {
548
- constructor(opts) {
549
- super({
550
- name: "WAFServiceLinkedRoleErrorException",
551
- $fault: "client",
552
- ...opts,
553
- });
554
- this.name = "WAFServiceLinkedRoleErrorException";
555
- this.$fault = "client";
556
- Object.setPrototypeOf(this, WAFServiceLinkedRoleErrorException.prototype);
548
+ var WAFServiceLinkedRoleErrorException = (function (_super) {
549
+ __extends(WAFServiceLinkedRoleErrorException, _super);
550
+ function WAFServiceLinkedRoleErrorException(opts) {
551
+ var _this = _super.call(this, __assign({ name: "WAFServiceLinkedRoleErrorException", $fault: "client" }, opts)) || this;
552
+ _this.name = "WAFServiceLinkedRoleErrorException";
553
+ _this.$fault = "client";
554
+ Object.setPrototypeOf(_this, WAFServiceLinkedRoleErrorException.prototype);
555
+ return _this;
557
556
  }
558
- }
559
- export class WAFInvalidPermissionPolicyException extends __BaseException {
560
- constructor(opts) {
561
- super({
562
- name: "WAFInvalidPermissionPolicyException",
563
- $fault: "client",
564
- ...opts,
565
- });
566
- this.name = "WAFInvalidPermissionPolicyException";
567
- this.$fault = "client";
568
- Object.setPrototypeOf(this, WAFInvalidPermissionPolicyException.prototype);
557
+ return WAFServiceLinkedRoleErrorException;
558
+ }(__BaseException));
559
+ export { WAFServiceLinkedRoleErrorException };
560
+ var WAFInvalidPermissionPolicyException = (function (_super) {
561
+ __extends(WAFInvalidPermissionPolicyException, _super);
562
+ function WAFInvalidPermissionPolicyException(opts) {
563
+ var _this = _super.call(this, __assign({ name: "WAFInvalidPermissionPolicyException", $fault: "client" }, opts)) || this;
564
+ _this.name = "WAFInvalidPermissionPolicyException";
565
+ _this.$fault = "client";
566
+ Object.setPrototypeOf(_this, WAFInvalidPermissionPolicyException.prototype);
567
+ return _this;
569
568
  }
570
- }
569
+ return WAFInvalidPermissionPolicyException;
570
+ }(__BaseException));
571
+ export { WAFInvalidPermissionPolicyException };
571
572
  export var ChangeAction;
572
573
  (function (ChangeAction) {
573
574
  ChangeAction["DELETE"] = "DELETE";
574
575
  ChangeAction["INSERT"] = "INSERT";
575
576
  })(ChangeAction || (ChangeAction = {}));
576
- export class WAFNonexistentContainerException extends __BaseException {
577
- constructor(opts) {
578
- super({
579
- name: "WAFNonexistentContainerException",
580
- $fault: "client",
581
- ...opts,
582
- });
583
- this.name = "WAFNonexistentContainerException";
584
- this.$fault = "client";
585
- Object.setPrototypeOf(this, WAFNonexistentContainerException.prototype);
577
+ var WAFNonexistentContainerException = (function (_super) {
578
+ __extends(WAFNonexistentContainerException, _super);
579
+ function WAFNonexistentContainerException(opts) {
580
+ var _this = _super.call(this, __assign({ name: "WAFNonexistentContainerException", $fault: "client" }, opts)) || this;
581
+ _this.name = "WAFNonexistentContainerException";
582
+ _this.$fault = "client";
583
+ Object.setPrototypeOf(_this, WAFNonexistentContainerException.prototype);
584
+ return _this;
586
585
  }
587
- }
588
- export class WAFInvalidRegexPatternException extends __BaseException {
589
- constructor(opts) {
590
- super({
591
- name: "WAFInvalidRegexPatternException",
592
- $fault: "client",
593
- ...opts,
594
- });
595
- this.name = "WAFInvalidRegexPatternException";
596
- this.$fault = "client";
597
- Object.setPrototypeOf(this, WAFInvalidRegexPatternException.prototype);
586
+ return WAFNonexistentContainerException;
587
+ }(__BaseException));
588
+ export { WAFNonexistentContainerException };
589
+ var WAFInvalidRegexPatternException = (function (_super) {
590
+ __extends(WAFInvalidRegexPatternException, _super);
591
+ function WAFInvalidRegexPatternException(opts) {
592
+ var _this = _super.call(this, __assign({ name: "WAFInvalidRegexPatternException", $fault: "client" }, opts)) || this;
593
+ _this.name = "WAFInvalidRegexPatternException";
594
+ _this.$fault = "client";
595
+ Object.setPrototypeOf(_this, WAFInvalidRegexPatternException.prototype);
596
+ return _this;
598
597
  }
599
- }
600
- export class WAFSubscriptionNotFoundException extends __BaseException {
601
- constructor(opts) {
602
- super({
603
- name: "WAFSubscriptionNotFoundException",
604
- $fault: "client",
605
- ...opts,
606
- });
607
- this.name = "WAFSubscriptionNotFoundException";
608
- this.$fault = "client";
609
- Object.setPrototypeOf(this, WAFSubscriptionNotFoundException.prototype);
598
+ return WAFInvalidRegexPatternException;
599
+ }(__BaseException));
600
+ export { WAFInvalidRegexPatternException };
601
+ var WAFSubscriptionNotFoundException = (function (_super) {
602
+ __extends(WAFSubscriptionNotFoundException, _super);
603
+ function WAFSubscriptionNotFoundException(opts) {
604
+ var _this = _super.call(this, __assign({ name: "WAFSubscriptionNotFoundException", $fault: "client" }, opts)) || this;
605
+ _this.name = "WAFSubscriptionNotFoundException";
606
+ _this.$fault = "client";
607
+ Object.setPrototypeOf(_this, WAFSubscriptionNotFoundException.prototype);
608
+ return _this;
610
609
  }
611
- }
612
- export const WafActionFilterSensitiveLog = (obj) => ({
613
- ...obj,
614
- });
615
- export const ExcludedRuleFilterSensitiveLog = (obj) => ({
616
- ...obj,
617
- });
618
- export const WafOverrideActionFilterSensitiveLog = (obj) => ({
619
- ...obj,
620
- });
621
- export const ActivatedRuleFilterSensitiveLog = (obj) => ({
622
- ...obj,
623
- });
624
- export const CreateByteMatchSetRequestFilterSensitiveLog = (obj) => ({
625
- ...obj,
626
- });
627
- export const FieldToMatchFilterSensitiveLog = (obj) => ({
628
- ...obj,
629
- });
630
- export const ByteMatchTupleFilterSensitiveLog = (obj) => ({
631
- ...obj,
632
- });
633
- export const ByteMatchSetFilterSensitiveLog = (obj) => ({
634
- ...obj,
635
- });
636
- export const CreateByteMatchSetResponseFilterSensitiveLog = (obj) => ({
637
- ...obj,
638
- });
639
- export const CreateGeoMatchSetRequestFilterSensitiveLog = (obj) => ({
640
- ...obj,
641
- });
642
- export const GeoMatchConstraintFilterSensitiveLog = (obj) => ({
643
- ...obj,
644
- });
645
- export const GeoMatchSetFilterSensitiveLog = (obj) => ({
646
- ...obj,
647
- });
648
- export const CreateGeoMatchSetResponseFilterSensitiveLog = (obj) => ({
649
- ...obj,
650
- });
651
- export const CreateIPSetRequestFilterSensitiveLog = (obj) => ({
652
- ...obj,
653
- });
654
- export const IPSetDescriptorFilterSensitiveLog = (obj) => ({
655
- ...obj,
656
- });
657
- export const IPSetFilterSensitiveLog = (obj) => ({
658
- ...obj,
659
- });
660
- export const CreateIPSetResponseFilterSensitiveLog = (obj) => ({
661
- ...obj,
662
- });
663
- export const TagFilterSensitiveLog = (obj) => ({
664
- ...obj,
665
- });
666
- export const CreateRateBasedRuleRequestFilterSensitiveLog = (obj) => ({
667
- ...obj,
668
- });
669
- export const PredicateFilterSensitiveLog = (obj) => ({
670
- ...obj,
671
- });
672
- export const RateBasedRuleFilterSensitiveLog = (obj) => ({
673
- ...obj,
674
- });
675
- export const CreateRateBasedRuleResponseFilterSensitiveLog = (obj) => ({
676
- ...obj,
677
- });
678
- export const CreateRegexMatchSetRequestFilterSensitiveLog = (obj) => ({
679
- ...obj,
680
- });
681
- export const RegexMatchTupleFilterSensitiveLog = (obj) => ({
682
- ...obj,
683
- });
684
- export const RegexMatchSetFilterSensitiveLog = (obj) => ({
685
- ...obj,
686
- });
687
- export const CreateRegexMatchSetResponseFilterSensitiveLog = (obj) => ({
688
- ...obj,
689
- });
690
- export const CreateRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
691
- ...obj,
692
- });
693
- export const RegexPatternSetFilterSensitiveLog = (obj) => ({
694
- ...obj,
695
- });
696
- export const CreateRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
697
- ...obj,
698
- });
699
- export const CreateRuleRequestFilterSensitiveLog = (obj) => ({
700
- ...obj,
701
- });
702
- export const RuleFilterSensitiveLog = (obj) => ({
703
- ...obj,
704
- });
705
- export const CreateRuleResponseFilterSensitiveLog = (obj) => ({
706
- ...obj,
707
- });
708
- export const CreateRuleGroupRequestFilterSensitiveLog = (obj) => ({
709
- ...obj,
710
- });
711
- export const RuleGroupFilterSensitiveLog = (obj) => ({
712
- ...obj,
713
- });
714
- export const CreateRuleGroupResponseFilterSensitiveLog = (obj) => ({
715
- ...obj,
716
- });
717
- export const CreateSizeConstraintSetRequestFilterSensitiveLog = (obj) => ({
718
- ...obj,
719
- });
720
- export const SizeConstraintFilterSensitiveLog = (obj) => ({
721
- ...obj,
722
- });
723
- export const SizeConstraintSetFilterSensitiveLog = (obj) => ({
724
- ...obj,
725
- });
726
- export const CreateSizeConstraintSetResponseFilterSensitiveLog = (obj) => ({
727
- ...obj,
728
- });
729
- export const CreateSqlInjectionMatchSetRequestFilterSensitiveLog = (obj) => ({
730
- ...obj,
731
- });
732
- export const SqlInjectionMatchTupleFilterSensitiveLog = (obj) => ({
733
- ...obj,
734
- });
735
- export const SqlInjectionMatchSetFilterSensitiveLog = (obj) => ({
736
- ...obj,
737
- });
738
- export const CreateSqlInjectionMatchSetResponseFilterSensitiveLog = (obj) => ({
739
- ...obj,
740
- });
741
- export const CreateWebACLRequestFilterSensitiveLog = (obj) => ({
742
- ...obj,
743
- });
744
- export const WebACLFilterSensitiveLog = (obj) => ({
745
- ...obj,
746
- });
747
- export const CreateWebACLResponseFilterSensitiveLog = (obj) => ({
748
- ...obj,
749
- });
750
- export const CreateWebACLMigrationStackRequestFilterSensitiveLog = (obj) => ({
751
- ...obj,
752
- });
753
- export const CreateWebACLMigrationStackResponseFilterSensitiveLog = (obj) => ({
754
- ...obj,
755
- });
756
- export const CreateXssMatchSetRequestFilterSensitiveLog = (obj) => ({
757
- ...obj,
758
- });
759
- export const XssMatchTupleFilterSensitiveLog = (obj) => ({
760
- ...obj,
761
- });
762
- export const XssMatchSetFilterSensitiveLog = (obj) => ({
763
- ...obj,
764
- });
765
- export const CreateXssMatchSetResponseFilterSensitiveLog = (obj) => ({
766
- ...obj,
767
- });
768
- export const DeleteByteMatchSetRequestFilterSensitiveLog = (obj) => ({
769
- ...obj,
770
- });
771
- export const DeleteByteMatchSetResponseFilterSensitiveLog = (obj) => ({
772
- ...obj,
773
- });
774
- export const DeleteGeoMatchSetRequestFilterSensitiveLog = (obj) => ({
775
- ...obj,
776
- });
777
- export const DeleteGeoMatchSetResponseFilterSensitiveLog = (obj) => ({
778
- ...obj,
779
- });
780
- export const DeleteIPSetRequestFilterSensitiveLog = (obj) => ({
781
- ...obj,
782
- });
783
- export const DeleteIPSetResponseFilterSensitiveLog = (obj) => ({
784
- ...obj,
785
- });
786
- export const DeleteLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
787
- ...obj,
788
- });
789
- export const DeleteLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
790
- ...obj,
791
- });
792
- export const DeletePermissionPolicyRequestFilterSensitiveLog = (obj) => ({
793
- ...obj,
794
- });
795
- export const DeletePermissionPolicyResponseFilterSensitiveLog = (obj) => ({
796
- ...obj,
797
- });
798
- export const DeleteRateBasedRuleRequestFilterSensitiveLog = (obj) => ({
799
- ...obj,
800
- });
801
- export const DeleteRateBasedRuleResponseFilterSensitiveLog = (obj) => ({
802
- ...obj,
803
- });
804
- export const DeleteRegexMatchSetRequestFilterSensitiveLog = (obj) => ({
805
- ...obj,
806
- });
807
- export const DeleteRegexMatchSetResponseFilterSensitiveLog = (obj) => ({
808
- ...obj,
809
- });
810
- export const DeleteRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
811
- ...obj,
812
- });
813
- export const DeleteRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
814
- ...obj,
815
- });
816
- export const DeleteRuleRequestFilterSensitiveLog = (obj) => ({
817
- ...obj,
818
- });
819
- export const DeleteRuleResponseFilterSensitiveLog = (obj) => ({
820
- ...obj,
821
- });
822
- export const DeleteRuleGroupRequestFilterSensitiveLog = (obj) => ({
823
- ...obj,
824
- });
825
- export const DeleteRuleGroupResponseFilterSensitiveLog = (obj) => ({
826
- ...obj,
827
- });
828
- export const DeleteSizeConstraintSetRequestFilterSensitiveLog = (obj) => ({
829
- ...obj,
830
- });
831
- export const DeleteSizeConstraintSetResponseFilterSensitiveLog = (obj) => ({
832
- ...obj,
833
- });
834
- export const DeleteSqlInjectionMatchSetRequestFilterSensitiveLog = (obj) => ({
835
- ...obj,
836
- });
837
- export const DeleteSqlInjectionMatchSetResponseFilterSensitiveLog = (obj) => ({
838
- ...obj,
839
- });
840
- export const DeleteWebACLRequestFilterSensitiveLog = (obj) => ({
841
- ...obj,
842
- });
843
- export const DeleteWebACLResponseFilterSensitiveLog = (obj) => ({
844
- ...obj,
845
- });
846
- export const DeleteXssMatchSetRequestFilterSensitiveLog = (obj) => ({
847
- ...obj,
848
- });
849
- export const DeleteXssMatchSetResponseFilterSensitiveLog = (obj) => ({
850
- ...obj,
851
- });
852
- export const GetByteMatchSetRequestFilterSensitiveLog = (obj) => ({
853
- ...obj,
854
- });
855
- export const GetByteMatchSetResponseFilterSensitiveLog = (obj) => ({
856
- ...obj,
857
- });
858
- export const GetChangeTokenRequestFilterSensitiveLog = (obj) => ({
859
- ...obj,
860
- });
861
- export const GetChangeTokenResponseFilterSensitiveLog = (obj) => ({
862
- ...obj,
863
- });
864
- export const GetChangeTokenStatusRequestFilterSensitiveLog = (obj) => ({
865
- ...obj,
866
- });
867
- export const GetChangeTokenStatusResponseFilterSensitiveLog = (obj) => ({
868
- ...obj,
869
- });
870
- export const GetGeoMatchSetRequestFilterSensitiveLog = (obj) => ({
871
- ...obj,
872
- });
873
- export const GetGeoMatchSetResponseFilterSensitiveLog = (obj) => ({
874
- ...obj,
875
- });
876
- export const GetIPSetRequestFilterSensitiveLog = (obj) => ({
877
- ...obj,
878
- });
879
- export const GetIPSetResponseFilterSensitiveLog = (obj) => ({
880
- ...obj,
881
- });
882
- export const GetLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
883
- ...obj,
884
- });
885
- export const LoggingConfigurationFilterSensitiveLog = (obj) => ({
886
- ...obj,
887
- });
888
- export const GetLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
889
- ...obj,
890
- });
891
- export const GetPermissionPolicyRequestFilterSensitiveLog = (obj) => ({
892
- ...obj,
893
- });
894
- export const GetPermissionPolicyResponseFilterSensitiveLog = (obj) => ({
895
- ...obj,
896
- });
897
- export const GetRateBasedRuleRequestFilterSensitiveLog = (obj) => ({
898
- ...obj,
899
- });
900
- export const GetRateBasedRuleResponseFilterSensitiveLog = (obj) => ({
901
- ...obj,
902
- });
903
- export const GetRateBasedRuleManagedKeysRequestFilterSensitiveLog = (obj) => ({
904
- ...obj,
905
- });
906
- export const GetRateBasedRuleManagedKeysResponseFilterSensitiveLog = (obj) => ({
907
- ...obj,
908
- });
909
- export const GetRegexMatchSetRequestFilterSensitiveLog = (obj) => ({
910
- ...obj,
911
- });
912
- export const GetRegexMatchSetResponseFilterSensitiveLog = (obj) => ({
913
- ...obj,
914
- });
915
- export const GetRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
916
- ...obj,
917
- });
918
- export const GetRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
919
- ...obj,
920
- });
921
- export const GetRuleRequestFilterSensitiveLog = (obj) => ({
922
- ...obj,
923
- });
924
- export const GetRuleResponseFilterSensitiveLog = (obj) => ({
925
- ...obj,
926
- });
927
- export const GetRuleGroupRequestFilterSensitiveLog = (obj) => ({
928
- ...obj,
929
- });
930
- export const GetRuleGroupResponseFilterSensitiveLog = (obj) => ({
931
- ...obj,
932
- });
933
- export const TimeWindowFilterSensitiveLog = (obj) => ({
934
- ...obj,
935
- });
936
- export const GetSampledRequestsRequestFilterSensitiveLog = (obj) => ({
937
- ...obj,
938
- });
939
- export const HTTPHeaderFilterSensitiveLog = (obj) => ({
940
- ...obj,
941
- });
942
- export const HTTPRequestFilterSensitiveLog = (obj) => ({
943
- ...obj,
944
- });
945
- export const SampledHTTPRequestFilterSensitiveLog = (obj) => ({
946
- ...obj,
947
- });
948
- export const GetSampledRequestsResponseFilterSensitiveLog = (obj) => ({
949
- ...obj,
950
- });
951
- export const GetSizeConstraintSetRequestFilterSensitiveLog = (obj) => ({
952
- ...obj,
953
- });
954
- export const GetSizeConstraintSetResponseFilterSensitiveLog = (obj) => ({
955
- ...obj,
956
- });
957
- export const GetSqlInjectionMatchSetRequestFilterSensitiveLog = (obj) => ({
958
- ...obj,
959
- });
960
- export const GetSqlInjectionMatchSetResponseFilterSensitiveLog = (obj) => ({
961
- ...obj,
962
- });
963
- export const GetWebACLRequestFilterSensitiveLog = (obj) => ({
964
- ...obj,
965
- });
966
- export const GetWebACLResponseFilterSensitiveLog = (obj) => ({
967
- ...obj,
968
- });
969
- export const GetXssMatchSetRequestFilterSensitiveLog = (obj) => ({
970
- ...obj,
971
- });
972
- export const GetXssMatchSetResponseFilterSensitiveLog = (obj) => ({
973
- ...obj,
974
- });
975
- export const ListActivatedRulesInRuleGroupRequestFilterSensitiveLog = (obj) => ({
976
- ...obj,
977
- });
978
- export const ListActivatedRulesInRuleGroupResponseFilterSensitiveLog = (obj) => ({
979
- ...obj,
980
- });
981
- export const ListByteMatchSetsRequestFilterSensitiveLog = (obj) => ({
982
- ...obj,
983
- });
984
- export const ByteMatchSetSummaryFilterSensitiveLog = (obj) => ({
985
- ...obj,
986
- });
987
- export const ListByteMatchSetsResponseFilterSensitiveLog = (obj) => ({
988
- ...obj,
989
- });
990
- export const ListGeoMatchSetsRequestFilterSensitiveLog = (obj) => ({
991
- ...obj,
992
- });
993
- export const GeoMatchSetSummaryFilterSensitiveLog = (obj) => ({
994
- ...obj,
995
- });
996
- export const ListGeoMatchSetsResponseFilterSensitiveLog = (obj) => ({
997
- ...obj,
998
- });
999
- export const ListIPSetsRequestFilterSensitiveLog = (obj) => ({
1000
- ...obj,
1001
- });
1002
- export const IPSetSummaryFilterSensitiveLog = (obj) => ({
1003
- ...obj,
1004
- });
1005
- export const ListIPSetsResponseFilterSensitiveLog = (obj) => ({
1006
- ...obj,
1007
- });
1008
- export const ListLoggingConfigurationsRequestFilterSensitiveLog = (obj) => ({
1009
- ...obj,
1010
- });
1011
- export const ListLoggingConfigurationsResponseFilterSensitiveLog = (obj) => ({
1012
- ...obj,
1013
- });
1014
- export const ListRateBasedRulesRequestFilterSensitiveLog = (obj) => ({
1015
- ...obj,
1016
- });
1017
- export const RuleSummaryFilterSensitiveLog = (obj) => ({
1018
- ...obj,
1019
- });
1020
- export const ListRateBasedRulesResponseFilterSensitiveLog = (obj) => ({
1021
- ...obj,
1022
- });
1023
- export const ListRegexMatchSetsRequestFilterSensitiveLog = (obj) => ({
1024
- ...obj,
1025
- });
1026
- export const RegexMatchSetSummaryFilterSensitiveLog = (obj) => ({
1027
- ...obj,
1028
- });
1029
- export const ListRegexMatchSetsResponseFilterSensitiveLog = (obj) => ({
1030
- ...obj,
1031
- });
1032
- export const ListRegexPatternSetsRequestFilterSensitiveLog = (obj) => ({
1033
- ...obj,
1034
- });
1035
- export const RegexPatternSetSummaryFilterSensitiveLog = (obj) => ({
1036
- ...obj,
1037
- });
1038
- export const ListRegexPatternSetsResponseFilterSensitiveLog = (obj) => ({
1039
- ...obj,
1040
- });
1041
- export const ListRuleGroupsRequestFilterSensitiveLog = (obj) => ({
1042
- ...obj,
1043
- });
1044
- export const RuleGroupSummaryFilterSensitiveLog = (obj) => ({
1045
- ...obj,
1046
- });
1047
- export const ListRuleGroupsResponseFilterSensitiveLog = (obj) => ({
1048
- ...obj,
1049
- });
1050
- export const ListRulesRequestFilterSensitiveLog = (obj) => ({
1051
- ...obj,
1052
- });
1053
- export const ListRulesResponseFilterSensitiveLog = (obj) => ({
1054
- ...obj,
1055
- });
1056
- export const ListSizeConstraintSetsRequestFilterSensitiveLog = (obj) => ({
1057
- ...obj,
1058
- });
1059
- export const SizeConstraintSetSummaryFilterSensitiveLog = (obj) => ({
1060
- ...obj,
1061
- });
1062
- export const ListSizeConstraintSetsResponseFilterSensitiveLog = (obj) => ({
1063
- ...obj,
1064
- });
1065
- export const ListSqlInjectionMatchSetsRequestFilterSensitiveLog = (obj) => ({
1066
- ...obj,
1067
- });
1068
- export const SqlInjectionMatchSetSummaryFilterSensitiveLog = (obj) => ({
1069
- ...obj,
1070
- });
1071
- export const ListSqlInjectionMatchSetsResponseFilterSensitiveLog = (obj) => ({
1072
- ...obj,
1073
- });
1074
- export const ListSubscribedRuleGroupsRequestFilterSensitiveLog = (obj) => ({
1075
- ...obj,
1076
- });
1077
- export const SubscribedRuleGroupSummaryFilterSensitiveLog = (obj) => ({
1078
- ...obj,
1079
- });
1080
- export const ListSubscribedRuleGroupsResponseFilterSensitiveLog = (obj) => ({
1081
- ...obj,
1082
- });
1083
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
1084
- ...obj,
1085
- });
1086
- export const TagInfoForResourceFilterSensitiveLog = (obj) => ({
1087
- ...obj,
1088
- });
1089
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
1090
- ...obj,
1091
- });
1092
- export const ListWebACLsRequestFilterSensitiveLog = (obj) => ({
1093
- ...obj,
1094
- });
1095
- export const WebACLSummaryFilterSensitiveLog = (obj) => ({
1096
- ...obj,
1097
- });
1098
- export const ListWebACLsResponseFilterSensitiveLog = (obj) => ({
1099
- ...obj,
1100
- });
1101
- export const ListXssMatchSetsRequestFilterSensitiveLog = (obj) => ({
1102
- ...obj,
1103
- });
1104
- export const XssMatchSetSummaryFilterSensitiveLog = (obj) => ({
1105
- ...obj,
1106
- });
1107
- export const ListXssMatchSetsResponseFilterSensitiveLog = (obj) => ({
1108
- ...obj,
1109
- });
1110
- export const PutLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
1111
- ...obj,
1112
- });
1113
- export const PutLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
1114
- ...obj,
1115
- });
1116
- export const PutPermissionPolicyRequestFilterSensitiveLog = (obj) => ({
1117
- ...obj,
1118
- });
1119
- export const PutPermissionPolicyResponseFilterSensitiveLog = (obj) => ({
1120
- ...obj,
1121
- });
1122
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
1123
- ...obj,
1124
- });
1125
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
1126
- ...obj,
1127
- });
1128
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
1129
- ...obj,
1130
- });
1131
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
1132
- ...obj,
1133
- });
1134
- export const ByteMatchSetUpdateFilterSensitiveLog = (obj) => ({
1135
- ...obj,
1136
- });
1137
- export const UpdateByteMatchSetRequestFilterSensitiveLog = (obj) => ({
1138
- ...obj,
1139
- });
1140
- export const UpdateByteMatchSetResponseFilterSensitiveLog = (obj) => ({
1141
- ...obj,
1142
- });
1143
- export const GeoMatchSetUpdateFilterSensitiveLog = (obj) => ({
1144
- ...obj,
1145
- });
1146
- export const UpdateGeoMatchSetRequestFilterSensitiveLog = (obj) => ({
1147
- ...obj,
1148
- });
1149
- export const UpdateGeoMatchSetResponseFilterSensitiveLog = (obj) => ({
1150
- ...obj,
1151
- });
1152
- export const IPSetUpdateFilterSensitiveLog = (obj) => ({
1153
- ...obj,
1154
- });
1155
- export const UpdateIPSetRequestFilterSensitiveLog = (obj) => ({
1156
- ...obj,
1157
- });
1158
- export const UpdateIPSetResponseFilterSensitiveLog = (obj) => ({
1159
- ...obj,
1160
- });
1161
- export const RuleUpdateFilterSensitiveLog = (obj) => ({
1162
- ...obj,
1163
- });
1164
- export const UpdateRateBasedRuleRequestFilterSensitiveLog = (obj) => ({
1165
- ...obj,
1166
- });
1167
- export const UpdateRateBasedRuleResponseFilterSensitiveLog = (obj) => ({
1168
- ...obj,
1169
- });
1170
- export const RegexMatchSetUpdateFilterSensitiveLog = (obj) => ({
1171
- ...obj,
1172
- });
1173
- export const UpdateRegexMatchSetRequestFilterSensitiveLog = (obj) => ({
1174
- ...obj,
1175
- });
1176
- export const UpdateRegexMatchSetResponseFilterSensitiveLog = (obj) => ({
1177
- ...obj,
1178
- });
1179
- export const RegexPatternSetUpdateFilterSensitiveLog = (obj) => ({
1180
- ...obj,
1181
- });
1182
- export const UpdateRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
1183
- ...obj,
1184
- });
1185
- export const UpdateRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
1186
- ...obj,
1187
- });
1188
- export const UpdateRuleRequestFilterSensitiveLog = (obj) => ({
1189
- ...obj,
1190
- });
1191
- export const UpdateRuleResponseFilterSensitiveLog = (obj) => ({
1192
- ...obj,
1193
- });
1194
- export const RuleGroupUpdateFilterSensitiveLog = (obj) => ({
1195
- ...obj,
1196
- });
1197
- export const UpdateRuleGroupRequestFilterSensitiveLog = (obj) => ({
1198
- ...obj,
1199
- });
1200
- export const UpdateRuleGroupResponseFilterSensitiveLog = (obj) => ({
1201
- ...obj,
1202
- });
1203
- export const SizeConstraintSetUpdateFilterSensitiveLog = (obj) => ({
1204
- ...obj,
1205
- });
1206
- export const UpdateSizeConstraintSetRequestFilterSensitiveLog = (obj) => ({
1207
- ...obj,
1208
- });
1209
- export const UpdateSizeConstraintSetResponseFilterSensitiveLog = (obj) => ({
1210
- ...obj,
1211
- });
1212
- export const SqlInjectionMatchSetUpdateFilterSensitiveLog = (obj) => ({
1213
- ...obj,
1214
- });
1215
- export const UpdateSqlInjectionMatchSetRequestFilterSensitiveLog = (obj) => ({
1216
- ...obj,
1217
- });
1218
- export const UpdateSqlInjectionMatchSetResponseFilterSensitiveLog = (obj) => ({
1219
- ...obj,
1220
- });
1221
- export const WebACLUpdateFilterSensitiveLog = (obj) => ({
1222
- ...obj,
1223
- });
1224
- export const UpdateWebACLRequestFilterSensitiveLog = (obj) => ({
1225
- ...obj,
1226
- });
1227
- export const UpdateWebACLResponseFilterSensitiveLog = (obj) => ({
1228
- ...obj,
1229
- });
1230
- export const XssMatchSetUpdateFilterSensitiveLog = (obj) => ({
1231
- ...obj,
1232
- });
1233
- export const UpdateXssMatchSetRequestFilterSensitiveLog = (obj) => ({
1234
- ...obj,
1235
- });
1236
- export const UpdateXssMatchSetResponseFilterSensitiveLog = (obj) => ({
1237
- ...obj,
1238
- });
610
+ return WAFSubscriptionNotFoundException;
611
+ }(__BaseException));
612
+ export { WAFSubscriptionNotFoundException };
613
+ export var WafActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
614
+ export var ExcludedRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
615
+ export var WafOverrideActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
616
+ export var ActivatedRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
617
+ export var CreateByteMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
618
+ export var FieldToMatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
619
+ export var ByteMatchTupleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
620
+ export var ByteMatchSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
621
+ export var CreateByteMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
622
+ export var CreateGeoMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
623
+ export var GeoMatchConstraintFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
624
+ export var GeoMatchSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
625
+ export var CreateGeoMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
626
+ export var CreateIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
627
+ export var IPSetDescriptorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
628
+ export var IPSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
629
+ export var CreateIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
630
+ export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
631
+ export var CreateRateBasedRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
632
+ export var PredicateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
633
+ export var RateBasedRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
634
+ export var CreateRateBasedRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
635
+ export var CreateRegexMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
636
+ export var RegexMatchTupleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
637
+ export var RegexMatchSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
638
+ export var CreateRegexMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
639
+ export var CreateRegexPatternSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
640
+ export var RegexPatternSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
641
+ export var CreateRegexPatternSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
642
+ export var CreateRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
643
+ export var RuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
644
+ export var CreateRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
645
+ export var CreateRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
646
+ export var RuleGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
647
+ export var CreateRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
648
+ export var CreateSizeConstraintSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
649
+ export var SizeConstraintFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
650
+ export var SizeConstraintSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
651
+ export var CreateSizeConstraintSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
652
+ export var CreateSqlInjectionMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
653
+ export var SqlInjectionMatchTupleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
654
+ export var SqlInjectionMatchSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
655
+ export var CreateSqlInjectionMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
656
+ export var CreateWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
657
+ export var WebACLFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
658
+ export var CreateWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
659
+ export var CreateWebACLMigrationStackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
660
+ export var CreateWebACLMigrationStackResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
661
+ export var CreateXssMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
662
+ export var XssMatchTupleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
663
+ export var XssMatchSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
664
+ export var CreateXssMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
665
+ export var DeleteByteMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
666
+ export var DeleteByteMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
667
+ export var DeleteGeoMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
668
+ export var DeleteGeoMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
669
+ export var DeleteIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
670
+ export var DeleteIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
671
+ export var DeleteLoggingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
672
+ export var DeleteLoggingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
673
+ export var DeletePermissionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
674
+ export var DeletePermissionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
675
+ export var DeleteRateBasedRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
676
+ export var DeleteRateBasedRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
677
+ export var DeleteRegexMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
678
+ export var DeleteRegexMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
679
+ export var DeleteRegexPatternSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
680
+ export var DeleteRegexPatternSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
681
+ export var DeleteRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
682
+ export var DeleteRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
683
+ export var DeleteRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
684
+ export var DeleteRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
685
+ export var DeleteSizeConstraintSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
686
+ export var DeleteSizeConstraintSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
687
+ export var DeleteSqlInjectionMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
688
+ export var DeleteSqlInjectionMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
689
+ export var DeleteWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
690
+ export var DeleteWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
691
+ export var DeleteXssMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
692
+ export var DeleteXssMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
693
+ export var GetByteMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
694
+ export var GetByteMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
695
+ export var GetChangeTokenRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
696
+ export var GetChangeTokenResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
697
+ export var GetChangeTokenStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
698
+ export var GetChangeTokenStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
699
+ export var GetGeoMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
700
+ export var GetGeoMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
701
+ export var GetIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
702
+ export var GetIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
703
+ export var GetLoggingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
704
+ export var LoggingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
705
+ export var GetLoggingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
706
+ export var GetPermissionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
707
+ export var GetPermissionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
708
+ export var GetRateBasedRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
709
+ export var GetRateBasedRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
710
+ export var GetRateBasedRuleManagedKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
711
+ export var GetRateBasedRuleManagedKeysResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
712
+ export var GetRegexMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
713
+ export var GetRegexMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
714
+ export var GetRegexPatternSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
715
+ export var GetRegexPatternSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
716
+ export var GetRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
717
+ export var GetRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
718
+ export var GetRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
719
+ export var GetRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
+ export var TimeWindowFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
721
+ export var GetSampledRequestsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
722
+ export var HTTPHeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
723
+ export var HTTPRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
724
+ export var SampledHTTPRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
725
+ export var GetSampledRequestsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
726
+ export var GetSizeConstraintSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
727
+ export var GetSizeConstraintSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
728
+ export var GetSqlInjectionMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
729
+ export var GetSqlInjectionMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
730
+ export var GetWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
731
+ export var GetWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
732
+ export var GetXssMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
733
+ export var GetXssMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
734
+ export var ListActivatedRulesInRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
735
+ export var ListActivatedRulesInRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
736
+ export var ListByteMatchSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
737
+ export var ByteMatchSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
738
+ export var ListByteMatchSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
739
+ export var ListGeoMatchSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
740
+ export var GeoMatchSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
741
+ export var ListGeoMatchSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
742
+ export var ListIPSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
743
+ export var IPSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
744
+ export var ListIPSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
+ export var ListLoggingConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
746
+ export var ListLoggingConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
747
+ export var ListRateBasedRulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
748
+ export var RuleSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
749
+ export var ListRateBasedRulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
750
+ export var ListRegexMatchSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
751
+ export var RegexMatchSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
752
+ export var ListRegexMatchSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
753
+ export var ListRegexPatternSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
754
+ export var RegexPatternSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
755
+ export var ListRegexPatternSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
756
+ export var ListRuleGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
757
+ export var RuleGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
758
+ export var ListRuleGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
759
+ export var ListRulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
760
+ export var ListRulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
761
+ export var ListSizeConstraintSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
762
+ export var SizeConstraintSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
763
+ export var ListSizeConstraintSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
764
+ export var ListSqlInjectionMatchSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
765
+ export var SqlInjectionMatchSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
766
+ export var ListSqlInjectionMatchSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
767
+ export var ListSubscribedRuleGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
768
+ export var SubscribedRuleGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
769
+ export var ListSubscribedRuleGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
770
+ export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
771
+ export var TagInfoForResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
772
+ export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
773
+ export var ListWebACLsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
774
+ export var WebACLSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
775
+ export var ListWebACLsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
776
+ export var ListXssMatchSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
777
+ export var XssMatchSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
778
+ export var ListXssMatchSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
779
+ export var PutLoggingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
780
+ export var PutLoggingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
781
+ export var PutPermissionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
782
+ export var PutPermissionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
783
+ export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
784
+ export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
785
+ export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
786
+ export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
787
+ export var ByteMatchSetUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
788
+ export var UpdateByteMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
789
+ export var UpdateByteMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
790
+ export var GeoMatchSetUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
791
+ export var UpdateGeoMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
792
+ export var UpdateGeoMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
793
+ export var IPSetUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
794
+ export var UpdateIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
795
+ export var UpdateIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
796
+ export var RuleUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
797
+ export var UpdateRateBasedRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
798
+ export var UpdateRateBasedRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
799
+ export var RegexMatchSetUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
800
+ export var UpdateRegexMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
801
+ export var UpdateRegexMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
802
+ export var RegexPatternSetUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
803
+ export var UpdateRegexPatternSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
804
+ export var UpdateRegexPatternSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
805
+ export var UpdateRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
806
+ export var UpdateRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
807
+ export var RuleGroupUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
808
+ export var UpdateRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
809
+ export var UpdateRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
810
+ export var SizeConstraintSetUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
811
+ export var UpdateSizeConstraintSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
812
+ export var UpdateSizeConstraintSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
813
+ export var SqlInjectionMatchSetUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
814
+ export var UpdateSqlInjectionMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
815
+ export var UpdateSqlInjectionMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
816
+ export var WebACLUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
817
+ export var UpdateWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
818
+ export var UpdateWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
819
+ export var XssMatchSetUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
820
+ export var UpdateXssMatchSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
821
+ export var UpdateXssMatchSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };