@aws-sdk/client-wafv2 3.422.0 → 3.423.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.
Files changed (71) hide show
  1. package/dist-types/ts3.4/WAFV2.d.ts +918 -438
  2. package/dist-types/ts3.4/WAFV2Client.d.ts +436 -277
  3. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +38 -118
  4. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +38 -1093
  5. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +35 -115
  6. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +35 -144
  7. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +42 -143
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +38 -1116
  9. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +35 -1145
  10. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +42 -115
  11. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +35 -124
  12. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +42 -110
  13. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +42 -103
  14. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +42 -124
  15. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +38 -124
  16. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +35 -158
  17. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +42 -92
  18. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +42 -114
  19. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +42 -191
  20. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +39 -109
  21. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +42 -110
  22. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +39 -112
  23. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +35 -119
  24. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +42 -192
  25. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +39 -131
  26. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +39 -121
  27. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +39 -105
  28. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +42 -142
  29. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +39 -120
  30. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +35 -1088
  31. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +39 -168
  32. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +35 -1283
  33. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +42 -1286
  34. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +35 -121
  35. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +42 -118
  36. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +42 -113
  37. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +35 -113
  38. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +42 -191
  39. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +39 -117
  40. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +42 -112
  41. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +42 -113
  42. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +42 -112
  43. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +38 -113
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -132
  45. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +35 -113
  46. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +42 -345
  47. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +42 -133
  48. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +39 -145
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -131
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -118
  51. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +35 -146
  52. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +42 -125
  53. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +42 -148
  54. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +38 -1128
  55. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +35 -1146
  56. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -22
  58. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -5
  59. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
  60. package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -8
  61. package/dist-types/ts3.4/index.d.ts +6 -68
  62. package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +8 -13
  63. package/dist-types/ts3.4/models/index.d.ts +1 -1
  64. package/dist-types/ts3.4/models/models_0.d.ts +1764 -7951
  65. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +641 -479
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -46
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +97 -46
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -45
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -19
  70. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -17
  71. package/package.json +3 -3
