@aws-sdk/client-wafv2 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/WAFV2.d.ts +832 -245
- package/dist-types/ts3.4/WAFV2Client.d.ts +392 -121
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +48 -48
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1967 -193
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,146 +1,581 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateWebACLCommandInput,
|
|
8
|
+
AssociateWebACLCommandOutput,
|
|
9
|
+
} from "../commands/AssociateWebACLCommand";
|
|
10
|
+
import {
|
|
11
|
+
CheckCapacityCommandInput,
|
|
12
|
+
CheckCapacityCommandOutput,
|
|
13
|
+
} from "../commands/CheckCapacityCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateIPSetCommandInput,
|
|
16
|
+
CreateIPSetCommandOutput,
|
|
17
|
+
} from "../commands/CreateIPSetCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateRegexPatternSetCommandInput,
|
|
20
|
+
CreateRegexPatternSetCommandOutput,
|
|
21
|
+
} from "../commands/CreateRegexPatternSetCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateRuleGroupCommandInput,
|
|
24
|
+
CreateRuleGroupCommandOutput,
|
|
25
|
+
} from "../commands/CreateRuleGroupCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateWebACLCommandInput,
|
|
28
|
+
CreateWebACLCommandOutput,
|
|
29
|
+
} from "../commands/CreateWebACLCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteFirewallManagerRuleGroupsCommandInput,
|
|
32
|
+
DeleteFirewallManagerRuleGroupsCommandOutput,
|
|
33
|
+
} from "../commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteIPSetCommandInput,
|
|
36
|
+
DeleteIPSetCommandOutput,
|
|
37
|
+
} from "../commands/DeleteIPSetCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteLoggingConfigurationCommandInput,
|
|
40
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
41
|
+
} from "../commands/DeleteLoggingConfigurationCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeletePermissionPolicyCommandInput,
|
|
44
|
+
DeletePermissionPolicyCommandOutput,
|
|
45
|
+
} from "../commands/DeletePermissionPolicyCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteRegexPatternSetCommandInput,
|
|
48
|
+
DeleteRegexPatternSetCommandOutput,
|
|
49
|
+
} from "../commands/DeleteRegexPatternSetCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteRuleGroupCommandInput,
|
|
52
|
+
DeleteRuleGroupCommandOutput,
|
|
53
|
+
} from "../commands/DeleteRuleGroupCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteWebACLCommandInput,
|
|
56
|
+
DeleteWebACLCommandOutput,
|
|
57
|
+
} from "../commands/DeleteWebACLCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeManagedRuleGroupCommandInput,
|
|
60
|
+
DescribeManagedRuleGroupCommandOutput,
|
|
61
|
+
} from "../commands/DescribeManagedRuleGroupCommand";
|
|
62
|
+
import {
|
|
63
|
+
DisassociateWebACLCommandInput,
|
|
64
|
+
DisassociateWebACLCommandOutput,
|
|
65
|
+
} from "../commands/DisassociateWebACLCommand";
|
|
66
|
+
import {
|
|
67
|
+
GenerateMobileSdkReleaseUrlCommandInput,
|
|
68
|
+
GenerateMobileSdkReleaseUrlCommandOutput,
|
|
69
|
+
} from "../commands/GenerateMobileSdkReleaseUrlCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetIPSetCommandInput,
|
|
72
|
+
GetIPSetCommandOutput,
|
|
73
|
+
} from "../commands/GetIPSetCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetLoggingConfigurationCommandInput,
|
|
76
|
+
GetLoggingConfigurationCommandOutput,
|
|
77
|
+
} from "../commands/GetLoggingConfigurationCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetManagedRuleSetCommandInput,
|
|
80
|
+
GetManagedRuleSetCommandOutput,
|
|
81
|
+
} from "../commands/GetManagedRuleSetCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetMobileSdkReleaseCommandInput,
|
|
84
|
+
GetMobileSdkReleaseCommandOutput,
|
|
85
|
+
} from "../commands/GetMobileSdkReleaseCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetPermissionPolicyCommandInput,
|
|
88
|
+
GetPermissionPolicyCommandOutput,
|
|
89
|
+
} from "../commands/GetPermissionPolicyCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetRateBasedStatementManagedKeysCommandInput,
|
|
92
|
+
GetRateBasedStatementManagedKeysCommandOutput,
|
|
93
|
+
} from "../commands/GetRateBasedStatementManagedKeysCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetRegexPatternSetCommandInput,
|
|
96
|
+
GetRegexPatternSetCommandOutput,
|
|
97
|
+
} from "../commands/GetRegexPatternSetCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetRuleGroupCommandInput,
|
|
100
|
+
GetRuleGroupCommandOutput,
|
|
101
|
+
} from "../commands/GetRuleGroupCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetSampledRequestsCommandInput,
|
|
104
|
+
GetSampledRequestsCommandOutput,
|
|
105
|
+
} from "../commands/GetSampledRequestsCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetWebACLCommandInput,
|
|
108
|
+
GetWebACLCommandOutput,
|
|
109
|
+
} from "../commands/GetWebACLCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetWebACLForResourceCommandInput,
|
|
112
|
+
GetWebACLForResourceCommandOutput,
|
|
113
|
+
} from "../commands/GetWebACLForResourceCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListAvailableManagedRuleGroupsCommandInput,
|
|
116
|
+
ListAvailableManagedRuleGroupsCommandOutput,
|
|
117
|
+
} from "../commands/ListAvailableManagedRuleGroupsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListAvailableManagedRuleGroupVersionsCommandInput,
|
|
120
|
+
ListAvailableManagedRuleGroupVersionsCommandOutput,
|
|
121
|
+
} from "../commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListIPSetsCommandInput,
|
|
124
|
+
ListIPSetsCommandOutput,
|
|
125
|
+
} from "../commands/ListIPSetsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListLoggingConfigurationsCommandInput,
|
|
128
|
+
ListLoggingConfigurationsCommandOutput,
|
|
129
|
+
} from "../commands/ListLoggingConfigurationsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListManagedRuleSetsCommandInput,
|
|
132
|
+
ListManagedRuleSetsCommandOutput,
|
|
133
|
+
} from "../commands/ListManagedRuleSetsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListMobileSdkReleasesCommandInput,
|
|
136
|
+
ListMobileSdkReleasesCommandOutput,
|
|
137
|
+
} from "../commands/ListMobileSdkReleasesCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListRegexPatternSetsCommandInput,
|
|
140
|
+
ListRegexPatternSetsCommandOutput,
|
|
141
|
+
} from "../commands/ListRegexPatternSetsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListResourcesForWebACLCommandInput,
|
|
144
|
+
ListResourcesForWebACLCommandOutput,
|
|
145
|
+
} from "../commands/ListResourcesForWebACLCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListRuleGroupsCommandInput,
|
|
148
|
+
ListRuleGroupsCommandOutput,
|
|
149
|
+
} from "../commands/ListRuleGroupsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListTagsForResourceCommandInput,
|
|
152
|
+
ListTagsForResourceCommandOutput,
|
|
153
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListWebACLsCommandInput,
|
|
156
|
+
ListWebACLsCommandOutput,
|
|
157
|
+
} from "../commands/ListWebACLsCommand";
|
|
158
|
+
import {
|
|
159
|
+
PutLoggingConfigurationCommandInput,
|
|
160
|
+
PutLoggingConfigurationCommandOutput,
|
|
161
|
+
} from "../commands/PutLoggingConfigurationCommand";
|
|
162
|
+
import {
|
|
163
|
+
PutManagedRuleSetVersionsCommandInput,
|
|
164
|
+
PutManagedRuleSetVersionsCommandOutput,
|
|
165
|
+
} from "../commands/PutManagedRuleSetVersionsCommand";
|
|
166
|
+
import {
|
|
167
|
+
PutPermissionPolicyCommandInput,
|
|
168
|
+
PutPermissionPolicyCommandOutput,
|
|
169
|
+
} from "../commands/PutPermissionPolicyCommand";
|
|
170
|
+
import {
|
|
171
|
+
TagResourceCommandInput,
|
|
172
|
+
TagResourceCommandOutput,
|
|
173
|
+
} from "../commands/TagResourceCommand";
|
|
174
|
+
import {
|
|
175
|
+
UntagResourceCommandInput,
|
|
176
|
+
UntagResourceCommandOutput,
|
|
177
|
+
} from "../commands/UntagResourceCommand";
|
|
178
|
+
import {
|
|
179
|
+
UpdateIPSetCommandInput,
|
|
180
|
+
UpdateIPSetCommandOutput,
|
|
181
|
+
} from "../commands/UpdateIPSetCommand";
|
|
182
|
+
import {
|
|
183
|
+
UpdateManagedRuleSetVersionExpiryDateCommandInput,
|
|
184
|
+
UpdateManagedRuleSetVersionExpiryDateCommandOutput,
|
|
185
|
+
} from "../commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateRegexPatternSetCommandInput,
|
|
188
|
+
UpdateRegexPatternSetCommandOutput,
|
|
189
|
+
} from "../commands/UpdateRegexPatternSetCommand";
|
|
190
|
+
import {
|
|
191
|
+
UpdateRuleGroupCommandInput,
|
|
192
|
+
UpdateRuleGroupCommandOutput,
|
|
193
|
+
} from "../commands/UpdateRuleGroupCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateWebACLCommandInput,
|
|
196
|
+
UpdateWebACLCommandOutput,
|
|
197
|
+
} from "../commands/UpdateWebACLCommand";
|
|
198
|
+
export declare const serializeAws_json1_1AssociateWebACLCommand: (
|
|
199
|
+
input: AssociateWebACLCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1CheckCapacityCommand: (
|
|
203
|
+
input: CheckCapacityCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1CreateIPSetCommand: (
|
|
207
|
+
input: CreateIPSetCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1CreateRegexPatternSetCommand: (
|
|
211
|
+
input: CreateRegexPatternSetCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1CreateRuleGroupCommand: (
|
|
215
|
+
input: CreateRuleGroupCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1CreateWebACLCommand: (
|
|
219
|
+
input: CreateWebACLCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1DeleteFirewallManagerRuleGroupsCommand: (
|
|
223
|
+
input: DeleteFirewallManagerRuleGroupsCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1DeleteIPSetCommand: (
|
|
227
|
+
input: DeleteIPSetCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1DeleteLoggingConfigurationCommand: (
|
|
231
|
+
input: DeleteLoggingConfigurationCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1DeletePermissionPolicyCommand: (
|
|
235
|
+
input: DeletePermissionPolicyCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1DeleteRegexPatternSetCommand: (
|
|
239
|
+
input: DeleteRegexPatternSetCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1DeleteRuleGroupCommand: (
|
|
243
|
+
input: DeleteRuleGroupCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1DeleteWebACLCommand: (
|
|
247
|
+
input: DeleteWebACLCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1DescribeManagedRuleGroupCommand: (
|
|
251
|
+
input: DescribeManagedRuleGroupCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1DisassociateWebACLCommand: (
|
|
255
|
+
input: DisassociateWebACLCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1GenerateMobileSdkReleaseUrlCommand: (
|
|
259
|
+
input: GenerateMobileSdkReleaseUrlCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1GetIPSetCommand: (
|
|
263
|
+
input: GetIPSetCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1GetLoggingConfigurationCommand: (
|
|
267
|
+
input: GetLoggingConfigurationCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1GetManagedRuleSetCommand: (
|
|
271
|
+
input: GetManagedRuleSetCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1GetMobileSdkReleaseCommand: (
|
|
275
|
+
input: GetMobileSdkReleaseCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1GetPermissionPolicyCommand: (
|
|
279
|
+
input: GetPermissionPolicyCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1GetRateBasedStatementManagedKeysCommand: (
|
|
283
|
+
input: GetRateBasedStatementManagedKeysCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1GetRegexPatternSetCommand: (
|
|
287
|
+
input: GetRegexPatternSetCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1GetRuleGroupCommand: (
|
|
291
|
+
input: GetRuleGroupCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1GetSampledRequestsCommand: (
|
|
295
|
+
input: GetSampledRequestsCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1GetWebACLCommand: (
|
|
299
|
+
input: GetWebACLCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1GetWebACLForResourceCommand: (
|
|
303
|
+
input: GetWebACLForResourceCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1ListAvailableManagedRuleGroupsCommand: (
|
|
307
|
+
input: ListAvailableManagedRuleGroupsCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1ListAvailableManagedRuleGroupVersionsCommand: (
|
|
311
|
+
input: ListAvailableManagedRuleGroupVersionsCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1ListIPSetsCommand: (
|
|
315
|
+
input: ListIPSetsCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1ListLoggingConfigurationsCommand: (
|
|
319
|
+
input: ListLoggingConfigurationsCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1ListManagedRuleSetsCommand: (
|
|
323
|
+
input: ListManagedRuleSetsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1ListMobileSdkReleasesCommand: (
|
|
327
|
+
input: ListMobileSdkReleasesCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1ListRegexPatternSetsCommand: (
|
|
331
|
+
input: ListRegexPatternSetsCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1ListResourcesForWebACLCommand: (
|
|
335
|
+
input: ListResourcesForWebACLCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1ListRuleGroupsCommand: (
|
|
339
|
+
input: ListRuleGroupsCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
343
|
+
input: ListTagsForResourceCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1ListWebACLsCommand: (
|
|
347
|
+
input: ListWebACLsCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1PutLoggingConfigurationCommand: (
|
|
351
|
+
input: PutLoggingConfigurationCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1PutManagedRuleSetVersionsCommand: (
|
|
355
|
+
input: PutManagedRuleSetVersionsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1PutPermissionPolicyCommand: (
|
|
359
|
+
input: PutPermissionPolicyCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
363
|
+
input: TagResourceCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
367
|
+
input: UntagResourceCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1UpdateIPSetCommand: (
|
|
371
|
+
input: UpdateIPSetCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1UpdateManagedRuleSetVersionExpiryDateCommand: (
|
|
375
|
+
input: UpdateManagedRuleSetVersionExpiryDateCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1UpdateRegexPatternSetCommand: (
|
|
379
|
+
input: UpdateRegexPatternSetCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1UpdateRuleGroupCommand: (
|
|
383
|
+
input: UpdateRuleGroupCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1UpdateWebACLCommand: (
|
|
387
|
+
input: UpdateWebACLCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const deserializeAws_json1_1AssociateWebACLCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<AssociateWebACLCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1CheckCapacityCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<CheckCapacityCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1CreateIPSetCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<CreateIPSetCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1CreateRegexPatternSetCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<CreateRegexPatternSetCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1CreateRuleGroupCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<CreateRuleGroupCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1CreateWebACLCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<CreateWebACLCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_1DeleteFirewallManagerRuleGroupsCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_1DeleteIPSetCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<DeleteIPSetCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1DeleteLoggingConfigurationCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_1DeletePermissionPolicyCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<DeletePermissionPolicyCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_1DeleteRegexPatternSetCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<DeleteRegexPatternSetCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_1DeleteRuleGroupCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<DeleteRuleGroupCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_1DeleteWebACLCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<DeleteWebACLCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_1DescribeManagedRuleGroupCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<DescribeManagedRuleGroupCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1DisassociateWebACLCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<DisassociateWebACLCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_json1_1GenerateMobileSdkReleaseUrlCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_json1_1GetIPSetCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<GetIPSetCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_1GetLoggingConfigurationCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<GetLoggingConfigurationCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_1GetManagedRuleSetCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<GetManagedRuleSetCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_1GetMobileSdkReleaseCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<GetMobileSdkReleaseCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_1GetPermissionPolicyCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<GetPermissionPolicyCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_json1_1GetRateBasedStatementManagedKeysCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<GetRateBasedStatementManagedKeysCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_json1_1GetRegexPatternSetCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<GetRegexPatternSetCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_json1_1GetRuleGroupCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<GetRuleGroupCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_json1_1GetSampledRequestsCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<GetSampledRequestsCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_1GetWebACLCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<GetWebACLCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_1GetWebACLForResourceCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<GetWebACLForResourceCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_json1_1ListAvailableManagedRuleGroupsCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<ListAvailableManagedRuleGroupsCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_json1_1ListAvailableManagedRuleGroupVersionsCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_1ListIPSetsCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<ListIPSetsCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_1ListLoggingConfigurationsCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<ListLoggingConfigurationsCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1ListManagedRuleSetsCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<ListManagedRuleSetsCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1ListMobileSdkReleasesCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<ListMobileSdkReleasesCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1ListRegexPatternSetsCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<ListRegexPatternSetsCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1ListResourcesForWebACLCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<ListResourcesForWebACLCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1ListRuleGroupsCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<ListRuleGroupsCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1ListWebACLsCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<ListWebACLsCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1PutLoggingConfigurationCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<PutLoggingConfigurationCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1PutManagedRuleSetVersionsCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<PutManagedRuleSetVersionsCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1PutPermissionPolicyCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<PutPermissionPolicyCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<TagResourceCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1UpdateIPSetCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<UpdateIPSetCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1UpdateManagedRuleSetVersionExpiryDateCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1UpdateRegexPatternSetCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<UpdateRegexPatternSetCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_1UpdateRuleGroupCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<UpdateRuleGroupCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_1UpdateWebACLCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<UpdateWebACLCommandOutput>;
|