@aws-sdk/client-waf 3.489.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/WAF.js +1 -165
- package/dist-cjs/WAFClient.js +1 -43
- package/dist-cjs/commands/CreateByteMatchSetCommand.js +1 -28
- package/dist-cjs/commands/CreateGeoMatchSetCommand.js +1 -28
- package/dist-cjs/commands/CreateIPSetCommand.js +1 -28
- package/dist-cjs/commands/CreateRateBasedRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateRegexMatchSetCommand.js +1 -28
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js +1 -28
- package/dist-cjs/commands/CreateRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +1 -28
- package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +1 -28
- package/dist-cjs/commands/CreateWebACLCommand.js +1 -28
- package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +1 -28
- package/dist-cjs/commands/CreateXssMatchSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteByteMatchSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteIPSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteWebACLCommand.js +1 -28
- package/dist-cjs/commands/DeleteXssMatchSetCommand.js +1 -28
- package/dist-cjs/commands/GetByteMatchSetCommand.js +1 -28
- package/dist-cjs/commands/GetChangeTokenCommand.js +1 -28
- package/dist-cjs/commands/GetChangeTokenStatusCommand.js +1 -28
- package/dist-cjs/commands/GetGeoMatchSetCommand.js +1 -28
- package/dist-cjs/commands/GetIPSetCommand.js +1 -28
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetPermissionPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetRateBasedRuleCommand.js +1 -28
- package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +1 -28
- package/dist-cjs/commands/GetRegexMatchSetCommand.js +1 -28
- package/dist-cjs/commands/GetRegexPatternSetCommand.js +1 -28
- package/dist-cjs/commands/GetRuleCommand.js +1 -28
- package/dist-cjs/commands/GetRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/GetSampledRequestsCommand.js +1 -28
- package/dist-cjs/commands/GetSizeConstraintSetCommand.js +1 -28
- package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +1 -28
- package/dist-cjs/commands/GetWebACLCommand.js +1 -28
- package/dist-cjs/commands/GetXssMatchSetCommand.js +1 -28
- package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/ListByteMatchSetsCommand.js +1 -28
- package/dist-cjs/commands/ListGeoMatchSetsCommand.js +1 -28
- package/dist-cjs/commands/ListIPSetsCommand.js +1 -28
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListRateBasedRulesCommand.js +1 -28
- package/dist-cjs/commands/ListRegexMatchSetsCommand.js +1 -28
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js +1 -28
- package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListRulesCommand.js +1 -28
- package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +1 -28
- package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +1 -28
- package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListWebACLsCommand.js +1 -28
- package/dist-cjs/commands/ListXssMatchSetsCommand.js +1 -28
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/PutPermissionPolicyCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateByteMatchSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateIPSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +1 -28
- package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateRuleCommand.js +1 -28
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateWebACLCommand.js +1 -28
- package/dist-cjs/commands/UpdateXssMatchSetCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -80
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6623 -10
- package/dist-cjs/models/WAFServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -616
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4333
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +39 -39
|
@@ -1,80 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateByteMatchSetCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateGeoMatchSetCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateIPSetCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateRateBasedRuleCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateRegexMatchSetCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateRegexPatternSetCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateRuleCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateRuleGroupCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateSizeConstraintSetCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateSqlInjectionMatchSetCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateWebACLCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./CreateWebACLMigrationStackCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./CreateXssMatchSetCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteByteMatchSetCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteGeoMatchSetCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteIPSetCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteLoggingConfigurationCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeletePermissionPolicyCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteRateBasedRuleCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DeleteRegexMatchSetCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DeleteRegexPatternSetCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DeleteRuleCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DeleteRuleGroupCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DeleteSizeConstraintSetCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DeleteSqlInjectionMatchSetCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DeleteWebACLCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DeleteXssMatchSetCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetByteMatchSetCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetChangeTokenCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetChangeTokenStatusCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetGeoMatchSetCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetIPSetCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GetLoggingConfigurationCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./GetPermissionPolicyCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./GetRateBasedRuleCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./GetRateBasedRuleManagedKeysCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./GetRegexMatchSetCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./GetRegexPatternSetCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./GetRuleCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./GetRuleGroupCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./GetSampledRequestsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./GetSizeConstraintSetCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./GetSqlInjectionMatchSetCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./GetWebACLCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./GetXssMatchSetCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListActivatedRulesInRuleGroupCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListByteMatchSetsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListGeoMatchSetsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListIPSetsCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListLoggingConfigurationsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./ListRateBasedRulesCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./ListRegexMatchSetsCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./ListRegexPatternSetsCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./ListRuleGroupsCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./ListRulesCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./ListSizeConstraintSetsCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./ListSqlInjectionMatchSetsCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./ListSubscribedRuleGroupsCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./ListWebACLsCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./ListXssMatchSetsCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./PutLoggingConfigurationCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./PutPermissionPolicyCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./UpdateByteMatchSetCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./UpdateGeoMatchSetCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./UpdateIPSetCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./UpdateRateBasedRuleCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./UpdateRegexMatchSetCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./UpdateRegexPatternSetCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./UpdateRuleCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./UpdateRuleGroupCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./UpdateSizeConstraintSetCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./UpdateSqlInjectionMatchSetCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./UpdateWebACLCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./UpdateXssMatchSetCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "waf",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|