@aws-sdk/client-wafv2 3.422.0 → 3.425.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/WAFV2Client.d.ts +2 -0
- package/dist-types/ts3.4/WAFV2.d.ts +918 -438
- package/dist-types/ts3.4/WAFV2Client.d.ts +436 -277
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +38 -118
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +38 -1093
- package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +35 -115
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +35 -144
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +42 -143
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +38 -1116
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +35 -1145
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +42 -115
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +35 -124
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +42 -110
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +42 -103
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +42 -124
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +38 -124
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +35 -158
- package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +42 -92
- package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +42 -114
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +42 -191
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +39 -109
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +42 -110
- package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +39 -112
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +35 -119
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +42 -192
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +39 -131
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +39 -121
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +39 -105
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +42 -142
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +39 -120
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +35 -1088
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +39 -168
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +35 -1283
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +42 -1286
- package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +35 -121
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +42 -118
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +42 -113
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +35 -113
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +42 -191
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +39 -117
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +42 -112
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +42 -113
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +42 -112
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +38 -113
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -132
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +35 -113
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +42 -345
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +42 -133
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +39 -145
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -131
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -118
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +35 -146
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +42 -125
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +42 -148
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +38 -1128
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +35 -1146
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -22
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -5
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
- package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -8
- package/dist-types/ts3.4/index.d.ts +6 -68
- package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +8 -13
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1764 -7951
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +641 -479
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -46
- package/dist-types/ts3.4/runtimeConfig.d.ts +97 -46
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -45
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -19
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -17
- package/package.json +31 -31
|
@@ -1,277 +1,436 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
import {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
import {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
import {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
import {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
import {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
import {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
AwsAuthInputConfig,
|
|
7
|
+
AwsAuthResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-signing";
|
|
9
|
+
import {
|
|
10
|
+
UserAgentInputConfig,
|
|
11
|
+
UserAgentResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
13
|
+
import { Credentials as __Credentials } from "@aws-sdk/types";
|
|
14
|
+
import {
|
|
15
|
+
RegionInputConfig,
|
|
16
|
+
RegionResolvedConfig,
|
|
17
|
+
} from "@smithy/config-resolver";
|
|
18
|
+
import {
|
|
19
|
+
EndpointInputConfig,
|
|
20
|
+
EndpointResolvedConfig,
|
|
21
|
+
} from "@smithy/middleware-endpoint";
|
|
22
|
+
import {
|
|
23
|
+
RetryInputConfig,
|
|
24
|
+
RetryResolvedConfig,
|
|
25
|
+
} from "@smithy/middleware-retry";
|
|
26
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
27
|
+
import {
|
|
28
|
+
Client as __Client,
|
|
29
|
+
DefaultsMode as __DefaultsMode,
|
|
30
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
31
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
32
|
+
} from "@smithy/smithy-client";
|
|
33
|
+
import {
|
|
34
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
37
|
+
Decoder as __Decoder,
|
|
38
|
+
Encoder as __Encoder,
|
|
39
|
+
HashConstructor as __HashConstructor,
|
|
40
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
41
|
+
Logger as __Logger,
|
|
42
|
+
Provider as __Provider,
|
|
43
|
+
Provider,
|
|
44
|
+
StreamCollector as __StreamCollector,
|
|
45
|
+
UrlParser as __UrlParser,
|
|
46
|
+
UserAgent as __UserAgent,
|
|
47
|
+
} from "@smithy/types";
|
|
48
|
+
import {
|
|
49
|
+
AssociateWebACLCommandInput,
|
|
50
|
+
AssociateWebACLCommandOutput,
|
|
51
|
+
} from "./commands/AssociateWebACLCommand";
|
|
52
|
+
import {
|
|
53
|
+
CheckCapacityCommandInput,
|
|
54
|
+
CheckCapacityCommandOutput,
|
|
55
|
+
} from "./commands/CheckCapacityCommand";
|
|
56
|
+
import {
|
|
57
|
+
CreateAPIKeyCommandInput,
|
|
58
|
+
CreateAPIKeyCommandOutput,
|
|
59
|
+
} from "./commands/CreateAPIKeyCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateIPSetCommandInput,
|
|
62
|
+
CreateIPSetCommandOutput,
|
|
63
|
+
} from "./commands/CreateIPSetCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateRegexPatternSetCommandInput,
|
|
66
|
+
CreateRegexPatternSetCommandOutput,
|
|
67
|
+
} from "./commands/CreateRegexPatternSetCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreateRuleGroupCommandInput,
|
|
70
|
+
CreateRuleGroupCommandOutput,
|
|
71
|
+
} from "./commands/CreateRuleGroupCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateWebACLCommandInput,
|
|
74
|
+
CreateWebACLCommandOutput,
|
|
75
|
+
} from "./commands/CreateWebACLCommand";
|
|
76
|
+
import {
|
|
77
|
+
DeleteFirewallManagerRuleGroupsCommandInput,
|
|
78
|
+
DeleteFirewallManagerRuleGroupsCommandOutput,
|
|
79
|
+
} from "./commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
80
|
+
import {
|
|
81
|
+
DeleteIPSetCommandInput,
|
|
82
|
+
DeleteIPSetCommandOutput,
|
|
83
|
+
} from "./commands/DeleteIPSetCommand";
|
|
84
|
+
import {
|
|
85
|
+
DeleteLoggingConfigurationCommandInput,
|
|
86
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
87
|
+
} from "./commands/DeleteLoggingConfigurationCommand";
|
|
88
|
+
import {
|
|
89
|
+
DeletePermissionPolicyCommandInput,
|
|
90
|
+
DeletePermissionPolicyCommandOutput,
|
|
91
|
+
} from "./commands/DeletePermissionPolicyCommand";
|
|
92
|
+
import {
|
|
93
|
+
DeleteRegexPatternSetCommandInput,
|
|
94
|
+
DeleteRegexPatternSetCommandOutput,
|
|
95
|
+
} from "./commands/DeleteRegexPatternSetCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteRuleGroupCommandInput,
|
|
98
|
+
DeleteRuleGroupCommandOutput,
|
|
99
|
+
} from "./commands/DeleteRuleGroupCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteWebACLCommandInput,
|
|
102
|
+
DeleteWebACLCommandOutput,
|
|
103
|
+
} from "./commands/DeleteWebACLCommand";
|
|
104
|
+
import {
|
|
105
|
+
DescribeAllManagedProductsCommandInput,
|
|
106
|
+
DescribeAllManagedProductsCommandOutput,
|
|
107
|
+
} from "./commands/DescribeAllManagedProductsCommand";
|
|
108
|
+
import {
|
|
109
|
+
DescribeManagedProductsByVendorCommandInput,
|
|
110
|
+
DescribeManagedProductsByVendorCommandOutput,
|
|
111
|
+
} from "./commands/DescribeManagedProductsByVendorCommand";
|
|
112
|
+
import {
|
|
113
|
+
DescribeManagedRuleGroupCommandInput,
|
|
114
|
+
DescribeManagedRuleGroupCommandOutput,
|
|
115
|
+
} from "./commands/DescribeManagedRuleGroupCommand";
|
|
116
|
+
import {
|
|
117
|
+
DisassociateWebACLCommandInput,
|
|
118
|
+
DisassociateWebACLCommandOutput,
|
|
119
|
+
} from "./commands/DisassociateWebACLCommand";
|
|
120
|
+
import {
|
|
121
|
+
GenerateMobileSdkReleaseUrlCommandInput,
|
|
122
|
+
GenerateMobileSdkReleaseUrlCommandOutput,
|
|
123
|
+
} from "./commands/GenerateMobileSdkReleaseUrlCommand";
|
|
124
|
+
import {
|
|
125
|
+
GetDecryptedAPIKeyCommandInput,
|
|
126
|
+
GetDecryptedAPIKeyCommandOutput,
|
|
127
|
+
} from "./commands/GetDecryptedAPIKeyCommand";
|
|
128
|
+
import {
|
|
129
|
+
GetIPSetCommandInput,
|
|
130
|
+
GetIPSetCommandOutput,
|
|
131
|
+
} from "./commands/GetIPSetCommand";
|
|
132
|
+
import {
|
|
133
|
+
GetLoggingConfigurationCommandInput,
|
|
134
|
+
GetLoggingConfigurationCommandOutput,
|
|
135
|
+
} from "./commands/GetLoggingConfigurationCommand";
|
|
136
|
+
import {
|
|
137
|
+
GetManagedRuleSetCommandInput,
|
|
138
|
+
GetManagedRuleSetCommandOutput,
|
|
139
|
+
} from "./commands/GetManagedRuleSetCommand";
|
|
140
|
+
import {
|
|
141
|
+
GetMobileSdkReleaseCommandInput,
|
|
142
|
+
GetMobileSdkReleaseCommandOutput,
|
|
143
|
+
} from "./commands/GetMobileSdkReleaseCommand";
|
|
144
|
+
import {
|
|
145
|
+
GetPermissionPolicyCommandInput,
|
|
146
|
+
GetPermissionPolicyCommandOutput,
|
|
147
|
+
} from "./commands/GetPermissionPolicyCommand";
|
|
148
|
+
import {
|
|
149
|
+
GetRateBasedStatementManagedKeysCommandInput,
|
|
150
|
+
GetRateBasedStatementManagedKeysCommandOutput,
|
|
151
|
+
} from "./commands/GetRateBasedStatementManagedKeysCommand";
|
|
152
|
+
import {
|
|
153
|
+
GetRegexPatternSetCommandInput,
|
|
154
|
+
GetRegexPatternSetCommandOutput,
|
|
155
|
+
} from "./commands/GetRegexPatternSetCommand";
|
|
156
|
+
import {
|
|
157
|
+
GetRuleGroupCommandInput,
|
|
158
|
+
GetRuleGroupCommandOutput,
|
|
159
|
+
} from "./commands/GetRuleGroupCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetSampledRequestsCommandInput,
|
|
162
|
+
GetSampledRequestsCommandOutput,
|
|
163
|
+
} from "./commands/GetSampledRequestsCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetWebACLCommandInput,
|
|
166
|
+
GetWebACLCommandOutput,
|
|
167
|
+
} from "./commands/GetWebACLCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetWebACLForResourceCommandInput,
|
|
170
|
+
GetWebACLForResourceCommandOutput,
|
|
171
|
+
} from "./commands/GetWebACLForResourceCommand";
|
|
172
|
+
import {
|
|
173
|
+
ListAPIKeysCommandInput,
|
|
174
|
+
ListAPIKeysCommandOutput,
|
|
175
|
+
} from "./commands/ListAPIKeysCommand";
|
|
176
|
+
import {
|
|
177
|
+
ListAvailableManagedRuleGroupsCommandInput,
|
|
178
|
+
ListAvailableManagedRuleGroupsCommandOutput,
|
|
179
|
+
} from "./commands/ListAvailableManagedRuleGroupsCommand";
|
|
180
|
+
import {
|
|
181
|
+
ListAvailableManagedRuleGroupVersionsCommandInput,
|
|
182
|
+
ListAvailableManagedRuleGroupVersionsCommandOutput,
|
|
183
|
+
} from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
184
|
+
import {
|
|
185
|
+
ListIPSetsCommandInput,
|
|
186
|
+
ListIPSetsCommandOutput,
|
|
187
|
+
} from "./commands/ListIPSetsCommand";
|
|
188
|
+
import {
|
|
189
|
+
ListLoggingConfigurationsCommandInput,
|
|
190
|
+
ListLoggingConfigurationsCommandOutput,
|
|
191
|
+
} from "./commands/ListLoggingConfigurationsCommand";
|
|
192
|
+
import {
|
|
193
|
+
ListManagedRuleSetsCommandInput,
|
|
194
|
+
ListManagedRuleSetsCommandOutput,
|
|
195
|
+
} from "./commands/ListManagedRuleSetsCommand";
|
|
196
|
+
import {
|
|
197
|
+
ListMobileSdkReleasesCommandInput,
|
|
198
|
+
ListMobileSdkReleasesCommandOutput,
|
|
199
|
+
} from "./commands/ListMobileSdkReleasesCommand";
|
|
200
|
+
import {
|
|
201
|
+
ListRegexPatternSetsCommandInput,
|
|
202
|
+
ListRegexPatternSetsCommandOutput,
|
|
203
|
+
} from "./commands/ListRegexPatternSetsCommand";
|
|
204
|
+
import {
|
|
205
|
+
ListResourcesForWebACLCommandInput,
|
|
206
|
+
ListResourcesForWebACLCommandOutput,
|
|
207
|
+
} from "./commands/ListResourcesForWebACLCommand";
|
|
208
|
+
import {
|
|
209
|
+
ListRuleGroupsCommandInput,
|
|
210
|
+
ListRuleGroupsCommandOutput,
|
|
211
|
+
} from "./commands/ListRuleGroupsCommand";
|
|
212
|
+
import {
|
|
213
|
+
ListTagsForResourceCommandInput,
|
|
214
|
+
ListTagsForResourceCommandOutput,
|
|
215
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
216
|
+
import {
|
|
217
|
+
ListWebACLsCommandInput,
|
|
218
|
+
ListWebACLsCommandOutput,
|
|
219
|
+
} from "./commands/ListWebACLsCommand";
|
|
220
|
+
import {
|
|
221
|
+
PutLoggingConfigurationCommandInput,
|
|
222
|
+
PutLoggingConfigurationCommandOutput,
|
|
223
|
+
} from "./commands/PutLoggingConfigurationCommand";
|
|
224
|
+
import {
|
|
225
|
+
PutManagedRuleSetVersionsCommandInput,
|
|
226
|
+
PutManagedRuleSetVersionsCommandOutput,
|
|
227
|
+
} from "./commands/PutManagedRuleSetVersionsCommand";
|
|
228
|
+
import {
|
|
229
|
+
PutPermissionPolicyCommandInput,
|
|
230
|
+
PutPermissionPolicyCommandOutput,
|
|
231
|
+
} from "./commands/PutPermissionPolicyCommand";
|
|
232
|
+
import {
|
|
233
|
+
TagResourceCommandInput,
|
|
234
|
+
TagResourceCommandOutput,
|
|
235
|
+
} from "./commands/TagResourceCommand";
|
|
236
|
+
import {
|
|
237
|
+
UntagResourceCommandInput,
|
|
238
|
+
UntagResourceCommandOutput,
|
|
239
|
+
} from "./commands/UntagResourceCommand";
|
|
240
|
+
import {
|
|
241
|
+
UpdateIPSetCommandInput,
|
|
242
|
+
UpdateIPSetCommandOutput,
|
|
243
|
+
} from "./commands/UpdateIPSetCommand";
|
|
244
|
+
import {
|
|
245
|
+
UpdateManagedRuleSetVersionExpiryDateCommandInput,
|
|
246
|
+
UpdateManagedRuleSetVersionExpiryDateCommandOutput,
|
|
247
|
+
} from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
248
|
+
import {
|
|
249
|
+
UpdateRegexPatternSetCommandInput,
|
|
250
|
+
UpdateRegexPatternSetCommandOutput,
|
|
251
|
+
} from "./commands/UpdateRegexPatternSetCommand";
|
|
252
|
+
import {
|
|
253
|
+
UpdateRuleGroupCommandInput,
|
|
254
|
+
UpdateRuleGroupCommandOutput,
|
|
255
|
+
} from "./commands/UpdateRuleGroupCommand";
|
|
256
|
+
import {
|
|
257
|
+
UpdateWebACLCommandInput,
|
|
258
|
+
UpdateWebACLCommandOutput,
|
|
259
|
+
} from "./commands/UpdateWebACLCommand";
|
|
260
|
+
import {
|
|
261
|
+
ClientInputEndpointParameters,
|
|
262
|
+
ClientResolvedEndpointParameters,
|
|
263
|
+
EndpointParameters,
|
|
264
|
+
} from "./endpoint/EndpointParameters";
|
|
265
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
266
|
+
export { __Client };
|
|
267
|
+
export type ServiceInputTypes =
|
|
268
|
+
| AssociateWebACLCommandInput
|
|
269
|
+
| CheckCapacityCommandInput
|
|
270
|
+
| CreateAPIKeyCommandInput
|
|
271
|
+
| CreateIPSetCommandInput
|
|
272
|
+
| CreateRegexPatternSetCommandInput
|
|
273
|
+
| CreateRuleGroupCommandInput
|
|
274
|
+
| CreateWebACLCommandInput
|
|
275
|
+
| DeleteFirewallManagerRuleGroupsCommandInput
|
|
276
|
+
| DeleteIPSetCommandInput
|
|
277
|
+
| DeleteLoggingConfigurationCommandInput
|
|
278
|
+
| DeletePermissionPolicyCommandInput
|
|
279
|
+
| DeleteRegexPatternSetCommandInput
|
|
280
|
+
| DeleteRuleGroupCommandInput
|
|
281
|
+
| DeleteWebACLCommandInput
|
|
282
|
+
| DescribeAllManagedProductsCommandInput
|
|
283
|
+
| DescribeManagedProductsByVendorCommandInput
|
|
284
|
+
| DescribeManagedRuleGroupCommandInput
|
|
285
|
+
| DisassociateWebACLCommandInput
|
|
286
|
+
| GenerateMobileSdkReleaseUrlCommandInput
|
|
287
|
+
| GetDecryptedAPIKeyCommandInput
|
|
288
|
+
| GetIPSetCommandInput
|
|
289
|
+
| GetLoggingConfigurationCommandInput
|
|
290
|
+
| GetManagedRuleSetCommandInput
|
|
291
|
+
| GetMobileSdkReleaseCommandInput
|
|
292
|
+
| GetPermissionPolicyCommandInput
|
|
293
|
+
| GetRateBasedStatementManagedKeysCommandInput
|
|
294
|
+
| GetRegexPatternSetCommandInput
|
|
295
|
+
| GetRuleGroupCommandInput
|
|
296
|
+
| GetSampledRequestsCommandInput
|
|
297
|
+
| GetWebACLCommandInput
|
|
298
|
+
| GetWebACLForResourceCommandInput
|
|
299
|
+
| ListAPIKeysCommandInput
|
|
300
|
+
| ListAvailableManagedRuleGroupVersionsCommandInput
|
|
301
|
+
| ListAvailableManagedRuleGroupsCommandInput
|
|
302
|
+
| ListIPSetsCommandInput
|
|
303
|
+
| ListLoggingConfigurationsCommandInput
|
|
304
|
+
| ListManagedRuleSetsCommandInput
|
|
305
|
+
| ListMobileSdkReleasesCommandInput
|
|
306
|
+
| ListRegexPatternSetsCommandInput
|
|
307
|
+
| ListResourcesForWebACLCommandInput
|
|
308
|
+
| ListRuleGroupsCommandInput
|
|
309
|
+
| ListTagsForResourceCommandInput
|
|
310
|
+
| ListWebACLsCommandInput
|
|
311
|
+
| PutLoggingConfigurationCommandInput
|
|
312
|
+
| PutManagedRuleSetVersionsCommandInput
|
|
313
|
+
| PutPermissionPolicyCommandInput
|
|
314
|
+
| TagResourceCommandInput
|
|
315
|
+
| UntagResourceCommandInput
|
|
316
|
+
| UpdateIPSetCommandInput
|
|
317
|
+
| UpdateManagedRuleSetVersionExpiryDateCommandInput
|
|
318
|
+
| UpdateRegexPatternSetCommandInput
|
|
319
|
+
| UpdateRuleGroupCommandInput
|
|
320
|
+
| UpdateWebACLCommandInput;
|
|
321
|
+
export type ServiceOutputTypes =
|
|
322
|
+
| AssociateWebACLCommandOutput
|
|
323
|
+
| CheckCapacityCommandOutput
|
|
324
|
+
| CreateAPIKeyCommandOutput
|
|
325
|
+
| CreateIPSetCommandOutput
|
|
326
|
+
| CreateRegexPatternSetCommandOutput
|
|
327
|
+
| CreateRuleGroupCommandOutput
|
|
328
|
+
| CreateWebACLCommandOutput
|
|
329
|
+
| DeleteFirewallManagerRuleGroupsCommandOutput
|
|
330
|
+
| DeleteIPSetCommandOutput
|
|
331
|
+
| DeleteLoggingConfigurationCommandOutput
|
|
332
|
+
| DeletePermissionPolicyCommandOutput
|
|
333
|
+
| DeleteRegexPatternSetCommandOutput
|
|
334
|
+
| DeleteRuleGroupCommandOutput
|
|
335
|
+
| DeleteWebACLCommandOutput
|
|
336
|
+
| DescribeAllManagedProductsCommandOutput
|
|
337
|
+
| DescribeManagedProductsByVendorCommandOutput
|
|
338
|
+
| DescribeManagedRuleGroupCommandOutput
|
|
339
|
+
| DisassociateWebACLCommandOutput
|
|
340
|
+
| GenerateMobileSdkReleaseUrlCommandOutput
|
|
341
|
+
| GetDecryptedAPIKeyCommandOutput
|
|
342
|
+
| GetIPSetCommandOutput
|
|
343
|
+
| GetLoggingConfigurationCommandOutput
|
|
344
|
+
| GetManagedRuleSetCommandOutput
|
|
345
|
+
| GetMobileSdkReleaseCommandOutput
|
|
346
|
+
| GetPermissionPolicyCommandOutput
|
|
347
|
+
| GetRateBasedStatementManagedKeysCommandOutput
|
|
348
|
+
| GetRegexPatternSetCommandOutput
|
|
349
|
+
| GetRuleGroupCommandOutput
|
|
350
|
+
| GetSampledRequestsCommandOutput
|
|
351
|
+
| GetWebACLCommandOutput
|
|
352
|
+
| GetWebACLForResourceCommandOutput
|
|
353
|
+
| ListAPIKeysCommandOutput
|
|
354
|
+
| ListAvailableManagedRuleGroupVersionsCommandOutput
|
|
355
|
+
| ListAvailableManagedRuleGroupsCommandOutput
|
|
356
|
+
| ListIPSetsCommandOutput
|
|
357
|
+
| ListLoggingConfigurationsCommandOutput
|
|
358
|
+
| ListManagedRuleSetsCommandOutput
|
|
359
|
+
| ListMobileSdkReleasesCommandOutput
|
|
360
|
+
| ListRegexPatternSetsCommandOutput
|
|
361
|
+
| ListResourcesForWebACLCommandOutput
|
|
362
|
+
| ListRuleGroupsCommandOutput
|
|
363
|
+
| ListTagsForResourceCommandOutput
|
|
364
|
+
| ListWebACLsCommandOutput
|
|
365
|
+
| PutLoggingConfigurationCommandOutput
|
|
366
|
+
| PutManagedRuleSetVersionsCommandOutput
|
|
367
|
+
| PutPermissionPolicyCommandOutput
|
|
368
|
+
| TagResourceCommandOutput
|
|
369
|
+
| UntagResourceCommandOutput
|
|
370
|
+
| UpdateIPSetCommandOutput
|
|
371
|
+
| UpdateManagedRuleSetVersionExpiryDateCommandOutput
|
|
372
|
+
| UpdateRegexPatternSetCommandOutput
|
|
373
|
+
| UpdateRuleGroupCommandOutput
|
|
374
|
+
| UpdateWebACLCommandOutput;
|
|
375
|
+
export interface ClientDefaults
|
|
376
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
377
|
+
requestHandler?: __HttpHandler;
|
|
378
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
379
|
+
urlParser?: __UrlParser;
|
|
380
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
381
|
+
streamCollector?: __StreamCollector;
|
|
382
|
+
base64Decoder?: __Decoder;
|
|
383
|
+
base64Encoder?: __Encoder;
|
|
384
|
+
utf8Decoder?: __Decoder;
|
|
385
|
+
utf8Encoder?: __Encoder;
|
|
386
|
+
runtime?: string;
|
|
387
|
+
disableHostPrefix?: boolean;
|
|
388
|
+
serviceId?: string;
|
|
389
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
390
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
391
|
+
region?: string | __Provider<string>;
|
|
392
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
393
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
394
|
+
maxAttempts?: number | __Provider<number>;
|
|
395
|
+
retryMode?: string | __Provider<string>;
|
|
396
|
+
logger?: __Logger;
|
|
397
|
+
extensions?: RuntimeExtension[];
|
|
398
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
399
|
+
}
|
|
400
|
+
export type WAFV2ClientConfigType = Partial<
|
|
401
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
402
|
+
> &
|
|
403
|
+
ClientDefaults &
|
|
404
|
+
RegionInputConfig &
|
|
405
|
+
EndpointInputConfig<EndpointParameters> &
|
|
406
|
+
RetryInputConfig &
|
|
407
|
+
HostHeaderInputConfig &
|
|
408
|
+
AwsAuthInputConfig &
|
|
409
|
+
UserAgentInputConfig &
|
|
410
|
+
ClientInputEndpointParameters;
|
|
411
|
+
export interface WAFV2ClientConfig extends WAFV2ClientConfigType {}
|
|
412
|
+
export type WAFV2ClientResolvedConfigType =
|
|
413
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
414
|
+
Required<ClientDefaults> &
|
|
415
|
+
RuntimeExtensionsConfig &
|
|
416
|
+
RegionResolvedConfig &
|
|
417
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
418
|
+
RetryResolvedConfig &
|
|
419
|
+
HostHeaderResolvedConfig &
|
|
420
|
+
AwsAuthResolvedConfig &
|
|
421
|
+
UserAgentResolvedConfig &
|
|
422
|
+
ClientResolvedEndpointParameters;
|
|
423
|
+
export interface WAFV2ClientResolvedConfig
|
|
424
|
+
extends WAFV2ClientResolvedConfigType {}
|
|
425
|
+
export declare class WAFV2Client extends __Client<
|
|
426
|
+
__HttpHandlerOptions,
|
|
427
|
+
ServiceInputTypes,
|
|
428
|
+
ServiceOutputTypes,
|
|
429
|
+
WAFV2ClientResolvedConfig
|
|
430
|
+
> {
|
|
431
|
+
readonly config: WAFV2ClientResolvedConfig;
|
|
432
|
+
constructor(
|
|
433
|
+
...[configuration]: __CheckOptionalClientConfig<WAFV2ClientConfig>
|
|
434
|
+
);
|
|
435
|
+
destroy(): void;
|
|
436
|
+
}
|