@aws-sdk/client-waf 3.40.0 → 3.45.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 +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/CreateByteMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIPSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateWebACLCommand.d.ts +1 -1
- package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateXssMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWebACLCommand.d.ts +1 -1
- package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/GetByteMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/GetChangeTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetGeoMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetRateBasedRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +1 -1
- package/dist-types/commands/GetRegexMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +1 -1
- package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +1 -1
- package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/GetWebACLCommand.d.ts +1 -1
- package/dist-types/commands/GetXssMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListByteMatchSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListIPSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListRateBasedRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWebACLsCommand.d.ts +1 -1
- package/dist-types/commands/ListXssMatchSetsCommand.d.ts +1 -1
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWebACLCommand.d.ts +1 -1
- package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-waf
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-waf
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -28,6 +28,7 @@ const partitionHash = {
|
|
|
28
28
|
"ap-south-1",
|
|
29
29
|
"ap-southeast-1",
|
|
30
30
|
"ap-southeast-2",
|
|
31
|
+
"ap-southeast-3",
|
|
31
32
|
"aws",
|
|
32
33
|
"aws-fips",
|
|
33
34
|
"aws-global",
|
|
@@ -97,6 +98,10 @@ const partitionHash = {
|
|
|
97
98
|
hostname: "waf.{region}.c2s.ic.gov",
|
|
98
99
|
tags: [],
|
|
99
100
|
},
|
|
101
|
+
{
|
|
102
|
+
hostname: "waf-fips.{region}.c2s.ic.gov",
|
|
103
|
+
tags: ["fips"],
|
|
104
|
+
},
|
|
100
105
|
],
|
|
101
106
|
},
|
|
102
107
|
"aws-iso-b": {
|
|
@@ -107,6 +112,10 @@ const partitionHash = {
|
|
|
107
112
|
hostname: "waf.{region}.sc2s.sgov.gov",
|
|
108
113
|
tags: [],
|
|
109
114
|
},
|
|
115
|
+
{
|
|
116
|
+
hostname: "waf-fips.{region}.sc2s.sgov.gov",
|
|
117
|
+
tags: ["fips"],
|
|
118
|
+
},
|
|
110
119
|
],
|
|
111
120
|
},
|
|
112
121
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -26,6 +26,7 @@ var partitionHash = {
|
|
|
26
26
|
"ap-south-1",
|
|
27
27
|
"ap-southeast-1",
|
|
28
28
|
"ap-southeast-2",
|
|
29
|
+
"ap-southeast-3",
|
|
29
30
|
"aws",
|
|
30
31
|
"aws-fips",
|
|
31
32
|
"aws-global",
|
|
@@ -95,6 +96,10 @@ var partitionHash = {
|
|
|
95
96
|
hostname: "waf.{region}.c2s.ic.gov",
|
|
96
97
|
tags: [],
|
|
97
98
|
},
|
|
99
|
+
{
|
|
100
|
+
hostname: "waf-fips.{region}.c2s.ic.gov",
|
|
101
|
+
tags: ["fips"],
|
|
102
|
+
},
|
|
98
103
|
],
|
|
99
104
|
},
|
|
100
105
|
"aws-iso-b": {
|
|
@@ -105,6 +110,10 @@ var partitionHash = {
|
|
|
105
110
|
hostname: "waf.{region}.sc2s.sgov.gov",
|
|
106
111
|
tags: [],
|
|
107
112
|
},
|
|
113
|
+
{
|
|
114
|
+
hostname: "waf-fips.{region}.sc2s.sgov.gov",
|
|
115
|
+
tags: ["fips"],
|
|
116
|
+
},
|
|
108
117
|
],
|
|
109
118
|
},
|
|
110
119
|
"aws-us-gov": {
|
|
@@ -51,7 +51,7 @@ export interface CreateByteMatchSetCommandOutput extends CreateByteMatchSetRespo
|
|
|
51
51
|
*
|
|
52
52
|
* @see {@link CreateByteMatchSetCommandInput} for command's `input` shape.
|
|
53
53
|
* @see {@link CreateByteMatchSetCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
54
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
export declare class CreateByteMatchSetCommand extends $Command<CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -48,7 +48,7 @@ export interface CreateGeoMatchSetCommandOutput extends CreateGeoMatchSetRespons
|
|
|
48
48
|
*
|
|
49
49
|
* @see {@link CreateGeoMatchSetCommandInput} for command's `input` shape.
|
|
50
50
|
* @see {@link CreateGeoMatchSetCommandOutput} for command's `response` shape.
|
|
51
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
51
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
export declare class CreateGeoMatchSetCommand extends $Command<CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -53,7 +53,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
|
|
|
53
53
|
*
|
|
54
54
|
* @see {@link CreateIPSetCommandInput} for command's `input` shape.
|
|
55
55
|
* @see {@link CreateIPSetCommandOutput} for command's `response` shape.
|
|
56
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
56
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -113,7 +113,7 @@ export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleRes
|
|
|
113
113
|
*
|
|
114
114
|
* @see {@link CreateRateBasedRuleCommandInput} for command's `input` shape.
|
|
115
115
|
* @see {@link CreateRateBasedRuleCommandOutput} for command's `response` shape.
|
|
116
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
116
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
export declare class CreateRateBasedRuleCommand extends $Command<CreateRateBasedRuleCommandInput, CreateRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -51,7 +51,7 @@ export interface CreateRegexMatchSetCommandOutput extends CreateRegexMatchSetRes
|
|
|
51
51
|
*
|
|
52
52
|
* @see {@link CreateRegexMatchSetCommandInput} for command's `input` shape.
|
|
53
53
|
* @see {@link CreateRegexMatchSetCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
54
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
export declare class CreateRegexMatchSetCommand extends $Command<CreateRegexMatchSetCommandInput, CreateRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link CreateRegexPatternSetCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link CreateRegexPatternSetCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class CreateRegexPatternSetCommand extends $Command<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -71,7 +71,7 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
|
|
|
71
71
|
*
|
|
72
72
|
* @see {@link CreateRuleCommandInput} for command's `input` shape.
|
|
73
73
|
* @see {@link CreateRuleCommandOutput} for command's `response` shape.
|
|
74
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
74
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link CreateRuleGroupCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link CreateRuleGroupCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -51,7 +51,7 @@ export interface CreateSizeConstraintSetCommandOutput extends CreateSizeConstrai
|
|
|
51
51
|
*
|
|
52
52
|
* @see {@link CreateSizeConstraintSetCommandInput} for command's `input` shape.
|
|
53
53
|
* @see {@link CreateSizeConstraintSetCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
54
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
export declare class CreateSizeConstraintSetCommand extends $Command<CreateSizeConstraintSetCommandInput, CreateSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface CreateSqlInjectionMatchSetCommandOutput extends CreateSqlInject
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link CreateSqlInjectionMatchSetCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link CreateSqlInjectionMatchSetCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class CreateSqlInjectionMatchSetCommand extends $Command<CreateSqlInjectionMatchSetCommandInput, CreateSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -59,7 +59,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
59
59
|
*
|
|
60
60
|
* @see {@link CreateWebACLCommandInput} for command's `input` shape.
|
|
61
61
|
* @see {@link CreateWebACLCommandOutput} for command's `response` shape.
|
|
62
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
62
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
export declare class CreateWebACLCommand extends $Command<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface CreateWebACLMigrationStackCommandOutput extends CreateWebACLMig
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link CreateWebACLMigrationStackCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link CreateWebACLMigrationStackCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class CreateWebACLMigrationStackCommand extends $Command<CreateWebACLMigrationStackCommandInput, CreateWebACLMigrationStackCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface CreateXssMatchSetCommandOutput extends CreateXssMatchSetRespons
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link CreateXssMatchSetCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link CreateXssMatchSetCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class CreateXssMatchSetCommand extends $Command<CreateXssMatchSetCommandInput, CreateXssMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DeleteByteMatchSetCommandOutput extends DeleteByteMatchSetRespo
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DeleteByteMatchSetCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DeleteByteMatchSetCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DeleteByteMatchSetCommand extends $Command<DeleteByteMatchSetCommandInput, DeleteByteMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DeleteGeoMatchSetCommandOutput extends DeleteGeoMatchSetRespons
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DeleteGeoMatchSetCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DeleteGeoMatchSetCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DeleteGeoMatchSetCommand extends $Command<DeleteGeoMatchSetCommandInput, DeleteGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DeleteIPSetCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DeleteIPSetCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeleteLoggingConfigurationCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeleteLoggingConfigurationCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeletePermissionPolicyCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeletePermissionPolicyCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeletePermissionPolicyCommand extends $Command<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface DeleteRateBasedRuleCommandOutput extends DeleteRateBasedRuleRes
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link DeleteRateBasedRuleCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link DeleteRateBasedRuleCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class DeleteRateBasedRuleCommand extends $Command<DeleteRateBasedRuleCommandInput, DeleteRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DeleteRegexMatchSetCommandOutput extends DeleteRegexMatchSetRes
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DeleteRegexMatchSetCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DeleteRegexMatchSetCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DeleteRegexMatchSetCommand extends $Command<DeleteRegexMatchSetCommandInput, DeleteRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeleteRegexPatternSetCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeleteRegexPatternSetCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeleteRegexPatternSetCommand extends $Command<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataB
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DeleteRuleCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DeleteRuleCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DeleteRuleGroupCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DeleteRuleGroupCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface DeleteSizeConstraintSetCommandOutput extends DeleteSizeConstrai
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link DeleteSizeConstraintSetCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link DeleteSizeConstraintSetCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class DeleteSizeConstraintSetCommand extends $Command<DeleteSizeConstraintSetCommandInput, DeleteSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -44,7 +44,7 @@ export interface DeleteSqlInjectionMatchSetCommandOutput extends DeleteSqlInject
|
|
|
44
44
|
*
|
|
45
45
|
* @see {@link DeleteSqlInjectionMatchSetCommandInput} for command's `input` shape.
|
|
46
46
|
* @see {@link DeleteSqlInjectionMatchSetCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
47
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class DeleteSqlInjectionMatchSetCommand extends $Command<DeleteSqlInjectionMatchSetCommandInput, DeleteSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link DeleteWebACLCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link DeleteWebACLCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class DeleteWebACLCommand extends $Command<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -44,7 +44,7 @@ export interface DeleteXssMatchSetCommandOutput extends DeleteXssMatchSetRespons
|
|
|
44
44
|
*
|
|
45
45
|
* @see {@link DeleteXssMatchSetCommandInput} for command's `input` shape.
|
|
46
46
|
* @see {@link DeleteXssMatchSetCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
47
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class DeleteXssMatchSetCommand extends $Command<DeleteXssMatchSetCommandInput, DeleteXssMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, _
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetByteMatchSetCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetByteMatchSetCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetByteMatchSetCommand extends $Command<GetByteMatchSetCommandInput, GetByteMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface GetChangeTokenCommandOutput extends GetChangeTokenResponse, __M
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link GetChangeTokenCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link GetChangeTokenCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class GetChangeTokenCommand extends $Command<GetChangeTokenCommandInput, GetChangeTokenCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -44,7 +44,7 @@ export interface GetChangeTokenStatusCommandOutput extends GetChangeTokenStatusR
|
|
|
44
44
|
*
|
|
45
45
|
* @see {@link GetChangeTokenStatusCommandInput} for command's `input` shape.
|
|
46
46
|
* @see {@link GetChangeTokenStatusCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
47
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class GetChangeTokenStatusCommand extends $Command<GetChangeTokenStatusCommandInput, GetChangeTokenStatusCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __M
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetGeoMatchSetCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetGeoMatchSetCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetGeoMatchSetCommand extends $Command<GetGeoMatchSetCommandInput, GetGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetIPSetCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetIPSetCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetLoggingConfigurationCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetLoggingConfigurationCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetLoggingConfigurationCommand extends $Command<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetPermissionPolicyCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetPermissionPolicyCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetPermissionPolicyCommand extends $Command<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface GetRateBasedRuleCommandOutput extends GetRateBasedRuleResponse,
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link GetRateBasedRuleCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link GetRateBasedRuleCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class GetRateBasedRuleCommand extends $Command<GetRateBasedRuleCommandInput, GetRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface GetRateBasedRuleManagedKeysCommandOutput extends GetRateBasedRu
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link GetRateBasedRuleManagedKeysCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link GetRateBasedRuleManagedKeysCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class GetRateBasedRuleManagedKeysCommand extends $Command<GetRateBasedRuleManagedKeysCommandInput, GetRateBasedRuleManagedKeysCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetRegexMatchSetCommandOutput extends GetRegexMatchSetResponse,
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetRegexMatchSetCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetRegexMatchSetCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetRegexMatchSetCommand extends $Command<GetRegexMatchSetCommandInput, GetRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetRegexPatternSetCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetRegexPatternSetCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetRegexPatternSetCommand extends $Command<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetRuleCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetRuleCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetRuleCommand extends $Command<GetRuleCommandInput, GetRuleCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link GetRuleGroupCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link GetRuleGroupCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class GetRuleGroupCommand extends $Command<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link GetSampledRequestsCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link GetSampledRequestsCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class GetSampledRequestsCommand extends $Command<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetSizeConstraintSetCommandOutput extends GetSizeConstraintSetR
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetSizeConstraintSetCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetSizeConstraintSetCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetSizeConstraintSetCommand extends $Command<GetSizeConstraintSetCommandInput, GetSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetSqlInjectionMatchSetCommandOutput extends GetSqlInjectionMat
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetSqlInjectionMatchSetCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetSqlInjectionMatchSetCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetSqlInjectionMatchSetCommand extends $Command<GetSqlInjectionMatchSetCommandInput, GetSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetWebACLCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetWebACLCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetWebACLCommand extends $Command<GetWebACLCommandInput, GetWebACLCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetXssMatchSetCommandOutput extends GetXssMatchSetResponse, __M
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetXssMatchSetCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetXssMatchSetCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetXssMatchSetCommand extends $Command<GetXssMatchSetCommandInput, GetXssMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListActivatedRulesInRuleGroupCommandOutput extends ListActivate
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListActivatedRulesInRuleGroupCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListActivatedRulesInRuleGroupCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListActivatedRulesInRuleGroupCommand extends $Command<ListActivatedRulesInRuleGroupCommandInput, ListActivatedRulesInRuleGroupCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListByteMatchSetsCommandOutput extends ListByteMatchSetsRespons
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListByteMatchSetsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListByteMatchSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListByteMatchSetsCommand extends $Command<ListByteMatchSetsCommandInput, ListByteMatchSetsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListGeoMatchSetsCommandOutput extends ListGeoMatchSetsResponse,
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListGeoMatchSetsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListGeoMatchSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListGeoMatchSetsCommand extends $Command<ListGeoMatchSetsCommandInput, ListGeoMatchSetsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListIPSetsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListIPSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListIPSetsCommand extends $Command<ListIPSetsCommandInput, ListIPSetsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListLoggingConfigurationsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListLoggingConfigurationsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListLoggingConfigurationsCommand extends $Command<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListRateBasedRulesCommandOutput extends ListRateBasedRulesRespo
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListRateBasedRulesCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListRateBasedRulesCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListRateBasedRulesCommand extends $Command<ListRateBasedRulesCommandInput, ListRateBasedRulesCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListRegexMatchSetsCommandOutput extends ListRegexMatchSetsRespo
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListRegexMatchSetsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListRegexMatchSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListRegexMatchSetsCommand extends $Command<ListRegexMatchSetsCommandInput, ListRegexMatchSetsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListRegexPatternSetsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListRegexPatternSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListRegexPatternSetsCommand extends $Command<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListRuleGroupsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListRuleGroupsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListRuleGroupsCommand extends $Command<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListRulesCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListRulesCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListSizeConstraintSetsCommandOutput extends ListSizeConstraintS
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListSizeConstraintSetsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListSizeConstraintSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListSizeConstraintSetsCommand extends $Command<ListSizeConstraintSetsCommandInput, ListSizeConstraintSetsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListSqlInjectionMatchSetsCommandOutput extends ListSqlInjection
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListSqlInjectionMatchSetsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListSqlInjectionMatchSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListSqlInjectionMatchSetsCommand extends $Command<ListSqlInjectionMatchSetsCommandInput, ListSqlInjectionMatchSetsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListSubscribedRuleGroupsCommandOutput extends ListSubscribedRul
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListSubscribedRuleGroupsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListSubscribedRuleGroupsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListSubscribedRuleGroupsCommand extends $Command<ListSubscribedRuleGroupsCommandInput, ListSubscribedRuleGroupsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListWebACLsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListWebACLsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListWebACLsCommand extends $Command<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListXssMatchSetsCommandOutput extends ListXssMatchSetsResponse,
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListXssMatchSetsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListXssMatchSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListXssMatchSetsCommand extends $Command<ListXssMatchSetsCommandInput, ListXssMatchSetsCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link PutLoggingConfigurationCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link PutLoggingConfigurationCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class PutLoggingConfigurationCommand extends $Command<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -60,7 +60,7 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes
|
|
|
60
60
|
*
|
|
61
61
|
* @see {@link PutPermissionPolicyCommandInput} for command's `input` shape.
|
|
62
62
|
* @see {@link PutPermissionPolicyCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
63
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
export declare class PutPermissionPolicyCommand extends $Command<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -66,7 +66,7 @@ export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetRespo
|
|
|
66
66
|
*
|
|
67
67
|
* @see {@link UpdateByteMatchSetCommandInput} for command's `input` shape.
|
|
68
68
|
* @see {@link UpdateByteMatchSetCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
69
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
export declare class UpdateByteMatchSetCommand extends $Command<UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetRespons
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link UpdateGeoMatchSetCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link UpdateGeoMatchSetCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class UpdateGeoMatchSetCommand extends $Command<UpdateGeoMatchSetCommandInput, UpdateGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -93,7 +93,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
|
|
|
93
93
|
*
|
|
94
94
|
* @see {@link UpdateIPSetCommandInput} for command's `input` shape.
|
|
95
95
|
* @see {@link UpdateIPSetCommandOutput} for command's `response` shape.
|
|
96
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
96
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
97
97
|
*
|
|
98
98
|
*/
|
|
99
99
|
export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -74,7 +74,7 @@ export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleRes
|
|
|
74
74
|
*
|
|
75
75
|
* @see {@link UpdateRateBasedRuleCommandInput} for command's `input` shape.
|
|
76
76
|
* @see {@link UpdateRateBasedRuleCommandOutput} for command's `response` shape.
|
|
77
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
77
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
80
80
|
export declare class UpdateRateBasedRuleCommand extends $Command<UpdateRateBasedRuleCommandInput, UpdateRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -62,7 +62,7 @@ export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetRes
|
|
|
62
62
|
*
|
|
63
63
|
* @see {@link UpdateRegexMatchSetCommandInput} for command's `input` shape.
|
|
64
64
|
* @see {@link UpdateRegexMatchSetCommandOutput} for command's `response` shape.
|
|
65
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
65
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
export declare class UpdateRegexMatchSetCommand extends $Command<UpdateRegexMatchSetCommandInput, UpdateRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -67,7 +67,7 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe
|
|
|
67
67
|
*
|
|
68
68
|
* @see {@link UpdateRegexPatternSetCommandInput} for command's `input` shape.
|
|
69
69
|
* @see {@link UpdateRegexPatternSetCommandOutput} for command's `response` shape.
|
|
70
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
70
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
export declare class UpdateRegexPatternSetCommand extends $Command<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -69,7 +69,7 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
|
|
|
69
69
|
*
|
|
70
70
|
* @see {@link UpdateRuleCommandInput} for command's `input` shape.
|
|
71
71
|
* @see {@link UpdateRuleCommandOutput} for command's `response` shape.
|
|
72
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
72
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
export declare class UpdateRuleCommand extends $Command<UpdateRuleCommandInput, UpdateRuleCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -52,7 +52,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
52
52
|
*
|
|
53
53
|
* @see {@link UpdateRuleGroupCommandInput} for command's `input` shape.
|
|
54
54
|
* @see {@link UpdateRuleGroupCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
55
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -70,7 +70,7 @@ export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstrai
|
|
|
70
70
|
*
|
|
71
71
|
* @see {@link UpdateSizeConstraintSetCommandInput} for command's `input` shape.
|
|
72
72
|
* @see {@link UpdateSizeConstraintSetCommandOutput} for command's `response` shape.
|
|
73
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
73
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
export declare class UpdateSizeConstraintSetCommand extends $Command<UpdateSizeConstraintSetCommandInput, UpdateSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -69,7 +69,7 @@ export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInject
|
|
|
69
69
|
*
|
|
70
70
|
* @see {@link UpdateSqlInjectionMatchSetCommandInput} for command's `input` shape.
|
|
71
71
|
* @see {@link UpdateSqlInjectionMatchSetCommandOutput} for command's `response` shape.
|
|
72
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
72
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
export declare class UpdateSqlInjectionMatchSetCommand extends $Command<UpdateSqlInjectionMatchSetCommandInput, UpdateSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -99,7 +99,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
99
99
|
*
|
|
100
100
|
* @see {@link UpdateWebACLCommandInput} for command's `input` shape.
|
|
101
101
|
* @see {@link UpdateWebACLCommandOutput} for command's `response` shape.
|
|
102
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
102
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
export declare class UpdateWebACLCommand extends $Command<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFClientResolvedConfig> {
|
|
@@ -71,7 +71,7 @@ export interface UpdateXssMatchSetCommandOutput extends UpdateXssMatchSetRespons
|
|
|
71
71
|
*
|
|
72
72
|
* @see {@link UpdateXssMatchSetCommandInput} for command's `input` shape.
|
|
73
73
|
* @see {@link UpdateXssMatchSetCommandOutput} for command's `response` shape.
|
|
74
|
-
* @see {@link WAFClientResolvedConfig | config} for
|
|
74
|
+
* @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
export declare class UpdateXssMatchSetCommand extends $Command<UpdateXssMatchSetCommandInput, UpdateXssMatchSetCommandOutput, WAFClientResolvedConfig> {
|
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.45.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,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|