@@ -1,479 +1,641 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "../commands/AssociateWebACLCommand";
4
- import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "../commands/CheckCapacityCommand";
5
- import { CreateAPIKeyCommandInput, CreateAPIKeyCommandOutput } from "../commands/CreateAPIKeyCommand";
6
- import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "../commands/CreateIPSetCommand";
7
- import { CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput } from "../commands/CreateRegexPatternSetCommand";
8
- import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "../commands/CreateRuleGroupCommand";
9
- import { CreateWebACLCommandInput, CreateWebACLCommandOutput } from "../commands/CreateWebACLCommand";
10
- import { DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput } from "../commands/DeleteFirewallManagerRuleGroupsCommand";
11
- import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "../commands/DeleteIPSetCommand";
12
- import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "../commands/DeleteLoggingConfigurationCommand";
13
- import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput } from "../commands/DeletePermissionPolicyCommand";
14
- import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "../commands/DeleteRegexPatternSetCommand";
15
- import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "../commands/DeleteRuleGroupCommand";
16
- import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "../commands/DeleteWebACLCommand";
17
- import { DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput } from "../commands/DescribeAllManagedProductsCommand";
18
- import { DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput } from "../commands/DescribeManagedProductsByVendorCommand";
19
- import { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "../commands/DescribeManagedRuleGroupCommand";
20
- import { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "../commands/DisassociateWebACLCommand";
21
- import { GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput } from "../commands/GenerateMobileSdkReleaseUrlCommand";
22
- import { GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput } from "../commands/GetDecryptedAPIKeyCommand";
23
- import { GetIPSetCommandInput, GetIPSetCommandOutput } from "../commands/GetIPSetCommand";
24
- import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "../commands/GetLoggingConfigurationCommand";
25
- import { GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput } from "../commands/GetManagedRuleSetCommand";
26
- import { GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput } from "../commands/GetMobileSdkReleaseCommand";
27
- import { GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput } from "../commands/GetPermissionPolicyCommand";
28
- import { GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput } from "../commands/GetRateBasedStatementManagedKeysCommand";
29
- import { GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput } from "../commands/GetRegexPatternSetCommand";
30
- import { GetRuleGroupCommandInput, GetRuleGroupCommandOutput } from "../commands/GetRuleGroupCommand";
31
- import { GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput } from "../commands/GetSampledRequestsCommand";
32
- import { GetWebACLCommandInput, GetWebACLCommandOutput } from "../commands/GetWebACLCommand";
33
- import { GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput } from "../commands/GetWebACLForResourceCommand";
34
- import { ListAPIKeysCommandInput, ListAPIKeysCommandOutput } from "../commands/ListAPIKeysCommand";
35
- import { ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput } from "../commands/ListAvailableManagedRuleGroupsCommand";
36
- import { ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput } from "../commands/ListAvailableManagedRuleGroupVersionsCommand";
37
- import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand";
38
- import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "../commands/ListLoggingConfigurationsCommand";
39
- import { ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput } from "../commands/ListManagedRuleSetsCommand";
40
- import { ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput } from "../commands/ListMobileSdkReleasesCommand";
41
- import { ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput } from "../commands/ListRegexPatternSetsCommand";
42
- import { ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput } from "../commands/ListResourcesForWebACLCommand";
43
- import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "../commands/ListRuleGroupsCommand";
44
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
45
- import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "../commands/ListWebACLsCommand";
46
- import { PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput } from "../commands/PutLoggingConfigurationCommand";
47
- import { PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput } from "../commands/PutManagedRuleSetVersionsCommand";
48
- import { PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput } from "../commands/PutPermissionPolicyCommand";
49
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
50
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
51
- import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "../commands/UpdateIPSetCommand";
52
- import { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput } from "../commands/UpdateManagedRuleSetVersionExpiryDateCommand";
53
- import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "../commands/UpdateRegexPatternSetCommand";
54
- import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "../commands/UpdateRuleGroupCommand";
55
- import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "../commands/UpdateWebACLCommand";
56
- /**
57
- * serializeAws_json1_1AssociateWebACLCommand
58
- */
59
- export declare const se_AssociateWebACLCommand: (input: AssociateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_1CheckCapacityCommand
62
- */
63
- export declare const se_CheckCapacityCommand: (input: CheckCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_1CreateAPIKeyCommand
66
- */
67
- export declare const se_CreateAPIKeyCommand: (input: CreateAPIKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_1CreateIPSetCommand
70
- */
71
- export declare const se_CreateIPSetCommand: (input: CreateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_1CreateRegexPatternSetCommand
74
- */
75
- export declare const se_CreateRegexPatternSetCommand: (input: CreateRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_1CreateRuleGroupCommand
78
- */
79
- export declare const se_CreateRuleGroupCommand: (input: CreateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_1CreateWebACLCommand
82
- */
83
- export declare const se_CreateWebACLCommand: (input: CreateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_1DeleteFirewallManagerRuleGroupsCommand
86
- */
87
- export declare const se_DeleteFirewallManagerRuleGroupsCommand: (input: DeleteFirewallManagerRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_1DeleteIPSetCommand
90
- */
91
- export declare const se_DeleteIPSetCommand: (input: DeleteIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_1DeleteLoggingConfigurationCommand
94
- */
95
- export declare const se_DeleteLoggingConfigurationCommand: (input: DeleteLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_1DeletePermissionPolicyCommand
98
- */
99
- export declare const se_DeletePermissionPolicyCommand: (input: DeletePermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_1DeleteRegexPatternSetCommand
102
- */
103
- export declare const se_DeleteRegexPatternSetCommand: (input: DeleteRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_1DeleteRuleGroupCommand
106
- */
107
- export declare const se_DeleteRuleGroupCommand: (input: DeleteRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_1DeleteWebACLCommand
110
- */
111
- export declare const se_DeleteWebACLCommand: (input: DeleteWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_1DescribeAllManagedProductsCommand
114
- */
115
- export declare const se_DescribeAllManagedProductsCommand: (input: DescribeAllManagedProductsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_1DescribeManagedProductsByVendorCommand
118
- */
119
- export declare const se_DescribeManagedProductsByVendorCommand: (input: DescribeManagedProductsByVendorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_1DescribeManagedRuleGroupCommand
122
- */
123
- export declare const se_DescribeManagedRuleGroupCommand: (input: DescribeManagedRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_1DisassociateWebACLCommand
126
- */
127
- export declare const se_DisassociateWebACLCommand: (input: DisassociateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_1GenerateMobileSdkReleaseUrlCommand
130
- */
131
- export declare const se_GenerateMobileSdkReleaseUrlCommand: (input: GenerateMobileSdkReleaseUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_1GetDecryptedAPIKeyCommand
134
- */
135
- export declare const se_GetDecryptedAPIKeyCommand: (input: GetDecryptedAPIKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_1GetIPSetCommand
138
- */
139
- export declare const se_GetIPSetCommand: (input: GetIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_1GetLoggingConfigurationCommand
142
- */
143
- export declare const se_GetLoggingConfigurationCommand: (input: GetLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_1GetManagedRuleSetCommand
146
- */
147
- export declare const se_GetManagedRuleSetCommand: (input: GetManagedRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_1GetMobileSdkReleaseCommand
150
- */
151
- export declare const se_GetMobileSdkReleaseCommand: (input: GetMobileSdkReleaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_1GetPermissionPolicyCommand
154
- */
155
- export declare const se_GetPermissionPolicyCommand: (input: GetPermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_1GetRateBasedStatementManagedKeysCommand
158
- */
159
- export declare const se_GetRateBasedStatementManagedKeysCommand: (input: GetRateBasedStatementManagedKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_1GetRegexPatternSetCommand
162
- */
163
- export declare const se_GetRegexPatternSetCommand: (input: GetRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_1GetRuleGroupCommand
166
- */
167
- export declare const se_GetRuleGroupCommand: (input: GetRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_1GetSampledRequestsCommand
170
- */
171
- export declare const se_GetSampledRequestsCommand: (input: GetSampledRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_1GetWebACLCommand
174
- */
175
- export declare const se_GetWebACLCommand: (input: GetWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_1GetWebACLForResourceCommand
178
- */
179
- export declare const se_GetWebACLForResourceCommand: (input: GetWebACLForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_1ListAPIKeysCommand
182
- */
183
- export declare const se_ListAPIKeysCommand: (input: ListAPIKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_1ListAvailableManagedRuleGroupsCommand
186
- */
187
- export declare const se_ListAvailableManagedRuleGroupsCommand: (input: ListAvailableManagedRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_1ListAvailableManagedRuleGroupVersionsCommand
190
- */
191
- export declare const se_ListAvailableManagedRuleGroupVersionsCommand: (input: ListAvailableManagedRuleGroupVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_1ListIPSetsCommand
194
- */
195
- export declare const se_ListIPSetsCommand: (input: ListIPSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_1ListLoggingConfigurationsCommand
198
- */
199
- export declare const se_ListLoggingConfigurationsCommand: (input: ListLoggingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_1ListManagedRuleSetsCommand
202
- */
203
- export declare const se_ListManagedRuleSetsCommand: (input: ListManagedRuleSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_1ListMobileSdkReleasesCommand
206
- */
207
- export declare const se_ListMobileSdkReleasesCommand: (input: ListMobileSdkReleasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_json1_1ListRegexPatternSetsCommand
210
- */
211
- export declare const se_ListRegexPatternSetsCommand: (input: ListRegexPatternSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_json1_1ListResourcesForWebACLCommand
214
- */
215
- export declare const se_ListResourcesForWebACLCommand: (input: ListResourcesForWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_json1_1ListRuleGroupsCommand
218
- */
219
- export declare const se_ListRuleGroupsCommand: (input: ListRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_json1_1ListTagsForResourceCommand
222
- */
223
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_1ListWebACLsCommand
226
- */
227
- export declare const se_ListWebACLsCommand: (input: ListWebACLsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_1PutLoggingConfigurationCommand
230
- */
231
- export declare const se_PutLoggingConfigurationCommand: (input: PutLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_1PutManagedRuleSetVersionsCommand
234
- */
235
- export declare const se_PutManagedRuleSetVersionsCommand: (input: PutManagedRuleSetVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_1PutPermissionPolicyCommand
238
- */
239
- export declare const se_PutPermissionPolicyCommand: (input: PutPermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_json1_1TagResourceCommand
242
- */
243
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_json1_1UntagResourceCommand
246
- */
247
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_json1_1UpdateIPSetCommand
250
- */
251
- export declare const se_UpdateIPSetCommand: (input: UpdateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_json1_1UpdateManagedRuleSetVersionExpiryDateCommand
254
- */
255
- export declare const se_UpdateManagedRuleSetVersionExpiryDateCommand: (input: UpdateManagedRuleSetVersionExpiryDateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_json1_1UpdateRegexPatternSetCommand
258
- */
259
- export declare const se_UpdateRegexPatternSetCommand: (input: UpdateRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_json1_1UpdateRuleGroupCommand
262
- */
263
- export declare const se_UpdateRuleGroupCommand: (input: UpdateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_json1_1UpdateWebACLCommand
266
- */
267
- export declare const se_UpdateWebACLCommand: (input: UpdateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * deserializeAws_json1_1AssociateWebACLCommand
270
- */
271
- export declare const de_AssociateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWebACLCommandOutput>;
272
- /**
273
- * deserializeAws_json1_1CheckCapacityCommand
274
- */
275
- export declare const de_CheckCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckCapacityCommandOutput>;
276
- /**
277
- * deserializeAws_json1_1CreateAPIKeyCommand
278
- */
279
- export declare const de_CreateAPIKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAPIKeyCommandOutput>;
280
- /**
281
- * deserializeAws_json1_1CreateIPSetCommand
282
- */
283
- export declare const de_CreateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIPSetCommandOutput>;
284
- /**
285
- * deserializeAws_json1_1CreateRegexPatternSetCommand
286
- */
287
- export declare const de_CreateRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRegexPatternSetCommandOutput>;
288
- /**
289
- * deserializeAws_json1_1CreateRuleGroupCommand
290
- */
291
- export declare const de_CreateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleGroupCommandOutput>;
292
- /**
293
- * deserializeAws_json1_1CreateWebACLCommand
294
- */
295
- export declare const de_CreateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebACLCommandOutput>;
296
- /**
297
- * deserializeAws_json1_1DeleteFirewallManagerRuleGroupsCommand
298
- */
299
- export declare const de_DeleteFirewallManagerRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
300
- /**
301
- * deserializeAws_json1_1DeleteIPSetCommand
302
- */
303
- export declare const de_DeleteIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIPSetCommandOutput>;
304
- /**
305
- * deserializeAws_json1_1DeleteLoggingConfigurationCommand
306
- */
307
- export declare const de_DeleteLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggingConfigurationCommandOutput>;
308
- /**
309
- * deserializeAws_json1_1DeletePermissionPolicyCommand
310
- */
311
- export declare const de_DeletePermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePermissionPolicyCommandOutput>;
312
- /**
313
- * deserializeAws_json1_1DeleteRegexPatternSetCommand
314
- */
315
- export declare const de_DeleteRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegexPatternSetCommandOutput>;
316
- /**
317
- * deserializeAws_json1_1DeleteRuleGroupCommand
318
- */
319
- export declare const de_DeleteRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleGroupCommandOutput>;
320
- /**
321
- * deserializeAws_json1_1DeleteWebACLCommand
322
- */
323
- export declare const de_DeleteWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebACLCommandOutput>;
324
- /**
325
- * deserializeAws_json1_1DescribeAllManagedProductsCommand
326
- */
327
- export declare const de_DescribeAllManagedProductsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAllManagedProductsCommandOutput>;
328
- /**
329
- * deserializeAws_json1_1DescribeManagedProductsByVendorCommand
330
- */
331
- export declare const de_DescribeManagedProductsByVendorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedProductsByVendorCommandOutput>;
332
- /**
333
- * deserializeAws_json1_1DescribeManagedRuleGroupCommand
334
- */
335
- export declare const de_DescribeManagedRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedRuleGroupCommandOutput>;
336
- /**
337
- * deserializeAws_json1_1DisassociateWebACLCommand
338
- */
339
- export declare const de_DisassociateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWebACLCommandOutput>;
340
- /**
341
- * deserializeAws_json1_1GenerateMobileSdkReleaseUrlCommand
342
- */
343
- export declare const de_GenerateMobileSdkReleaseUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
344
- /**
345
- * deserializeAws_json1_1GetDecryptedAPIKeyCommand
346
- */
347
- export declare const de_GetDecryptedAPIKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDecryptedAPIKeyCommandOutput>;
348
- /**
349
- * deserializeAws_json1_1GetIPSetCommand
350
- */
351
- export declare const de_GetIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIPSetCommandOutput>;
352
- /**
353
- * deserializeAws_json1_1GetLoggingConfigurationCommand
354
- */
355
- export declare const de_GetLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggingConfigurationCommandOutput>;
356
- /**
357
- * deserializeAws_json1_1GetManagedRuleSetCommand
358
- */
359
- export declare const de_GetManagedRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedRuleSetCommandOutput>;
360
- /**
361
- * deserializeAws_json1_1GetMobileSdkReleaseCommand
362
- */
363
- export declare const de_GetMobileSdkReleaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMobileSdkReleaseCommandOutput>;
364
- /**
365
- * deserializeAws_json1_1GetPermissionPolicyCommand
366
- */
367
- export declare const de_GetPermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPermissionPolicyCommandOutput>;
368
- /**
369
- * deserializeAws_json1_1GetRateBasedStatementManagedKeysCommand
370
- */
371
- export declare const de_GetRateBasedStatementManagedKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRateBasedStatementManagedKeysCommandOutput>;
372
- /**
373
- * deserializeAws_json1_1GetRegexPatternSetCommand
374
- */
375
- export declare const de_GetRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegexPatternSetCommandOutput>;
376
- /**
377
- * deserializeAws_json1_1GetRuleGroupCommand
378
- */
379
- export declare const de_GetRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRuleGroupCommandOutput>;
380
- /**
381
- * deserializeAws_json1_1GetSampledRequestsCommand
382
- */
383
- export declare const de_GetSampledRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSampledRequestsCommandOutput>;
384
- /**
385
- * deserializeAws_json1_1GetWebACLCommand
386
- */
387
- export declare const de_GetWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebACLCommandOutput>;
388
- /**
389
- * deserializeAws_json1_1GetWebACLForResourceCommand
390
- */
391
- export declare const de_GetWebACLForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebACLForResourceCommandOutput>;
392
- /**
393
- * deserializeAws_json1_1ListAPIKeysCommand
394
- */
395
- export declare const de_ListAPIKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAPIKeysCommandOutput>;
396
- /**
397
- * deserializeAws_json1_1ListAvailableManagedRuleGroupsCommand
398
- */
399
- export declare const de_ListAvailableManagedRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableManagedRuleGroupsCommandOutput>;
400
- /**
401
- * deserializeAws_json1_1ListAvailableManagedRuleGroupVersionsCommand
402
- */
403
- export declare const de_ListAvailableManagedRuleGroupVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
404
- /**
405
- * deserializeAws_json1_1ListIPSetsCommand
406
- */
407
- export declare const de_ListIPSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIPSetsCommandOutput>;
408
- /**
409
- * deserializeAws_json1_1ListLoggingConfigurationsCommand
410
- */
411
- export declare const de_ListLoggingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggingConfigurationsCommandOutput>;
412
- /**
413
- * deserializeAws_json1_1ListManagedRuleSetsCommand
414
- */
415
- export declare const de_ListManagedRuleSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedRuleSetsCommandOutput>;
416
- /**
417
- * deserializeAws_json1_1ListMobileSdkReleasesCommand
418
- */
419
- export declare const de_ListMobileSdkReleasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMobileSdkReleasesCommandOutput>;
420
- /**
421
- * deserializeAws_json1_1ListRegexPatternSetsCommand
422
- */
423
- export declare const de_ListRegexPatternSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegexPatternSetsCommandOutput>;
424
- /**
425
- * deserializeAws_json1_1ListResourcesForWebACLCommand
426
- */
427
- export declare const de_ListResourcesForWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesForWebACLCommandOutput>;
428
- /**
429
- * deserializeAws_json1_1ListRuleGroupsCommand
430
- */
431
- export declare const de_ListRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleGroupsCommandOutput>;
432
- /**
433
- * deserializeAws_json1_1ListTagsForResourceCommand
434
- */
435
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
436
- /**
437
- * deserializeAws_json1_1ListWebACLsCommand
438
- */
439
- export declare const de_ListWebACLsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebACLsCommandOutput>;
440
- /**
441
- * deserializeAws_json1_1PutLoggingConfigurationCommand
442
- */
443
- export declare const de_PutLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingConfigurationCommandOutput>;
444
- /**
445
- * deserializeAws_json1_1PutManagedRuleSetVersionsCommand
446
- */
447
- export declare const de_PutManagedRuleSetVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutManagedRuleSetVersionsCommandOutput>;
448
- /**
449
- * deserializeAws_json1_1PutPermissionPolicyCommand
450
- */
451
- export declare const de_PutPermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPermissionPolicyCommandOutput>;
452
- /**
453
- * deserializeAws_json1_1TagResourceCommand
454
- */
455
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
456
- /**
457
- * deserializeAws_json1_1UntagResourceCommand
458
- */
459
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
460
- /**
461
- * deserializeAws_json1_1UpdateIPSetCommand
462
- */
463
- export declare const de_UpdateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIPSetCommandOutput>;
464
- /**
465
- * deserializeAws_json1_1UpdateManagedRuleSetVersionExpiryDateCommand
466
- */
467
- export declare const de_UpdateManagedRuleSetVersionExpiryDateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
468
- /**
469
- * deserializeAws_json1_1UpdateRegexPatternSetCommand
470
- */
471
- export declare const de_UpdateRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegexPatternSetCommandOutput>;
472
- /**
473
- * deserializeAws_json1_1UpdateRuleGroupCommand
474
- */
475
- export declare const de_UpdateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleGroupCommandOutput>;
476
- /**
477
- * deserializeAws_json1_1UpdateWebACLCommand
478
- */
479
- export declare const de_UpdateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebACLCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@smithy/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ AssociateWebACLCommandInput,
8
+ AssociateWebACLCommandOutput,
9
+ } from "../commands/AssociateWebACLCommand";
10
+ import {
11
+ CheckCapacityCommandInput,
12
+ CheckCapacityCommandOutput,
13
+ } from "../commands/CheckCapacityCommand";
14
+ import {
15
+ CreateAPIKeyCommandInput,
16
+ CreateAPIKeyCommandOutput,
17
+ } from "../commands/CreateAPIKeyCommand";
18
+ import {
19
+ CreateIPSetCommandInput,
20
+ CreateIPSetCommandOutput,
21
+ } from "../commands/CreateIPSetCommand";
22
+ import {
23
+ CreateRegexPatternSetCommandInput,
24
+ CreateRegexPatternSetCommandOutput,
25
+ } from "../commands/CreateRegexPatternSetCommand";
26
+ import {
27
+ CreateRuleGroupCommandInput,
28
+ CreateRuleGroupCommandOutput,
29
+ } from "../commands/CreateRuleGroupCommand";
30
+ import {
31
+ CreateWebACLCommandInput,
32
+ CreateWebACLCommandOutput,
33
+ } from "../commands/CreateWebACLCommand";
34
+ import {
35
+ DeleteFirewallManagerRuleGroupsCommandInput,
36
+ DeleteFirewallManagerRuleGroupsCommandOutput,
37
+ } from "../commands/DeleteFirewallManagerRuleGroupsCommand";
38
+ import {
39
+ DeleteIPSetCommandInput,
40
+ DeleteIPSetCommandOutput,
41
+ } from "../commands/DeleteIPSetCommand";
42
+ import {
43
+ DeleteLoggingConfigurationCommandInput,
44
+ DeleteLoggingConfigurationCommandOutput,
45
+ } from "../commands/DeleteLoggingConfigurationCommand";
46
+ import {
47
+ DeletePermissionPolicyCommandInput,
48
+ DeletePermissionPolicyCommandOutput,
49
+ } from "../commands/DeletePermissionPolicyCommand";
50
+ import {
51
+ DeleteRegexPatternSetCommandInput,
52
+ DeleteRegexPatternSetCommandOutput,
53
+ } from "../commands/DeleteRegexPatternSetCommand";
54
+ import {
55
+ DeleteRuleGroupCommandInput,
56
+ DeleteRuleGroupCommandOutput,
57
+ } from "../commands/DeleteRuleGroupCommand";
58
+ import {
59
+ DeleteWebACLCommandInput,
60
+ DeleteWebACLCommandOutput,
61
+ } from "../commands/DeleteWebACLCommand";
62
+ import {
63
+ DescribeAllManagedProductsCommandInput,
64
+ DescribeAllManagedProductsCommandOutput,
65
+ } from "../commands/DescribeAllManagedProductsCommand";
66
+ import {
67
+ DescribeManagedProductsByVendorCommandInput,
68
+ DescribeManagedProductsByVendorCommandOutput,
69
+ } from "../commands/DescribeManagedProductsByVendorCommand";
70
+ import {
71
+ DescribeManagedRuleGroupCommandInput,
72
+ DescribeManagedRuleGroupCommandOutput,
73
+ } from "../commands/DescribeManagedRuleGroupCommand";
74
+ import {
75
+ DisassociateWebACLCommandInput,
76
+ DisassociateWebACLCommandOutput,
77
+ } from "../commands/DisassociateWebACLCommand";
78
+ import {
79
+ GenerateMobileSdkReleaseUrlCommandInput,
80
+ GenerateMobileSdkReleaseUrlCommandOutput,
81
+ } from "../commands/GenerateMobileSdkReleaseUrlCommand";
82
+ import {
83
+ GetDecryptedAPIKeyCommandInput,
84
+ GetDecryptedAPIKeyCommandOutput,
85
+ } from "../commands/GetDecryptedAPIKeyCommand";
86
+ import {
87
+ GetIPSetCommandInput,
88
+ GetIPSetCommandOutput,
89
+ } from "../commands/GetIPSetCommand";
90
+ import {
91
+ GetLoggingConfigurationCommandInput,
92
+ GetLoggingConfigurationCommandOutput,
93
+ } from "../commands/GetLoggingConfigurationCommand";
94
+ import {
95
+ GetManagedRuleSetCommandInput,
96
+ GetManagedRuleSetCommandOutput,
97
+ } from "../commands/GetManagedRuleSetCommand";
98
+ import {
99
+ GetMobileSdkReleaseCommandInput,
100
+ GetMobileSdkReleaseCommandOutput,
101
+ } from "../commands/GetMobileSdkReleaseCommand";
102
+ import {
103
+ GetPermissionPolicyCommandInput,
104
+ GetPermissionPolicyCommandOutput,
105
+ } from "../commands/GetPermissionPolicyCommand";
106
+ import {
107
+ GetRateBasedStatementManagedKeysCommandInput,
108
+ GetRateBasedStatementManagedKeysCommandOutput,
109
+ } from "../commands/GetRateBasedStatementManagedKeysCommand";
110
+ import {
111
+ GetRegexPatternSetCommandInput,
112
+ GetRegexPatternSetCommandOutput,
113
+ } from "../commands/GetRegexPatternSetCommand";
114
+ import {
115
+ GetRuleGroupCommandInput,
116
+ GetRuleGroupCommandOutput,
117
+ } from "../commands/GetRuleGroupCommand";
118
+ import {
119
+ GetSampledRequestsCommandInput,
120
+ GetSampledRequestsCommandOutput,
121
+ } from "../commands/GetSampledRequestsCommand";
122
+ import {
123
+ GetWebACLCommandInput,
124
+ GetWebACLCommandOutput,
125
+ } from "../commands/GetWebACLCommand";
126
+ import {
127
+ GetWebACLForResourceCommandInput,
128
+ GetWebACLForResourceCommandOutput,
129
+ } from "../commands/GetWebACLForResourceCommand";
130
+ import {
131
+ ListAPIKeysCommandInput,
132
+ ListAPIKeysCommandOutput,
133
+ } from "../commands/ListAPIKeysCommand";
134
+ import {
135
+ ListAvailableManagedRuleGroupsCommandInput,
136
+ ListAvailableManagedRuleGroupsCommandOutput,
137
+ } from "../commands/ListAvailableManagedRuleGroupsCommand";
138
+ import {
139
+ ListAvailableManagedRuleGroupVersionsCommandInput,
140
+ ListAvailableManagedRuleGroupVersionsCommandOutput,
141
+ } from "../commands/ListAvailableManagedRuleGroupVersionsCommand";
142
+ import {
143
+ ListIPSetsCommandInput,
144
+ ListIPSetsCommandOutput,
145
+ } from "../commands/ListIPSetsCommand";
146
+ import {
147
+ ListLoggingConfigurationsCommandInput,
148
+ ListLoggingConfigurationsCommandOutput,
149
+ } from "../commands/ListLoggingConfigurationsCommand";
150
+ import {
151
+ ListManagedRuleSetsCommandInput,
152
+ ListManagedRuleSetsCommandOutput,
153
+ } from "../commands/ListManagedRuleSetsCommand";
154
+ import {
155
+ ListMobileSdkReleasesCommandInput,
156
+ ListMobileSdkReleasesCommandOutput,
157
+ } from "../commands/ListMobileSdkReleasesCommand";
158
+ import {
159
+ ListRegexPatternSetsCommandInput,
160
+ ListRegexPatternSetsCommandOutput,
161
+ } from "../commands/ListRegexPatternSetsCommand";
162
+ import {
163
+ ListResourcesForWebACLCommandInput,
164
+ ListResourcesForWebACLCommandOutput,
165
+ } from "../commands/ListResourcesForWebACLCommand";
166
+ import {
167
+ ListRuleGroupsCommandInput,
168
+ ListRuleGroupsCommandOutput,
169
+ } from "../commands/ListRuleGroupsCommand";
170
+ import {
171
+ ListTagsForResourceCommandInput,
172
+ ListTagsForResourceCommandOutput,
173
+ } from "../commands/ListTagsForResourceCommand";
174
+ import {
175
+ ListWebACLsCommandInput,
176
+ ListWebACLsCommandOutput,
177
+ } from "../commands/ListWebACLsCommand";
178
+ import {
179
+ PutLoggingConfigurationCommandInput,
180
+ PutLoggingConfigurationCommandOutput,
181
+ } from "../commands/PutLoggingConfigurationCommand";
182
+ import {
183
+ PutManagedRuleSetVersionsCommandInput,
184
+ PutManagedRuleSetVersionsCommandOutput,
185
+ } from "../commands/PutManagedRuleSetVersionsCommand";
186
+ import {
187
+ PutPermissionPolicyCommandInput,
188
+ PutPermissionPolicyCommandOutput,
189
+ } from "../commands/PutPermissionPolicyCommand";
190
+ import {
191
+ TagResourceCommandInput,
192
+ TagResourceCommandOutput,
193
+ } from "../commands/TagResourceCommand";
194
+ import {
195
+ UntagResourceCommandInput,
196
+ UntagResourceCommandOutput,
197
+ } from "../commands/UntagResourceCommand";
198
+ import {
199
+ UpdateIPSetCommandInput,
200
+ UpdateIPSetCommandOutput,
201
+ } from "../commands/UpdateIPSetCommand";
202
+ import {
203
+ UpdateManagedRuleSetVersionExpiryDateCommandInput,
204
+ UpdateManagedRuleSetVersionExpiryDateCommandOutput,
205
+ } from "../commands/UpdateManagedRuleSetVersionExpiryDateCommand";
206
+ import {
207
+ UpdateRegexPatternSetCommandInput,
208
+ UpdateRegexPatternSetCommandOutput,
209
+ } from "../commands/UpdateRegexPatternSetCommand";
210
+ import {
211
+ UpdateRuleGroupCommandInput,
212
+ UpdateRuleGroupCommandOutput,
213
+ } from "../commands/UpdateRuleGroupCommand";
214
+ import {
215
+ UpdateWebACLCommandInput,
216
+ UpdateWebACLCommandOutput,
217
+ } from "../commands/UpdateWebACLCommand";
218
+ export declare const se_AssociateWebACLCommand: (
219
+ input: AssociateWebACLCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const se_CheckCapacityCommand: (
223
+ input: CheckCapacityCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const se_CreateAPIKeyCommand: (
227
+ input: CreateAPIKeyCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const se_CreateIPSetCommand: (
231
+ input: CreateIPSetCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const se_CreateRegexPatternSetCommand: (
235
+ input: CreateRegexPatternSetCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const se_CreateRuleGroupCommand: (
239
+ input: CreateRuleGroupCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const se_CreateWebACLCommand: (
243
+ input: CreateWebACLCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const se_DeleteFirewallManagerRuleGroupsCommand: (
247
+ input: DeleteFirewallManagerRuleGroupsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const se_DeleteIPSetCommand: (
251
+ input: DeleteIPSetCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const se_DeleteLoggingConfigurationCommand: (
255
+ input: DeleteLoggingConfigurationCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const se_DeletePermissionPolicyCommand: (
259
+ input: DeletePermissionPolicyCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const se_DeleteRegexPatternSetCommand: (
263
+ input: DeleteRegexPatternSetCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const se_DeleteRuleGroupCommand: (
267
+ input: DeleteRuleGroupCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const se_DeleteWebACLCommand: (
271
+ input: DeleteWebACLCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const se_DescribeAllManagedProductsCommand: (
275
+ input: DescribeAllManagedProductsCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const se_DescribeManagedProductsByVendorCommand: (
279
+ input: DescribeManagedProductsByVendorCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const se_DescribeManagedRuleGroupCommand: (
283
+ input: DescribeManagedRuleGroupCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const se_DisassociateWebACLCommand: (
287
+ input: DisassociateWebACLCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const se_GenerateMobileSdkReleaseUrlCommand: (
291
+ input: GenerateMobileSdkReleaseUrlCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const se_GetDecryptedAPIKeyCommand: (
295
+ input: GetDecryptedAPIKeyCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const se_GetIPSetCommand: (
299
+ input: GetIPSetCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const se_GetLoggingConfigurationCommand: (
303
+ input: GetLoggingConfigurationCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const se_GetManagedRuleSetCommand: (
307
+ input: GetManagedRuleSetCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const se_GetMobileSdkReleaseCommand: (
311
+ input: GetMobileSdkReleaseCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const se_GetPermissionPolicyCommand: (
315
+ input: GetPermissionPolicyCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const se_GetRateBasedStatementManagedKeysCommand: (
319
+ input: GetRateBasedStatementManagedKeysCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const se_GetRegexPatternSetCommand: (
323
+ input: GetRegexPatternSetCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const se_GetRuleGroupCommand: (
327
+ input: GetRuleGroupCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const se_GetSampledRequestsCommand: (
331
+ input: GetSampledRequestsCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const se_GetWebACLCommand: (
335
+ input: GetWebACLCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const se_GetWebACLForResourceCommand: (
339
+ input: GetWebACLForResourceCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const se_ListAPIKeysCommand: (
343
+ input: ListAPIKeysCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const se_ListAvailableManagedRuleGroupsCommand: (
347
+ input: ListAvailableManagedRuleGroupsCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const se_ListAvailableManagedRuleGroupVersionsCommand: (
351
+ input: ListAvailableManagedRuleGroupVersionsCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const se_ListIPSetsCommand: (
355
+ input: ListIPSetsCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const se_ListLoggingConfigurationsCommand: (
359
+ input: ListLoggingConfigurationsCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const se_ListManagedRuleSetsCommand: (
363
+ input: ListManagedRuleSetsCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const se_ListMobileSdkReleasesCommand: (
367
+ input: ListMobileSdkReleasesCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const se_ListRegexPatternSetsCommand: (
371
+ input: ListRegexPatternSetsCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const se_ListResourcesForWebACLCommand: (
375
+ input: ListResourcesForWebACLCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const se_ListRuleGroupsCommand: (
379
+ input: ListRuleGroupsCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const se_ListTagsForResourceCommand: (
383
+ input: ListTagsForResourceCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const se_ListWebACLsCommand: (
387
+ input: ListWebACLsCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const se_PutLoggingConfigurationCommand: (
391
+ input: PutLoggingConfigurationCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const se_PutManagedRuleSetVersionsCommand: (
395
+ input: PutManagedRuleSetVersionsCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const se_PutPermissionPolicyCommand: (
399
+ input: PutPermissionPolicyCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const se_TagResourceCommand: (
403
+ input: TagResourceCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const se_UntagResourceCommand: (
407
+ input: UntagResourceCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const se_UpdateIPSetCommand: (
411
+ input: UpdateIPSetCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const se_UpdateManagedRuleSetVersionExpiryDateCommand: (
415
+ input: UpdateManagedRuleSetVersionExpiryDateCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const se_UpdateRegexPatternSetCommand: (
419
+ input: UpdateRegexPatternSetCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const se_UpdateRuleGroupCommand: (
423
+ input: UpdateRuleGroupCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const se_UpdateWebACLCommand: (
427
+ input: UpdateWebACLCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const de_AssociateWebACLCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<AssociateWebACLCommandOutput>;
434
+ export declare const de_CheckCapacityCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<CheckCapacityCommandOutput>;
438
+ export declare const de_CreateAPIKeyCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<CreateAPIKeyCommandOutput>;
442
+ export declare const de_CreateIPSetCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<CreateIPSetCommandOutput>;
446
+ export declare const de_CreateRegexPatternSetCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<CreateRegexPatternSetCommandOutput>;
450
+ export declare const de_CreateRuleGroupCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<CreateRuleGroupCommandOutput>;
454
+ export declare const de_CreateWebACLCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<CreateWebACLCommandOutput>;
458
+ export declare const de_DeleteFirewallManagerRuleGroupsCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
462
+ export declare const de_DeleteIPSetCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<DeleteIPSetCommandOutput>;
466
+ export declare const de_DeleteLoggingConfigurationCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<DeleteLoggingConfigurationCommandOutput>;
470
+ export declare const de_DeletePermissionPolicyCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<DeletePermissionPolicyCommandOutput>;
474
+ export declare const de_DeleteRegexPatternSetCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<DeleteRegexPatternSetCommandOutput>;
478
+ export declare const de_DeleteRuleGroupCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<DeleteRuleGroupCommandOutput>;
482
+ export declare const de_DeleteWebACLCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<DeleteWebACLCommandOutput>;
486
+ export declare const de_DescribeAllManagedProductsCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<DescribeAllManagedProductsCommandOutput>;
490
+ export declare const de_DescribeManagedProductsByVendorCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<DescribeManagedProductsByVendorCommandOutput>;
494
+ export declare const de_DescribeManagedRuleGroupCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<DescribeManagedRuleGroupCommandOutput>;
498
+ export declare const de_DisassociateWebACLCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<DisassociateWebACLCommandOutput>;
502
+ export declare const de_GenerateMobileSdkReleaseUrlCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
506
+ export declare const de_GetDecryptedAPIKeyCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<GetDecryptedAPIKeyCommandOutput>;
510
+ export declare const de_GetIPSetCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<GetIPSetCommandOutput>;
514
+ export declare const de_GetLoggingConfigurationCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<GetLoggingConfigurationCommandOutput>;
518
+ export declare const de_GetManagedRuleSetCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<GetManagedRuleSetCommandOutput>;
522
+ export declare const de_GetMobileSdkReleaseCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<GetMobileSdkReleaseCommandOutput>;
526
+ export declare const de_GetPermissionPolicyCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<GetPermissionPolicyCommandOutput>;
530
+ export declare const de_GetRateBasedStatementManagedKeysCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<GetRateBasedStatementManagedKeysCommandOutput>;
534
+ export declare const de_GetRegexPatternSetCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<GetRegexPatternSetCommandOutput>;
538
+ export declare const de_GetRuleGroupCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<GetRuleGroupCommandOutput>;
542
+ export declare const de_GetSampledRequestsCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<GetSampledRequestsCommandOutput>;
546
+ export declare const de_GetWebACLCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<GetWebACLCommandOutput>;
550
+ export declare const de_GetWebACLForResourceCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<GetWebACLForResourceCommandOutput>;
554
+ export declare const de_ListAPIKeysCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<ListAPIKeysCommandOutput>;
558
+ export declare const de_ListAvailableManagedRuleGroupsCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<ListAvailableManagedRuleGroupsCommandOutput>;
562
+ export declare const de_ListAvailableManagedRuleGroupVersionsCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
566
+ export declare const de_ListIPSetsCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<ListIPSetsCommandOutput>;
570
+ export declare const de_ListLoggingConfigurationsCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<ListLoggingConfigurationsCommandOutput>;
574
+ export declare const de_ListManagedRuleSetsCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<ListManagedRuleSetsCommandOutput>;
578
+ export declare const de_ListMobileSdkReleasesCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<ListMobileSdkReleasesCommandOutput>;
582
+ export declare const de_ListRegexPatternSetsCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<ListRegexPatternSetsCommandOutput>;
586
+ export declare const de_ListResourcesForWebACLCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<ListResourcesForWebACLCommandOutput>;
590
+ export declare const de_ListRuleGroupsCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<ListRuleGroupsCommandOutput>;
594
+ export declare const de_ListTagsForResourceCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<ListTagsForResourceCommandOutput>;
598
+ export declare const de_ListWebACLsCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<ListWebACLsCommandOutput>;
602
+ export declare const de_PutLoggingConfigurationCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<PutLoggingConfigurationCommandOutput>;
606
+ export declare const de_PutManagedRuleSetVersionsCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<PutManagedRuleSetVersionsCommandOutput>;
610
+ export declare const de_PutPermissionPolicyCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<PutPermissionPolicyCommandOutput>;
614
+ export declare const de_TagResourceCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<TagResourceCommandOutput>;
618
+ export declare const de_UntagResourceCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<UntagResourceCommandOutput>;
622
+ export declare const de_UpdateIPSetCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<UpdateIPSetCommandOutput>;
626
+ export declare const de_UpdateManagedRuleSetVersionExpiryDateCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
630
+ export declare const de_UpdateRegexPatternSetCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<UpdateRegexPatternSetCommandOutput>;
634
+ export declare const de_UpdateRuleGroupCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<UpdateRuleGroupCommandOutput>;
638
+ export declare const de_UpdateWebACLCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<UpdateWebACLCommandOutput>;