@aws-sdk/client-waf 3.927.0 → 3.929.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 (98) hide show
  1. package/dist-cjs/index.js +1979 -2442
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/WAFClient.js +2 -0
  4. package/dist-es/commands/CreateByteMatchSetCommand.js +3 -9
  5. package/dist-es/commands/CreateGeoMatchSetCommand.js +3 -9
  6. package/dist-es/commands/CreateIPSetCommand.js +3 -9
  7. package/dist-es/commands/CreateRateBasedRuleCommand.js +3 -9
  8. package/dist-es/commands/CreateRegexMatchSetCommand.js +3 -9
  9. package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -9
  10. package/dist-es/commands/CreateRuleCommand.js +3 -9
  11. package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
  12. package/dist-es/commands/CreateSizeConstraintSetCommand.js +3 -9
  13. package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +3 -9
  14. package/dist-es/commands/CreateWebACLCommand.js +3 -9
  15. package/dist-es/commands/CreateWebACLMigrationStackCommand.js +3 -9
  16. package/dist-es/commands/CreateXssMatchSetCommand.js +3 -9
  17. package/dist-es/commands/DeleteByteMatchSetCommand.js +3 -9
  18. package/dist-es/commands/DeleteGeoMatchSetCommand.js +3 -9
  19. package/dist-es/commands/DeleteIPSetCommand.js +3 -9
  20. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -9
  22. package/dist-es/commands/DeleteRateBasedRuleCommand.js +3 -9
  23. package/dist-es/commands/DeleteRegexMatchSetCommand.js +3 -9
  24. package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -9
  25. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  26. package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
  27. package/dist-es/commands/DeleteSizeConstraintSetCommand.js +3 -9
  28. package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +3 -9
  29. package/dist-es/commands/DeleteWebACLCommand.js +3 -9
  30. package/dist-es/commands/DeleteXssMatchSetCommand.js +3 -9
  31. package/dist-es/commands/GetByteMatchSetCommand.js +3 -9
  32. package/dist-es/commands/GetChangeTokenCommand.js +3 -9
  33. package/dist-es/commands/GetChangeTokenStatusCommand.js +3 -9
  34. package/dist-es/commands/GetGeoMatchSetCommand.js +3 -9
  35. package/dist-es/commands/GetIPSetCommand.js +3 -9
  36. package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetPermissionPolicyCommand.js +3 -9
  38. package/dist-es/commands/GetRateBasedRuleCommand.js +3 -9
  39. package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +3 -9
  40. package/dist-es/commands/GetRegexMatchSetCommand.js +3 -9
  41. package/dist-es/commands/GetRegexPatternSetCommand.js +3 -9
  42. package/dist-es/commands/GetRuleCommand.js +3 -9
  43. package/dist-es/commands/GetRuleGroupCommand.js +3 -9
  44. package/dist-es/commands/GetSampledRequestsCommand.js +3 -9
  45. package/dist-es/commands/GetSizeConstraintSetCommand.js +3 -9
  46. package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +3 -9
  47. package/dist-es/commands/GetWebACLCommand.js +3 -9
  48. package/dist-es/commands/GetXssMatchSetCommand.js +3 -9
  49. package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +3 -9
  50. package/dist-es/commands/ListByteMatchSetsCommand.js +3 -9
  51. package/dist-es/commands/ListGeoMatchSetsCommand.js +3 -9
  52. package/dist-es/commands/ListIPSetsCommand.js +3 -9
  53. package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
  54. package/dist-es/commands/ListRateBasedRulesCommand.js +3 -9
  55. package/dist-es/commands/ListRegexMatchSetsCommand.js +3 -9
  56. package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -9
  57. package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
  58. package/dist-es/commands/ListRulesCommand.js +3 -9
  59. package/dist-es/commands/ListSizeConstraintSetsCommand.js +3 -9
  60. package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +3 -9
  61. package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +3 -9
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  63. package/dist-es/commands/ListWebACLsCommand.js +3 -9
  64. package/dist-es/commands/ListXssMatchSetsCommand.js +3 -9
  65. package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -9
  66. package/dist-es/commands/PutPermissionPolicyCommand.js +3 -9
  67. package/dist-es/commands/TagResourceCommand.js +3 -9
  68. package/dist-es/commands/UntagResourceCommand.js +3 -9
  69. package/dist-es/commands/UpdateByteMatchSetCommand.js +3 -9
  70. package/dist-es/commands/UpdateGeoMatchSetCommand.js +3 -9
  71. package/dist-es/commands/UpdateIPSetCommand.js +3 -9
  72. package/dist-es/commands/UpdateRateBasedRuleCommand.js +3 -9
  73. package/dist-es/commands/UpdateRegexMatchSetCommand.js +3 -9
  74. package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -9
  75. package/dist-es/commands/UpdateRuleCommand.js +3 -9
  76. package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
  77. package/dist-es/commands/UpdateSizeConstraintSetCommand.js +3 -9
  78. package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +3 -9
  79. package/dist-es/commands/UpdateWebACLCommand.js +3 -9
  80. package/dist-es/commands/UpdateXssMatchSetCommand.js +3 -9
  81. package/dist-es/runtimeConfig.shared.js +7 -0
  82. package/dist-es/schemas/schemas_0.js +1771 -0
  83. package/dist-types/WAFClient.d.ts +10 -1
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  85. package/dist-types/runtimeConfig.d.ts +1 -0
  86. package/dist-types/runtimeConfig.native.d.ts +1 -0
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/schemas/schemas_0.d.ts +350 -0
  89. package/dist-types/ts3.4/WAFClient.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +355 -0
  95. package/package.json +5 -5
  96. package/dist-es/protocols/Aws_json1_1.js +0 -1850
  97. package/dist-types/protocols/Aws_json1_1.d.ts +0 -695
  98. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -929
