@aws-sdk/client-waf 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +80 -0
- package/dist-cjs/index.js +3 -79
- package/dist-es/commands/index.js +77 -0
- package/dist-es/index.js +3 -79
- package/dist-types/commands/index.d.ts +77 -0
- package/dist-types/index.d.ts +3 -79
- package/dist-types/ts3.4/commands/index.d.ts +77 -0
- package/dist-types/ts3.4/index.d.ts +3 -79
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
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);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,83 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./WAFClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./WAF"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./commands/CreateRateBasedRuleCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateRegexMatchSetCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateRegexPatternSetCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateRuleCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateRuleGroupCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateSizeConstraintSetCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateSqlInjectionMatchSetCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateWebACLCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateWebACLMigrationStackCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateXssMatchSetCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteByteMatchSetCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteGeoMatchSetCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteIPSetCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteLoggingConfigurationCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeletePermissionPolicyCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeleteRateBasedRuleCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DeleteRegexMatchSetCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DeleteRegexPatternSetCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DeleteRuleCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DeleteRuleGroupCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DeleteSizeConstraintSetCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/DeleteSqlInjectionMatchSetCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DeleteWebACLCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/DeleteXssMatchSetCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/GetByteMatchSetCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/GetChangeTokenCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/GetChangeTokenStatusCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/GetGeoMatchSetCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/GetIPSetCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/GetLoggingConfigurationCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/GetPermissionPolicyCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/GetRateBasedRuleCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/GetRateBasedRuleManagedKeysCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/GetRegexMatchSetCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/GetRegexPatternSetCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/GetRuleCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/GetRuleGroupCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/GetSampledRequestsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/GetSizeConstraintSetCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/GetSqlInjectionMatchSetCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/GetWebACLCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/GetXssMatchSetCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/ListActivatedRulesInRuleGroupCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/ListByteMatchSetsCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/ListGeoMatchSetsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/ListIPSetsCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/ListLoggingConfigurationsCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/ListRateBasedRulesCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/ListRegexMatchSetsCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/ListRegexPatternSetsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/ListRuleGroupsCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/ListRulesCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/ListSizeConstraintSetsCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/ListSqlInjectionMatchSetsCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/ListSubscribedRuleGroupsCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/ListWebACLsCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/ListXssMatchSetsCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./commands/PutLoggingConfigurationCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/PutPermissionPolicyCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/UpdateByteMatchSetCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/UpdateGeoMatchSetCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/UpdateIPSetCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./commands/UpdateRateBasedRuleCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/UpdateRegexMatchSetCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./commands/UpdateRegexPatternSetCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./commands/UpdateRuleCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./commands/UpdateRuleGroupCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./commands/UpdateSizeConstraintSetCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./commands/UpdateSqlInjectionMatchSetCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./commands/UpdateWebACLCommand"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./commands/UpdateXssMatchSetCommand"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./WAFClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export * from "./CreateByteMatchSetCommand";
|
|
2
|
+
export * from "./CreateGeoMatchSetCommand";
|
|
3
|
+
export * from "./CreateIPSetCommand";
|
|
4
|
+
export * from "./CreateRateBasedRuleCommand";
|
|
5
|
+
export * from "./CreateRegexMatchSetCommand";
|
|
6
|
+
export * from "./CreateRegexPatternSetCommand";
|
|
7
|
+
export * from "./CreateRuleCommand";
|
|
8
|
+
export * from "./CreateRuleGroupCommand";
|
|
9
|
+
export * from "./CreateSizeConstraintSetCommand";
|
|
10
|
+
export * from "./CreateSqlInjectionMatchSetCommand";
|
|
11
|
+
export * from "./CreateWebACLCommand";
|
|
12
|
+
export * from "./CreateWebACLMigrationStackCommand";
|
|
13
|
+
export * from "./CreateXssMatchSetCommand";
|
|
14
|
+
export * from "./DeleteByteMatchSetCommand";
|
|
15
|
+
export * from "./DeleteGeoMatchSetCommand";
|
|
16
|
+
export * from "./DeleteIPSetCommand";
|
|
17
|
+
export * from "./DeleteLoggingConfigurationCommand";
|
|
18
|
+
export * from "./DeletePermissionPolicyCommand";
|
|
19
|
+
export * from "./DeleteRateBasedRuleCommand";
|
|
20
|
+
export * from "./DeleteRegexMatchSetCommand";
|
|
21
|
+
export * from "./DeleteRegexPatternSetCommand";
|
|
22
|
+
export * from "./DeleteRuleCommand";
|
|
23
|
+
export * from "./DeleteRuleGroupCommand";
|
|
24
|
+
export * from "./DeleteSizeConstraintSetCommand";
|
|
25
|
+
export * from "./DeleteSqlInjectionMatchSetCommand";
|
|
26
|
+
export * from "./DeleteWebACLCommand";
|
|
27
|
+
export * from "./DeleteXssMatchSetCommand";
|
|
28
|
+
export * from "./GetByteMatchSetCommand";
|
|
29
|
+
export * from "./GetChangeTokenCommand";
|
|
30
|
+
export * from "./GetChangeTokenStatusCommand";
|
|
31
|
+
export * from "./GetGeoMatchSetCommand";
|
|
32
|
+
export * from "./GetIPSetCommand";
|
|
33
|
+
export * from "./GetLoggingConfigurationCommand";
|
|
34
|
+
export * from "./GetPermissionPolicyCommand";
|
|
35
|
+
export * from "./GetRateBasedRuleCommand";
|
|
36
|
+
export * from "./GetRateBasedRuleManagedKeysCommand";
|
|
37
|
+
export * from "./GetRegexMatchSetCommand";
|
|
38
|
+
export * from "./GetRegexPatternSetCommand";
|
|
39
|
+
export * from "./GetRuleCommand";
|
|
40
|
+
export * from "./GetRuleGroupCommand";
|
|
41
|
+
export * from "./GetSampledRequestsCommand";
|
|
42
|
+
export * from "./GetSizeConstraintSetCommand";
|
|
43
|
+
export * from "./GetSqlInjectionMatchSetCommand";
|
|
44
|
+
export * from "./GetWebACLCommand";
|
|
45
|
+
export * from "./GetXssMatchSetCommand";
|
|
46
|
+
export * from "./ListActivatedRulesInRuleGroupCommand";
|
|
47
|
+
export * from "./ListByteMatchSetsCommand";
|
|
48
|
+
export * from "./ListGeoMatchSetsCommand";
|
|
49
|
+
export * from "./ListIPSetsCommand";
|
|
50
|
+
export * from "./ListLoggingConfigurationsCommand";
|
|
51
|
+
export * from "./ListRateBasedRulesCommand";
|
|
52
|
+
export * from "./ListRegexMatchSetsCommand";
|
|
53
|
+
export * from "./ListRegexPatternSetsCommand";
|
|
54
|
+
export * from "./ListRuleGroupsCommand";
|
|
55
|
+
export * from "./ListRulesCommand";
|
|
56
|
+
export * from "./ListSizeConstraintSetsCommand";
|
|
57
|
+
export * from "./ListSqlInjectionMatchSetsCommand";
|
|
58
|
+
export * from "./ListSubscribedRuleGroupsCommand";
|
|
59
|
+
export * from "./ListTagsForResourceCommand";
|
|
60
|
+
export * from "./ListWebACLsCommand";
|
|
61
|
+
export * from "./ListXssMatchSetsCommand";
|
|
62
|
+
export * from "./PutLoggingConfigurationCommand";
|
|
63
|
+
export * from "./PutPermissionPolicyCommand";
|
|
64
|
+
export * from "./TagResourceCommand";
|
|
65
|
+
export * from "./UntagResourceCommand";
|
|
66
|
+
export * from "./UpdateByteMatchSetCommand";
|
|
67
|
+
export * from "./UpdateGeoMatchSetCommand";
|
|
68
|
+
export * from "./UpdateIPSetCommand";
|
|
69
|
+
export * from "./UpdateRateBasedRuleCommand";
|
|
70
|
+
export * from "./UpdateRegexMatchSetCommand";
|
|
71
|
+
export * from "./UpdateRegexPatternSetCommand";
|
|
72
|
+
export * from "./UpdateRuleCommand";
|
|
73
|
+
export * from "./UpdateRuleGroupCommand";
|
|
74
|
+
export * from "./UpdateSizeConstraintSetCommand";
|
|
75
|
+
export * from "./UpdateSqlInjectionMatchSetCommand";
|
|
76
|
+
export * from "./UpdateWebACLCommand";
|
|
77
|
+
export * from "./UpdateXssMatchSetCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,80 +1,4 @@
|
|
|
1
|
-
export * from "./WAFClient";
|
|
2
1
|
export * from "./WAF";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./commands/CreateRateBasedRuleCommand";
|
|
7
|
-
export * from "./commands/CreateRegexMatchSetCommand";
|
|
8
|
-
export * from "./commands/CreateRegexPatternSetCommand";
|
|
9
|
-
export * from "./commands/CreateRuleCommand";
|
|
10
|
-
export * from "./commands/CreateRuleGroupCommand";
|
|
11
|
-
export * from "./commands/CreateSizeConstraintSetCommand";
|
|
12
|
-
export * from "./commands/CreateSqlInjectionMatchSetCommand";
|
|
13
|
-
export * from "./commands/CreateWebACLCommand";
|
|
14
|
-
export * from "./commands/CreateWebACLMigrationStackCommand";
|
|
15
|
-
export * from "./commands/CreateXssMatchSetCommand";
|
|
16
|
-
export * from "./commands/DeleteByteMatchSetCommand";
|
|
17
|
-
export * from "./commands/DeleteGeoMatchSetCommand";
|
|
18
|
-
export * from "./commands/DeleteIPSetCommand";
|
|
19
|
-
export * from "./commands/DeleteLoggingConfigurationCommand";
|
|
20
|
-
export * from "./commands/DeletePermissionPolicyCommand";
|
|
21
|
-
export * from "./commands/DeleteRateBasedRuleCommand";
|
|
22
|
-
export * from "./commands/DeleteRegexMatchSetCommand";
|
|
23
|
-
export * from "./commands/DeleteRegexPatternSetCommand";
|
|
24
|
-
export * from "./commands/DeleteRuleCommand";
|
|
25
|
-
export * from "./commands/DeleteRuleGroupCommand";
|
|
26
|
-
export * from "./commands/DeleteSizeConstraintSetCommand";
|
|
27
|
-
export * from "./commands/DeleteSqlInjectionMatchSetCommand";
|
|
28
|
-
export * from "./commands/DeleteWebACLCommand";
|
|
29
|
-
export * from "./commands/DeleteXssMatchSetCommand";
|
|
30
|
-
export * from "./commands/GetByteMatchSetCommand";
|
|
31
|
-
export * from "./commands/GetChangeTokenCommand";
|
|
32
|
-
export * from "./commands/GetChangeTokenStatusCommand";
|
|
33
|
-
export * from "./commands/GetGeoMatchSetCommand";
|
|
34
|
-
export * from "./commands/GetIPSetCommand";
|
|
35
|
-
export * from "./commands/GetLoggingConfigurationCommand";
|
|
36
|
-
export * from "./commands/GetPermissionPolicyCommand";
|
|
37
|
-
export * from "./commands/GetRateBasedRuleCommand";
|
|
38
|
-
export * from "./commands/GetRateBasedRuleManagedKeysCommand";
|
|
39
|
-
export * from "./commands/GetRegexMatchSetCommand";
|
|
40
|
-
export * from "./commands/GetRegexPatternSetCommand";
|
|
41
|
-
export * from "./commands/GetRuleCommand";
|
|
42
|
-
export * from "./commands/GetRuleGroupCommand";
|
|
43
|
-
export * from "./commands/GetSampledRequestsCommand";
|
|
44
|
-
export * from "./commands/GetSizeConstraintSetCommand";
|
|
45
|
-
export * from "./commands/GetSqlInjectionMatchSetCommand";
|
|
46
|
-
export * from "./commands/GetWebACLCommand";
|
|
47
|
-
export * from "./commands/GetXssMatchSetCommand";
|
|
48
|
-
export * from "./commands/ListActivatedRulesInRuleGroupCommand";
|
|
49
|
-
export * from "./commands/ListByteMatchSetsCommand";
|
|
50
|
-
export * from "./commands/ListGeoMatchSetsCommand";
|
|
51
|
-
export * from "./commands/ListIPSetsCommand";
|
|
52
|
-
export * from "./commands/ListLoggingConfigurationsCommand";
|
|
53
|
-
export * from "./commands/ListRateBasedRulesCommand";
|
|
54
|
-
export * from "./commands/ListRegexMatchSetsCommand";
|
|
55
|
-
export * from "./commands/ListRegexPatternSetsCommand";
|
|
56
|
-
export * from "./commands/ListRuleGroupsCommand";
|
|
57
|
-
export * from "./commands/ListRulesCommand";
|
|
58
|
-
export * from "./commands/ListSizeConstraintSetsCommand";
|
|
59
|
-
export * from "./commands/ListSqlInjectionMatchSetsCommand";
|
|
60
|
-
export * from "./commands/ListSubscribedRuleGroupsCommand";
|
|
61
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
62
|
-
export * from "./commands/ListWebACLsCommand";
|
|
63
|
-
export * from "./commands/ListXssMatchSetsCommand";
|
|
64
|
-
export * from "./commands/PutLoggingConfigurationCommand";
|
|
65
|
-
export * from "./commands/PutPermissionPolicyCommand";
|
|
66
|
-
export * from "./commands/TagResourceCommand";
|
|
67
|
-
export * from "./commands/UntagResourceCommand";
|
|
68
|
-
export * from "./commands/UpdateByteMatchSetCommand";
|
|
69
|
-
export * from "./commands/UpdateGeoMatchSetCommand";
|
|
70
|
-
export * from "./commands/UpdateIPSetCommand";
|
|
71
|
-
export * from "./commands/UpdateRateBasedRuleCommand";
|
|
72
|
-
export * from "./commands/UpdateRegexMatchSetCommand";
|
|
73
|
-
export * from "./commands/UpdateRegexPatternSetCommand";
|
|
74
|
-
export * from "./commands/UpdateRuleCommand";
|
|
75
|
-
export * from "./commands/UpdateRuleGroupCommand";
|
|
76
|
-
export * from "./commands/UpdateSizeConstraintSetCommand";
|
|
77
|
-
export * from "./commands/UpdateSqlInjectionMatchSetCommand";
|
|
78
|
-
export * from "./commands/UpdateWebACLCommand";
|
|
79
|
-
export * from "./commands/UpdateXssMatchSetCommand";
|
|
80
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./WAFClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export * from "./CreateByteMatchSetCommand";
|
|
2
|
+
export * from "./CreateGeoMatchSetCommand";
|
|
3
|
+
export * from "./CreateIPSetCommand";
|
|
4
|
+
export * from "./CreateRateBasedRuleCommand";
|
|
5
|
+
export * from "./CreateRegexMatchSetCommand";
|
|
6
|
+
export * from "./CreateRegexPatternSetCommand";
|
|
7
|
+
export * from "./CreateRuleCommand";
|
|
8
|
+
export * from "./CreateRuleGroupCommand";
|
|
9
|
+
export * from "./CreateSizeConstraintSetCommand";
|
|
10
|
+
export * from "./CreateSqlInjectionMatchSetCommand";
|
|
11
|
+
export * from "./CreateWebACLCommand";
|
|
12
|
+
export * from "./CreateWebACLMigrationStackCommand";
|
|
13
|
+
export * from "./CreateXssMatchSetCommand";
|
|
14
|
+
export * from "./DeleteByteMatchSetCommand";
|
|
15
|
+
export * from "./DeleteGeoMatchSetCommand";
|
|
16
|
+
export * from "./DeleteIPSetCommand";
|
|
17
|
+
export * from "./DeleteLoggingConfigurationCommand";
|
|
18
|
+
export * from "./DeletePermissionPolicyCommand";
|
|
19
|
+
export * from "./DeleteRateBasedRuleCommand";
|
|
20
|
+
export * from "./DeleteRegexMatchSetCommand";
|
|
21
|
+
export * from "./DeleteRegexPatternSetCommand";
|
|
22
|
+
export * from "./DeleteRuleCommand";
|
|
23
|
+
export * from "./DeleteRuleGroupCommand";
|
|
24
|
+
export * from "./DeleteSizeConstraintSetCommand";
|
|
25
|
+
export * from "./DeleteSqlInjectionMatchSetCommand";
|
|
26
|
+
export * from "./DeleteWebACLCommand";
|
|
27
|
+
export * from "./DeleteXssMatchSetCommand";
|
|
28
|
+
export * from "./GetByteMatchSetCommand";
|
|
29
|
+
export * from "./GetChangeTokenCommand";
|
|
30
|
+
export * from "./GetChangeTokenStatusCommand";
|
|
31
|
+
export * from "./GetGeoMatchSetCommand";
|
|
32
|
+
export * from "./GetIPSetCommand";
|
|
33
|
+
export * from "./GetLoggingConfigurationCommand";
|
|
34
|
+
export * from "./GetPermissionPolicyCommand";
|
|
35
|
+
export * from "./GetRateBasedRuleCommand";
|
|
36
|
+
export * from "./GetRateBasedRuleManagedKeysCommand";
|
|
37
|
+
export * from "./GetRegexMatchSetCommand";
|
|
38
|
+
export * from "./GetRegexPatternSetCommand";
|
|
39
|
+
export * from "./GetRuleCommand";
|
|
40
|
+
export * from "./GetRuleGroupCommand";
|
|
41
|
+
export * from "./GetSampledRequestsCommand";
|
|
42
|
+
export * from "./GetSizeConstraintSetCommand";
|
|
43
|
+
export * from "./GetSqlInjectionMatchSetCommand";
|
|
44
|
+
export * from "./GetWebACLCommand";
|
|
45
|
+
export * from "./GetXssMatchSetCommand";
|
|
46
|
+
export * from "./ListActivatedRulesInRuleGroupCommand";
|
|
47
|
+
export * from "./ListByteMatchSetsCommand";
|
|
48
|
+
export * from "./ListGeoMatchSetsCommand";
|
|
49
|
+
export * from "./ListIPSetsCommand";
|
|
50
|
+
export * from "./ListLoggingConfigurationsCommand";
|
|
51
|
+
export * from "./ListRateBasedRulesCommand";
|
|
52
|
+
export * from "./ListRegexMatchSetsCommand";
|
|
53
|
+
export * from "./ListRegexPatternSetsCommand";
|
|
54
|
+
export * from "./ListRuleGroupsCommand";
|
|
55
|
+
export * from "./ListRulesCommand";
|
|
56
|
+
export * from "./ListSizeConstraintSetsCommand";
|
|
57
|
+
export * from "./ListSqlInjectionMatchSetsCommand";
|
|
58
|
+
export * from "./ListSubscribedRuleGroupsCommand";
|
|
59
|
+
export * from "./ListTagsForResourceCommand";
|
|
60
|
+
export * from "./ListWebACLsCommand";
|
|
61
|
+
export * from "./ListXssMatchSetsCommand";
|
|
62
|
+
export * from "./PutLoggingConfigurationCommand";
|
|
63
|
+
export * from "./PutPermissionPolicyCommand";
|
|
64
|
+
export * from "./TagResourceCommand";
|
|
65
|
+
export * from "./UntagResourceCommand";
|
|
66
|
+
export * from "./UpdateByteMatchSetCommand";
|
|
67
|
+
export * from "./UpdateGeoMatchSetCommand";
|
|
68
|
+
export * from "./UpdateIPSetCommand";
|
|
69
|
+
export * from "./UpdateRateBasedRuleCommand";
|
|
70
|
+
export * from "./UpdateRegexMatchSetCommand";
|
|
71
|
+
export * from "./UpdateRegexPatternSetCommand";
|
|
72
|
+
export * from "./UpdateRuleCommand";
|
|
73
|
+
export * from "./UpdateRuleGroupCommand";
|
|
74
|
+
export * from "./UpdateSizeConstraintSetCommand";
|
|
75
|
+
export * from "./UpdateSqlInjectionMatchSetCommand";
|
|
76
|
+
export * from "./UpdateWebACLCommand";
|
|
77
|
+
export * from "./UpdateXssMatchSetCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,80 +1,4 @@
|
|
|
1
|
-
export * from "./WAFClient";
|
|
2
1
|
export * from "./WAF";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./commands/CreateRateBasedRuleCommand";
|
|
7
|
-
export * from "./commands/CreateRegexMatchSetCommand";
|
|
8
|
-
export * from "./commands/CreateRegexPatternSetCommand";
|
|
9
|
-
export * from "./commands/CreateRuleCommand";
|
|
10
|
-
export * from "./commands/CreateRuleGroupCommand";
|
|
11
|
-
export * from "./commands/CreateSizeConstraintSetCommand";
|
|
12
|
-
export * from "./commands/CreateSqlInjectionMatchSetCommand";
|
|
13
|
-
export * from "./commands/CreateWebACLCommand";
|
|
14
|
-
export * from "./commands/CreateWebACLMigrationStackCommand";
|
|
15
|
-
export * from "./commands/CreateXssMatchSetCommand";
|
|
16
|
-
export * from "./commands/DeleteByteMatchSetCommand";
|
|
17
|
-
export * from "./commands/DeleteGeoMatchSetCommand";
|
|
18
|
-
export * from "./commands/DeleteIPSetCommand";
|
|
19
|
-
export * from "./commands/DeleteLoggingConfigurationCommand";
|
|
20
|
-
export * from "./commands/DeletePermissionPolicyCommand";
|
|
21
|
-
export * from "./commands/DeleteRateBasedRuleCommand";
|
|
22
|
-
export * from "./commands/DeleteRegexMatchSetCommand";
|
|
23
|
-
export * from "./commands/DeleteRegexPatternSetCommand";
|
|
24
|
-
export * from "./commands/DeleteRuleCommand";
|
|
25
|
-
export * from "./commands/DeleteRuleGroupCommand";
|
|
26
|
-
export * from "./commands/DeleteSizeConstraintSetCommand";
|
|
27
|
-
export * from "./commands/DeleteSqlInjectionMatchSetCommand";
|
|
28
|
-
export * from "./commands/DeleteWebACLCommand";
|
|
29
|
-
export * from "./commands/DeleteXssMatchSetCommand";
|
|
30
|
-
export * from "./commands/GetByteMatchSetCommand";
|
|
31
|
-
export * from "./commands/GetChangeTokenCommand";
|
|
32
|
-
export * from "./commands/GetChangeTokenStatusCommand";
|
|
33
|
-
export * from "./commands/GetGeoMatchSetCommand";
|
|
34
|
-
export * from "./commands/GetIPSetCommand";
|
|
35
|
-
export * from "./commands/GetLoggingConfigurationCommand";
|
|
36
|
-
export * from "./commands/GetPermissionPolicyCommand";
|
|
37
|
-
export * from "./commands/GetRateBasedRuleCommand";
|
|
38
|
-
export * from "./commands/GetRateBasedRuleManagedKeysCommand";
|
|
39
|
-
export * from "./commands/GetRegexMatchSetCommand";
|
|
40
|
-
export * from "./commands/GetRegexPatternSetCommand";
|
|
41
|
-
export * from "./commands/GetRuleCommand";
|
|
42
|
-
export * from "./commands/GetRuleGroupCommand";
|
|
43
|
-
export * from "./commands/GetSampledRequestsCommand";
|
|
44
|
-
export * from "./commands/GetSizeConstraintSetCommand";
|
|
45
|
-
export * from "./commands/GetSqlInjectionMatchSetCommand";
|
|
46
|
-
export * from "./commands/GetWebACLCommand";
|
|
47
|
-
export * from "./commands/GetXssMatchSetCommand";
|
|
48
|
-
export * from "./commands/ListActivatedRulesInRuleGroupCommand";
|
|
49
|
-
export * from "./commands/ListByteMatchSetsCommand";
|
|
50
|
-
export * from "./commands/ListGeoMatchSetsCommand";
|
|
51
|
-
export * from "./commands/ListIPSetsCommand";
|
|
52
|
-
export * from "./commands/ListLoggingConfigurationsCommand";
|
|
53
|
-
export * from "./commands/ListRateBasedRulesCommand";
|
|
54
|
-
export * from "./commands/ListRegexMatchSetsCommand";
|
|
55
|
-
export * from "./commands/ListRegexPatternSetsCommand";
|
|
56
|
-
export * from "./commands/ListRuleGroupsCommand";
|
|
57
|
-
export * from "./commands/ListRulesCommand";
|
|
58
|
-
export * from "./commands/ListSizeConstraintSetsCommand";
|
|
59
|
-
export * from "./commands/ListSqlInjectionMatchSetsCommand";
|
|
60
|
-
export * from "./commands/ListSubscribedRuleGroupsCommand";
|
|
61
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
62
|
-
export * from "./commands/ListWebACLsCommand";
|
|
63
|
-
export * from "./commands/ListXssMatchSetsCommand";
|
|
64
|
-
export * from "./commands/PutLoggingConfigurationCommand";
|
|
65
|
-
export * from "./commands/PutPermissionPolicyCommand";
|
|
66
|
-
export * from "./commands/TagResourceCommand";
|
|
67
|
-
export * from "./commands/UntagResourceCommand";
|
|
68
|
-
export * from "./commands/UpdateByteMatchSetCommand";
|
|
69
|
-
export * from "./commands/UpdateGeoMatchSetCommand";
|
|
70
|
-
export * from "./commands/UpdateIPSetCommand";
|
|
71
|
-
export * from "./commands/UpdateRateBasedRuleCommand";
|
|
72
|
-
export * from "./commands/UpdateRegexMatchSetCommand";
|
|
73
|
-
export * from "./commands/UpdateRegexPatternSetCommand";
|
|
74
|
-
export * from "./commands/UpdateRuleCommand";
|
|
75
|
-
export * from "./commands/UpdateRuleGroupCommand";
|
|
76
|
-
export * from "./commands/UpdateSizeConstraintSetCommand";
|
|
77
|
-
export * from "./commands/UpdateSqlInjectionMatchSetCommand";
|
|
78
|
-
export * from "./commands/UpdateWebACLCommand";
|
|
79
|
-
export * from "./commands/UpdateXssMatchSetCommand";
|
|
80
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./WAFClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export * from "./CreateByteMatchSetCommand";
|
|
2
|
+
export * from "./CreateGeoMatchSetCommand";
|
|
3
|
+
export * from "./CreateIPSetCommand";
|
|
4
|
+
export * from "./CreateRateBasedRuleCommand";
|
|
5
|
+
export * from "./CreateRegexMatchSetCommand";
|
|
6
|
+
export * from "./CreateRegexPatternSetCommand";
|
|
7
|
+
export * from "./CreateRuleCommand";
|
|
8
|
+
export * from "./CreateRuleGroupCommand";
|
|
9
|
+
export * from "./CreateSizeConstraintSetCommand";
|
|
10
|
+
export * from "./CreateSqlInjectionMatchSetCommand";
|
|
11
|
+
export * from "./CreateWebACLCommand";
|
|
12
|
+
export * from "./CreateWebACLMigrationStackCommand";
|
|
13
|
+
export * from "./CreateXssMatchSetCommand";
|
|
14
|
+
export * from "./DeleteByteMatchSetCommand";
|
|
15
|
+
export * from "./DeleteGeoMatchSetCommand";
|
|
16
|
+
export * from "./DeleteIPSetCommand";
|
|
17
|
+
export * from "./DeleteLoggingConfigurationCommand";
|
|
18
|
+
export * from "./DeletePermissionPolicyCommand";
|
|
19
|
+
export * from "./DeleteRateBasedRuleCommand";
|
|
20
|
+
export * from "./DeleteRegexMatchSetCommand";
|
|
21
|
+
export * from "./DeleteRegexPatternSetCommand";
|
|
22
|
+
export * from "./DeleteRuleCommand";
|
|
23
|
+
export * from "./DeleteRuleGroupCommand";
|
|
24
|
+
export * from "./DeleteSizeConstraintSetCommand";
|
|
25
|
+
export * from "./DeleteSqlInjectionMatchSetCommand";
|
|
26
|
+
export * from "./DeleteWebACLCommand";
|
|
27
|
+
export * from "./DeleteXssMatchSetCommand";
|
|
28
|
+
export * from "./GetByteMatchSetCommand";
|
|
29
|
+
export * from "./GetChangeTokenCommand";
|
|
30
|
+
export * from "./GetChangeTokenStatusCommand";
|
|
31
|
+
export * from "./GetGeoMatchSetCommand";
|
|
32
|
+
export * from "./GetIPSetCommand";
|
|
33
|
+
export * from "./GetLoggingConfigurationCommand";
|
|
34
|
+
export * from "./GetPermissionPolicyCommand";
|
|
35
|
+
export * from "./GetRateBasedRuleCommand";
|
|
36
|
+
export * from "./GetRateBasedRuleManagedKeysCommand";
|
|
37
|
+
export * from "./GetRegexMatchSetCommand";
|
|
38
|
+
export * from "./GetRegexPatternSetCommand";
|
|
39
|
+
export * from "./GetRuleCommand";
|
|
40
|
+
export * from "./GetRuleGroupCommand";
|
|
41
|
+
export * from "./GetSampledRequestsCommand";
|
|
42
|
+
export * from "./GetSizeConstraintSetCommand";
|
|
43
|
+
export * from "./GetSqlInjectionMatchSetCommand";
|
|
44
|
+
export * from "./GetWebACLCommand";
|
|
45
|
+
export * from "./GetXssMatchSetCommand";
|
|
46
|
+
export * from "./ListActivatedRulesInRuleGroupCommand";
|
|
47
|
+
export * from "./ListByteMatchSetsCommand";
|
|
48
|
+
export * from "./ListGeoMatchSetsCommand";
|
|
49
|
+
export * from "./ListIPSetsCommand";
|
|
50
|
+
export * from "./ListLoggingConfigurationsCommand";
|
|
51
|
+
export * from "./ListRateBasedRulesCommand";
|
|
52
|
+
export * from "./ListRegexMatchSetsCommand";
|
|
53
|
+
export * from "./ListRegexPatternSetsCommand";
|
|
54
|
+
export * from "./ListRuleGroupsCommand";
|
|
55
|
+
export * from "./ListRulesCommand";
|
|
56
|
+
export * from "./ListSizeConstraintSetsCommand";
|
|
57
|
+
export * from "./ListSqlInjectionMatchSetsCommand";
|
|
58
|
+
export * from "./ListSubscribedRuleGroupsCommand";
|
|
59
|
+
export * from "./ListTagsForResourceCommand";
|
|
60
|
+
export * from "./ListWebACLsCommand";
|
|
61
|
+
export * from "./ListXssMatchSetsCommand";
|
|
62
|
+
export * from "./PutLoggingConfigurationCommand";
|
|
63
|
+
export * from "./PutPermissionPolicyCommand";
|
|
64
|
+
export * from "./TagResourceCommand";
|
|
65
|
+
export * from "./UntagResourceCommand";
|
|
66
|
+
export * from "./UpdateByteMatchSetCommand";
|
|
67
|
+
export * from "./UpdateGeoMatchSetCommand";
|
|
68
|
+
export * from "./UpdateIPSetCommand";
|
|
69
|
+
export * from "./UpdateRateBasedRuleCommand";
|
|
70
|
+
export * from "./UpdateRegexMatchSetCommand";
|
|
71
|
+
export * from "./UpdateRegexPatternSetCommand";
|
|
72
|
+
export * from "./UpdateRuleCommand";
|
|
73
|
+
export * from "./UpdateRuleGroupCommand";
|
|
74
|
+
export * from "./UpdateSizeConstraintSetCommand";
|
|
75
|
+
export * from "./UpdateSqlInjectionMatchSetCommand";
|
|
76
|
+
export * from "./UpdateWebACLCommand";
|
|
77
|
+
export * from "./UpdateXssMatchSetCommand";
|
|
@@ -1,80 +1,4 @@
|
|
|
1
|
-
export * from "./WAFClient";
|
|
2
1
|
export * from "./WAF";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./commands/CreateRateBasedRuleCommand";
|
|
7
|
-
export * from "./commands/CreateRegexMatchSetCommand";
|
|
8
|
-
export * from "./commands/CreateRegexPatternSetCommand";
|
|
9
|
-
export * from "./commands/CreateRuleCommand";
|
|
10
|
-
export * from "./commands/CreateRuleGroupCommand";
|
|
11
|
-
export * from "./commands/CreateSizeConstraintSetCommand";
|
|
12
|
-
export * from "./commands/CreateSqlInjectionMatchSetCommand";
|
|
13
|
-
export * from "./commands/CreateWebACLCommand";
|
|
14
|
-
export * from "./commands/CreateWebACLMigrationStackCommand";
|
|
15
|
-
export * from "./commands/CreateXssMatchSetCommand";
|
|
16
|
-
export * from "./commands/DeleteByteMatchSetCommand";
|
|
17
|
-
export * from "./commands/DeleteGeoMatchSetCommand";
|
|
18
|
-
export * from "./commands/DeleteIPSetCommand";
|
|
19
|
-
export * from "./commands/DeleteLoggingConfigurationCommand";
|
|
20
|
-
export * from "./commands/DeletePermissionPolicyCommand";
|
|
21
|
-
export * from "./commands/DeleteRateBasedRuleCommand";
|
|
22
|
-
export * from "./commands/DeleteRegexMatchSetCommand";
|
|
23
|
-
export * from "./commands/DeleteRegexPatternSetCommand";
|
|
24
|
-
export * from "./commands/DeleteRuleCommand";
|
|
25
|
-
export * from "./commands/DeleteRuleGroupCommand";
|
|
26
|
-
export * from "./commands/DeleteSizeConstraintSetCommand";
|
|
27
|
-
export * from "./commands/DeleteSqlInjectionMatchSetCommand";
|
|
28
|
-
export * from "./commands/DeleteWebACLCommand";
|
|
29
|
-
export * from "./commands/DeleteXssMatchSetCommand";
|
|
30
|
-
export * from "./commands/GetByteMatchSetCommand";
|
|
31
|
-
export * from "./commands/GetChangeTokenCommand";
|
|
32
|
-
export * from "./commands/GetChangeTokenStatusCommand";
|
|
33
|
-
export * from "./commands/GetGeoMatchSetCommand";
|
|
34
|
-
export * from "./commands/GetIPSetCommand";
|
|
35
|
-
export * from "./commands/GetLoggingConfigurationCommand";
|
|
36
|
-
export * from "./commands/GetPermissionPolicyCommand";
|
|
37
|
-
export * from "./commands/GetRateBasedRuleCommand";
|
|
38
|
-
export * from "./commands/GetRateBasedRuleManagedKeysCommand";
|
|
39
|
-
export * from "./commands/GetRegexMatchSetCommand";
|
|
40
|
-
export * from "./commands/GetRegexPatternSetCommand";
|
|
41
|
-
export * from "./commands/GetRuleCommand";
|
|
42
|
-
export * from "./commands/GetRuleGroupCommand";
|
|
43
|
-
export * from "./commands/GetSampledRequestsCommand";
|
|
44
|
-
export * from "./commands/GetSizeConstraintSetCommand";
|
|
45
|
-
export * from "./commands/GetSqlInjectionMatchSetCommand";
|
|
46
|
-
export * from "./commands/GetWebACLCommand";
|
|
47
|
-
export * from "./commands/GetXssMatchSetCommand";
|
|
48
|
-
export * from "./commands/ListActivatedRulesInRuleGroupCommand";
|
|
49
|
-
export * from "./commands/ListByteMatchSetsCommand";
|
|
50
|
-
export * from "./commands/ListGeoMatchSetsCommand";
|
|
51
|
-
export * from "./commands/ListIPSetsCommand";
|
|
52
|
-
export * from "./commands/ListLoggingConfigurationsCommand";
|
|
53
|
-
export * from "./commands/ListRateBasedRulesCommand";
|
|
54
|
-
export * from "./commands/ListRegexMatchSetsCommand";
|
|
55
|
-
export * from "./commands/ListRegexPatternSetsCommand";
|
|
56
|
-
export * from "./commands/ListRuleGroupsCommand";
|
|
57
|
-
export * from "./commands/ListRulesCommand";
|
|
58
|
-
export * from "./commands/ListSizeConstraintSetsCommand";
|
|
59
|
-
export * from "./commands/ListSqlInjectionMatchSetsCommand";
|
|
60
|
-
export * from "./commands/ListSubscribedRuleGroupsCommand";
|
|
61
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
62
|
-
export * from "./commands/ListWebACLsCommand";
|
|
63
|
-
export * from "./commands/ListXssMatchSetsCommand";
|
|
64
|
-
export * from "./commands/PutLoggingConfigurationCommand";
|
|
65
|
-
export * from "./commands/PutPermissionPolicyCommand";
|
|
66
|
-
export * from "./commands/TagResourceCommand";
|
|
67
|
-
export * from "./commands/UntagResourceCommand";
|
|
68
|
-
export * from "./commands/UpdateByteMatchSetCommand";
|
|
69
|
-
export * from "./commands/UpdateGeoMatchSetCommand";
|
|
70
|
-
export * from "./commands/UpdateIPSetCommand";
|
|
71
|
-
export * from "./commands/UpdateRateBasedRuleCommand";
|
|
72
|
-
export * from "./commands/UpdateRegexMatchSetCommand";
|
|
73
|
-
export * from "./commands/UpdateRegexPatternSetCommand";
|
|
74
|
-
export * from "./commands/UpdateRuleCommand";
|
|
75
|
-
export * from "./commands/UpdateRuleGroupCommand";
|
|
76
|
-
export * from "./commands/UpdateSizeConstraintSetCommand";
|
|
77
|
-
export * from "./commands/UpdateSqlInjectionMatchSetCommand";
|
|
78
|
-
export * from "./commands/UpdateWebACLCommand";
|
|
79
|
-
export * from "./commands/UpdateXssMatchSetCommand";
|
|
80
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./WAFClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-waf",
|
|
3
3
|
"description": "AWS SDK for JavaScript Waf Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|