@aws-sdk/client-waf 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/WAF.d.ts +1313 -390
- package/dist-types/ts3.4/WAFClient.d.ts +565 -150
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +36 -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/DeleteRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +35 -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/GetPermissionPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +32 -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/GetSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +35 -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/ListRateBasedRulesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +39 -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/ListXssMatchSetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.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/UpdateByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- 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/WAFServiceException.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 +1929 -2235
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- 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,233 +1,929 @@
|
|
|
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
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
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
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
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
|
+
CreateByteMatchSetCommandInput,
|
|
8
|
+
CreateByteMatchSetCommandOutput,
|
|
9
|
+
} from "../commands/CreateByteMatchSetCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateGeoMatchSetCommandInput,
|
|
12
|
+
CreateGeoMatchSetCommandOutput,
|
|
13
|
+
} from "../commands/CreateGeoMatchSetCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateIPSetCommandInput,
|
|
16
|
+
CreateIPSetCommandOutput,
|
|
17
|
+
} from "../commands/CreateIPSetCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateRateBasedRuleCommandInput,
|
|
20
|
+
CreateRateBasedRuleCommandOutput,
|
|
21
|
+
} from "../commands/CreateRateBasedRuleCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateRegexMatchSetCommandInput,
|
|
24
|
+
CreateRegexMatchSetCommandOutput,
|
|
25
|
+
} from "../commands/CreateRegexMatchSetCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateRegexPatternSetCommandInput,
|
|
28
|
+
CreateRegexPatternSetCommandOutput,
|
|
29
|
+
} from "../commands/CreateRegexPatternSetCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateRuleCommandInput,
|
|
32
|
+
CreateRuleCommandOutput,
|
|
33
|
+
} from "../commands/CreateRuleCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateRuleGroupCommandInput,
|
|
36
|
+
CreateRuleGroupCommandOutput,
|
|
37
|
+
} from "../commands/CreateRuleGroupCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateSizeConstraintSetCommandInput,
|
|
40
|
+
CreateSizeConstraintSetCommandOutput,
|
|
41
|
+
} from "../commands/CreateSizeConstraintSetCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateSqlInjectionMatchSetCommandInput,
|
|
44
|
+
CreateSqlInjectionMatchSetCommandOutput,
|
|
45
|
+
} from "../commands/CreateSqlInjectionMatchSetCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateWebACLCommandInput,
|
|
48
|
+
CreateWebACLCommandOutput,
|
|
49
|
+
} from "../commands/CreateWebACLCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateWebACLMigrationStackCommandInput,
|
|
52
|
+
CreateWebACLMigrationStackCommandOutput,
|
|
53
|
+
} from "../commands/CreateWebACLMigrationStackCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateXssMatchSetCommandInput,
|
|
56
|
+
CreateXssMatchSetCommandOutput,
|
|
57
|
+
} from "../commands/CreateXssMatchSetCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteByteMatchSetCommandInput,
|
|
60
|
+
DeleteByteMatchSetCommandOutput,
|
|
61
|
+
} from "../commands/DeleteByteMatchSetCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteGeoMatchSetCommandInput,
|
|
64
|
+
DeleteGeoMatchSetCommandOutput,
|
|
65
|
+
} from "../commands/DeleteGeoMatchSetCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteIPSetCommandInput,
|
|
68
|
+
DeleteIPSetCommandOutput,
|
|
69
|
+
} from "../commands/DeleteIPSetCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteLoggingConfigurationCommandInput,
|
|
72
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
73
|
+
} from "../commands/DeleteLoggingConfigurationCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeletePermissionPolicyCommandInput,
|
|
76
|
+
DeletePermissionPolicyCommandOutput,
|
|
77
|
+
} from "../commands/DeletePermissionPolicyCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteRateBasedRuleCommandInput,
|
|
80
|
+
DeleteRateBasedRuleCommandOutput,
|
|
81
|
+
} from "../commands/DeleteRateBasedRuleCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteRegexMatchSetCommandInput,
|
|
84
|
+
DeleteRegexMatchSetCommandOutput,
|
|
85
|
+
} from "../commands/DeleteRegexMatchSetCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteRegexPatternSetCommandInput,
|
|
88
|
+
DeleteRegexPatternSetCommandOutput,
|
|
89
|
+
} from "../commands/DeleteRegexPatternSetCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteRuleCommandInput,
|
|
92
|
+
DeleteRuleCommandOutput,
|
|
93
|
+
} from "../commands/DeleteRuleCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteRuleGroupCommandInput,
|
|
96
|
+
DeleteRuleGroupCommandOutput,
|
|
97
|
+
} from "../commands/DeleteRuleGroupCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteSizeConstraintSetCommandInput,
|
|
100
|
+
DeleteSizeConstraintSetCommandOutput,
|
|
101
|
+
} from "../commands/DeleteSizeConstraintSetCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteSqlInjectionMatchSetCommandInput,
|
|
104
|
+
DeleteSqlInjectionMatchSetCommandOutput,
|
|
105
|
+
} from "../commands/DeleteSqlInjectionMatchSetCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteWebACLCommandInput,
|
|
108
|
+
DeleteWebACLCommandOutput,
|
|
109
|
+
} from "../commands/DeleteWebACLCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteXssMatchSetCommandInput,
|
|
112
|
+
DeleteXssMatchSetCommandOutput,
|
|
113
|
+
} from "../commands/DeleteXssMatchSetCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetByteMatchSetCommandInput,
|
|
116
|
+
GetByteMatchSetCommandOutput,
|
|
117
|
+
} from "../commands/GetByteMatchSetCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetChangeTokenCommandInput,
|
|
120
|
+
GetChangeTokenCommandOutput,
|
|
121
|
+
} from "../commands/GetChangeTokenCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetChangeTokenStatusCommandInput,
|
|
124
|
+
GetChangeTokenStatusCommandOutput,
|
|
125
|
+
} from "../commands/GetChangeTokenStatusCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetGeoMatchSetCommandInput,
|
|
128
|
+
GetGeoMatchSetCommandOutput,
|
|
129
|
+
} from "../commands/GetGeoMatchSetCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetIPSetCommandInput,
|
|
132
|
+
GetIPSetCommandOutput,
|
|
133
|
+
} from "../commands/GetIPSetCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetLoggingConfigurationCommandInput,
|
|
136
|
+
GetLoggingConfigurationCommandOutput,
|
|
137
|
+
} from "../commands/GetLoggingConfigurationCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetPermissionPolicyCommandInput,
|
|
140
|
+
GetPermissionPolicyCommandOutput,
|
|
141
|
+
} from "../commands/GetPermissionPolicyCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetRateBasedRuleCommandInput,
|
|
144
|
+
GetRateBasedRuleCommandOutput,
|
|
145
|
+
} from "../commands/GetRateBasedRuleCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetRateBasedRuleManagedKeysCommandInput,
|
|
148
|
+
GetRateBasedRuleManagedKeysCommandOutput,
|
|
149
|
+
} from "../commands/GetRateBasedRuleManagedKeysCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetRegexMatchSetCommandInput,
|
|
152
|
+
GetRegexMatchSetCommandOutput,
|
|
153
|
+
} from "../commands/GetRegexMatchSetCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetRegexPatternSetCommandInput,
|
|
156
|
+
GetRegexPatternSetCommandOutput,
|
|
157
|
+
} from "../commands/GetRegexPatternSetCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetRuleCommandInput,
|
|
160
|
+
GetRuleCommandOutput,
|
|
161
|
+
} from "../commands/GetRuleCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetRuleGroupCommandInput,
|
|
164
|
+
GetRuleGroupCommandOutput,
|
|
165
|
+
} from "../commands/GetRuleGroupCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetSampledRequestsCommandInput,
|
|
168
|
+
GetSampledRequestsCommandOutput,
|
|
169
|
+
} from "../commands/GetSampledRequestsCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetSizeConstraintSetCommandInput,
|
|
172
|
+
GetSizeConstraintSetCommandOutput,
|
|
173
|
+
} from "../commands/GetSizeConstraintSetCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetSqlInjectionMatchSetCommandInput,
|
|
176
|
+
GetSqlInjectionMatchSetCommandOutput,
|
|
177
|
+
} from "../commands/GetSqlInjectionMatchSetCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetWebACLCommandInput,
|
|
180
|
+
GetWebACLCommandOutput,
|
|
181
|
+
} from "../commands/GetWebACLCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetXssMatchSetCommandInput,
|
|
184
|
+
GetXssMatchSetCommandOutput,
|
|
185
|
+
} from "../commands/GetXssMatchSetCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListActivatedRulesInRuleGroupCommandInput,
|
|
188
|
+
ListActivatedRulesInRuleGroupCommandOutput,
|
|
189
|
+
} from "../commands/ListActivatedRulesInRuleGroupCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListByteMatchSetsCommandInput,
|
|
192
|
+
ListByteMatchSetsCommandOutput,
|
|
193
|
+
} from "../commands/ListByteMatchSetsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListGeoMatchSetsCommandInput,
|
|
196
|
+
ListGeoMatchSetsCommandOutput,
|
|
197
|
+
} from "../commands/ListGeoMatchSetsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListIPSetsCommandInput,
|
|
200
|
+
ListIPSetsCommandOutput,
|
|
201
|
+
} from "../commands/ListIPSetsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListLoggingConfigurationsCommandInput,
|
|
204
|
+
ListLoggingConfigurationsCommandOutput,
|
|
205
|
+
} from "../commands/ListLoggingConfigurationsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListRateBasedRulesCommandInput,
|
|
208
|
+
ListRateBasedRulesCommandOutput,
|
|
209
|
+
} from "../commands/ListRateBasedRulesCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListRegexMatchSetsCommandInput,
|
|
212
|
+
ListRegexMatchSetsCommandOutput,
|
|
213
|
+
} from "../commands/ListRegexMatchSetsCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListRegexPatternSetsCommandInput,
|
|
216
|
+
ListRegexPatternSetsCommandOutput,
|
|
217
|
+
} from "../commands/ListRegexPatternSetsCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListRuleGroupsCommandInput,
|
|
220
|
+
ListRuleGroupsCommandOutput,
|
|
221
|
+
} from "../commands/ListRuleGroupsCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListRulesCommandInput,
|
|
224
|
+
ListRulesCommandOutput,
|
|
225
|
+
} from "../commands/ListRulesCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListSizeConstraintSetsCommandInput,
|
|
228
|
+
ListSizeConstraintSetsCommandOutput,
|
|
229
|
+
} from "../commands/ListSizeConstraintSetsCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListSqlInjectionMatchSetsCommandInput,
|
|
232
|
+
ListSqlInjectionMatchSetsCommandOutput,
|
|
233
|
+
} from "../commands/ListSqlInjectionMatchSetsCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListSubscribedRuleGroupsCommandInput,
|
|
236
|
+
ListSubscribedRuleGroupsCommandOutput,
|
|
237
|
+
} from "../commands/ListSubscribedRuleGroupsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListTagsForResourceCommandInput,
|
|
240
|
+
ListTagsForResourceCommandOutput,
|
|
241
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListWebACLsCommandInput,
|
|
244
|
+
ListWebACLsCommandOutput,
|
|
245
|
+
} from "../commands/ListWebACLsCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListXssMatchSetsCommandInput,
|
|
248
|
+
ListXssMatchSetsCommandOutput,
|
|
249
|
+
} from "../commands/ListXssMatchSetsCommand";
|
|
250
|
+
import {
|
|
251
|
+
PutLoggingConfigurationCommandInput,
|
|
252
|
+
PutLoggingConfigurationCommandOutput,
|
|
253
|
+
} from "../commands/PutLoggingConfigurationCommand";
|
|
254
|
+
import {
|
|
255
|
+
PutPermissionPolicyCommandInput,
|
|
256
|
+
PutPermissionPolicyCommandOutput,
|
|
257
|
+
} from "../commands/PutPermissionPolicyCommand";
|
|
258
|
+
import {
|
|
259
|
+
TagResourceCommandInput,
|
|
260
|
+
TagResourceCommandOutput,
|
|
261
|
+
} from "../commands/TagResourceCommand";
|
|
262
|
+
import {
|
|
263
|
+
UntagResourceCommandInput,
|
|
264
|
+
UntagResourceCommandOutput,
|
|
265
|
+
} from "../commands/UntagResourceCommand";
|
|
266
|
+
import {
|
|
267
|
+
UpdateByteMatchSetCommandInput,
|
|
268
|
+
UpdateByteMatchSetCommandOutput,
|
|
269
|
+
} from "../commands/UpdateByteMatchSetCommand";
|
|
270
|
+
import {
|
|
271
|
+
UpdateGeoMatchSetCommandInput,
|
|
272
|
+
UpdateGeoMatchSetCommandOutput,
|
|
273
|
+
} from "../commands/UpdateGeoMatchSetCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateIPSetCommandInput,
|
|
276
|
+
UpdateIPSetCommandOutput,
|
|
277
|
+
} from "../commands/UpdateIPSetCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateRateBasedRuleCommandInput,
|
|
280
|
+
UpdateRateBasedRuleCommandOutput,
|
|
281
|
+
} from "../commands/UpdateRateBasedRuleCommand";
|
|
282
|
+
import {
|
|
283
|
+
UpdateRegexMatchSetCommandInput,
|
|
284
|
+
UpdateRegexMatchSetCommandOutput,
|
|
285
|
+
} from "../commands/UpdateRegexMatchSetCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateRegexPatternSetCommandInput,
|
|
288
|
+
UpdateRegexPatternSetCommandOutput,
|
|
289
|
+
} from "../commands/UpdateRegexPatternSetCommand";
|
|
290
|
+
import {
|
|
291
|
+
UpdateRuleCommandInput,
|
|
292
|
+
UpdateRuleCommandOutput,
|
|
293
|
+
} from "../commands/UpdateRuleCommand";
|
|
294
|
+
import {
|
|
295
|
+
UpdateRuleGroupCommandInput,
|
|
296
|
+
UpdateRuleGroupCommandOutput,
|
|
297
|
+
} from "../commands/UpdateRuleGroupCommand";
|
|
298
|
+
import {
|
|
299
|
+
UpdateSizeConstraintSetCommandInput,
|
|
300
|
+
UpdateSizeConstraintSetCommandOutput,
|
|
301
|
+
} from "../commands/UpdateSizeConstraintSetCommand";
|
|
302
|
+
import {
|
|
303
|
+
UpdateSqlInjectionMatchSetCommandInput,
|
|
304
|
+
UpdateSqlInjectionMatchSetCommandOutput,
|
|
305
|
+
} from "../commands/UpdateSqlInjectionMatchSetCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdateWebACLCommandInput,
|
|
308
|
+
UpdateWebACLCommandOutput,
|
|
309
|
+
} from "../commands/UpdateWebACLCommand";
|
|
310
|
+
import {
|
|
311
|
+
UpdateXssMatchSetCommandInput,
|
|
312
|
+
UpdateXssMatchSetCommandOutput,
|
|
313
|
+
} from "../commands/UpdateXssMatchSetCommand";
|
|
314
|
+
export declare const serializeAws_json1_1CreateByteMatchSetCommand: (
|
|
315
|
+
input: CreateByteMatchSetCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1CreateGeoMatchSetCommand: (
|
|
319
|
+
input: CreateGeoMatchSetCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1CreateIPSetCommand: (
|
|
323
|
+
input: CreateIPSetCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1CreateRateBasedRuleCommand: (
|
|
327
|
+
input: CreateRateBasedRuleCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1CreateRegexMatchSetCommand: (
|
|
331
|
+
input: CreateRegexMatchSetCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1CreateRegexPatternSetCommand: (
|
|
335
|
+
input: CreateRegexPatternSetCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1CreateRuleCommand: (
|
|
339
|
+
input: CreateRuleCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1CreateRuleGroupCommand: (
|
|
343
|
+
input: CreateRuleGroupCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1CreateSizeConstraintSetCommand: (
|
|
347
|
+
input: CreateSizeConstraintSetCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1CreateSqlInjectionMatchSetCommand: (
|
|
351
|
+
input: CreateSqlInjectionMatchSetCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1CreateWebACLCommand: (
|
|
355
|
+
input: CreateWebACLCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1CreateWebACLMigrationStackCommand: (
|
|
359
|
+
input: CreateWebACLMigrationStackCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1CreateXssMatchSetCommand: (
|
|
363
|
+
input: CreateXssMatchSetCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1DeleteByteMatchSetCommand: (
|
|
367
|
+
input: DeleteByteMatchSetCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1DeleteGeoMatchSetCommand: (
|
|
371
|
+
input: DeleteGeoMatchSetCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1DeleteIPSetCommand: (
|
|
375
|
+
input: DeleteIPSetCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1DeleteLoggingConfigurationCommand: (
|
|
379
|
+
input: DeleteLoggingConfigurationCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1DeletePermissionPolicyCommand: (
|
|
383
|
+
input: DeletePermissionPolicyCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1DeleteRateBasedRuleCommand: (
|
|
387
|
+
input: DeleteRateBasedRuleCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_1DeleteRegexMatchSetCommand: (
|
|
391
|
+
input: DeleteRegexMatchSetCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_1DeleteRegexPatternSetCommand: (
|
|
395
|
+
input: DeleteRegexPatternSetCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_1DeleteRuleCommand: (
|
|
399
|
+
input: DeleteRuleCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_1DeleteRuleGroupCommand: (
|
|
403
|
+
input: DeleteRuleGroupCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1DeleteSizeConstraintSetCommand: (
|
|
407
|
+
input: DeleteSizeConstraintSetCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_1DeleteSqlInjectionMatchSetCommand: (
|
|
411
|
+
input: DeleteSqlInjectionMatchSetCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_1DeleteWebACLCommand: (
|
|
415
|
+
input: DeleteWebACLCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_1DeleteXssMatchSetCommand: (
|
|
419
|
+
input: DeleteXssMatchSetCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_json1_1GetByteMatchSetCommand: (
|
|
423
|
+
input: GetByteMatchSetCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_json1_1GetChangeTokenCommand: (
|
|
427
|
+
input: GetChangeTokenCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_json1_1GetChangeTokenStatusCommand: (
|
|
431
|
+
input: GetChangeTokenStatusCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_json1_1GetGeoMatchSetCommand: (
|
|
435
|
+
input: GetGeoMatchSetCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_json1_1GetIPSetCommand: (
|
|
439
|
+
input: GetIPSetCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_1GetLoggingConfigurationCommand: (
|
|
443
|
+
input: GetLoggingConfigurationCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_json1_1GetPermissionPolicyCommand: (
|
|
447
|
+
input: GetPermissionPolicyCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_json1_1GetRateBasedRuleCommand: (
|
|
451
|
+
input: GetRateBasedRuleCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_json1_1GetRateBasedRuleManagedKeysCommand: (
|
|
455
|
+
input: GetRateBasedRuleManagedKeysCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_json1_1GetRegexMatchSetCommand: (
|
|
459
|
+
input: GetRegexMatchSetCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_json1_1GetRegexPatternSetCommand: (
|
|
463
|
+
input: GetRegexPatternSetCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_json1_1GetRuleCommand: (
|
|
467
|
+
input: GetRuleCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_json1_1GetRuleGroupCommand: (
|
|
471
|
+
input: GetRuleGroupCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_json1_1GetSampledRequestsCommand: (
|
|
475
|
+
input: GetSampledRequestsCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_json1_1GetSizeConstraintSetCommand: (
|
|
479
|
+
input: GetSizeConstraintSetCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_json1_1GetSqlInjectionMatchSetCommand: (
|
|
483
|
+
input: GetSqlInjectionMatchSetCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_json1_1GetWebACLCommand: (
|
|
487
|
+
input: GetWebACLCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_json1_1GetXssMatchSetCommand: (
|
|
491
|
+
input: GetXssMatchSetCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_json1_1ListActivatedRulesInRuleGroupCommand: (
|
|
495
|
+
input: ListActivatedRulesInRuleGroupCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_json1_1ListByteMatchSetsCommand: (
|
|
499
|
+
input: ListByteMatchSetsCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_json1_1ListGeoMatchSetsCommand: (
|
|
503
|
+
input: ListGeoMatchSetsCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_json1_1ListIPSetsCommand: (
|
|
507
|
+
input: ListIPSetsCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_json1_1ListLoggingConfigurationsCommand: (
|
|
511
|
+
input: ListLoggingConfigurationsCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_json1_1ListRateBasedRulesCommand: (
|
|
515
|
+
input: ListRateBasedRulesCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_json1_1ListRegexMatchSetsCommand: (
|
|
519
|
+
input: ListRegexMatchSetsCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_json1_1ListRegexPatternSetsCommand: (
|
|
523
|
+
input: ListRegexPatternSetsCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_json1_1ListRuleGroupsCommand: (
|
|
527
|
+
input: ListRuleGroupsCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_json1_1ListRulesCommand: (
|
|
531
|
+
input: ListRulesCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const serializeAws_json1_1ListSizeConstraintSetsCommand: (
|
|
535
|
+
input: ListSizeConstraintSetsCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const serializeAws_json1_1ListSqlInjectionMatchSetsCommand: (
|
|
539
|
+
input: ListSqlInjectionMatchSetsCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const serializeAws_json1_1ListSubscribedRuleGroupsCommand: (
|
|
543
|
+
input: ListSubscribedRuleGroupsCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
547
|
+
input: ListTagsForResourceCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_json1_1ListWebACLsCommand: (
|
|
551
|
+
input: ListWebACLsCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_json1_1ListXssMatchSetsCommand: (
|
|
555
|
+
input: ListXssMatchSetsCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_json1_1PutLoggingConfigurationCommand: (
|
|
559
|
+
input: PutLoggingConfigurationCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_json1_1PutPermissionPolicyCommand: (
|
|
563
|
+
input: PutPermissionPolicyCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
567
|
+
input: TagResourceCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
571
|
+
input: UntagResourceCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const serializeAws_json1_1UpdateByteMatchSetCommand: (
|
|
575
|
+
input: UpdateByteMatchSetCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const serializeAws_json1_1UpdateGeoMatchSetCommand: (
|
|
579
|
+
input: UpdateGeoMatchSetCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const serializeAws_json1_1UpdateIPSetCommand: (
|
|
583
|
+
input: UpdateIPSetCommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const serializeAws_json1_1UpdateRateBasedRuleCommand: (
|
|
587
|
+
input: UpdateRateBasedRuleCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const serializeAws_json1_1UpdateRegexMatchSetCommand: (
|
|
591
|
+
input: UpdateRegexMatchSetCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const serializeAws_json1_1UpdateRegexPatternSetCommand: (
|
|
595
|
+
input: UpdateRegexPatternSetCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const serializeAws_json1_1UpdateRuleCommand: (
|
|
599
|
+
input: UpdateRuleCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const serializeAws_json1_1UpdateRuleGroupCommand: (
|
|
603
|
+
input: UpdateRuleGroupCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const serializeAws_json1_1UpdateSizeConstraintSetCommand: (
|
|
607
|
+
input: UpdateSizeConstraintSetCommandInput,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const serializeAws_json1_1UpdateSqlInjectionMatchSetCommand: (
|
|
611
|
+
input: UpdateSqlInjectionMatchSetCommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const serializeAws_json1_1UpdateWebACLCommand: (
|
|
615
|
+
input: UpdateWebACLCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const serializeAws_json1_1UpdateXssMatchSetCommand: (
|
|
619
|
+
input: UpdateXssMatchSetCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const deserializeAws_json1_1CreateByteMatchSetCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<CreateByteMatchSetCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_1CreateGeoMatchSetCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<CreateGeoMatchSetCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_json1_1CreateIPSetCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<CreateIPSetCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_1CreateRateBasedRuleCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<CreateRateBasedRuleCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_json1_1CreateRegexMatchSetCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<CreateRegexMatchSetCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_json1_1CreateRegexPatternSetCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<CreateRegexPatternSetCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_json1_1CreateRuleCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<CreateRuleCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_json1_1CreateRuleGroupCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<CreateRuleGroupCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_json1_1CreateSizeConstraintSetCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<CreateSizeConstraintSetCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_json1_1CreateSqlInjectionMatchSetCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<CreateSqlInjectionMatchSetCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_json1_1CreateWebACLCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<CreateWebACLCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_json1_1CreateWebACLMigrationStackCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<CreateWebACLMigrationStackCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_json1_1CreateXssMatchSetCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<CreateXssMatchSetCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_1DeleteByteMatchSetCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<DeleteByteMatchSetCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_json1_1DeleteGeoMatchSetCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<DeleteGeoMatchSetCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_json1_1DeleteIPSetCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<DeleteIPSetCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_json1_1DeleteLoggingConfigurationCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_json1_1DeletePermissionPolicyCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<DeletePermissionPolicyCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_json1_1DeleteRateBasedRuleCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<DeleteRateBasedRuleCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_json1_1DeleteRegexMatchSetCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<DeleteRegexMatchSetCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_json1_1DeleteRegexPatternSetCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<DeleteRegexPatternSetCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_json1_1DeleteRuleCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<DeleteRuleCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_json1_1DeleteRuleGroupCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<DeleteRuleGroupCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_json1_1DeleteSizeConstraintSetCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<DeleteSizeConstraintSetCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_json1_1DeleteSqlInjectionMatchSetCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<DeleteSqlInjectionMatchSetCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_json1_1DeleteWebACLCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<DeleteWebACLCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_json1_1DeleteXssMatchSetCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<DeleteXssMatchSetCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_json1_1GetByteMatchSetCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<GetByteMatchSetCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_json1_1GetChangeTokenCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<GetChangeTokenCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_json1_1GetChangeTokenStatusCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<GetChangeTokenStatusCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_json1_1GetGeoMatchSetCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<GetGeoMatchSetCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_json1_1GetIPSetCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<GetIPSetCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_json1_1GetLoggingConfigurationCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<GetLoggingConfigurationCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_json1_1GetPermissionPolicyCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<GetPermissionPolicyCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_json1_1GetRateBasedRuleCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<GetRateBasedRuleCommandOutput>;
|
|
762
|
+
export declare const deserializeAws_json1_1GetRateBasedRuleManagedKeysCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<GetRateBasedRuleManagedKeysCommandOutput>;
|
|
766
|
+
export declare const deserializeAws_json1_1GetRegexMatchSetCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<GetRegexMatchSetCommandOutput>;
|
|
770
|
+
export declare const deserializeAws_json1_1GetRegexPatternSetCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<GetRegexPatternSetCommandOutput>;
|
|
774
|
+
export declare const deserializeAws_json1_1GetRuleCommand: (
|
|
775
|
+
output: __HttpResponse,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<GetRuleCommandOutput>;
|
|
778
|
+
export declare const deserializeAws_json1_1GetRuleGroupCommand: (
|
|
779
|
+
output: __HttpResponse,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<GetRuleGroupCommandOutput>;
|
|
782
|
+
export declare const deserializeAws_json1_1GetSampledRequestsCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<GetSampledRequestsCommandOutput>;
|
|
786
|
+
export declare const deserializeAws_json1_1GetSizeConstraintSetCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<GetSizeConstraintSetCommandOutput>;
|
|
790
|
+
export declare const deserializeAws_json1_1GetSqlInjectionMatchSetCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<GetSqlInjectionMatchSetCommandOutput>;
|
|
794
|
+
export declare const deserializeAws_json1_1GetWebACLCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<GetWebACLCommandOutput>;
|
|
798
|
+
export declare const deserializeAws_json1_1GetXssMatchSetCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<GetXssMatchSetCommandOutput>;
|
|
802
|
+
export declare const deserializeAws_json1_1ListActivatedRulesInRuleGroupCommand: (
|
|
803
|
+
output: __HttpResponse,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<ListActivatedRulesInRuleGroupCommandOutput>;
|
|
806
|
+
export declare const deserializeAws_json1_1ListByteMatchSetsCommand: (
|
|
807
|
+
output: __HttpResponse,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<ListByteMatchSetsCommandOutput>;
|
|
810
|
+
export declare const deserializeAws_json1_1ListGeoMatchSetsCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<ListGeoMatchSetsCommandOutput>;
|
|
814
|
+
export declare const deserializeAws_json1_1ListIPSetsCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<ListIPSetsCommandOutput>;
|
|
818
|
+
export declare const deserializeAws_json1_1ListLoggingConfigurationsCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<ListLoggingConfigurationsCommandOutput>;
|
|
822
|
+
export declare const deserializeAws_json1_1ListRateBasedRulesCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<ListRateBasedRulesCommandOutput>;
|
|
826
|
+
export declare const deserializeAws_json1_1ListRegexMatchSetsCommand: (
|
|
827
|
+
output: __HttpResponse,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<ListRegexMatchSetsCommandOutput>;
|
|
830
|
+
export declare const deserializeAws_json1_1ListRegexPatternSetsCommand: (
|
|
831
|
+
output: __HttpResponse,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<ListRegexPatternSetsCommandOutput>;
|
|
834
|
+
export declare const deserializeAws_json1_1ListRuleGroupsCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<ListRuleGroupsCommandOutput>;
|
|
838
|
+
export declare const deserializeAws_json1_1ListRulesCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<ListRulesCommandOutput>;
|
|
842
|
+
export declare const deserializeAws_json1_1ListSizeConstraintSetsCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<ListSizeConstraintSetsCommandOutput>;
|
|
846
|
+
export declare const deserializeAws_json1_1ListSqlInjectionMatchSetsCommand: (
|
|
847
|
+
output: __HttpResponse,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<ListSqlInjectionMatchSetsCommandOutput>;
|
|
850
|
+
export declare const deserializeAws_json1_1ListSubscribedRuleGroupsCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<ListSubscribedRuleGroupsCommandOutput>;
|
|
854
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
858
|
+
export declare const deserializeAws_json1_1ListWebACLsCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<ListWebACLsCommandOutput>;
|
|
862
|
+
export declare const deserializeAws_json1_1ListXssMatchSetsCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<ListXssMatchSetsCommandOutput>;
|
|
866
|
+
export declare const deserializeAws_json1_1PutLoggingConfigurationCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<PutLoggingConfigurationCommandOutput>;
|
|
870
|
+
export declare const deserializeAws_json1_1PutPermissionPolicyCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<PutPermissionPolicyCommandOutput>;
|
|
874
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<TagResourceCommandOutput>;
|
|
878
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
882
|
+
export declare const deserializeAws_json1_1UpdateByteMatchSetCommand: (
|
|
883
|
+
output: __HttpResponse,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<UpdateByteMatchSetCommandOutput>;
|
|
886
|
+
export declare const deserializeAws_json1_1UpdateGeoMatchSetCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<UpdateGeoMatchSetCommandOutput>;
|
|
890
|
+
export declare const deserializeAws_json1_1UpdateIPSetCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<UpdateIPSetCommandOutput>;
|
|
894
|
+
export declare const deserializeAws_json1_1UpdateRateBasedRuleCommand: (
|
|
895
|
+
output: __HttpResponse,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<UpdateRateBasedRuleCommandOutput>;
|
|
898
|
+
export declare const deserializeAws_json1_1UpdateRegexMatchSetCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<UpdateRegexMatchSetCommandOutput>;
|
|
902
|
+
export declare const deserializeAws_json1_1UpdateRegexPatternSetCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<UpdateRegexPatternSetCommandOutput>;
|
|
906
|
+
export declare const deserializeAws_json1_1UpdateRuleCommand: (
|
|
907
|
+
output: __HttpResponse,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<UpdateRuleCommandOutput>;
|
|
910
|
+
export declare const deserializeAws_json1_1UpdateRuleGroupCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<UpdateRuleGroupCommandOutput>;
|
|
914
|
+
export declare const deserializeAws_json1_1UpdateSizeConstraintSetCommand: (
|
|
915
|
+
output: __HttpResponse,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<UpdateSizeConstraintSetCommandOutput>;
|
|
918
|
+
export declare const deserializeAws_json1_1UpdateSqlInjectionMatchSetCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<UpdateSqlInjectionMatchSetCommandOutput>;
|
|
922
|
+
export declare const deserializeAws_json1_1UpdateWebACLCommand: (
|
|
923
|
+
output: __HttpResponse,
|
|
924
|
+
context: __SerdeContext
|
|
925
|
+
) => Promise<UpdateWebACLCommandOutput>;
|
|
926
|
+
export declare const deserializeAws_json1_1UpdateXssMatchSetCommand: (
|
|
927
|
+
output: __HttpResponse,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<UpdateXssMatchSetCommandOutput>;
|