@aws-sdk/client-wafv2 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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/WAFV2.js +201 -194
- package/dist-es/WAFV2Client.js +28 -22
- package/dist-es/commands/AssociateWebACLCommand.js +28 -21
- package/dist-es/commands/CheckCapacityCommand.js +28 -21
- package/dist-es/commands/CreateIPSetCommand.js +28 -21
- package/dist-es/commands/CreateRegexPatternSetCommand.js +28 -21
- package/dist-es/commands/CreateRuleGroupCommand.js +28 -21
- package/dist-es/commands/CreateWebACLCommand.js +28 -21
- package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.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/DeleteRegexPatternSetCommand.js +28 -21
- package/dist-es/commands/DeleteRuleGroupCommand.js +28 -21
- package/dist-es/commands/DeleteWebACLCommand.js +28 -21
- package/dist-es/commands/DescribeManagedRuleGroupCommand.js +28 -21
- package/dist-es/commands/DisassociateWebACLCommand.js +28 -21
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +28 -21
- package/dist-es/commands/GetIPSetCommand.js +28 -21
- package/dist-es/commands/GetLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/GetManagedRuleSetCommand.js +28 -21
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +28 -21
- package/dist-es/commands/GetPermissionPolicyCommand.js +28 -21
- package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +28 -21
- package/dist-es/commands/GetRegexPatternSetCommand.js +28 -21
- package/dist-es/commands/GetRuleGroupCommand.js +28 -21
- package/dist-es/commands/GetSampledRequestsCommand.js +28 -21
- package/dist-es/commands/GetWebACLCommand.js +28 -21
- package/dist-es/commands/GetWebACLForResourceCommand.js +28 -21
- package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +28 -21
- package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +28 -21
- package/dist-es/commands/ListIPSetsCommand.js +28 -21
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListManagedRuleSetsCommand.js +28 -21
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +28 -21
- package/dist-es/commands/ListRegexPatternSetsCommand.js +28 -21
- package/dist-es/commands/ListResourcesForWebACLCommand.js +28 -21
- package/dist-es/commands/ListRuleGroupsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListWebACLsCommand.js +28 -21
- package/dist-es/commands/PutLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/PutManagedRuleSetVersionsCommand.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/UpdateIPSetCommand.js +28 -21
- package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +28 -21
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +28 -21
- package/dist-es/commands/UpdateRuleGroupCommand.js +28 -21
- package/dist-es/commands/UpdateWebACLCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/WAFV2ServiceException.js +10 -5
- package/dist-es/models/models_0.js +404 -775
- package/dist-es/protocols/Aws_json1_1.js +4810 -4048
- 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 +33 -33
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { WAFV2ServiceException as __BaseException } from "./WAFV2ServiceException";
|
|
2
3
|
export var ActionValue;
|
|
3
4
|
(function (ActionValue) {
|
|
@@ -356,32 +357,32 @@ export var SensitivityLevel;
|
|
|
356
357
|
SensitivityLevel["HIGH"] = "HIGH";
|
|
357
358
|
SensitivityLevel["LOW"] = "LOW";
|
|
358
359
|
})(SensitivityLevel || (SensitivityLevel = {}));
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
|
|
369
|
-
this.Message = opts.Message;
|
|
360
|
+
var WAFInternalErrorException = (function (_super) {
|
|
361
|
+
__extends(WAFInternalErrorException, _super);
|
|
362
|
+
function WAFInternalErrorException(opts) {
|
|
363
|
+
var _this = _super.call(this, __assign({ name: "WAFInternalErrorException", $fault: "server" }, opts)) || this;
|
|
364
|
+
_this.name = "WAFInternalErrorException";
|
|
365
|
+
_this.$fault = "server";
|
|
366
|
+
Object.setPrototypeOf(_this, WAFInternalErrorException.prototype);
|
|
367
|
+
_this.Message = opts.Message;
|
|
368
|
+
return _this;
|
|
370
369
|
}
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
370
|
+
return WAFInternalErrorException;
|
|
371
|
+
}(__BaseException));
|
|
372
|
+
export { WAFInternalErrorException };
|
|
373
|
+
var WAFInvalidOperationException = (function (_super) {
|
|
374
|
+
__extends(WAFInvalidOperationException, _super);
|
|
375
|
+
function WAFInvalidOperationException(opts) {
|
|
376
|
+
var _this = _super.call(this, __assign({ name: "WAFInvalidOperationException", $fault: "client" }, opts)) || this;
|
|
377
|
+
_this.name = "WAFInvalidOperationException";
|
|
378
|
+
_this.$fault = "client";
|
|
379
|
+
Object.setPrototypeOf(_this, WAFInvalidOperationException.prototype);
|
|
380
|
+
_this.Message = opts.Message;
|
|
381
|
+
return _this;
|
|
383
382
|
}
|
|
384
|
-
|
|
383
|
+
return WAFInvalidOperationException;
|
|
384
|
+
}(__BaseException));
|
|
385
|
+
export { WAFInvalidOperationException };
|
|
385
386
|
export var ParameterExceptionField;
|
|
386
387
|
(function (ParameterExceptionField) {
|
|
387
388
|
ParameterExceptionField["AND_STATEMENT"] = "AND_STATEMENT";
|
|
@@ -448,193 +449,193 @@ export var ParameterExceptionField;
|
|
|
448
449
|
ParameterExceptionField["WEB_ACL"] = "WEB_ACL";
|
|
449
450
|
ParameterExceptionField["XSS_MATCH_STATEMENT"] = "XSS_MATCH_STATEMENT";
|
|
450
451
|
})(ParameterExceptionField || (ParameterExceptionField = {}));
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
this.Parameter = opts.Parameter;
|
|
463
|
-
this.Reason = opts.Reason;
|
|
452
|
+
var WAFInvalidParameterException = (function (_super) {
|
|
453
|
+
__extends(WAFInvalidParameterException, _super);
|
|
454
|
+
function WAFInvalidParameterException(opts) {
|
|
455
|
+
var _this = _super.call(this, __assign({ name: "WAFInvalidParameterException", $fault: "client" }, opts)) || this;
|
|
456
|
+
_this.name = "WAFInvalidParameterException";
|
|
457
|
+
_this.$fault = "client";
|
|
458
|
+
Object.setPrototypeOf(_this, WAFInvalidParameterException.prototype);
|
|
459
|
+
_this.Field = opts.Field;
|
|
460
|
+
_this.Parameter = opts.Parameter;
|
|
461
|
+
_this.Reason = opts.Reason;
|
|
462
|
+
return _this;
|
|
464
463
|
}
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
464
|
+
return WAFInvalidParameterException;
|
|
465
|
+
}(__BaseException));
|
|
466
|
+
export { WAFInvalidParameterException };
|
|
467
|
+
var WAFNonexistentItemException = (function (_super) {
|
|
468
|
+
__extends(WAFNonexistentItemException, _super);
|
|
469
|
+
function WAFNonexistentItemException(opts) {
|
|
470
|
+
var _this = _super.call(this, __assign({ name: "WAFNonexistentItemException", $fault: "client" }, opts)) || this;
|
|
471
|
+
_this.name = "WAFNonexistentItemException";
|
|
472
|
+
_this.$fault = "client";
|
|
473
|
+
Object.setPrototypeOf(_this, WAFNonexistentItemException.prototype);
|
|
474
|
+
_this.Message = opts.Message;
|
|
475
|
+
return _this;
|
|
477
476
|
}
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
477
|
+
return WAFNonexistentItemException;
|
|
478
|
+
}(__BaseException));
|
|
479
|
+
export { WAFNonexistentItemException };
|
|
480
|
+
var WAFUnavailableEntityException = (function (_super) {
|
|
481
|
+
__extends(WAFUnavailableEntityException, _super);
|
|
482
|
+
function WAFUnavailableEntityException(opts) {
|
|
483
|
+
var _this = _super.call(this, __assign({ name: "WAFUnavailableEntityException", $fault: "client" }, opts)) || this;
|
|
484
|
+
_this.name = "WAFUnavailableEntityException";
|
|
485
|
+
_this.$fault = "client";
|
|
486
|
+
Object.setPrototypeOf(_this, WAFUnavailableEntityException.prototype);
|
|
487
|
+
_this.Message = opts.Message;
|
|
488
|
+
return _this;
|
|
490
489
|
}
|
|
491
|
-
|
|
490
|
+
return WAFUnavailableEntityException;
|
|
491
|
+
}(__BaseException));
|
|
492
|
+
export { WAFUnavailableEntityException };
|
|
492
493
|
export var Scope;
|
|
493
494
|
(function (Scope) {
|
|
494
495
|
Scope["CLOUDFRONT"] = "CLOUDFRONT";
|
|
495
496
|
Scope["REGIONAL"] = "REGIONAL";
|
|
496
497
|
})(Scope || (Scope = {}));
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
Object.setPrototypeOf(this, WAFExpiredManagedRuleGroupVersionException.prototype);
|
|
507
|
-
this.Message = opts.Message;
|
|
498
|
+
var WAFExpiredManagedRuleGroupVersionException = (function (_super) {
|
|
499
|
+
__extends(WAFExpiredManagedRuleGroupVersionException, _super);
|
|
500
|
+
function WAFExpiredManagedRuleGroupVersionException(opts) {
|
|
501
|
+
var _this = _super.call(this, __assign({ name: "WAFExpiredManagedRuleGroupVersionException", $fault: "client" }, opts)) || this;
|
|
502
|
+
_this.name = "WAFExpiredManagedRuleGroupVersionException";
|
|
503
|
+
_this.$fault = "client";
|
|
504
|
+
Object.setPrototypeOf(_this, WAFExpiredManagedRuleGroupVersionException.prototype);
|
|
505
|
+
_this.Message = opts.Message;
|
|
506
|
+
return _this;
|
|
508
507
|
}
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
508
|
+
return WAFExpiredManagedRuleGroupVersionException;
|
|
509
|
+
}(__BaseException));
|
|
510
|
+
export { WAFExpiredManagedRuleGroupVersionException };
|
|
511
|
+
var WAFInvalidResourceException = (function (_super) {
|
|
512
|
+
__extends(WAFInvalidResourceException, _super);
|
|
513
|
+
function WAFInvalidResourceException(opts) {
|
|
514
|
+
var _this = _super.call(this, __assign({ name: "WAFInvalidResourceException", $fault: "client" }, opts)) || this;
|
|
515
|
+
_this.name = "WAFInvalidResourceException";
|
|
516
|
+
_this.$fault = "client";
|
|
517
|
+
Object.setPrototypeOf(_this, WAFInvalidResourceException.prototype);
|
|
518
|
+
_this.Message = opts.Message;
|
|
519
|
+
return _this;
|
|
521
520
|
}
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
521
|
+
return WAFInvalidResourceException;
|
|
522
|
+
}(__BaseException));
|
|
523
|
+
export { WAFInvalidResourceException };
|
|
524
|
+
var WAFLimitsExceededException = (function (_super) {
|
|
525
|
+
__extends(WAFLimitsExceededException, _super);
|
|
526
|
+
function WAFLimitsExceededException(opts) {
|
|
527
|
+
var _this = _super.call(this, __assign({ name: "WAFLimitsExceededException", $fault: "client" }, opts)) || this;
|
|
528
|
+
_this.name = "WAFLimitsExceededException";
|
|
529
|
+
_this.$fault = "client";
|
|
530
|
+
Object.setPrototypeOf(_this, WAFLimitsExceededException.prototype);
|
|
531
|
+
_this.Message = opts.Message;
|
|
532
|
+
return _this;
|
|
534
533
|
}
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
534
|
+
return WAFLimitsExceededException;
|
|
535
|
+
}(__BaseException));
|
|
536
|
+
export { WAFLimitsExceededException };
|
|
537
|
+
var WAFSubscriptionNotFoundException = (function (_super) {
|
|
538
|
+
__extends(WAFSubscriptionNotFoundException, _super);
|
|
539
|
+
function WAFSubscriptionNotFoundException(opts) {
|
|
540
|
+
var _this = _super.call(this, __assign({ name: "WAFSubscriptionNotFoundException", $fault: "client" }, opts)) || this;
|
|
541
|
+
_this.name = "WAFSubscriptionNotFoundException";
|
|
542
|
+
_this.$fault = "client";
|
|
543
|
+
Object.setPrototypeOf(_this, WAFSubscriptionNotFoundException.prototype);
|
|
544
|
+
_this.Message = opts.Message;
|
|
545
|
+
return _this;
|
|
547
546
|
}
|
|
548
|
-
|
|
547
|
+
return WAFSubscriptionNotFoundException;
|
|
548
|
+
}(__BaseException));
|
|
549
|
+
export { WAFSubscriptionNotFoundException };
|
|
549
550
|
export var IPAddressVersion;
|
|
550
551
|
(function (IPAddressVersion) {
|
|
551
552
|
IPAddressVersion["IPV4"] = "IPV4";
|
|
552
553
|
IPAddressVersion["IPV6"] = "IPV6";
|
|
553
554
|
})(IPAddressVersion || (IPAddressVersion = {}));
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
Object.setPrototypeOf(this, WAFDuplicateItemException.prototype);
|
|
564
|
-
this.Message = opts.Message;
|
|
555
|
+
var WAFDuplicateItemException = (function (_super) {
|
|
556
|
+
__extends(WAFDuplicateItemException, _super);
|
|
557
|
+
function WAFDuplicateItemException(opts) {
|
|
558
|
+
var _this = _super.call(this, __assign({ name: "WAFDuplicateItemException", $fault: "client" }, opts)) || this;
|
|
559
|
+
_this.name = "WAFDuplicateItemException";
|
|
560
|
+
_this.$fault = "client";
|
|
561
|
+
Object.setPrototypeOf(_this, WAFDuplicateItemException.prototype);
|
|
562
|
+
_this.Message = opts.Message;
|
|
563
|
+
return _this;
|
|
565
564
|
}
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
565
|
+
return WAFDuplicateItemException;
|
|
566
|
+
}(__BaseException));
|
|
567
|
+
export { WAFDuplicateItemException };
|
|
568
|
+
var WAFOptimisticLockException = (function (_super) {
|
|
569
|
+
__extends(WAFOptimisticLockException, _super);
|
|
570
|
+
function WAFOptimisticLockException(opts) {
|
|
571
|
+
var _this = _super.call(this, __assign({ name: "WAFOptimisticLockException", $fault: "client" }, opts)) || this;
|
|
572
|
+
_this.name = "WAFOptimisticLockException";
|
|
573
|
+
_this.$fault = "client";
|
|
574
|
+
Object.setPrototypeOf(_this, WAFOptimisticLockException.prototype);
|
|
575
|
+
_this.Message = opts.Message;
|
|
576
|
+
return _this;
|
|
578
577
|
}
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
578
|
+
return WAFOptimisticLockException;
|
|
579
|
+
}(__BaseException));
|
|
580
|
+
export { WAFOptimisticLockException };
|
|
581
|
+
var WAFTagOperationException = (function (_super) {
|
|
582
|
+
__extends(WAFTagOperationException, _super);
|
|
583
|
+
function WAFTagOperationException(opts) {
|
|
584
|
+
var _this = _super.call(this, __assign({ name: "WAFTagOperationException", $fault: "client" }, opts)) || this;
|
|
585
|
+
_this.name = "WAFTagOperationException";
|
|
586
|
+
_this.$fault = "client";
|
|
587
|
+
Object.setPrototypeOf(_this, WAFTagOperationException.prototype);
|
|
588
|
+
_this.Message = opts.Message;
|
|
589
|
+
return _this;
|
|
591
590
|
}
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
591
|
+
return WAFTagOperationException;
|
|
592
|
+
}(__BaseException));
|
|
593
|
+
export { WAFTagOperationException };
|
|
594
|
+
var WAFTagOperationInternalErrorException = (function (_super) {
|
|
595
|
+
__extends(WAFTagOperationInternalErrorException, _super);
|
|
596
|
+
function WAFTagOperationInternalErrorException(opts) {
|
|
597
|
+
var _this = _super.call(this, __assign({ name: "WAFTagOperationInternalErrorException", $fault: "server" }, opts)) || this;
|
|
598
|
+
_this.name = "WAFTagOperationInternalErrorException";
|
|
599
|
+
_this.$fault = "server";
|
|
600
|
+
Object.setPrototypeOf(_this, WAFTagOperationInternalErrorException.prototype);
|
|
601
|
+
_this.Message = opts.Message;
|
|
602
|
+
return _this;
|
|
604
603
|
}
|
|
605
|
-
|
|
604
|
+
return WAFTagOperationInternalErrorException;
|
|
605
|
+
}(__BaseException));
|
|
606
|
+
export { WAFTagOperationInternalErrorException };
|
|
606
607
|
export var ResponseContentType;
|
|
607
608
|
(function (ResponseContentType) {
|
|
608
609
|
ResponseContentType["APPLICATION_JSON"] = "APPLICATION_JSON";
|
|
609
610
|
ResponseContentType["TEXT_HTML"] = "TEXT_HTML";
|
|
610
611
|
ResponseContentType["TEXT_PLAIN"] = "TEXT_PLAIN";
|
|
611
612
|
})(ResponseContentType || (ResponseContentType = {}));
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
Object.setPrototypeOf(this, WAFConfigurationWarningException.prototype);
|
|
622
|
-
this.Message = opts.Message;
|
|
613
|
+
var WAFConfigurationWarningException = (function (_super) {
|
|
614
|
+
__extends(WAFConfigurationWarningException, _super);
|
|
615
|
+
function WAFConfigurationWarningException(opts) {
|
|
616
|
+
var _this = _super.call(this, __assign({ name: "WAFConfigurationWarningException", $fault: "client" }, opts)) || this;
|
|
617
|
+
_this.name = "WAFConfigurationWarningException";
|
|
618
|
+
_this.$fault = "client";
|
|
619
|
+
Object.setPrototypeOf(_this, WAFConfigurationWarningException.prototype);
|
|
620
|
+
_this.Message = opts.Message;
|
|
621
|
+
return _this;
|
|
623
622
|
}
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
623
|
+
return WAFConfigurationWarningException;
|
|
624
|
+
}(__BaseException));
|
|
625
|
+
export { WAFConfigurationWarningException };
|
|
626
|
+
var WAFAssociatedItemException = (function (_super) {
|
|
627
|
+
__extends(WAFAssociatedItemException, _super);
|
|
628
|
+
function WAFAssociatedItemException(opts) {
|
|
629
|
+
var _this = _super.call(this, __assign({ name: "WAFAssociatedItemException", $fault: "client" }, opts)) || this;
|
|
630
|
+
_this.name = "WAFAssociatedItemException";
|
|
631
|
+
_this.$fault = "client";
|
|
632
|
+
Object.setPrototypeOf(_this, WAFAssociatedItemException.prototype);
|
|
633
|
+
_this.Message = opts.Message;
|
|
634
|
+
return _this;
|
|
636
635
|
}
|
|
637
|
-
|
|
636
|
+
return WAFAssociatedItemException;
|
|
637
|
+
}(__BaseException));
|
|
638
|
+
export { WAFAssociatedItemException };
|
|
638
639
|
export var Platform;
|
|
639
640
|
(function (Platform) {
|
|
640
641
|
Platform["ANDROID"] = "ANDROID";
|
|
@@ -662,599 +663,227 @@ export var ResourceType;
|
|
|
662
663
|
ResourceType["APPSYNC"] = "APPSYNC";
|
|
663
664
|
ResourceType["COGNITIO_USER_POOL"] = "COGNITO_USER_POOL";
|
|
664
665
|
})(ResourceType || (ResourceType = {}));
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
Object.setPrototypeOf(this, WAFLogDestinationPermissionIssueException.prototype);
|
|
675
|
-
this.Message = opts.Message;
|
|
666
|
+
var WAFLogDestinationPermissionIssueException = (function (_super) {
|
|
667
|
+
__extends(WAFLogDestinationPermissionIssueException, _super);
|
|
668
|
+
function WAFLogDestinationPermissionIssueException(opts) {
|
|
669
|
+
var _this = _super.call(this, __assign({ name: "WAFLogDestinationPermissionIssueException", $fault: "client" }, opts)) || this;
|
|
670
|
+
_this.name = "WAFLogDestinationPermissionIssueException";
|
|
671
|
+
_this.$fault = "client";
|
|
672
|
+
Object.setPrototypeOf(_this, WAFLogDestinationPermissionIssueException.prototype);
|
|
673
|
+
_this.Message = opts.Message;
|
|
674
|
+
return _this;
|
|
676
675
|
}
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
676
|
+
return WAFLogDestinationPermissionIssueException;
|
|
677
|
+
}(__BaseException));
|
|
678
|
+
export { WAFLogDestinationPermissionIssueException };
|
|
679
|
+
var WAFServiceLinkedRoleErrorException = (function (_super) {
|
|
680
|
+
__extends(WAFServiceLinkedRoleErrorException, _super);
|
|
681
|
+
function WAFServiceLinkedRoleErrorException(opts) {
|
|
682
|
+
var _this = _super.call(this, __assign({ name: "WAFServiceLinkedRoleErrorException", $fault: "client" }, opts)) || this;
|
|
683
|
+
_this.name = "WAFServiceLinkedRoleErrorException";
|
|
684
|
+
_this.$fault = "client";
|
|
685
|
+
Object.setPrototypeOf(_this, WAFServiceLinkedRoleErrorException.prototype);
|
|
686
|
+
return _this;
|
|
688
687
|
}
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
688
|
+
return WAFServiceLinkedRoleErrorException;
|
|
689
|
+
}(__BaseException));
|
|
690
|
+
export { WAFServiceLinkedRoleErrorException };
|
|
691
|
+
var WAFInvalidPermissionPolicyException = (function (_super) {
|
|
692
|
+
__extends(WAFInvalidPermissionPolicyException, _super);
|
|
693
|
+
function WAFInvalidPermissionPolicyException(opts) {
|
|
694
|
+
var _this = _super.call(this, __assign({ name: "WAFInvalidPermissionPolicyException", $fault: "client" }, opts)) || this;
|
|
695
|
+
_this.name = "WAFInvalidPermissionPolicyException";
|
|
696
|
+
_this.$fault = "client";
|
|
697
|
+
Object.setPrototypeOf(_this, WAFInvalidPermissionPolicyException.prototype);
|
|
698
|
+
_this.Message = opts.Message;
|
|
699
|
+
return _this;
|
|
701
700
|
}
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
});
|
|
706
|
-
export
|
|
707
|
-
|
|
708
|
-
});
|
|
709
|
-
export
|
|
710
|
-
|
|
711
|
-
});
|
|
712
|
-
export
|
|
713
|
-
|
|
714
|
-
});
|
|
715
|
-
export
|
|
716
|
-
|
|
717
|
-
});
|
|
718
|
-
export
|
|
719
|
-
|
|
720
|
-
});
|
|
721
|
-
export
|
|
722
|
-
|
|
723
|
-
});
|
|
724
|
-
export
|
|
725
|
-
|
|
726
|
-
});
|
|
727
|
-
export
|
|
728
|
-
|
|
729
|
-
});
|
|
730
|
-
export
|
|
731
|
-
|
|
732
|
-
});
|
|
733
|
-
export
|
|
734
|
-
|
|
735
|
-
});
|
|
736
|
-
export
|
|
737
|
-
|
|
738
|
-
});
|
|
739
|
-
export
|
|
740
|
-
|
|
741
|
-
});
|
|
742
|
-
export
|
|
743
|
-
|
|
744
|
-
});
|
|
745
|
-
export
|
|
746
|
-
|
|
747
|
-
});
|
|
748
|
-
export
|
|
749
|
-
|
|
750
|
-
});
|
|
751
|
-
export
|
|
752
|
-
|
|
753
|
-
});
|
|
754
|
-
export
|
|
755
|
-
|
|
756
|
-
});
|
|
757
|
-
export
|
|
758
|
-
|
|
759
|
-
});
|
|
760
|
-
export
|
|
761
|
-
|
|
762
|
-
});
|
|
763
|
-
export
|
|
764
|
-
|
|
765
|
-
});
|
|
766
|
-
export
|
|
767
|
-
|
|
768
|
-
});
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
});
|
|
772
|
-
export
|
|
773
|
-
|
|
774
|
-
});
|
|
775
|
-
export
|
|
776
|
-
|
|
777
|
-
});
|
|
778
|
-
export
|
|
779
|
-
|
|
780
|
-
});
|
|
781
|
-
export
|
|
782
|
-
|
|
783
|
-
});
|
|
784
|
-
export
|
|
785
|
-
|
|
786
|
-
});
|
|
787
|
-
export
|
|
788
|
-
|
|
789
|
-
});
|
|
790
|
-
export
|
|
791
|
-
|
|
792
|
-
});
|
|
793
|
-
export
|
|
794
|
-
|
|
795
|
-
});
|
|
796
|
-
export
|
|
797
|
-
|
|
798
|
-
});
|
|
799
|
-
export
|
|
800
|
-
|
|
801
|
-
});
|
|
802
|
-
export
|
|
803
|
-
|
|
804
|
-
});
|
|
805
|
-
export
|
|
806
|
-
|
|
807
|
-
});
|
|
808
|
-
export
|
|
809
|
-
|
|
810
|
-
});
|
|
811
|
-
export
|
|
812
|
-
|
|
813
|
-
});
|
|
814
|
-
export
|
|
815
|
-
|
|
816
|
-
});
|
|
817
|
-
export
|
|
818
|
-
|
|
819
|
-
});
|
|
820
|
-
export
|
|
821
|
-
|
|
822
|
-
});
|
|
823
|
-
export
|
|
824
|
-
|
|
825
|
-
});
|
|
826
|
-
export
|
|
827
|
-
|
|
828
|
-
});
|
|
829
|
-
export
|
|
830
|
-
|
|
831
|
-
});
|
|
832
|
-
export
|
|
833
|
-
|
|
834
|
-
});
|
|
835
|
-
export
|
|
836
|
-
|
|
837
|
-
});
|
|
838
|
-
export
|
|
839
|
-
|
|
840
|
-
});
|
|
841
|
-
export
|
|
842
|
-
|
|
843
|
-
});
|
|
844
|
-
export
|
|
845
|
-
|
|
846
|
-
});
|
|
847
|
-
export
|
|
848
|
-
|
|
849
|
-
});
|
|
850
|
-
export
|
|
851
|
-
|
|
852
|
-
});
|
|
853
|
-
export
|
|
854
|
-
|
|
855
|
-
});
|
|
856
|
-
export
|
|
857
|
-
|
|
858
|
-
});
|
|
859
|
-
export
|
|
860
|
-
|
|
861
|
-
});
|
|
862
|
-
export
|
|
863
|
-
|
|
864
|
-
});
|
|
865
|
-
export
|
|
866
|
-
|
|
867
|
-
});
|
|
868
|
-
export
|
|
869
|
-
|
|
870
|
-
});
|
|
871
|
-
export
|
|
872
|
-
|
|
873
|
-
});
|
|
874
|
-
export
|
|
875
|
-
|
|
876
|
-
});
|
|
877
|
-
export
|
|
878
|
-
|
|
879
|
-
});
|
|
880
|
-
export
|
|
881
|
-
|
|
882
|
-
});
|
|
883
|
-
export
|
|
884
|
-
|
|
885
|
-
});
|
|
886
|
-
export
|
|
887
|
-
|
|
888
|
-
});
|
|
889
|
-
export
|
|
890
|
-
|
|
891
|
-
});
|
|
892
|
-
export const CreateWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
893
|
-
...obj,
|
|
894
|
-
});
|
|
895
|
-
export const DeleteFirewallManagerRuleGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
896
|
-
...obj,
|
|
897
|
-
});
|
|
898
|
-
export const DeleteFirewallManagerRuleGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
899
|
-
...obj,
|
|
900
|
-
});
|
|
901
|
-
export const DeleteIPSetRequestFilterSensitiveLog = (obj) => ({
|
|
902
|
-
...obj,
|
|
903
|
-
});
|
|
904
|
-
export const DeleteIPSetResponseFilterSensitiveLog = (obj) => ({
|
|
905
|
-
...obj,
|
|
906
|
-
});
|
|
907
|
-
export const DeleteLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
908
|
-
...obj,
|
|
909
|
-
});
|
|
910
|
-
export const DeleteLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
911
|
-
...obj,
|
|
912
|
-
});
|
|
913
|
-
export const DeletePermissionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
914
|
-
...obj,
|
|
915
|
-
});
|
|
916
|
-
export const DeletePermissionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
917
|
-
...obj,
|
|
918
|
-
});
|
|
919
|
-
export const DeleteRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
|
|
920
|
-
...obj,
|
|
921
|
-
});
|
|
922
|
-
export const DeleteRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
|
|
923
|
-
...obj,
|
|
924
|
-
});
|
|
925
|
-
export const DeleteRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
926
|
-
...obj,
|
|
927
|
-
});
|
|
928
|
-
export const DeleteRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
929
|
-
...obj,
|
|
930
|
-
});
|
|
931
|
-
export const DeleteWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
932
|
-
...obj,
|
|
933
|
-
});
|
|
934
|
-
export const DeleteWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
935
|
-
...obj,
|
|
936
|
-
});
|
|
937
|
-
export const DescribeManagedRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
938
|
-
...obj,
|
|
939
|
-
});
|
|
940
|
-
export const LabelSummaryFilterSensitiveLog = (obj) => ({
|
|
941
|
-
...obj,
|
|
942
|
-
});
|
|
943
|
-
export const RuleSummaryFilterSensitiveLog = (obj) => ({
|
|
944
|
-
...obj,
|
|
945
|
-
});
|
|
946
|
-
export const DescribeManagedRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
947
|
-
...obj,
|
|
948
|
-
});
|
|
949
|
-
export const DisassociateWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
950
|
-
...obj,
|
|
951
|
-
});
|
|
952
|
-
export const DisassociateWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
953
|
-
...obj,
|
|
954
|
-
});
|
|
955
|
-
export const GenerateMobileSdkReleaseUrlRequestFilterSensitiveLog = (obj) => ({
|
|
956
|
-
...obj,
|
|
957
|
-
});
|
|
958
|
-
export const GenerateMobileSdkReleaseUrlResponseFilterSensitiveLog = (obj) => ({
|
|
959
|
-
...obj,
|
|
960
|
-
});
|
|
961
|
-
export const GetIPSetRequestFilterSensitiveLog = (obj) => ({
|
|
962
|
-
...obj,
|
|
963
|
-
});
|
|
964
|
-
export const IPSetFilterSensitiveLog = (obj) => ({
|
|
965
|
-
...obj,
|
|
966
|
-
});
|
|
967
|
-
export const GetIPSetResponseFilterSensitiveLog = (obj) => ({
|
|
968
|
-
...obj,
|
|
969
|
-
});
|
|
970
|
-
export const GetLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
971
|
-
...obj,
|
|
972
|
-
});
|
|
973
|
-
export const LabelNameConditionFilterSensitiveLog = (obj) => ({
|
|
974
|
-
...obj,
|
|
975
|
-
});
|
|
976
|
-
export const ConditionFilterSensitiveLog = (obj) => ({
|
|
977
|
-
...obj,
|
|
978
|
-
});
|
|
979
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
980
|
-
...obj,
|
|
981
|
-
});
|
|
982
|
-
export const LoggingFilterFilterSensitiveLog = (obj) => ({
|
|
983
|
-
...obj,
|
|
984
|
-
});
|
|
985
|
-
export const LoggingConfigurationFilterSensitiveLog = (obj) => ({
|
|
986
|
-
...obj,
|
|
987
|
-
});
|
|
988
|
-
export const GetLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
989
|
-
...obj,
|
|
990
|
-
});
|
|
991
|
-
export const GetManagedRuleSetRequestFilterSensitiveLog = (obj) => ({
|
|
992
|
-
...obj,
|
|
993
|
-
});
|
|
994
|
-
export const ManagedRuleSetVersionFilterSensitiveLog = (obj) => ({
|
|
995
|
-
...obj,
|
|
996
|
-
});
|
|
997
|
-
export const ManagedRuleSetFilterSensitiveLog = (obj) => ({
|
|
998
|
-
...obj,
|
|
999
|
-
});
|
|
1000
|
-
export const GetManagedRuleSetResponseFilterSensitiveLog = (obj) => ({
|
|
1001
|
-
...obj,
|
|
1002
|
-
});
|
|
1003
|
-
export const GetMobileSdkReleaseRequestFilterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
});
|
|
1006
|
-
export const MobileSdkReleaseFilterSensitiveLog = (obj) => ({
|
|
1007
|
-
...obj,
|
|
1008
|
-
});
|
|
1009
|
-
export const GetMobileSdkReleaseResponseFilterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
export const GetPermissionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1013
|
-
...obj,
|
|
1014
|
-
});
|
|
1015
|
-
export const GetPermissionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1016
|
-
...obj,
|
|
1017
|
-
});
|
|
1018
|
-
export const GetRateBasedStatementManagedKeysRequestFilterSensitiveLog = (obj) => ({
|
|
1019
|
-
...obj,
|
|
1020
|
-
});
|
|
1021
|
-
export const RateBasedStatementManagedKeysIPSetFilterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
export const GetRateBasedStatementManagedKeysResponseFilterSensitiveLog = (obj) => ({
|
|
1025
|
-
...obj,
|
|
1026
|
-
});
|
|
1027
|
-
export const GetRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
});
|
|
1030
|
-
export const RegexPatternSetFilterSensitiveLog = (obj) => ({
|
|
1031
|
-
...obj,
|
|
1032
|
-
});
|
|
1033
|
-
export const GetRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
export const GetRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1037
|
-
...obj,
|
|
1038
|
-
});
|
|
1039
|
-
export const TimeWindowFilterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
export const GetSampledRequestsRequestFilterSensitiveLog = (obj) => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
export const CaptchaResponseFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
export const HTTPHeaderFilterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
export const HTTPRequestFilterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
export const SampledHTTPRequestFilterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
});
|
|
1057
|
-
export const GetSampledRequestsResponseFilterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
export const GetWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
1061
|
-
...obj,
|
|
1062
|
-
});
|
|
1063
|
-
export const GetWebACLForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
export const ListAvailableManagedRuleGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
export const ManagedRuleGroupSummaryFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
export const ListAvailableManagedRuleGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
export const ListAvailableManagedRuleGroupVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
export const ManagedRuleGroupVersionFilterSensitiveLog = (obj) => ({
|
|
1079
|
-
...obj,
|
|
1080
|
-
});
|
|
1081
|
-
export const ListAvailableManagedRuleGroupVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|
|
1084
|
-
export const ListIPSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
1087
|
-
export const ListIPSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1088
|
-
...obj,
|
|
1089
|
-
});
|
|
1090
|
-
export const ListLoggingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
1091
|
-
...obj,
|
|
1092
|
-
});
|
|
1093
|
-
export const ListLoggingConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
1094
|
-
...obj,
|
|
1095
|
-
});
|
|
1096
|
-
export const ListManagedRuleSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1097
|
-
...obj,
|
|
1098
|
-
});
|
|
1099
|
-
export const ManagedRuleSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1100
|
-
...obj,
|
|
1101
|
-
});
|
|
1102
|
-
export const ListManagedRuleSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1103
|
-
...obj,
|
|
1104
|
-
});
|
|
1105
|
-
export const ListMobileSdkReleasesRequestFilterSensitiveLog = (obj) => ({
|
|
1106
|
-
...obj,
|
|
1107
|
-
});
|
|
1108
|
-
export const ReleaseSummaryFilterSensitiveLog = (obj) => ({
|
|
1109
|
-
...obj,
|
|
1110
|
-
});
|
|
1111
|
-
export const ListMobileSdkReleasesResponseFilterSensitiveLog = (obj) => ({
|
|
1112
|
-
...obj,
|
|
1113
|
-
});
|
|
1114
|
-
export const ListRegexPatternSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1115
|
-
...obj,
|
|
1116
|
-
});
|
|
1117
|
-
export const ListRegexPatternSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1118
|
-
...obj,
|
|
1119
|
-
});
|
|
1120
|
-
export const ListResourcesForWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
1121
|
-
...obj,
|
|
1122
|
-
});
|
|
1123
|
-
export const ListResourcesForWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
1124
|
-
...obj,
|
|
1125
|
-
});
|
|
1126
|
-
export const ListRuleGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
1127
|
-
...obj,
|
|
1128
|
-
});
|
|
1129
|
-
export const ListRuleGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1133
|
-
...obj,
|
|
1134
|
-
});
|
|
1135
|
-
export const TagInfoForResourceFilterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
});
|
|
1138
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1139
|
-
...obj,
|
|
1140
|
-
});
|
|
1141
|
-
export const ListWebACLsRequestFilterSensitiveLog = (obj) => ({
|
|
1142
|
-
...obj,
|
|
1143
|
-
});
|
|
1144
|
-
export const ListWebACLsResponseFilterSensitiveLog = (obj) => ({
|
|
1145
|
-
...obj,
|
|
1146
|
-
});
|
|
1147
|
-
export const PutLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1148
|
-
...obj,
|
|
1149
|
-
});
|
|
1150
|
-
export const PutLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
1151
|
-
...obj,
|
|
1152
|
-
});
|
|
1153
|
-
export const VersionToPublishFilterSensitiveLog = (obj) => ({
|
|
1154
|
-
...obj,
|
|
1155
|
-
});
|
|
1156
|
-
export const PutManagedRuleSetVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
1157
|
-
...obj,
|
|
1158
|
-
});
|
|
1159
|
-
export const PutManagedRuleSetVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
1160
|
-
...obj,
|
|
1161
|
-
});
|
|
1162
|
-
export const PutPermissionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1163
|
-
...obj,
|
|
1164
|
-
});
|
|
1165
|
-
export const PutPermissionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1166
|
-
...obj,
|
|
1167
|
-
});
|
|
1168
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1169
|
-
...obj,
|
|
1170
|
-
});
|
|
1171
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1172
|
-
...obj,
|
|
1173
|
-
});
|
|
1174
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1175
|
-
...obj,
|
|
1176
|
-
});
|
|
1177
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1178
|
-
...obj,
|
|
1179
|
-
});
|
|
1180
|
-
export const UpdateIPSetRequestFilterSensitiveLog = (obj) => ({
|
|
1181
|
-
...obj,
|
|
1182
|
-
});
|
|
1183
|
-
export const UpdateIPSetResponseFilterSensitiveLog = (obj) => ({
|
|
1184
|
-
...obj,
|
|
1185
|
-
});
|
|
1186
|
-
export const UpdateManagedRuleSetVersionExpiryDateRequestFilterSensitiveLog = (obj) => ({
|
|
1187
|
-
...obj,
|
|
1188
|
-
});
|
|
1189
|
-
export const UpdateManagedRuleSetVersionExpiryDateResponseFilterSensitiveLog = (obj) => ({
|
|
1190
|
-
...obj,
|
|
1191
|
-
});
|
|
1192
|
-
export const UpdateRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
|
|
1193
|
-
...obj,
|
|
1194
|
-
});
|
|
1195
|
-
export const UpdateRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
|
|
1196
|
-
...obj,
|
|
1197
|
-
});
|
|
1198
|
-
export const UpdateRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1199
|
-
...obj,
|
|
1200
|
-
});
|
|
1201
|
-
export const UpdateWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
1202
|
-
...obj,
|
|
1203
|
-
});
|
|
1204
|
-
export const StatementFilterSensitiveLog = (obj) => ({
|
|
1205
|
-
...obj,
|
|
1206
|
-
});
|
|
1207
|
-
export const ManagedRuleGroupStatementFilterSensitiveLog = (obj) => ({
|
|
1208
|
-
...obj,
|
|
1209
|
-
});
|
|
1210
|
-
export const NotStatementFilterSensitiveLog = (obj) => ({
|
|
1211
|
-
...obj,
|
|
1212
|
-
});
|
|
1213
|
-
export const RateBasedStatementFilterSensitiveLog = (obj) => ({
|
|
1214
|
-
...obj,
|
|
1215
|
-
});
|
|
1216
|
-
export const RuleFilterSensitiveLog = (obj) => ({
|
|
1217
|
-
...obj,
|
|
1218
|
-
});
|
|
1219
|
-
export const AndStatementFilterSensitiveLog = (obj) => ({
|
|
1220
|
-
...obj,
|
|
1221
|
-
});
|
|
1222
|
-
export const OrStatementFilterSensitiveLog = (obj) => ({
|
|
1223
|
-
...obj,
|
|
1224
|
-
});
|
|
1225
|
-
export const FirewallManagerStatementFilterSensitiveLog = (obj) => ({
|
|
1226
|
-
...obj,
|
|
1227
|
-
});
|
|
1228
|
-
export const FirewallManagerRuleGroupFilterSensitiveLog = (obj) => ({
|
|
1229
|
-
...obj,
|
|
1230
|
-
});
|
|
1231
|
-
export const CheckCapacityRequestFilterSensitiveLog = (obj) => ({
|
|
1232
|
-
...obj,
|
|
1233
|
-
});
|
|
1234
|
-
export const CreateRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1235
|
-
...obj,
|
|
1236
|
-
});
|
|
1237
|
-
export const CreateWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
export const RuleGroupFilterSensitiveLog = (obj) => ({
|
|
1241
|
-
...obj,
|
|
1242
|
-
});
|
|
1243
|
-
export const UpdateRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1244
|
-
...obj,
|
|
1245
|
-
});
|
|
1246
|
-
export const UpdateWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
1247
|
-
...obj,
|
|
1248
|
-
});
|
|
1249
|
-
export const GetRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1250
|
-
...obj,
|
|
1251
|
-
});
|
|
1252
|
-
export const WebACLFilterSensitiveLog = (obj) => ({
|
|
1253
|
-
...obj,
|
|
1254
|
-
});
|
|
1255
|
-
export const GetWebACLForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1256
|
-
...obj,
|
|
1257
|
-
});
|
|
1258
|
-
export const GetWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
1259
|
-
...obj,
|
|
1260
|
-
});
|
|
701
|
+
return WAFInvalidPermissionPolicyException;
|
|
702
|
+
}(__BaseException));
|
|
703
|
+
export { WAFInvalidPermissionPolicyException };
|
|
704
|
+
export var ActionConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
+
export var AllFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
+
export var CustomHTTPHeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
export var CustomRequestHandlingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
+
export var AllowActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
+
export var AllQueryArgumentsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
export var BodyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
export var CookieMatchPatternFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var CookiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var HeaderMatchPatternFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var HeadersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var JsonMatchPatternFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var JsonBodyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var MethodFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var QueryStringFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var SingleHeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var SingleQueryArgumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var UriPathFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var FieldToMatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var TextTransformationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var ByteMatchStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var ForwardedIPConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var GeoMatchStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var IPSetForwardedIPConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var IPSetReferenceStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var LabelMatchStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var ExcludedRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var PasswordFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
export var UsernameFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
export var ManagedRuleGroupConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var RegexMatchStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
export var RegexPatternSetReferenceStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var RuleGroupReferenceStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var SizeConstraintStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var SqliMatchStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
export var XssMatchStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
+
export var AssociateWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
+
export var AssociateWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var CustomResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var BlockActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var CaptchaActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
export var CountActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var RuleActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
export var ImmunityTimePropertyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
export var CaptchaConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
+
export var NoneActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
export var OverrideActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
export var LabelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
+
export var VisibilityConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
export var CheckCapacityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
export var CreateIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
+
export var IPSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
export var CreateIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
export var RegexFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
export var CreateRegexPatternSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
+
export var RegexPatternSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var CreateRegexPatternSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var CustomResponseBodyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var RuleGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
+
export var CreateRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
export var DefaultActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
export var WebACLSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
export var CreateWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var DeleteFirewallManagerRuleGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
export var DeleteFirewallManagerRuleGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
export var DeleteIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
export var DeleteIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
+
export var DeleteLoggingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
export var DeleteLoggingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
export var DeletePermissionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
export var DeletePermissionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
+
export var DeleteRegexPatternSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var DeleteRegexPatternSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var DeleteRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var DeleteRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
export var DeleteWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
export var DeleteWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
export var DescribeManagedRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
+
export var LabelSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var RuleSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
export var DescribeManagedRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
export var DisassociateWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
export var DisassociateWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
export var GenerateMobileSdkReleaseUrlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var GenerateMobileSdkReleaseUrlResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var GetIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
+
export var IPSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
export var GetIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
export var GetLoggingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
export var LabelNameConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
+
export var ConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
export var LoggingFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
export var LoggingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
export var GetLoggingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var GetManagedRuleSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
export var ManagedRuleSetVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
export var ManagedRuleSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
export var GetManagedRuleSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
export var GetMobileSdkReleaseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
export var MobileSdkReleaseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
export var GetMobileSdkReleaseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
export var GetPermissionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
+
export var GetPermissionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
export var GetRateBasedStatementManagedKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
export var RateBasedStatementManagedKeysIPSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var GetRateBasedStatementManagedKeysResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
export var GetRegexPatternSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
export var RegexPatternSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var GetRegexPatternSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
export var GetRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
export var TimeWindowFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
export var GetSampledRequestsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
export var CaptchaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var HTTPHeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var HTTPRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var SampledHTTPRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
export var GetSampledRequestsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
export var GetWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var GetWebACLForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var ListAvailableManagedRuleGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var ManagedRuleGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var ListAvailableManagedRuleGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var ListAvailableManagedRuleGroupVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var ManagedRuleGroupVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var ListAvailableManagedRuleGroupVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var ListIPSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var ListIPSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var ListLoggingConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var ListLoggingConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var ListManagedRuleSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var ManagedRuleSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var ListManagedRuleSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var ListMobileSdkReleasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var ReleaseSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var ListMobileSdkReleasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var ListRegexPatternSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var ListRegexPatternSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var ListResourcesForWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var ListResourcesForWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var ListRuleGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var ListRuleGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var TagInfoForResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
export var ListWebACLsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
export var ListWebACLsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
export var PutLoggingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
export var PutLoggingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
export var VersionToPublishFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var PutManagedRuleSetVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var PutManagedRuleSetVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
export var PutPermissionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
export var PutPermissionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var UpdateIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var UpdateIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
export var UpdateManagedRuleSetVersionExpiryDateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var UpdateManagedRuleSetVersionExpiryDateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var UpdateRegexPatternSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
export var UpdateRegexPatternSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var UpdateRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var UpdateWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var StatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var ManagedRuleGroupStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
export var NotStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
+
export var RateBasedStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
+
export var RuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
+
export var AndStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
+
export var OrStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
+
export var FirewallManagerStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
+
export var FirewallManagerRuleGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
+
export var CheckCapacityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
+
export var CreateRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
+
export var CreateWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
+
export var RuleGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
884
|
+
export var UpdateRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
+
export var UpdateWebACLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
+
export var GetRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
+
export var WebACLFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
+
export var GetWebACLForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
+
export var GetWebACLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|