@aws-sdk/client-wafv2 3.49.0 → 3.50.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 +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/WAFV2.d.ts +0 -230
- package/dist-types/ts3.4/WAFV2Client.d.ts +0 -118
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -45
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -4
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -198
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -137
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
|
-
export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateIPSetCommandInput;
|
|
12
|
-
constructor(input: UpdateIPSetCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIPSetCommandInput, UpdateIPSetCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateManagedRuleSetVersionExpiryDateRequest, UpdateManagedRuleSetVersionExpiryDateResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
|
-
export interface UpdateManagedRuleSetVersionExpiryDateCommandInput extends UpdateManagedRuleSetVersionExpiryDateRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateManagedRuleSetVersionExpiryDateCommandOutput extends UpdateManagedRuleSetVersionExpiryDateResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateManagedRuleSetVersionExpiryDateCommand extends $Command<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, WAFV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateManagedRuleSetVersionExpiryDateCommandInput;
|
|
12
|
-
constructor(input: UpdateManagedRuleSetVersionExpiryDateCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
|
-
export interface UpdateRegexPatternSetCommandInput extends UpdateRegexPatternSetRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSetResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateRegexPatternSetCommand extends $Command<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateRegexPatternSetCommandInput;
|
|
12
|
-
constructor(input: UpdateRegexPatternSetCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
|
-
export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateRuleGroupCommandInput;
|
|
12
|
-
constructor(input: UpdateRuleGroupCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
|
-
export interface UpdateWebACLCommandInput extends UpdateWebACLRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateWebACLCommand extends $Command<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateWebACLCommandInput;
|
|
12
|
-
constructor(input: UpdateWebACLCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWebACLCommandInput, UpdateWebACLCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
export * from "./AssociateWebACLCommand";
|
|
2
|
-
export * from "./CheckCapacityCommand";
|
|
3
|
-
export * from "./CreateIPSetCommand";
|
|
4
|
-
export * from "./CreateRegexPatternSetCommand";
|
|
5
|
-
export * from "./CreateRuleGroupCommand";
|
|
6
|
-
export * from "./CreateWebACLCommand";
|
|
7
|
-
export * from "./DeleteFirewallManagerRuleGroupsCommand";
|
|
8
|
-
export * from "./DeleteIPSetCommand";
|
|
9
|
-
export * from "./DeleteLoggingConfigurationCommand";
|
|
10
|
-
export * from "./DeletePermissionPolicyCommand";
|
|
11
|
-
export * from "./DeleteRegexPatternSetCommand";
|
|
12
|
-
export * from "./DeleteRuleGroupCommand";
|
|
13
|
-
export * from "./DeleteWebACLCommand";
|
|
14
|
-
export * from "./DescribeManagedRuleGroupCommand";
|
|
15
|
-
export * from "./DisassociateWebACLCommand";
|
|
16
|
-
export * from "./GetIPSetCommand";
|
|
17
|
-
export * from "./GetLoggingConfigurationCommand";
|
|
18
|
-
export * from "./GetManagedRuleSetCommand";
|
|
19
|
-
export * from "./GetPermissionPolicyCommand";
|
|
20
|
-
export * from "./GetRateBasedStatementManagedKeysCommand";
|
|
21
|
-
export * from "./GetRegexPatternSetCommand";
|
|
22
|
-
export * from "./GetRuleGroupCommand";
|
|
23
|
-
export * from "./GetSampledRequestsCommand";
|
|
24
|
-
export * from "./GetWebACLCommand";
|
|
25
|
-
export * from "./GetWebACLForResourceCommand";
|
|
26
|
-
export * from "./ListAvailableManagedRuleGroupVersionsCommand";
|
|
27
|
-
export * from "./ListAvailableManagedRuleGroupsCommand";
|
|
28
|
-
export * from "./ListIPSetsCommand";
|
|
29
|
-
export * from "./ListLoggingConfigurationsCommand";
|
|
30
|
-
export * from "./ListManagedRuleSetsCommand";
|
|
31
|
-
export * from "./ListRegexPatternSetsCommand";
|
|
32
|
-
export * from "./ListResourcesForWebACLCommand";
|
|
33
|
-
export * from "./ListRuleGroupsCommand";
|
|
34
|
-
export * from "./ListTagsForResourceCommand";
|
|
35
|
-
export * from "./ListWebACLsCommand";
|
|
36
|
-
export * from "./PutLoggingConfigurationCommand";
|
|
37
|
-
export * from "./PutManagedRuleSetVersionsCommand";
|
|
38
|
-
export * from "./PutPermissionPolicyCommand";
|
|
39
|
-
export * from "./TagResourceCommand";
|
|
40
|
-
export * from "./UntagResourceCommand";
|
|
41
|
-
export * from "./UpdateIPSetCommand";
|
|
42
|
-
export * from "./UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
43
|
-
export * from "./UpdateRegexPatternSetCommand";
|
|
44
|
-
export * from "./UpdateRuleGroupCommand";
|
|
45
|
-
export * from "./UpdateWebACLCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export declare enum ActionValue {
|
|
3
|
-
ALLOW = "ALLOW",
|
|
4
|
-
BLOCK = "BLOCK",
|
|
5
|
-
CAPTCHA = "CAPTCHA",
|
|
6
|
-
COUNT = "COUNT",
|
|
7
|
-
EXCLUDED_AS_COUNT = "EXCLUDED_AS_COUNT"
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface ActionCondition {
|
|
11
|
-
|
|
12
|
-
Action: ActionValue | string | undefined;
|
|
13
|
-
}
|
|
14
|
-
export declare namespace ActionCondition {
|
|
15
|
-
|
|
16
|
-
const filterSensitiveLog: (obj: ActionCondition) => any;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface All {
|
|
20
|
-
}
|
|
21
|
-
export declare namespace All {
|
|
22
|
-
|
|
23
|
-
const filterSensitiveLog: (obj: All) => any;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export interface CustomHTTPHeader {
|
|
27
|
-
|
|
28
|
-
Name: string | undefined;
|
|
29
|
-
|
|
30
|
-
Value: string | undefined;
|
|
31
|
-
}
|
|
32
|
-
export declare namespace CustomHTTPHeader {
|
|
33
|
-
|
|
34
|
-
const filterSensitiveLog: (obj: CustomHTTPHeader) => any;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export interface CustomRequestHandling {
|
|
38
|
-
|
|
39
|
-
InsertHeaders: CustomHTTPHeader[] | undefined;
|
|
40
|
-
}
|
|
41
|
-
export declare namespace CustomRequestHandling {
|
|
42
|
-
|
|
43
|
-
const filterSensitiveLog: (obj: CustomRequestHandling) => any;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export interface AllowAction {
|
|
47
|
-
|
|
48
|
-
CustomRequestHandling?: CustomRequestHandling;
|
|
49
|
-
}
|
|
50
|
-
export declare namespace AllowAction {
|
|
51
|
-
|
|
52
|
-
const filterSensitiveLog: (obj: AllowAction) => any;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export interface AllQueryArguments {
|
|
56
|
-
}
|
|
57
|
-
export declare namespace AllQueryArguments {
|
|
58
|
-
|
|
59
|
-
const filterSensitiveLog: (obj: AllQueryArguments) => any;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export interface Body {
|
|
63
|
-
}
|
|
64
|
-
export declare namespace Body {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: Body) => any;
|
|
67
|
-
}
|
|
68
|
-
export declare enum BodyParsingFallbackBehavior {
|
|
69
|
-
EVALUATE_AS_STRING = "EVALUATE_AS_STRING",
|
|
70
|
-
MATCH = "MATCH",
|
|
71
|
-
NO_MATCH = "NO_MATCH"
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
export interface JsonMatchPattern {
|
|
75
|
-
|
|
76
|
-
All?: All;
|
|
77
|
-
|
|
78
|
-
IncludedPaths?: string[];
|
|
79
|
-
}
|
|
80
|
-
export declare namespace JsonMatchPattern {
|
|
81
|
-
|
|
82
|
-
const filterSensitiveLog: (obj: JsonMatchPattern) => any;
|
|
83
|
-
}
|
|
84
|
-
export declare enum JsonMatchScope {
|
|
85
|
-
ALL = "ALL",
|
|
86
|
-
KEY = "KEY",
|
|
87
|
-
VALUE = "VALUE"
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
export interface JsonBody {
|
|
91
|
-
|
|
92
|
-
MatchPattern: JsonMatchPattern | undefined;
|
|
93
|
-
|
|
94
|
-
MatchScope: JsonMatchScope | string | undefined;
|
|
95
|
-
|
|
96
|
-
InvalidFallbackBehavior?: BodyParsingFallbackBehavior | string;
|
|
97
|
-
}
|
|
98
|
-
export declare namespace JsonBody {
|
|
99
|
-
|
|
100
|
-
const filterSensitiveLog: (obj: JsonBody) => any;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
export interface Method {
|
|
104
|
-
}
|
|
105
|
-
export declare namespace Method {
|
|
106
|
-
|
|
107
|
-
const filterSensitiveLog: (obj: Method) => any;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
export interface QueryString {
|
|
111
|
-
}
|
|
112
|
-
export declare namespace QueryString {
|
|
113
|
-
|
|
114
|
-
const filterSensitiveLog: (obj: QueryString) => any;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export interface SingleHeader {
|
|
118
|
-
|
|
119
|
-
Name: string | undefined;
|
|
120
|
-
}
|
|
121
|
-
export declare namespace SingleHeader {
|
|
122
|
-
|
|
123
|
-
const filterSensitiveLog: (obj: SingleHeader) => any;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
export interface SingleQueryArgument {
|
|
127
|
-
|
|
128
|
-
Name: string | undefined;
|
|
129
|
-
}
|
|
130
|
-
export declare namespace SingleQueryArgument {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: SingleQueryArgument) => any;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
export interface UriPath {
|
|
136
|
-
}
|
|
137
|
-
export declare namespace UriPath {
|
|
138
|
-
|
|
139
|
-
const filterSensitiveLog: (obj: UriPath) => any;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
export interface FieldToMatch {
|
|
143
|
-
|
|
144
|
-
SingleHeader?: SingleHeader;
|
|
145
|
-
|
|
146
|
-
SingleQueryArgument?: SingleQueryArgument;
|
|
147
|
-
|
|
148
|
-
AllQueryArguments?: AllQueryArguments;
|
|
149
|
-
|
|
150
|
-
UriPath?: UriPath;
|
|
151
|
-
|
|
152
|
-
QueryString?: QueryString;
|
|
153
|
-
|
|
154
|
-
Body?: Body;
|
|
155
|
-
|
|
156
|
-
Method?: Method;
|
|
157
|
-
|
|
158
|
-
JsonBody?: JsonBody;
|
|
159
|
-
}
|
|
160
|
-
export declare namespace FieldToMatch {
|
|
161
|
-
|
|
162
|
-
const filterSensitiveLog: (obj: FieldToMatch) => any;
|
|
163
|
-
}
|
|
164
|
-
export declare enum PositionalConstraint {
|
|
165
|
-
CONTAINS = "CONTAINS",
|
|
166
|
-
CONTAINS_WORD = "CONTAINS_WORD",
|
|
167
|
-
ENDS_WITH = "ENDS_WITH",
|
|
168
|
-
EXACTLY = "EXACTLY",
|
|
169
|
-
STARTS_WITH = "STARTS_WITH"
|
|
170
|
-
}
|
|
171
|
-
export declare enum TextTransformationType {
|
|
172
|
-
BASE64_DECODE = "BASE64_DECODE",
|
|
173
|
-
BASE64_DECODE_EXT = "BASE64_DECODE_EXT",
|
|
174
|
-
CMD_LINE = "CMD_LINE",
|
|
175
|
-
COMPRESS_WHITE_SPACE = "COMPRESS_WHITE_SPACE",
|
|
176
|
-
CSS_DECODE = "CSS_DECODE",
|
|
177
|
-
ESCAPE_SEQ_DECODE = "ESCAPE_SEQ_DECODE",
|
|
178
|
-
HEX_DECODE = "HEX_DECODE",
|
|
179
|
-
HTML_ENTITY_DECODE = "HTML_ENTITY_DECODE",
|
|
180
|
-
JS_DECODE = "JS_DECODE",
|
|
181
|
-
LOWERCASE = "LOWERCASE",
|
|
182
|
-
MD5 = "MD5",
|
|
183
|
-
NONE = "NONE",
|
|
184
|
-
NORMALIZE_PATH = "NORMALIZE_PATH",
|
|
185
|
-
NORMALIZE_PATH_WIN = "NORMALIZE_PATH_WIN",
|
|
186
|
-
REMOVE_NULLS = "REMOVE_NULLS",
|
|
187
|
-
REPLACE_COMMENTS = "REPLACE_COMMENTS",
|
|
188
|
-
REPLACE_NULLS = "REPLACE_NULLS",
|
|
189
|
-
SQL_HEX_DECODE = "SQL_HEX_DECODE",
|
|
190
|
-
URL_DECODE = "URL_DECODE",
|
|
191
|
-
URL_DECODE_UNI = "URL_DECODE_UNI",
|
|
192
|
-
UTF8_TO_UNICODE = "UTF8_TO_UNICODE"
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
export interface TextTransformation {
|
|
196
|
-
|
|
197
|
-
Priority: number | undefined;
|
|
198
|
-
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "../commands/AssociateWebACLCommand";
|
|
4
|
-
import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "../commands/CheckCapacityCommand";
|
|
5
|
-
import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "../commands/CreateIPSetCommand";
|
|
6
|
-
import { CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput } from "../commands/CreateRegexPatternSetCommand";
|
|
7
|
-
import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "../commands/CreateRuleGroupCommand";
|
|
8
|
-
import { CreateWebACLCommandInput, CreateWebACLCommandOutput } from "../commands/CreateWebACLCommand";
|
|
9
|
-
import { DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput } from "../commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
10
|
-
import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "../commands/DeleteIPSetCommand";
|
|
11
|
-
import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "../commands/DeleteLoggingConfigurationCommand";
|
|
12
|
-
import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput } from "../commands/DeletePermissionPolicyCommand";
|
|
13
|
-
import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "../commands/DeleteRegexPatternSetCommand";
|
|
14
|
-
import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "../commands/DeleteRuleGroupCommand";
|
|
15
|
-
import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "../commands/DeleteWebACLCommand";
|
|
16
|
-
import { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "../commands/DescribeManagedRuleGroupCommand";
|
|
17
|
-
import { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "../commands/DisassociateWebACLCommand";
|
|
18
|
-
import { GetIPSetCommandInput, GetIPSetCommandOutput } from "../commands/GetIPSetCommand";
|
|
19
|
-
import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "../commands/GetLoggingConfigurationCommand";
|
|
20
|
-
import { GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput } from "../commands/GetManagedRuleSetCommand";
|
|
21
|
-
import { GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput } from "../commands/GetPermissionPolicyCommand";
|
|
22
|
-
import { GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput } from "../commands/GetRateBasedStatementManagedKeysCommand";
|
|
23
|
-
import { GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput } from "../commands/GetRegexPatternSetCommand";
|
|
24
|
-
import { GetRuleGroupCommandInput, GetRuleGroupCommandOutput } from "../commands/GetRuleGroupCommand";
|
|
25
|
-
import { GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput } from "../commands/GetSampledRequestsCommand";
|
|
26
|
-
import { GetWebACLCommandInput, GetWebACLCommandOutput } from "../commands/GetWebACLCommand";
|
|
27
|
-
import { GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput } from "../commands/GetWebACLForResourceCommand";
|
|
28
|
-
import { ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput } from "../commands/ListAvailableManagedRuleGroupsCommand";
|
|
29
|
-
import { ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput } from "../commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
30
|
-
import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand";
|
|
31
|
-
import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "../commands/ListLoggingConfigurationsCommand";
|
|
32
|
-
import { ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput } from "../commands/ListManagedRuleSetsCommand";
|
|
33
|
-
import { ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput } from "../commands/ListRegexPatternSetsCommand";
|
|
34
|
-
import { ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput } from "../commands/ListResourcesForWebACLCommand";
|
|
35
|
-
import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "../commands/ListRuleGroupsCommand";
|
|
36
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
37
|
-
import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "../commands/ListWebACLsCommand";
|
|
38
|
-
import { PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput } from "../commands/PutLoggingConfigurationCommand";
|
|
39
|
-
import { PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput } from "../commands/PutManagedRuleSetVersionsCommand";
|
|
40
|
-
import { PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput } from "../commands/PutPermissionPolicyCommand";
|
|
41
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
42
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
43
|
-
import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "../commands/UpdateIPSetCommand";
|
|
44
|
-
import { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput } from "../commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
45
|
-
import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "../commands/UpdateRegexPatternSetCommand";
|
|
46
|
-
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "../commands/UpdateRuleGroupCommand";
|
|
47
|
-
import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "../commands/UpdateWebACLCommand";
|
|
48
|
-
export declare const serializeAws_json1_1AssociateWebACLCommand: (input: AssociateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_json1_1CheckCapacityCommand: (input: CheckCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_json1_1CreateIPSetCommand: (input: CreateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_json1_1CreateRegexPatternSetCommand: (input: CreateRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_json1_1CreateRuleGroupCommand: (input: CreateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_json1_1CreateWebACLCommand: (input: CreateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_json1_1DeleteFirewallManagerRuleGroupsCommand: (input: DeleteFirewallManagerRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const serializeAws_json1_1DeleteIPSetCommand: (input: DeleteIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
export declare const serializeAws_json1_1DeleteLoggingConfigurationCommand: (input: DeleteLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const serializeAws_json1_1DeletePermissionPolicyCommand: (input: DeletePermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const serializeAws_json1_1DeleteRegexPatternSetCommand: (input: DeleteRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
export declare const serializeAws_json1_1DeleteRuleGroupCommand: (input: DeleteRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
export declare const serializeAws_json1_1DeleteWebACLCommand: (input: DeleteWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
export declare const serializeAws_json1_1DescribeManagedRuleGroupCommand: (input: DescribeManagedRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const serializeAws_json1_1DisassociateWebACLCommand: (input: DisassociateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
export declare const serializeAws_json1_1GetIPSetCommand: (input: GetIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
export declare const serializeAws_json1_1GetLoggingConfigurationCommand: (input: GetLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
export declare const serializeAws_json1_1GetManagedRuleSetCommand: (input: GetManagedRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const serializeAws_json1_1GetPermissionPolicyCommand: (input: GetPermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
export declare const serializeAws_json1_1GetRateBasedStatementManagedKeysCommand: (input: GetRateBasedStatementManagedKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
export declare const serializeAws_json1_1GetRegexPatternSetCommand: (input: GetRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
export declare const serializeAws_json1_1GetRuleGroupCommand: (input: GetRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const serializeAws_json1_1GetSampledRequestsCommand: (input: GetSampledRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
export declare const serializeAws_json1_1GetWebACLCommand: (input: GetWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
export declare const serializeAws_json1_1GetWebACLForResourceCommand: (input: GetWebACLForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
export declare const serializeAws_json1_1ListAvailableManagedRuleGroupsCommand: (input: ListAvailableManagedRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const serializeAws_json1_1ListAvailableManagedRuleGroupVersionsCommand: (input: ListAvailableManagedRuleGroupVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
export declare const serializeAws_json1_1ListIPSetsCommand: (input: ListIPSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
export declare const serializeAws_json1_1ListLoggingConfigurationsCommand: (input: ListLoggingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
export declare const serializeAws_json1_1ListManagedRuleSetsCommand: (input: ListManagedRuleSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const serializeAws_json1_1ListRegexPatternSetsCommand: (input: ListRegexPatternSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
export declare const serializeAws_json1_1ListResourcesForWebACLCommand: (input: ListResourcesForWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
export declare const serializeAws_json1_1ListRuleGroupsCommand: (input: ListRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const serializeAws_json1_1ListWebACLsCommand: (input: ListWebACLsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
export declare const serializeAws_json1_1PutLoggingConfigurationCommand: (input: PutLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
export declare const serializeAws_json1_1PutManagedRuleSetVersionsCommand: (input: PutManagedRuleSetVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
export declare const serializeAws_json1_1PutPermissionPolicyCommand: (input: PutPermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
export declare const serializeAws_json1_1UpdateIPSetCommand: (input: UpdateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
export declare const serializeAws_json1_1UpdateManagedRuleSetVersionExpiryDateCommand: (input: UpdateManagedRuleSetVersionExpiryDateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const serializeAws_json1_1UpdateRegexPatternSetCommand: (input: UpdateRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
export declare const serializeAws_json1_1UpdateRuleGroupCommand: (input: UpdateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
export declare const serializeAws_json1_1UpdateWebACLCommand: (input: UpdateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
export declare const deserializeAws_json1_1AssociateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWebACLCommandOutput>;
|
|
94
|
-
export declare const deserializeAws_json1_1CheckCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckCapacityCommandOutput>;
|
|
95
|
-
export declare const deserializeAws_json1_1CreateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIPSetCommandOutput>;
|
|
96
|
-
export declare const deserializeAws_json1_1CreateRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRegexPatternSetCommandOutput>;
|
|
97
|
-
export declare const deserializeAws_json1_1CreateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleGroupCommandOutput>;
|
|
98
|
-
export declare const deserializeAws_json1_1CreateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebACLCommandOutput>;
|
|
99
|
-
export declare const deserializeAws_json1_1DeleteFirewallManagerRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
|
|
100
|
-
export declare const deserializeAws_json1_1DeleteIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIPSetCommandOutput>;
|
|
101
|
-
export declare const deserializeAws_json1_1DeleteLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
102
|
-
export declare const deserializeAws_json1_1DeletePermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePermissionPolicyCommandOutput>;
|
|
103
|
-
export declare const deserializeAws_json1_1DeleteRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegexPatternSetCommandOutput>;
|
|
104
|
-
export declare const deserializeAws_json1_1DeleteRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleGroupCommandOutput>;
|
|
105
|
-
export declare const deserializeAws_json1_1DeleteWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebACLCommandOutput>;
|
|
106
|
-
export declare const deserializeAws_json1_1DescribeManagedRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedRuleGroupCommandOutput>;
|
|
107
|
-
export declare const deserializeAws_json1_1DisassociateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWebACLCommandOutput>;
|
|
108
|
-
export declare const deserializeAws_json1_1GetIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIPSetCommandOutput>;
|
|
109
|
-
export declare const deserializeAws_json1_1GetLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggingConfigurationCommandOutput>;
|
|
110
|
-
export declare const deserializeAws_json1_1GetManagedRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedRuleSetCommandOutput>;
|
|
111
|
-
export declare const deserializeAws_json1_1GetPermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPermissionPolicyCommandOutput>;
|
|
112
|
-
export declare const deserializeAws_json1_1GetRateBasedStatementManagedKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRateBasedStatementManagedKeysCommandOutput>;
|
|
113
|
-
export declare const deserializeAws_json1_1GetRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegexPatternSetCommandOutput>;
|
|
114
|
-
export declare const deserializeAws_json1_1GetRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRuleGroupCommandOutput>;
|
|
115
|
-
export declare const deserializeAws_json1_1GetSampledRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSampledRequestsCommandOutput>;
|
|
116
|
-
export declare const deserializeAws_json1_1GetWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebACLCommandOutput>;
|
|
117
|
-
export declare const deserializeAws_json1_1GetWebACLForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebACLForResourceCommandOutput>;
|
|
118
|
-
export declare const deserializeAws_json1_1ListAvailableManagedRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableManagedRuleGroupsCommandOutput>;
|
|
119
|
-
export declare const deserializeAws_json1_1ListAvailableManagedRuleGroupVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
|
|
120
|
-
export declare const deserializeAws_json1_1ListIPSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIPSetsCommandOutput>;
|
|
121
|
-
export declare const deserializeAws_json1_1ListLoggingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggingConfigurationsCommandOutput>;
|
|
122
|
-
export declare const deserializeAws_json1_1ListManagedRuleSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedRuleSetsCommandOutput>;
|
|
123
|
-
export declare const deserializeAws_json1_1ListRegexPatternSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegexPatternSetsCommandOutput>;
|
|
124
|
-
export declare const deserializeAws_json1_1ListResourcesForWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesForWebACLCommandOutput>;
|
|
125
|
-
export declare const deserializeAws_json1_1ListRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleGroupsCommandOutput>;
|
|
126
|
-
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
127
|
-
export declare const deserializeAws_json1_1ListWebACLsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebACLsCommandOutput>;
|
|
128
|
-
export declare const deserializeAws_json1_1PutLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingConfigurationCommandOutput>;
|
|
129
|
-
export declare const deserializeAws_json1_1PutManagedRuleSetVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutManagedRuleSetVersionsCommandOutput>;
|
|
130
|
-
export declare const deserializeAws_json1_1PutPermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPermissionPolicyCommandOutput>;
|
|
131
|
-
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
132
|
-
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
133
|
-
export declare const deserializeAws_json1_1UpdateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIPSetCommandOutput>;
|
|
134
|
-
export declare const deserializeAws_json1_1UpdateManagedRuleSetVersionExpiryDateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
|
|
135
|
-
export declare const deserializeAws_json1_1UpdateRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegexPatternSetCommandOutput>;
|
|
136
|
-
export declare const deserializeAws_json1_1UpdateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleGroupCommandOutput>;
|
|
137
|
-
export declare const deserializeAws_json1_1UpdateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebACLCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { WAFV2ClientConfig } from "./WAFV2Client";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { WAFV2ClientConfig } from "./WAFV2Client";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { WAFV2ClientConfig } from "./WAFV2Client";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { WAFV2ClientConfig } from "./WAFV2Client";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|