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