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