@aws-sdk/client-waf 3.183.0 → 3.185.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/WAF.js +317 -310
- package/dist-es/WAFClient.js +28 -22
- package/dist-es/commands/CreateByteMatchSetCommand.js +28 -21
- package/dist-es/commands/CreateGeoMatchSetCommand.js +28 -21
- package/dist-es/commands/CreateIPSetCommand.js +28 -21
- package/dist-es/commands/CreateRateBasedRuleCommand.js +28 -21
- package/dist-es/commands/CreateRegexMatchSetCommand.js +28 -21
- package/dist-es/commands/CreateRegexPatternSetCommand.js +28 -21
- package/dist-es/commands/CreateRuleCommand.js +28 -21
- package/dist-es/commands/CreateRuleGroupCommand.js +28 -21
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +28 -21
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +28 -21
- package/dist-es/commands/CreateWebACLCommand.js +28 -21
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +28 -21
- package/dist-es/commands/CreateXssMatchSetCommand.js +28 -21
- package/dist-es/commands/DeleteByteMatchSetCommand.js +28 -21
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +28 -21
- package/dist-es/commands/DeleteIPSetCommand.js +28 -21
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/DeletePermissionPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +28 -21
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +28 -21
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +28 -21
- package/dist-es/commands/DeleteRuleCommand.js +28 -21
- package/dist-es/commands/DeleteRuleGroupCommand.js +28 -21
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +28 -21
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +28 -21
- package/dist-es/commands/DeleteWebACLCommand.js +28 -21
- package/dist-es/commands/DeleteXssMatchSetCommand.js +28 -21
- package/dist-es/commands/GetByteMatchSetCommand.js +28 -21
- package/dist-es/commands/GetChangeTokenCommand.js +28 -21
- package/dist-es/commands/GetChangeTokenStatusCommand.js +28 -21
- package/dist-es/commands/GetGeoMatchSetCommand.js +28 -21
- package/dist-es/commands/GetIPSetCommand.js +28 -21
- package/dist-es/commands/GetLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/GetPermissionPolicyCommand.js +28 -21
- package/dist-es/commands/GetRateBasedRuleCommand.js +28 -21
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +28 -21
- package/dist-es/commands/GetRegexMatchSetCommand.js +28 -21
- package/dist-es/commands/GetRegexPatternSetCommand.js +28 -21
- package/dist-es/commands/GetRuleCommand.js +28 -21
- package/dist-es/commands/GetRuleGroupCommand.js +28 -21
- package/dist-es/commands/GetSampledRequestsCommand.js +28 -21
- package/dist-es/commands/GetSizeConstraintSetCommand.js +28 -21
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +28 -21
- package/dist-es/commands/GetWebACLCommand.js +28 -21
- package/dist-es/commands/GetXssMatchSetCommand.js +28 -21
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +28 -21
- package/dist-es/commands/ListByteMatchSetsCommand.js +28 -21
- package/dist-es/commands/ListGeoMatchSetsCommand.js +28 -21
- package/dist-es/commands/ListIPSetsCommand.js +28 -21
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListRateBasedRulesCommand.js +28 -21
- package/dist-es/commands/ListRegexMatchSetsCommand.js +28 -21
- package/dist-es/commands/ListRegexPatternSetsCommand.js +28 -21
- package/dist-es/commands/ListRuleGroupsCommand.js +28 -21
- package/dist-es/commands/ListRulesCommand.js +28 -21
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +28 -21
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +28 -21
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListWebACLsCommand.js +28 -21
- package/dist-es/commands/ListXssMatchSetsCommand.js +28 -21
- package/dist-es/commands/PutLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/PutPermissionPolicyCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateByteMatchSetCommand.js +28 -21
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +28 -21
- package/dist-es/commands/UpdateIPSetCommand.js +28 -21
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +28 -21
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +28 -21
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +28 -21
- package/dist-es/commands/UpdateRuleCommand.js +28 -21
- package/dist-es/commands/UpdateRuleGroupCommand.js +28 -21
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +28 -21
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +28 -21
- package/dist-es/commands/UpdateWebACLCommand.js +28 -21
- package/dist-es/commands/UpdateXssMatchSetCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/WAFServiceException.js +10 -5
- package/dist-es/models/models_0.js +424 -841
- package/dist-es/protocols/Aws_json1_1.js +6747 -5214
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -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
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
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
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
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
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
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
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
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
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
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
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
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
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
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
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
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
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
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
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
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
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
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
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
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
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
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
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
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
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
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
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
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
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
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
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
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
|
-
|
|
613
|
-
|
|
614
|
-
});
|
|
615
|
-
export
|
|
616
|
-
|
|
617
|
-
});
|
|
618
|
-
export
|
|
619
|
-
|
|
620
|
-
});
|
|
621
|
-
export
|
|
622
|
-
|
|
623
|
-
});
|
|
624
|
-
export
|
|
625
|
-
|
|
626
|
-
});
|
|
627
|
-
export
|
|
628
|
-
|
|
629
|
-
});
|
|
630
|
-
export
|
|
631
|
-
|
|
632
|
-
});
|
|
633
|
-
export
|
|
634
|
-
|
|
635
|
-
});
|
|
636
|
-
export
|
|
637
|
-
|
|
638
|
-
});
|
|
639
|
-
export
|
|
640
|
-
|
|
641
|
-
});
|
|
642
|
-
export
|
|
643
|
-
|
|
644
|
-
});
|
|
645
|
-
export
|
|
646
|
-
|
|
647
|
-
});
|
|
648
|
-
export
|
|
649
|
-
|
|
650
|
-
});
|
|
651
|
-
export
|
|
652
|
-
|
|
653
|
-
});
|
|
654
|
-
export
|
|
655
|
-
|
|
656
|
-
});
|
|
657
|
-
export
|
|
658
|
-
|
|
659
|
-
});
|
|
660
|
-
export
|
|
661
|
-
|
|
662
|
-
});
|
|
663
|
-
export
|
|
664
|
-
|
|
665
|
-
});
|
|
666
|
-
export
|
|
667
|
-
|
|
668
|
-
});
|
|
669
|
-
export
|
|
670
|
-
|
|
671
|
-
});
|
|
672
|
-
export
|
|
673
|
-
|
|
674
|
-
});
|
|
675
|
-
export
|
|
676
|
-
|
|
677
|
-
});
|
|
678
|
-
export
|
|
679
|
-
|
|
680
|
-
});
|
|
681
|
-
export
|
|
682
|
-
|
|
683
|
-
});
|
|
684
|
-
export
|
|
685
|
-
|
|
686
|
-
});
|
|
687
|
-
export
|
|
688
|
-
|
|
689
|
-
});
|
|
690
|
-
export
|
|
691
|
-
|
|
692
|
-
});
|
|
693
|
-
export
|
|
694
|
-
|
|
695
|
-
});
|
|
696
|
-
export
|
|
697
|
-
|
|
698
|
-
});
|
|
699
|
-
export
|
|
700
|
-
|
|
701
|
-
});
|
|
702
|
-
export
|
|
703
|
-
|
|
704
|
-
});
|
|
705
|
-
export
|
|
706
|
-
|
|
707
|
-
});
|
|
708
|
-
export
|
|
709
|
-
|
|
710
|
-
});
|
|
711
|
-
export
|
|
712
|
-
|
|
713
|
-
});
|
|
714
|
-
export
|
|
715
|
-
|
|
716
|
-
});
|
|
717
|
-
export
|
|
718
|
-
|
|
719
|
-
});
|
|
720
|
-
export
|
|
721
|
-
|
|
722
|
-
});
|
|
723
|
-
export
|
|
724
|
-
|
|
725
|
-
});
|
|
726
|
-
export
|
|
727
|
-
|
|
728
|
-
});
|
|
729
|
-
export
|
|
730
|
-
|
|
731
|
-
});
|
|
732
|
-
export
|
|
733
|
-
|
|
734
|
-
});
|
|
735
|
-
export
|
|
736
|
-
|
|
737
|
-
});
|
|
738
|
-
export
|
|
739
|
-
|
|
740
|
-
});
|
|
741
|
-
export
|
|
742
|
-
|
|
743
|
-
});
|
|
744
|
-
export
|
|
745
|
-
|
|
746
|
-
});
|
|
747
|
-
export
|
|
748
|
-
|
|
749
|
-
});
|
|
750
|
-
export
|
|
751
|
-
|
|
752
|
-
});
|
|
753
|
-
export
|
|
754
|
-
|
|
755
|
-
});
|
|
756
|
-
export
|
|
757
|
-
|
|
758
|
-
});
|
|
759
|
-
export
|
|
760
|
-
|
|
761
|
-
});
|
|
762
|
-
export
|
|
763
|
-
|
|
764
|
-
});
|
|
765
|
-
export
|
|
766
|
-
|
|
767
|
-
});
|
|
768
|
-
export
|
|
769
|
-
|
|
770
|
-
});
|
|
771
|
-
export
|
|
772
|
-
|
|
773
|
-
});
|
|
774
|
-
export
|
|
775
|
-
|
|
776
|
-
});
|
|
777
|
-
export
|
|
778
|
-
|
|
779
|
-
});
|
|
780
|
-
export
|
|
781
|
-
|
|
782
|
-
});
|
|
783
|
-
export
|
|
784
|
-
|
|
785
|
-
});
|
|
786
|
-
export
|
|
787
|
-
|
|
788
|
-
});
|
|
789
|
-
export
|
|
790
|
-
|
|
791
|
-
});
|
|
792
|
-
export
|
|
793
|
-
|
|
794
|
-
});
|
|
795
|
-
export
|
|
796
|
-
|
|
797
|
-
});
|
|
798
|
-
export
|
|
799
|
-
|
|
800
|
-
});
|
|
801
|
-
export
|
|
802
|
-
|
|
803
|
-
});
|
|
804
|
-
export
|
|
805
|
-
|
|
806
|
-
});
|
|
807
|
-
export
|
|
808
|
-
|
|
809
|
-
});
|
|
810
|
-
export
|
|
811
|
-
|
|
812
|
-
});
|
|
813
|
-
export
|
|
814
|
-
|
|
815
|
-
});
|
|
816
|
-
export
|
|
817
|
-
|
|
818
|
-
});
|
|
819
|
-
export
|
|
820
|
-
|
|
821
|
-
});
|
|
822
|
-
export
|
|
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)); };
|