@@ -1,695 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput } from "../commands/CreateByteMatchSetCommand";
4
- import { CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput } from "../commands/CreateGeoMatchSetCommand";
5
- import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "../commands/CreateIPSetCommand";
6
- import { CreateRateBasedRuleCommandInput, CreateRateBasedRuleCommandOutput } from "../commands/CreateRateBasedRuleCommand";
7
- import { CreateRegexMatchSetCommandInput, CreateRegexMatchSetCommandOutput } from "../commands/CreateRegexMatchSetCommand";
8
- import { CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput } from "../commands/CreateRegexPatternSetCommand";
9
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "../commands/CreateRuleCommand";
10
- import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "../commands/CreateRuleGroupCommand";
11
- import { CreateSizeConstraintSetCommandInput, CreateSizeConstraintSetCommandOutput } from "../commands/CreateSizeConstraintSetCommand";
12
- import { CreateSqlInjectionMatchSetCommandInput, CreateSqlInjectionMatchSetCommandOutput } from "../commands/CreateSqlInjectionMatchSetCommand";
13
- import { CreateWebACLCommandInput, CreateWebACLCommandOutput } from "../commands/CreateWebACLCommand";
14
- import { CreateWebACLMigrationStackCommandInput, CreateWebACLMigrationStackCommandOutput } from "../commands/CreateWebACLMigrationStackCommand";
15
- import { CreateXssMatchSetCommandInput, CreateXssMatchSetCommandOutput } from "../commands/CreateXssMatchSetCommand";
16
- import { DeleteByteMatchSetCommandInput, DeleteByteMatchSetCommandOutput } from "../commands/DeleteByteMatchSetCommand";
17
- import { DeleteGeoMatchSetCommandInput, DeleteGeoMatchSetCommandOutput } from "../commands/DeleteGeoMatchSetCommand";
18
- import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "../commands/DeleteIPSetCommand";
19
- import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "../commands/DeleteLoggingConfigurationCommand";
20
- import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput } from "../commands/DeletePermissionPolicyCommand";
21
- import { DeleteRateBasedRuleCommandInput, DeleteRateBasedRuleCommandOutput } from "../commands/DeleteRateBasedRuleCommand";
22
- import { DeleteRegexMatchSetCommandInput, DeleteRegexMatchSetCommandOutput } from "../commands/DeleteRegexMatchSetCommand";
23
- import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "../commands/DeleteRegexPatternSetCommand";
24
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand";
25
- import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "../commands/DeleteRuleGroupCommand";
26
- import { DeleteSizeConstraintSetCommandInput, DeleteSizeConstraintSetCommandOutput } from "../commands/DeleteSizeConstraintSetCommand";
27
- import { DeleteSqlInjectionMatchSetCommandInput, DeleteSqlInjectionMatchSetCommandOutput } from "../commands/DeleteSqlInjectionMatchSetCommand";
28
- import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "../commands/DeleteWebACLCommand";
29
- import { DeleteXssMatchSetCommandInput, DeleteXssMatchSetCommandOutput } from "../commands/DeleteXssMatchSetCommand";
30
- import { GetByteMatchSetCommandInput, GetByteMatchSetCommandOutput } from "../commands/GetByteMatchSetCommand";
31
- import { GetChangeTokenCommandInput, GetChangeTokenCommandOutput } from "../commands/GetChangeTokenCommand";
32
- import { GetChangeTokenStatusCommandInput, GetChangeTokenStatusCommandOutput } from "../commands/GetChangeTokenStatusCommand";
33
- import { GetGeoMatchSetCommandInput, GetGeoMatchSetCommandOutput } from "../commands/GetGeoMatchSetCommand";
34
- import { GetIPSetCommandInput, GetIPSetCommandOutput } from "../commands/GetIPSetCommand";
35
- import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "../commands/GetLoggingConfigurationCommand";
36
- import { GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput } from "../commands/GetPermissionPolicyCommand";
37
- import { GetRateBasedRuleCommandInput, GetRateBasedRuleCommandOutput } from "../commands/GetRateBasedRuleCommand";
38
- import { GetRateBasedRuleManagedKeysCommandInput, GetRateBasedRuleManagedKeysCommandOutput } from "../commands/GetRateBasedRuleManagedKeysCommand";
39
- import { GetRegexMatchSetCommandInput, GetRegexMatchSetCommandOutput } from "../commands/GetRegexMatchSetCommand";
40
- import { GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput } from "../commands/GetRegexPatternSetCommand";
41
- import { GetRuleCommandInput, GetRuleCommandOutput } from "../commands/GetRuleCommand";
42
- import { GetRuleGroupCommandInput, GetRuleGroupCommandOutput } from "../commands/GetRuleGroupCommand";
43
- import { GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput } from "../commands/GetSampledRequestsCommand";
44
- import { GetSizeConstraintSetCommandInput, GetSizeConstraintSetCommandOutput } from "../commands/GetSizeConstraintSetCommand";
45
- import { GetSqlInjectionMatchSetCommandInput, GetSqlInjectionMatchSetCommandOutput } from "../commands/GetSqlInjectionMatchSetCommand";
46
- import { GetWebACLCommandInput, GetWebACLCommandOutput } from "../commands/GetWebACLCommand";
47
- import { GetXssMatchSetCommandInput, GetXssMatchSetCommandOutput } from "../commands/GetXssMatchSetCommand";
48
- import { ListActivatedRulesInRuleGroupCommandInput, ListActivatedRulesInRuleGroupCommandOutput } from "../commands/ListActivatedRulesInRuleGroupCommand";
49
- import { ListByteMatchSetsCommandInput, ListByteMatchSetsCommandOutput } from "../commands/ListByteMatchSetsCommand";
50
- import { ListGeoMatchSetsCommandInput, ListGeoMatchSetsCommandOutput } from "../commands/ListGeoMatchSetsCommand";
51
- import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand";
52
- import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "../commands/ListLoggingConfigurationsCommand";
53
- import { ListRateBasedRulesCommandInput, ListRateBasedRulesCommandOutput } from "../commands/ListRateBasedRulesCommand";
54
- import { ListRegexMatchSetsCommandInput, ListRegexMatchSetsCommandOutput } from "../commands/ListRegexMatchSetsCommand";
55
- import { ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput } from "../commands/ListRegexPatternSetsCommand";
56
- import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "../commands/ListRuleGroupsCommand";
57
- import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
58
- import { ListSizeConstraintSetsCommandInput, ListSizeConstraintSetsCommandOutput } from "../commands/ListSizeConstraintSetsCommand";
59
- import { ListSqlInjectionMatchSetsCommandInput, ListSqlInjectionMatchSetsCommandOutput } from "../commands/ListSqlInjectionMatchSetsCommand";
60
- import { ListSubscribedRuleGroupsCommandInput, ListSubscribedRuleGroupsCommandOutput } from "../commands/ListSubscribedRuleGroupsCommand";
61
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
62
- import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "../commands/ListWebACLsCommand";
63
- import { ListXssMatchSetsCommandInput, ListXssMatchSetsCommandOutput } from "../commands/ListXssMatchSetsCommand";
64
- import { PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput } from "../commands/PutLoggingConfigurationCommand";
65
- import { PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput } from "../commands/PutPermissionPolicyCommand";
66
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
68
- import { UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput } from "../commands/UpdateByteMatchSetCommand";
69
- import { UpdateGeoMatchSetCommandInput, UpdateGeoMatchSetCommandOutput } from "../commands/UpdateGeoMatchSetCommand";
70
- import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "../commands/UpdateIPSetCommand";
71
- import { UpdateRateBasedRuleCommandInput, UpdateRateBasedRuleCommandOutput } from "../commands/UpdateRateBasedRuleCommand";
72
- import { UpdateRegexMatchSetCommandInput, UpdateRegexMatchSetCommandOutput } from "../commands/UpdateRegexMatchSetCommand";
73
- import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "../commands/UpdateRegexPatternSetCommand";
74
- import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "../commands/UpdateRuleCommand";
75
- import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "../commands/UpdateRuleGroupCommand";
76
- import { UpdateSizeConstraintSetCommandInput, UpdateSizeConstraintSetCommandOutput } from "../commands/UpdateSizeConstraintSetCommand";
77
- import { UpdateSqlInjectionMatchSetCommandInput, UpdateSqlInjectionMatchSetCommandOutput } from "../commands/UpdateSqlInjectionMatchSetCommand";
78
- import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "../commands/UpdateWebACLCommand";
79
- import { UpdateXssMatchSetCommandInput, UpdateXssMatchSetCommandOutput } from "../commands/UpdateXssMatchSetCommand";
80
- /**
81
- * serializeAws_json1_1CreateByteMatchSetCommand
82
- */
83
- export declare const se_CreateByteMatchSetCommand: (input: CreateByteMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_1CreateGeoMatchSetCommand
86
- */
87
- export declare const se_CreateGeoMatchSetCommand: (input: CreateGeoMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_1CreateIPSetCommand
90
- */
91
- export declare const se_CreateIPSetCommand: (input: CreateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_1CreateRateBasedRuleCommand
94
- */
95
- export declare const se_CreateRateBasedRuleCommand: (input: CreateRateBasedRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_1CreateRegexMatchSetCommand
98
- */
99
- export declare const se_CreateRegexMatchSetCommand: (input: CreateRegexMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_1CreateRegexPatternSetCommand
102
- */
103
- export declare const se_CreateRegexPatternSetCommand: (input: CreateRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_1CreateRuleCommand
106
- */
107
- export declare const se_CreateRuleCommand: (input: CreateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_1CreateRuleGroupCommand
110
- */
111
- export declare const se_CreateRuleGroupCommand: (input: CreateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_1CreateSizeConstraintSetCommand
114
- */
115
- export declare const se_CreateSizeConstraintSetCommand: (input: CreateSizeConstraintSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_1CreateSqlInjectionMatchSetCommand
118
- */
119
- export declare const se_CreateSqlInjectionMatchSetCommand: (input: CreateSqlInjectionMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_1CreateWebACLCommand
122
- */
123
- export declare const se_CreateWebACLCommand: (input: CreateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_1CreateWebACLMigrationStackCommand
126
- */
127
- export declare const se_CreateWebACLMigrationStackCommand: (input: CreateWebACLMigrationStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_1CreateXssMatchSetCommand
130
- */
131
- export declare const se_CreateXssMatchSetCommand: (input: CreateXssMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_1DeleteByteMatchSetCommand
134
- */
135
- export declare const se_DeleteByteMatchSetCommand: (input: DeleteByteMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_1DeleteGeoMatchSetCommand
138
- */
139
- export declare const se_DeleteGeoMatchSetCommand: (input: DeleteGeoMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_1DeleteIPSetCommand
142
- */
143
- export declare const se_DeleteIPSetCommand: (input: DeleteIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_1DeleteLoggingConfigurationCommand
146
- */
147
- export declare const se_DeleteLoggingConfigurationCommand: (input: DeleteLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_1DeletePermissionPolicyCommand
150
- */
151
- export declare const se_DeletePermissionPolicyCommand: (input: DeletePermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_1DeleteRateBasedRuleCommand
154
- */
155
- export declare const se_DeleteRateBasedRuleCommand: (input: DeleteRateBasedRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_1DeleteRegexMatchSetCommand
158
- */
159
- export declare const se_DeleteRegexMatchSetCommand: (input: DeleteRegexMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_1DeleteRegexPatternSetCommand
162
- */
163
- export declare const se_DeleteRegexPatternSetCommand: (input: DeleteRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_1DeleteRuleCommand
166
- */
167
- export declare const se_DeleteRuleCommand: (input: DeleteRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_1DeleteRuleGroupCommand
170
- */
171
- export declare const se_DeleteRuleGroupCommand: (input: DeleteRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_1DeleteSizeConstraintSetCommand
174
- */
175
- export declare const se_DeleteSizeConstraintSetCommand: (input: DeleteSizeConstraintSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_1DeleteSqlInjectionMatchSetCommand
178
- */
179
- export declare const se_DeleteSqlInjectionMatchSetCommand: (input: DeleteSqlInjectionMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_1DeleteWebACLCommand
182
- */
183
- export declare const se_DeleteWebACLCommand: (input: DeleteWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_1DeleteXssMatchSetCommand
186
- */
187
- export declare const se_DeleteXssMatchSetCommand: (input: DeleteXssMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_1GetByteMatchSetCommand
190
- */
191
- export declare const se_GetByteMatchSetCommand: (input: GetByteMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_1GetChangeTokenCommand
194
- */
195
- export declare const se_GetChangeTokenCommand: (input: GetChangeTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_1GetChangeTokenStatusCommand
198
- */
199
- export declare const se_GetChangeTokenStatusCommand: (input: GetChangeTokenStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_1GetGeoMatchSetCommand
202
- */
203
- export declare const se_GetGeoMatchSetCommand: (input: GetGeoMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_1GetIPSetCommand
206
- */
207
- export declare const se_GetIPSetCommand: (input: GetIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_json1_1GetLoggingConfigurationCommand
210
- */
211
- export declare const se_GetLoggingConfigurationCommand: (input: GetLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_json1_1GetPermissionPolicyCommand
214
- */
215
- export declare const se_GetPermissionPolicyCommand: (input: GetPermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_json1_1GetRateBasedRuleCommand
218
- */
219
- export declare const se_GetRateBasedRuleCommand: (input: GetRateBasedRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_json1_1GetRateBasedRuleManagedKeysCommand
222
- */
223
- export declare const se_GetRateBasedRuleManagedKeysCommand: (input: GetRateBasedRuleManagedKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_1GetRegexMatchSetCommand
226
- */
227
- export declare const se_GetRegexMatchSetCommand: (input: GetRegexMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_1GetRegexPatternSetCommand
230
- */
231
- export declare const se_GetRegexPatternSetCommand: (input: GetRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_1GetRuleCommand
234
- */
235
- export declare const se_GetRuleCommand: (input: GetRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_1GetRuleGroupCommand
238
- */
239
- export declare const se_GetRuleGroupCommand: (input: GetRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_json1_1GetSampledRequestsCommand
242
- */
243
- export declare const se_GetSampledRequestsCommand: (input: GetSampledRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_json1_1GetSizeConstraintSetCommand
246
- */
247
- export declare const se_GetSizeConstraintSetCommand: (input: GetSizeConstraintSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_json1_1GetSqlInjectionMatchSetCommand
250
- */
251
- export declare const se_GetSqlInjectionMatchSetCommand: (input: GetSqlInjectionMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_json1_1GetWebACLCommand
254
- */
255
- export declare const se_GetWebACLCommand: (input: GetWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_json1_1GetXssMatchSetCommand
258
- */
259
- export declare const se_GetXssMatchSetCommand: (input: GetXssMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_json1_1ListActivatedRulesInRuleGroupCommand
262
- */
263
- export declare const se_ListActivatedRulesInRuleGroupCommand: (input: ListActivatedRulesInRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_json1_1ListByteMatchSetsCommand
266
- */
267
- export declare const se_ListByteMatchSetsCommand: (input: ListByteMatchSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_json1_1ListGeoMatchSetsCommand
270
- */
271
- export declare const se_ListGeoMatchSetsCommand: (input: ListGeoMatchSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_json1_1ListIPSetsCommand
274
- */
275
- export declare const se_ListIPSetsCommand: (input: ListIPSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_json1_1ListLoggingConfigurationsCommand
278
- */
279
- export declare const se_ListLoggingConfigurationsCommand: (input: ListLoggingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_json1_1ListRateBasedRulesCommand
282
- */
283
- export declare const se_ListRateBasedRulesCommand: (input: ListRateBasedRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_json1_1ListRegexMatchSetsCommand
286
- */
287
- export declare const se_ListRegexMatchSetsCommand: (input: ListRegexMatchSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * serializeAws_json1_1ListRegexPatternSetsCommand
290
- */
291
- export declare const se_ListRegexPatternSetsCommand: (input: ListRegexPatternSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- /**
293
- * serializeAws_json1_1ListRuleGroupsCommand
294
- */
295
- export declare const se_ListRuleGroupsCommand: (input: ListRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- /**
297
- * serializeAws_json1_1ListRulesCommand
298
- */
299
- export declare const se_ListRulesCommand: (input: ListRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- /**
301
- * serializeAws_json1_1ListSizeConstraintSetsCommand
302
- */
303
- export declare const se_ListSizeConstraintSetsCommand: (input: ListSizeConstraintSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- /**
305
- * serializeAws_json1_1ListSqlInjectionMatchSetsCommand
306
- */
307
- export declare const se_ListSqlInjectionMatchSetsCommand: (input: ListSqlInjectionMatchSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- /**
309
- * serializeAws_json1_1ListSubscribedRuleGroupsCommand
310
- */
311
- export declare const se_ListSubscribedRuleGroupsCommand: (input: ListSubscribedRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- /**
313
- * serializeAws_json1_1ListTagsForResourceCommand
314
- */
315
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- /**
317
- * serializeAws_json1_1ListWebACLsCommand
318
- */
319
- export declare const se_ListWebACLsCommand: (input: ListWebACLsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
- /**
321
- * serializeAws_json1_1ListXssMatchSetsCommand
322
- */
323
- export declare const se_ListXssMatchSetsCommand: (input: ListXssMatchSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
- /**
325
- * serializeAws_json1_1PutLoggingConfigurationCommand
326
- */
327
- export declare const se_PutLoggingConfigurationCommand: (input: PutLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
- /**
329
- * serializeAws_json1_1PutPermissionPolicyCommand
330
- */
331
- export declare const se_PutPermissionPolicyCommand: (input: PutPermissionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
332
- /**
333
- * serializeAws_json1_1TagResourceCommand
334
- */
335
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
- /**
337
- * serializeAws_json1_1UntagResourceCommand
338
- */
339
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
- /**
341
- * serializeAws_json1_1UpdateByteMatchSetCommand
342
- */
343
- export declare const se_UpdateByteMatchSetCommand: (input: UpdateByteMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
- /**
345
- * serializeAws_json1_1UpdateGeoMatchSetCommand
346
- */
347
- export declare const se_UpdateGeoMatchSetCommand: (input: UpdateGeoMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
- /**
349
- * serializeAws_json1_1UpdateIPSetCommand
350
- */
351
- export declare const se_UpdateIPSetCommand: (input: UpdateIPSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
- /**
353
- * serializeAws_json1_1UpdateRateBasedRuleCommand
354
- */
355
- export declare const se_UpdateRateBasedRuleCommand: (input: UpdateRateBasedRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
356
- /**
357
- * serializeAws_json1_1UpdateRegexMatchSetCommand
358
- */
359
- export declare const se_UpdateRegexMatchSetCommand: (input: UpdateRegexMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
- /**
361
- * serializeAws_json1_1UpdateRegexPatternSetCommand
362
- */
363
- export declare const se_UpdateRegexPatternSetCommand: (input: UpdateRegexPatternSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
- /**
365
- * serializeAws_json1_1UpdateRuleCommand
366
- */
367
- export declare const se_UpdateRuleCommand: (input: UpdateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
- /**
369
- * serializeAws_json1_1UpdateRuleGroupCommand
370
- */
371
- export declare const se_UpdateRuleGroupCommand: (input: UpdateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
372
- /**
373
- * serializeAws_json1_1UpdateSizeConstraintSetCommand
374
- */
375
- export declare const se_UpdateSizeConstraintSetCommand: (input: UpdateSizeConstraintSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
376
- /**
377
- * serializeAws_json1_1UpdateSqlInjectionMatchSetCommand
378
- */
379
- export declare const se_UpdateSqlInjectionMatchSetCommand: (input: UpdateSqlInjectionMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
380
- /**
381
- * serializeAws_json1_1UpdateWebACLCommand
382
- */
383
- export declare const se_UpdateWebACLCommand: (input: UpdateWebACLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
384
- /**
385
- * serializeAws_json1_1UpdateXssMatchSetCommand
386
- */
387
- export declare const se_UpdateXssMatchSetCommand: (input: UpdateXssMatchSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
388
- /**
389
- * deserializeAws_json1_1CreateByteMatchSetCommand
390
- */
391
- export declare const de_CreateByteMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateByteMatchSetCommandOutput>;
392
- /**
393
- * deserializeAws_json1_1CreateGeoMatchSetCommand
394
- */
395
- export declare const de_CreateGeoMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGeoMatchSetCommandOutput>;
396
- /**
397
- * deserializeAws_json1_1CreateIPSetCommand
398
- */
399
- export declare const de_CreateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIPSetCommandOutput>;
400
- /**
401
- * deserializeAws_json1_1CreateRateBasedRuleCommand
402
- */
403
- export declare const de_CreateRateBasedRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRateBasedRuleCommandOutput>;
404
- /**
405
- * deserializeAws_json1_1CreateRegexMatchSetCommand
406
- */
407
- export declare const de_CreateRegexMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRegexMatchSetCommandOutput>;
408
- /**
409
- * deserializeAws_json1_1CreateRegexPatternSetCommand
410
- */
411
- export declare const de_CreateRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRegexPatternSetCommandOutput>;
412
- /**
413
- * deserializeAws_json1_1CreateRuleCommand
414
- */
415
- export declare const de_CreateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleCommandOutput>;
416
- /**
417
- * deserializeAws_json1_1CreateRuleGroupCommand
418
- */
419
- export declare const de_CreateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleGroupCommandOutput>;
420
- /**
421
- * deserializeAws_json1_1CreateSizeConstraintSetCommand
422
- */
423
- export declare const de_CreateSizeConstraintSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSizeConstraintSetCommandOutput>;
424
- /**
425
- * deserializeAws_json1_1CreateSqlInjectionMatchSetCommand
426
- */
427
- export declare const de_CreateSqlInjectionMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSqlInjectionMatchSetCommandOutput>;
428
- /**
429
- * deserializeAws_json1_1CreateWebACLCommand
430
- */
431
- export declare const de_CreateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebACLCommandOutput>;
432
- /**
433
- * deserializeAws_json1_1CreateWebACLMigrationStackCommand
434
- */
435
- export declare const de_CreateWebACLMigrationStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebACLMigrationStackCommandOutput>;
436
- /**
437
- * deserializeAws_json1_1CreateXssMatchSetCommand
438
- */
439
- export declare const de_CreateXssMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateXssMatchSetCommandOutput>;
440
- /**
441
- * deserializeAws_json1_1DeleteByteMatchSetCommand
442
- */
443
- export declare const de_DeleteByteMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteByteMatchSetCommandOutput>;
444
- /**
445
- * deserializeAws_json1_1DeleteGeoMatchSetCommand
446
- */
447
- export declare const de_DeleteGeoMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGeoMatchSetCommandOutput>;
448
- /**
449
- * deserializeAws_json1_1DeleteIPSetCommand
450
- */
451
- export declare const de_DeleteIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIPSetCommandOutput>;
452
- /**
453
- * deserializeAws_json1_1DeleteLoggingConfigurationCommand
454
- */
455
- export declare const de_DeleteLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggingConfigurationCommandOutput>;
456
- /**
457
- * deserializeAws_json1_1DeletePermissionPolicyCommand
458
- */
459
- export declare const de_DeletePermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePermissionPolicyCommandOutput>;
460
- /**
461
- * deserializeAws_json1_1DeleteRateBasedRuleCommand
462
- */
463
- export declare const de_DeleteRateBasedRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRateBasedRuleCommandOutput>;
464
- /**
465
- * deserializeAws_json1_1DeleteRegexMatchSetCommand
466
- */
467
- export declare const de_DeleteRegexMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegexMatchSetCommandOutput>;
468
- /**
469
- * deserializeAws_json1_1DeleteRegexPatternSetCommand
470
- */
471
- export declare const de_DeleteRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegexPatternSetCommandOutput>;
472
- /**
473
- * deserializeAws_json1_1DeleteRuleCommand
474
- */
475
- export declare const de_DeleteRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleCommandOutput>;
476
- /**
477
- * deserializeAws_json1_1DeleteRuleGroupCommand
478
- */
479
- export declare const de_DeleteRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleGroupCommandOutput>;
480
- /**
481
- * deserializeAws_json1_1DeleteSizeConstraintSetCommand
482
- */
483
- export declare const de_DeleteSizeConstraintSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSizeConstraintSetCommandOutput>;
484
- /**
485
- * deserializeAws_json1_1DeleteSqlInjectionMatchSetCommand
486
- */
487
- export declare const de_DeleteSqlInjectionMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSqlInjectionMatchSetCommandOutput>;
488
- /**
489
- * deserializeAws_json1_1DeleteWebACLCommand
490
- */
491
- export declare const de_DeleteWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebACLCommandOutput>;
492
- /**
493
- * deserializeAws_json1_1DeleteXssMatchSetCommand
494
- */
495
- export declare const de_DeleteXssMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteXssMatchSetCommandOutput>;
496
- /**
497
- * deserializeAws_json1_1GetByteMatchSetCommand
498
- */
499
- export declare const de_GetByteMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetByteMatchSetCommandOutput>;
500
- /**
501
- * deserializeAws_json1_1GetChangeTokenCommand
502
- */
503
- export declare const de_GetChangeTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChangeTokenCommandOutput>;
504
- /**
505
- * deserializeAws_json1_1GetChangeTokenStatusCommand
506
- */
507
- export declare const de_GetChangeTokenStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChangeTokenStatusCommandOutput>;
508
- /**
509
- * deserializeAws_json1_1GetGeoMatchSetCommand
510
- */
511
- export declare const de_GetGeoMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeoMatchSetCommandOutput>;
512
- /**
513
- * deserializeAws_json1_1GetIPSetCommand
514
- */
515
- export declare const de_GetIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIPSetCommandOutput>;
516
- /**
517
- * deserializeAws_json1_1GetLoggingConfigurationCommand
518
- */
519
- export declare const de_GetLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggingConfigurationCommandOutput>;
520
- /**
521
- * deserializeAws_json1_1GetPermissionPolicyCommand
522
- */
523
- export declare const de_GetPermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPermissionPolicyCommandOutput>;
524
- /**
525
- * deserializeAws_json1_1GetRateBasedRuleCommand
526
- */
527
- export declare const de_GetRateBasedRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRateBasedRuleCommandOutput>;
528
- /**
529
- * deserializeAws_json1_1GetRateBasedRuleManagedKeysCommand
530
- */
531
- export declare const de_GetRateBasedRuleManagedKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRateBasedRuleManagedKeysCommandOutput>;
532
- /**
533
- * deserializeAws_json1_1GetRegexMatchSetCommand
534
- */
535
- export declare const de_GetRegexMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegexMatchSetCommandOutput>;
536
- /**
537
- * deserializeAws_json1_1GetRegexPatternSetCommand
538
- */
539
- export declare const de_GetRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegexPatternSetCommandOutput>;
540
- /**
541
- * deserializeAws_json1_1GetRuleCommand
542
- */
543
- export declare const de_GetRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRuleCommandOutput>;
544
- /**
545
- * deserializeAws_json1_1GetRuleGroupCommand
546
- */
547
- export declare const de_GetRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRuleGroupCommandOutput>;
548
- /**
549
- * deserializeAws_json1_1GetSampledRequestsCommand
550
- */
551
- export declare const de_GetSampledRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSampledRequestsCommandOutput>;
552
- /**
553
- * deserializeAws_json1_1GetSizeConstraintSetCommand
554
- */
555
- export declare const de_GetSizeConstraintSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSizeConstraintSetCommandOutput>;
556
- /**
557
- * deserializeAws_json1_1GetSqlInjectionMatchSetCommand
558
- */
559
- export declare const de_GetSqlInjectionMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSqlInjectionMatchSetCommandOutput>;
560
- /**
561
- * deserializeAws_json1_1GetWebACLCommand
562
- */
563
- export declare const de_GetWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebACLCommandOutput>;
564
- /**
565
- * deserializeAws_json1_1GetXssMatchSetCommand
566
- */
567
- export declare const de_GetXssMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetXssMatchSetCommandOutput>;
568
- /**
569
- * deserializeAws_json1_1ListActivatedRulesInRuleGroupCommand
570
- */
571
- export declare const de_ListActivatedRulesInRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActivatedRulesInRuleGroupCommandOutput>;
572
- /**
573
- * deserializeAws_json1_1ListByteMatchSetsCommand
574
- */
575
- export declare const de_ListByteMatchSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListByteMatchSetsCommandOutput>;
576
- /**
577
- * deserializeAws_json1_1ListGeoMatchSetsCommand
578
- */
579
- export declare const de_ListGeoMatchSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeoMatchSetsCommandOutput>;
580
- /**
581
- * deserializeAws_json1_1ListIPSetsCommand
582
- */
583
- export declare const de_ListIPSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIPSetsCommandOutput>;
584
- /**
585
- * deserializeAws_json1_1ListLoggingConfigurationsCommand
586
- */
587
- export declare const de_ListLoggingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggingConfigurationsCommandOutput>;
588
- /**
589
- * deserializeAws_json1_1ListRateBasedRulesCommand
590
- */
591
- export declare const de_ListRateBasedRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRateBasedRulesCommandOutput>;
592
- /**
593
- * deserializeAws_json1_1ListRegexMatchSetsCommand
594
- */
595
- export declare const de_ListRegexMatchSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegexMatchSetsCommandOutput>;
596
- /**
597
- * deserializeAws_json1_1ListRegexPatternSetsCommand
598
- */
599
- export declare const de_ListRegexPatternSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegexPatternSetsCommandOutput>;
600
- /**
601
- * deserializeAws_json1_1ListRuleGroupsCommand
602
- */
603
- export declare const de_ListRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleGroupsCommandOutput>;
604
- /**
605
- * deserializeAws_json1_1ListRulesCommand
606
- */
607
- export declare const de_ListRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesCommandOutput>;
608
- /**
609
- * deserializeAws_json1_1ListSizeConstraintSetsCommand
610
- */
611
- export declare const de_ListSizeConstraintSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSizeConstraintSetsCommandOutput>;
612
- /**
613
- * deserializeAws_json1_1ListSqlInjectionMatchSetsCommand
614
- */
615
- export declare const de_ListSqlInjectionMatchSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSqlInjectionMatchSetsCommandOutput>;
616
- /**
617
- * deserializeAws_json1_1ListSubscribedRuleGroupsCommand
618
- */
619
- export declare const de_ListSubscribedRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscribedRuleGroupsCommandOutput>;
620
- /**
621
- * deserializeAws_json1_1ListTagsForResourceCommand
622
- */
623
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
624
- /**
625
- * deserializeAws_json1_1ListWebACLsCommand
626
- */
627
- export declare const de_ListWebACLsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebACLsCommandOutput>;
628
- /**
629
- * deserializeAws_json1_1ListXssMatchSetsCommand
630
- */
631
- export declare const de_ListXssMatchSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListXssMatchSetsCommandOutput>;
632
- /**
633
- * deserializeAws_json1_1PutLoggingConfigurationCommand
634
- */
635
- export declare const de_PutLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingConfigurationCommandOutput>;
636
- /**
637
- * deserializeAws_json1_1PutPermissionPolicyCommand
638
- */
639
- export declare const de_PutPermissionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPermissionPolicyCommandOutput>;
640
- /**
641
- * deserializeAws_json1_1TagResourceCommand
642
- */
643
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
644
- /**
645
- * deserializeAws_json1_1UntagResourceCommand
646
- */
647
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
648
- /**
649
- * deserializeAws_json1_1UpdateByteMatchSetCommand
650
- */
651
- export declare const de_UpdateByteMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateByteMatchSetCommandOutput>;
652
- /**
653
- * deserializeAws_json1_1UpdateGeoMatchSetCommand
654
- */
655
- export declare const de_UpdateGeoMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGeoMatchSetCommandOutput>;
656
- /**
657
- * deserializeAws_json1_1UpdateIPSetCommand
658
- */
659
- export declare const de_UpdateIPSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIPSetCommandOutput>;
660
- /**
661
- * deserializeAws_json1_1UpdateRateBasedRuleCommand
662
- */
663
- export declare const de_UpdateRateBasedRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRateBasedRuleCommandOutput>;
664
- /**
665
- * deserializeAws_json1_1UpdateRegexMatchSetCommand
666
- */
667
- export declare const de_UpdateRegexMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegexMatchSetCommandOutput>;
668
- /**
669
- * deserializeAws_json1_1UpdateRegexPatternSetCommand
670
- */
671
- export declare const de_UpdateRegexPatternSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegexPatternSetCommandOutput>;
672
- /**
673
- * deserializeAws_json1_1UpdateRuleCommand
674
- */
675
- export declare const de_UpdateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleCommandOutput>;
676
- /**
677
- * deserializeAws_json1_1UpdateRuleGroupCommand
678
- */
679
- export declare const de_UpdateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleGroupCommandOutput>;
680
- /**
681
- * deserializeAws_json1_1UpdateSizeConstraintSetCommand
682
- */
683
- export declare const de_UpdateSizeConstraintSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSizeConstraintSetCommandOutput>;
684
- /**
685
- * deserializeAws_json1_1UpdateSqlInjectionMatchSetCommand
686
- */
687
- export declare const de_UpdateSqlInjectionMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSqlInjectionMatchSetCommandOutput>;
688
- /**
689
- * deserializeAws_json1_1UpdateWebACLCommand
690
- */
691
- export declare const de_UpdateWebACLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebACLCommandOutput>;
692
- /**
693
- * deserializeAws_json1_1UpdateXssMatchSetCommand
694
- */
695
- export declare const de_UpdateXssMatchSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateXssMatchSetCommandOutput>;