@aws-sdk/client-wafv2 3.1075.0 → 3.1077.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-cjs/index.js +3298 -15
- package/dist-es/models/enums.js +2 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +16 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/WAFV2ServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -287
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -2764
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultWAFV2HttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
|
+
return {
|
|
20
|
+
operation: getSmithyContext(context).operation,
|
|
21
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
22
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
23
|
+
})(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
27
|
+
return {
|
|
28
|
+
schemeId: "aws.auth#sigv4",
|
|
29
|
+
signingProperties: {
|
|
30
|
+
name: "wafv2",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultWAFV2HttpAuthSchemeProvider = (authParameters) => {
|
|
42
|
+
const options = [];
|
|
43
|
+
switch (authParameters.operation) {
|
|
44
|
+
default: {
|
|
45
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return options;
|
|
49
|
+
};
|
|
50
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
51
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
52
|
+
return Object.assign(config_0, {
|
|
53
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
54
|
+
});
|
|
55
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,2877 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.0";
|
|
72
|
+
var packageInfo = {
|
|
73
|
+
version: version};
|
|
74
|
+
|
|
75
|
+
const k = "ref";
|
|
76
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
77
|
+
const _data = {
|
|
78
|
+
conditions: [
|
|
79
|
+
[c, [g]],
|
|
80
|
+
[c, j],
|
|
81
|
+
["aws.partition", j, d],
|
|
82
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
83
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
84
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
86
|
+
],
|
|
87
|
+
results: [
|
|
88
|
+
[a],
|
|
89
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
90
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
91
|
+
[g, i],
|
|
92
|
+
["https://wafv2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
93
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
94
|
+
["https://wafv2-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
95
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
96
|
+
["https://wafv2.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
97
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
98
|
+
["https://wafv2.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
99
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
100
|
+
]
|
|
101
|
+
};
|
|
102
|
+
const root = 2;
|
|
103
|
+
const r = 100_000_000;
|
|
104
|
+
const nodes = new Int32Array([
|
|
105
|
+
-1, 1, -1,
|
|
106
|
+
0, 12, 3,
|
|
107
|
+
1, 4, r + 11,
|
|
108
|
+
2, 5, r + 11,
|
|
109
|
+
3, 8, 6,
|
|
110
|
+
4, 7, r + 10,
|
|
111
|
+
5, r + 8, r + 9,
|
|
112
|
+
4, 10, 9,
|
|
113
|
+
6, r + 6, r + 7,
|
|
114
|
+
5, 11, r + 5,
|
|
115
|
+
6, r + 4, r + 5,
|
|
116
|
+
3, r + 1, 13,
|
|
117
|
+
4, r + 2, r + 3,
|
|
118
|
+
]);
|
|
119
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
120
|
+
|
|
121
|
+
const cache = new EndpointCache({
|
|
122
|
+
size: 50,
|
|
123
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
124
|
+
});
|
|
125
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
126
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
127
|
+
endpointParams: endpointParams,
|
|
128
|
+
logger: context.logger,
|
|
129
|
+
}));
|
|
130
|
+
};
|
|
131
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
132
|
+
|
|
133
|
+
class WAFV2ServiceException extends ServiceException {
|
|
134
|
+
constructor(options) {
|
|
135
|
+
super(options);
|
|
136
|
+
Object.setPrototypeOf(this, WAFV2ServiceException.prototype);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
class WAFFeatureNotIncludedInPricingPlanException extends WAFV2ServiceException {
|
|
141
|
+
name = "WAFFeatureNotIncludedInPricingPlanException";
|
|
142
|
+
$fault = "client";
|
|
143
|
+
Message;
|
|
144
|
+
DisallowedFeatures;
|
|
145
|
+
constructor(opts) {
|
|
146
|
+
super({
|
|
147
|
+
name: "WAFFeatureNotIncludedInPricingPlanException",
|
|
148
|
+
$fault: "client",
|
|
149
|
+
...opts,
|
|
150
|
+
});
|
|
151
|
+
Object.setPrototypeOf(this, WAFFeatureNotIncludedInPricingPlanException.prototype);
|
|
152
|
+
this.Message = opts.Message;
|
|
153
|
+
this.DisallowedFeatures = opts.DisallowedFeatures;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
class WAFInternalErrorException extends WAFV2ServiceException {
|
|
157
|
+
name = "WAFInternalErrorException";
|
|
158
|
+
$fault = "server";
|
|
159
|
+
Message;
|
|
160
|
+
constructor(opts) {
|
|
161
|
+
super({
|
|
162
|
+
name: "WAFInternalErrorException",
|
|
163
|
+
$fault: "server",
|
|
164
|
+
...opts,
|
|
165
|
+
});
|
|
166
|
+
Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
|
|
167
|
+
this.Message = opts.Message;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
class WAFInvalidOperationException extends WAFV2ServiceException {
|
|
171
|
+
name = "WAFInvalidOperationException";
|
|
172
|
+
$fault = "client";
|
|
173
|
+
Message;
|
|
174
|
+
constructor(opts) {
|
|
175
|
+
super({
|
|
176
|
+
name: "WAFInvalidOperationException",
|
|
177
|
+
$fault: "client",
|
|
178
|
+
...opts,
|
|
179
|
+
});
|
|
180
|
+
Object.setPrototypeOf(this, WAFInvalidOperationException.prototype);
|
|
181
|
+
this.Message = opts.Message;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
class WAFInvalidParameterException extends WAFV2ServiceException {
|
|
185
|
+
name = "WAFInvalidParameterException";
|
|
186
|
+
$fault = "client";
|
|
187
|
+
Field;
|
|
188
|
+
Parameter;
|
|
189
|
+
Reason;
|
|
190
|
+
constructor(opts) {
|
|
191
|
+
super({
|
|
192
|
+
name: "WAFInvalidParameterException",
|
|
193
|
+
$fault: "client",
|
|
194
|
+
...opts,
|
|
195
|
+
});
|
|
196
|
+
Object.setPrototypeOf(this, WAFInvalidParameterException.prototype);
|
|
197
|
+
this.Field = opts.Field;
|
|
198
|
+
this.Parameter = opts.Parameter;
|
|
199
|
+
this.Reason = opts.Reason;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
class WAFLimitsExceededException extends WAFV2ServiceException {
|
|
203
|
+
name = "WAFLimitsExceededException";
|
|
204
|
+
$fault = "client";
|
|
205
|
+
Message;
|
|
206
|
+
SourceType;
|
|
207
|
+
constructor(opts) {
|
|
208
|
+
super({
|
|
209
|
+
name: "WAFLimitsExceededException",
|
|
210
|
+
$fault: "client",
|
|
211
|
+
...opts,
|
|
212
|
+
});
|
|
213
|
+
Object.setPrototypeOf(this, WAFLimitsExceededException.prototype);
|
|
214
|
+
this.Message = opts.Message;
|
|
215
|
+
this.SourceType = opts.SourceType;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
class WAFNonexistentItemException extends WAFV2ServiceException {
|
|
219
|
+
name = "WAFNonexistentItemException";
|
|
220
|
+
$fault = "client";
|
|
221
|
+
Message;
|
|
222
|
+
constructor(opts) {
|
|
223
|
+
super({
|
|
224
|
+
name: "WAFNonexistentItemException",
|
|
225
|
+
$fault: "client",
|
|
226
|
+
...opts,
|
|
227
|
+
});
|
|
228
|
+
Object.setPrototypeOf(this, WAFNonexistentItemException.prototype);
|
|
229
|
+
this.Message = opts.Message;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
class WAFUnavailableEntityException extends WAFV2ServiceException {
|
|
233
|
+
name = "WAFUnavailableEntityException";
|
|
234
|
+
$fault = "client";
|
|
235
|
+
Message;
|
|
236
|
+
constructor(opts) {
|
|
237
|
+
super({
|
|
238
|
+
name: "WAFUnavailableEntityException",
|
|
239
|
+
$fault: "client",
|
|
240
|
+
...opts,
|
|
241
|
+
});
|
|
242
|
+
Object.setPrototypeOf(this, WAFUnavailableEntityException.prototype);
|
|
243
|
+
this.Message = opts.Message;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
class WAFExpiredManagedRuleGroupVersionException extends WAFV2ServiceException {
|
|
247
|
+
name = "WAFExpiredManagedRuleGroupVersionException";
|
|
248
|
+
$fault = "client";
|
|
249
|
+
Message;
|
|
250
|
+
constructor(opts) {
|
|
251
|
+
super({
|
|
252
|
+
name: "WAFExpiredManagedRuleGroupVersionException",
|
|
253
|
+
$fault: "client",
|
|
254
|
+
...opts,
|
|
255
|
+
});
|
|
256
|
+
Object.setPrototypeOf(this, WAFExpiredManagedRuleGroupVersionException.prototype);
|
|
257
|
+
this.Message = opts.Message;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
class WAFInvalidResourceException extends WAFV2ServiceException {
|
|
261
|
+
name = "WAFInvalidResourceException";
|
|
262
|
+
$fault = "client";
|
|
263
|
+
Message;
|
|
264
|
+
constructor(opts) {
|
|
265
|
+
super({
|
|
266
|
+
name: "WAFInvalidResourceException",
|
|
267
|
+
$fault: "client",
|
|
268
|
+
...opts,
|
|
269
|
+
});
|
|
270
|
+
Object.setPrototypeOf(this, WAFInvalidResourceException.prototype);
|
|
271
|
+
this.Message = opts.Message;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
class WAFSubscriptionNotFoundException extends WAFV2ServiceException {
|
|
275
|
+
name = "WAFSubscriptionNotFoundException";
|
|
276
|
+
$fault = "client";
|
|
277
|
+
Message;
|
|
278
|
+
constructor(opts) {
|
|
279
|
+
super({
|
|
280
|
+
name: "WAFSubscriptionNotFoundException",
|
|
281
|
+
$fault: "client",
|
|
282
|
+
...opts,
|
|
283
|
+
});
|
|
284
|
+
Object.setPrototypeOf(this, WAFSubscriptionNotFoundException.prototype);
|
|
285
|
+
this.Message = opts.Message;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
class WAFDuplicateItemException extends WAFV2ServiceException {
|
|
289
|
+
name = "WAFDuplicateItemException";
|
|
290
|
+
$fault = "client";
|
|
291
|
+
Message;
|
|
292
|
+
constructor(opts) {
|
|
293
|
+
super({
|
|
294
|
+
name: "WAFDuplicateItemException",
|
|
295
|
+
$fault: "client",
|
|
296
|
+
...opts,
|
|
297
|
+
});
|
|
298
|
+
Object.setPrototypeOf(this, WAFDuplicateItemException.prototype);
|
|
299
|
+
this.Message = opts.Message;
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
class WAFOptimisticLockException extends WAFV2ServiceException {
|
|
303
|
+
name = "WAFOptimisticLockException";
|
|
304
|
+
$fault = "client";
|
|
305
|
+
Message;
|
|
306
|
+
constructor(opts) {
|
|
307
|
+
super({
|
|
308
|
+
name: "WAFOptimisticLockException",
|
|
309
|
+
$fault: "client",
|
|
310
|
+
...opts,
|
|
311
|
+
});
|
|
312
|
+
Object.setPrototypeOf(this, WAFOptimisticLockException.prototype);
|
|
313
|
+
this.Message = opts.Message;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
class WAFTagOperationException extends WAFV2ServiceException {
|
|
317
|
+
name = "WAFTagOperationException";
|
|
318
|
+
$fault = "client";
|
|
319
|
+
Message;
|
|
320
|
+
constructor(opts) {
|
|
321
|
+
super({
|
|
322
|
+
name: "WAFTagOperationException",
|
|
323
|
+
$fault: "client",
|
|
324
|
+
...opts,
|
|
325
|
+
});
|
|
326
|
+
Object.setPrototypeOf(this, WAFTagOperationException.prototype);
|
|
327
|
+
this.Message = opts.Message;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
class WAFTagOperationInternalErrorException extends WAFV2ServiceException {
|
|
331
|
+
name = "WAFTagOperationInternalErrorException";
|
|
332
|
+
$fault = "server";
|
|
333
|
+
Message;
|
|
334
|
+
constructor(opts) {
|
|
335
|
+
super({
|
|
336
|
+
name: "WAFTagOperationInternalErrorException",
|
|
337
|
+
$fault: "server",
|
|
338
|
+
...opts,
|
|
339
|
+
});
|
|
340
|
+
Object.setPrototypeOf(this, WAFTagOperationInternalErrorException.prototype);
|
|
341
|
+
this.Message = opts.Message;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
class WAFConfigurationWarningException extends WAFV2ServiceException {
|
|
345
|
+
name = "WAFConfigurationWarningException";
|
|
346
|
+
$fault = "client";
|
|
347
|
+
Message;
|
|
348
|
+
constructor(opts) {
|
|
349
|
+
super({
|
|
350
|
+
name: "WAFConfigurationWarningException",
|
|
351
|
+
$fault: "client",
|
|
352
|
+
...opts,
|
|
353
|
+
});
|
|
354
|
+
Object.setPrototypeOf(this, WAFConfigurationWarningException.prototype);
|
|
355
|
+
this.Message = opts.Message;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
class WAFAssociatedItemException extends WAFV2ServiceException {
|
|
359
|
+
name = "WAFAssociatedItemException";
|
|
360
|
+
$fault = "client";
|
|
361
|
+
Message;
|
|
362
|
+
constructor(opts) {
|
|
363
|
+
super({
|
|
364
|
+
name: "WAFAssociatedItemException",
|
|
365
|
+
$fault: "client",
|
|
366
|
+
...opts,
|
|
367
|
+
});
|
|
368
|
+
Object.setPrototypeOf(this, WAFAssociatedItemException.prototype);
|
|
369
|
+
this.Message = opts.Message;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
class WAFUnsupportedAggregateKeyTypeException extends WAFV2ServiceException {
|
|
373
|
+
name = "WAFUnsupportedAggregateKeyTypeException";
|
|
374
|
+
$fault = "client";
|
|
375
|
+
Message;
|
|
376
|
+
constructor(opts) {
|
|
377
|
+
super({
|
|
378
|
+
name: "WAFUnsupportedAggregateKeyTypeException",
|
|
379
|
+
$fault: "client",
|
|
380
|
+
...opts,
|
|
381
|
+
});
|
|
382
|
+
Object.setPrototypeOf(this, WAFUnsupportedAggregateKeyTypeException.prototype);
|
|
383
|
+
this.Message = opts.Message;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
class WAFLogDestinationPermissionIssueException extends WAFV2ServiceException {
|
|
387
|
+
name = "WAFLogDestinationPermissionIssueException";
|
|
388
|
+
$fault = "client";
|
|
389
|
+
Message;
|
|
390
|
+
constructor(opts) {
|
|
391
|
+
super({
|
|
392
|
+
name: "WAFLogDestinationPermissionIssueException",
|
|
393
|
+
$fault: "client",
|
|
394
|
+
...opts,
|
|
395
|
+
});
|
|
396
|
+
Object.setPrototypeOf(this, WAFLogDestinationPermissionIssueException.prototype);
|
|
397
|
+
this.Message = opts.Message;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
class WAFServiceLinkedRoleErrorException extends WAFV2ServiceException {
|
|
401
|
+
name = "WAFServiceLinkedRoleErrorException";
|
|
402
|
+
$fault = "client";
|
|
403
|
+
constructor(opts) {
|
|
404
|
+
super({
|
|
405
|
+
name: "WAFServiceLinkedRoleErrorException",
|
|
406
|
+
$fault: "client",
|
|
407
|
+
...opts,
|
|
408
|
+
});
|
|
409
|
+
Object.setPrototypeOf(this, WAFServiceLinkedRoleErrorException.prototype);
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
class WAFInvalidPermissionPolicyException extends WAFV2ServiceException {
|
|
413
|
+
name = "WAFInvalidPermissionPolicyException";
|
|
414
|
+
$fault = "client";
|
|
415
|
+
Message;
|
|
416
|
+
constructor(opts) {
|
|
417
|
+
super({
|
|
418
|
+
name: "WAFInvalidPermissionPolicyException",
|
|
419
|
+
$fault: "client",
|
|
420
|
+
...opts,
|
|
421
|
+
});
|
|
422
|
+
Object.setPrototypeOf(this, WAFInvalidPermissionPolicyException.prototype);
|
|
423
|
+
this.Message = opts.Message;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
const _A = "Action";
|
|
428
|
+
const _AA = "AllowAction";
|
|
429
|
+
const _AAp = "ApplicationAttribute";
|
|
430
|
+
const _AApp = "ApplicationAttributes";
|
|
431
|
+
const _AC = "ActionCondition";
|
|
432
|
+
const _ACp = "ApplicationConfig";
|
|
433
|
+
const _ACs = "AssociationConfig";
|
|
434
|
+
const _AF = "AddressField";
|
|
435
|
+
const _AFd = "AddressFields";
|
|
436
|
+
const _AIURL = "ApplicationIntegrationURL";
|
|
437
|
+
const _AKT = "AggregateKeyType";
|
|
438
|
+
const _AL = "AsnList";
|
|
439
|
+
const _ALBLRM = "ALBLowReputationMode";
|
|
440
|
+
const _ALv = "AvailableLabels";
|
|
441
|
+
const _AMS = "AsnMatchStatement";
|
|
442
|
+
const _APIK = "APIKey";
|
|
443
|
+
const _APIKS = "APIKeySummary";
|
|
444
|
+
const _APIKSe = "APIKeySummaries";
|
|
445
|
+
const _AQA = "AllQueryArguments";
|
|
446
|
+
const _ARGA = "AssociatedRuleGroupArn";
|
|
447
|
+
const _ARN = "ARN";
|
|
448
|
+
const _AS = "AndStatement";
|
|
449
|
+
const _ASN = "ASN";
|
|
450
|
+
const _ATU = "ActionToUse";
|
|
451
|
+
const _AWACL = "AssociateWebACL";
|
|
452
|
+
const _AWACLR = "AssociateWebACLRequest";
|
|
453
|
+
const _AWACLRs = "AssociateWebACLResponse";
|
|
454
|
+
const _AWSMRACFPRS = "AWSManagedRulesACFPRuleSet";
|
|
455
|
+
const _AWSMRADDSRS = "AWSManagedRulesAntiDDoSRuleSet";
|
|
456
|
+
const _AWSMRATPRS = "AWSManagedRulesATPRuleSet";
|
|
457
|
+
const _AWSMRBCRS = "AWSManagedRulesBotControlRuleSet";
|
|
458
|
+
const _Ad = "Addresses";
|
|
459
|
+
const _Al = "All";
|
|
460
|
+
const _All = "Allow";
|
|
461
|
+
const _Am = "Amount";
|
|
462
|
+
const _At = "Attributes";
|
|
463
|
+
const _B = "Body";
|
|
464
|
+
const _BA = "BlockAction";
|
|
465
|
+
const _BC = "BotCategory";
|
|
466
|
+
const _BCo = "BodyContains";
|
|
467
|
+
const _BMS = "ByteMatchStatement";
|
|
468
|
+
const _BN = "BotName";
|
|
469
|
+
const _BO = "BotOrganization";
|
|
470
|
+
const _BS = "BotStatistics";
|
|
471
|
+
const _BSL = "BotStatisticsList";
|
|
472
|
+
const _Be = "Behavior";
|
|
473
|
+
const _Bl = "Block";
|
|
474
|
+
const _C = "Capacity";
|
|
475
|
+
const _CA = "CaptchaAction";
|
|
476
|
+
const _CAPIK = "CreateAPIKey";
|
|
477
|
+
const _CAPIKR = "CreateAPIKeyRequest";
|
|
478
|
+
const _CAPIKRr = "CreateAPIKeyResponse";
|
|
479
|
+
const _CAh = "ChallengeAction";
|
|
480
|
+
const _CAo = "CountAction";
|
|
481
|
+
const _CC = "CaptchaConfig";
|
|
482
|
+
const _CCR = "CheckCapacityRequest";
|
|
483
|
+
const _CCRh = "CheckCapacityResponse";
|
|
484
|
+
const _CCh = "ChallengeConfig";
|
|
485
|
+
const _CChe = "CheckCapacity";
|
|
486
|
+
const _CCo = "CountryCodes";
|
|
487
|
+
const _CCr = "CryptoConfig";
|
|
488
|
+
const _CDV = "CurrentDefaultVersion";
|
|
489
|
+
const _CHTTPH = "CustomHTTPHeader";
|
|
490
|
+
const _CHTTPHu = "CustomHTTPHeaders";
|
|
491
|
+
const _CIP = "ClientIP";
|
|
492
|
+
const _CIPS = "CreateIPSet";
|
|
493
|
+
const _CIPSR = "CreateIPSetRequest";
|
|
494
|
+
const _CIPSRr = "CreateIPSetResponse";
|
|
495
|
+
const _CK = "CustomKeys";
|
|
496
|
+
const _CL = "ConsumedLabels";
|
|
497
|
+
const _CM = "CurrencyMode";
|
|
498
|
+
const _CMP = "CookieMatchPattern";
|
|
499
|
+
const _CO = "ComparisonOperator";
|
|
500
|
+
const _CP = "CreationPath";
|
|
501
|
+
const _CPo = "ContentPath";
|
|
502
|
+
const _CR = "CustomResponse";
|
|
503
|
+
const _CRB = "CustomResponseBodies";
|
|
504
|
+
const _CRBK = "CustomResponseBodyKey";
|
|
505
|
+
const _CRBu = "CustomResponseBody";
|
|
506
|
+
const _CRG = "CreateRuleGroup";
|
|
507
|
+
const _CRGR = "CreateRuleGroupRequest";
|
|
508
|
+
const _CRGRr = "CreateRuleGroupResponse";
|
|
509
|
+
const _CRH = "CustomRequestHandling";
|
|
510
|
+
const _CRPS = "CreateRegexPatternSet";
|
|
511
|
+
const _CRPSR = "CreateRegexPatternSetRequest";
|
|
512
|
+
const _CRPSRr = "CreateRegexPatternSetResponse";
|
|
513
|
+
const _CRa = "CaptchaResponse";
|
|
514
|
+
const _CRh = "ChallengeResponse";
|
|
515
|
+
const _CSA = "ClientSideAction";
|
|
516
|
+
const _CSAC = "ClientSideActionConfig";
|
|
517
|
+
const _CT = "CreationTimestamp";
|
|
518
|
+
const _CTo = "ContentType";
|
|
519
|
+
const _CWACL = "CreateWebACL";
|
|
520
|
+
const _CWACLR = "CreateWebACLRequest";
|
|
521
|
+
const _CWACLRr = "CreateWebACLResponse";
|
|
522
|
+
const _CWME = "CloudWatchMetricsEnabled";
|
|
523
|
+
const _Ca = "Category";
|
|
524
|
+
const _Cap = "Captcha";
|
|
525
|
+
const _Ch = "Challenge";
|
|
526
|
+
const _Cha = "Chain";
|
|
527
|
+
const _Co = "Condition";
|
|
528
|
+
const _Con = "Content";
|
|
529
|
+
const _Cond = "Conditions";
|
|
530
|
+
const _Coo = "Cookies";
|
|
531
|
+
const _Cook = "Cookie";
|
|
532
|
+
const _Cou = "Country";
|
|
533
|
+
const _Coun = "Count";
|
|
534
|
+
const _Cu = "Currency";
|
|
535
|
+
const _D = "Description";
|
|
536
|
+
const _DA = "DefaultAction";
|
|
537
|
+
const _DAMP = "DescribeAllManagedProducts";
|
|
538
|
+
const _DAMPR = "DescribeAllManagedProductsRequest";
|
|
539
|
+
const _DAMPRe = "DescribeAllManagedProductsResponse";
|
|
540
|
+
const _DAPIK = "DeleteAPIKey";
|
|
541
|
+
const _DAPIKR = "DeleteAPIKeyRequest";
|
|
542
|
+
const _DAPIKRe = "DeleteAPIKeyResponse";
|
|
543
|
+
const _DB = "DefaultBehavior";
|
|
544
|
+
const _DF = "DisallowedFeatures";
|
|
545
|
+
const _DFMRG = "DeleteFirewallManagerRuleGroups";
|
|
546
|
+
const _DFMRGR = "DeleteFirewallManagerRuleGroupsRequest";
|
|
547
|
+
const _DFMRGRe = "DeleteFirewallManagerRuleGroupsResponse";
|
|
548
|
+
const _DFi = "DisallowedFeature";
|
|
549
|
+
const _DIPS = "DeleteIPSet";
|
|
550
|
+
const _DIPSR = "DeleteIPSetRequest";
|
|
551
|
+
const _DIPSRe = "DeleteIPSetResponse";
|
|
552
|
+
const _DLC = "DeleteLoggingConfiguration";
|
|
553
|
+
const _DLCR = "DeleteLoggingConfigurationRequest";
|
|
554
|
+
const _DLCRe = "DeleteLoggingConfigurationResponse";
|
|
555
|
+
const _DMPBV = "DescribeManagedProductsByVendor";
|
|
556
|
+
const _DMPBVR = "DescribeManagedProductsByVendorRequest";
|
|
557
|
+
const _DMPBVRe = "DescribeManagedProductsByVendorResponse";
|
|
558
|
+
const _DMRG = "DescribeManagedRuleGroup";
|
|
559
|
+
const _DMRGR = "DescribeManagedRuleGroupRequest";
|
|
560
|
+
const _DMRGRe = "DescribeManagedRuleGroupResponse";
|
|
561
|
+
const _DP = "DataProtection";
|
|
562
|
+
const _DPC = "DataProtectionConfig";
|
|
563
|
+
const _DPE = "DataPointEntry";
|
|
564
|
+
const _DPL = "DataPointsList";
|
|
565
|
+
const _DPP = "DeletePermissionPolicy";
|
|
566
|
+
const _DPPR = "DeletePermissionPolicyRequest";
|
|
567
|
+
const _DPPRe = "DeletePermissionPolicyResponse";
|
|
568
|
+
const _DPa = "DataProtections";
|
|
569
|
+
const _DPat = "DataPoints";
|
|
570
|
+
const _DRG = "DeleteRuleGroup";
|
|
571
|
+
const _DRGR = "DeleteRuleGroupRequest";
|
|
572
|
+
const _DRGRe = "DeleteRuleGroupResponse";
|
|
573
|
+
const _DRPS = "DeleteRegexPatternSet";
|
|
574
|
+
const _DRPSR = "DeleteRegexPatternSetRequest";
|
|
575
|
+
const _DRPSRe = "DeleteRegexPatternSetResponse";
|
|
576
|
+
const _DSIL = "DefaultSizeInspectionLimit";
|
|
577
|
+
const _DWACL = "DeleteWebACL";
|
|
578
|
+
const _DWACLR = "DeleteWebACLRequest";
|
|
579
|
+
const _DWACLRe = "DeleteWebACLResponse";
|
|
580
|
+
const _DWACLRi = "DisassociateWebACLRequest";
|
|
581
|
+
const _DWACLRis = "DisassociateWebACLResponse";
|
|
582
|
+
const _DWACLi = "DisassociateWebACL";
|
|
583
|
+
const _Da = "Date";
|
|
584
|
+
const _EC = "ExcludedCookies";
|
|
585
|
+
const _EF = "EmailField";
|
|
586
|
+
const _EH = "ExcludedHeaders";
|
|
587
|
+
const _EML = "EnableMachineLearning";
|
|
588
|
+
const _ER = "ExcludedRule";
|
|
589
|
+
const _ERBD = "ExcludeRateBasedDetails";
|
|
590
|
+
const _ERIP = "EnableRegexInPath";
|
|
591
|
+
const _ERMD = "ExcludeRuleMatchDetails";
|
|
592
|
+
const _ERx = "ExcludedRules";
|
|
593
|
+
const _ET = "ExpiryTimestamp";
|
|
594
|
+
const _ETn = "EndTime";
|
|
595
|
+
const _EURE = "ExemptUriRegularExpressions";
|
|
596
|
+
const _EV = "ExpiringVersion";
|
|
597
|
+
const _EWS = "EvaluationWindowSec";
|
|
598
|
+
const _F = "Field";
|
|
599
|
+
const _FB = "FallbackBehavior";
|
|
600
|
+
const _FC = "FailureCodes";
|
|
601
|
+
const _FIP = "ForwardedIP";
|
|
602
|
+
const _FIPC = "ForwardedIPConfig";
|
|
603
|
+
const _FK = "FieldKeys";
|
|
604
|
+
const _FL = "ForecastedLifetime";
|
|
605
|
+
const _FMRG = "FirewallManagerRuleGroup";
|
|
606
|
+
const _FMRGi = "FirewallManagerRuleGroups";
|
|
607
|
+
const _FMS = "FirewallManagerStatement";
|
|
608
|
+
const _FR = "FailureReason";
|
|
609
|
+
const _FS = "FilterSource";
|
|
610
|
+
const _FSa = "FailureStrings";
|
|
611
|
+
const _FT = "FieldType";
|
|
612
|
+
const _FTM = "FieldToMatch";
|
|
613
|
+
const _FTP = "FieldToProtect";
|
|
614
|
+
const _FV = "FailureValues";
|
|
615
|
+
const _Fe = "Feature";
|
|
616
|
+
const _Fi = "Filter";
|
|
617
|
+
const _Fil = "Filters";
|
|
618
|
+
const _GB = "GroupBy";
|
|
619
|
+
const _GBV = "GroupByValue";
|
|
620
|
+
const _GDAPIK = "GetDecryptedAPIKey";
|
|
621
|
+
const _GDAPIKR = "GetDecryptedAPIKeyRequest";
|
|
622
|
+
const _GDAPIKRe = "GetDecryptedAPIKeyResponse";
|
|
623
|
+
const _GIPS = "GetIPSet";
|
|
624
|
+
const _GIPSR = "GetIPSetRequest";
|
|
625
|
+
const _GIPSRe = "GetIPSetResponse";
|
|
626
|
+
const _GLC = "GetLoggingConfiguration";
|
|
627
|
+
const _GLCR = "GetLoggingConfigurationRequest";
|
|
628
|
+
const _GLCRe = "GetLoggingConfigurationResponse";
|
|
629
|
+
const _GMRS = "GetManagedRuleSet";
|
|
630
|
+
const _GMRSR = "GetManagedRuleSetRequest";
|
|
631
|
+
const _GMRSRe = "GetManagedRuleSetResponse";
|
|
632
|
+
const _GMS = "GeoMatchStatement";
|
|
633
|
+
const _GMSR = "GetMobileSdkRelease";
|
|
634
|
+
const _GMSRR = "GetMobileSdkReleaseRequest";
|
|
635
|
+
const _GMSRRe = "GetMobileSdkReleaseResponse";
|
|
636
|
+
const _GMSRU = "GenerateMobileSdkReleaseUrl";
|
|
637
|
+
const _GMSRUR = "GenerateMobileSdkReleaseUrlRequest";
|
|
638
|
+
const _GMSRURe = "GenerateMobileSdkReleaseUrlResponse";
|
|
639
|
+
const _GPP = "GetPermissionPolicy";
|
|
640
|
+
const _GPPR = "GetPermissionPolicyRequest";
|
|
641
|
+
const _GPPRe = "GetPermissionPolicyResponse";
|
|
642
|
+
const _GRBSMK = "GetRateBasedStatementManagedKeys";
|
|
643
|
+
const _GRBSMKR = "GetRateBasedStatementManagedKeysRequest";
|
|
644
|
+
const _GRBSMKRe = "GetRateBasedStatementManagedKeysResponse";
|
|
645
|
+
const _GRG = "GetRuleGroup";
|
|
646
|
+
const _GRGR = "GetRuleGroupRequest";
|
|
647
|
+
const _GRGRe = "GetRuleGroupResponse";
|
|
648
|
+
const _GRPS = "GetRegexPatternSet";
|
|
649
|
+
const _GRPSR = "GetRegexPatternSetRequest";
|
|
650
|
+
const _GRPSRe = "GetRegexPatternSetResponse";
|
|
651
|
+
const _GRS = "GetRevenueStatistics";
|
|
652
|
+
const _GRSR = "GetRevenueStatisticsRequest";
|
|
653
|
+
const _GRSRe = "GetRevenueStatisticsResponse";
|
|
654
|
+
const _GRSS = "GetRevenueStatisticsSummary";
|
|
655
|
+
const _GRSSR = "GetRevenueStatisticsSummaryRequest";
|
|
656
|
+
const _GRSSRe = "GetRevenueStatisticsSummaryResponse";
|
|
657
|
+
const _GRSTS = "GetRevenueStatisticsTimeSeries";
|
|
658
|
+
const _GRSTSR = "GetRevenueStatisticsTimeSeriesRequest";
|
|
659
|
+
const _GRSTSRe = "GetRevenueStatisticsTimeSeriesResponse";
|
|
660
|
+
const _GSR = "GetSampledRequests";
|
|
661
|
+
const _GSRR = "GetSampledRequestsRequest";
|
|
662
|
+
const _GSRRe = "GetSampledRequestsResponse";
|
|
663
|
+
const _GTPSBT = "GetTopPathStatisticsByTraffic";
|
|
664
|
+
const _GTPSBTR = "GetTopPathStatisticsByTrafficRequest";
|
|
665
|
+
const _GTPSBTRe = "GetTopPathStatisticsByTrafficResponse";
|
|
666
|
+
const _GWACL = "GetWebACL";
|
|
667
|
+
const _GWACLFR = "GetWebACLForResource";
|
|
668
|
+
const _GWACLFRR = "GetWebACLForResourceRequest";
|
|
669
|
+
const _GWACLFRRe = "GetWebACLForResourceResponse";
|
|
670
|
+
const _GWACLR = "GetWebACLRequest";
|
|
671
|
+
const _GWACLRe = "GetWebACLResponse";
|
|
672
|
+
const _H = "Headers";
|
|
673
|
+
const _HMP = "HeaderMatchPattern";
|
|
674
|
+
const _HN = "HeaderName";
|
|
675
|
+
const _HO = "HeaderOrder";
|
|
676
|
+
const _HTTPH = "HTTPHeader";
|
|
677
|
+
const _HTTPHe = "HTTPHeaders";
|
|
678
|
+
const _HTTPM = "HTTPMethod";
|
|
679
|
+
const _HTTPR = "HTTPRequest";
|
|
680
|
+
const _HTTPV = "HTTPVersion";
|
|
681
|
+
const _He = "Header";
|
|
682
|
+
const _I = "Identifier";
|
|
683
|
+
const _IAMRS = "IsAdvancedManagedRuleSet";
|
|
684
|
+
const _IC = "IncludedCookies";
|
|
685
|
+
const _IFB = "InvalidFallbackBehavior";
|
|
686
|
+
const _IH = "InsertHeaders";
|
|
687
|
+
const _IHn = "IncludedHeaders";
|
|
688
|
+
const _IL = "InspectionLevel";
|
|
689
|
+
const _IP = "IncludedPaths";
|
|
690
|
+
const _IPAV = "IPAddressVersion";
|
|
691
|
+
const _IPS = "IPSet";
|
|
692
|
+
const _IPSFIPC = "IPSetForwardedIPConfig";
|
|
693
|
+
const _IPSRS = "IPSetReferenceStatement";
|
|
694
|
+
const _IPSS = "IPSetSummary";
|
|
695
|
+
const _IPSSe = "IPSetSummaries";
|
|
696
|
+
const _IPSe = "IPSets";
|
|
697
|
+
const _IP_ = "IP";
|
|
698
|
+
const _IT = "ImmunityTime";
|
|
699
|
+
const _ITP = "ImmunityTimeProperty";
|
|
700
|
+
const _IVS = "IsVersioningSupported";
|
|
701
|
+
const _Id = "Id";
|
|
702
|
+
const _In = "Intent";
|
|
703
|
+
const _Int = "Interval";
|
|
704
|
+
const _J = "Json";
|
|
705
|
+
const _JAF = "JA3Fingerprint";
|
|
706
|
+
const _JAFi = "JA4Fingerprint";
|
|
707
|
+
const _JB = "JsonBody";
|
|
708
|
+
const _JMP = "JsonMatchPattern";
|
|
709
|
+
const _K = "Key";
|
|
710
|
+
const _L = "Limit";
|
|
711
|
+
const _LAMRG = "ListAvailableManagedRuleGroups";
|
|
712
|
+
const _LAMRGR = "ListAvailableManagedRuleGroupsRequest";
|
|
713
|
+
const _LAMRGRi = "ListAvailableManagedRuleGroupsResponse";
|
|
714
|
+
const _LAMRGV = "ListAvailableManagedRuleGroupVersions";
|
|
715
|
+
const _LAMRGVR = "ListAvailableManagedRuleGroupVersionsRequest";
|
|
716
|
+
const _LAMRGVRi = "ListAvailableManagedRuleGroupVersionsResponse";
|
|
717
|
+
const _LAPIK = "ListAPIKeys";
|
|
718
|
+
const _LAPIKR = "ListAPIKeysRequest";
|
|
719
|
+
const _LAPIKRi = "ListAPIKeysResponse";
|
|
720
|
+
const _LC = "LoggingConfiguration";
|
|
721
|
+
const _LCo = "LoggingConfigurations";
|
|
722
|
+
const _LDC = "LogDestinationConfigs";
|
|
723
|
+
const _LF = "LoggingFilter";
|
|
724
|
+
const _LIPS = "ListIPSets";
|
|
725
|
+
const _LIPSR = "ListIPSetsRequest";
|
|
726
|
+
const _LIPSRi = "ListIPSetsResponse";
|
|
727
|
+
const _LLC = "ListLoggingConfigurations";
|
|
728
|
+
const _LLCR = "ListLoggingConfigurationsRequest";
|
|
729
|
+
const _LLCRi = "ListLoggingConfigurationsResponse";
|
|
730
|
+
const _LMRS = "ListManagedRuleSets";
|
|
731
|
+
const _LMRSR = "ListManagedRuleSetsRequest";
|
|
732
|
+
const _LMRSRi = "ListManagedRuleSetsResponse";
|
|
733
|
+
const _LMS = "LabelMatchStatement";
|
|
734
|
+
const _LMSR = "ListMobileSdkReleases";
|
|
735
|
+
const _LMSRR = "ListMobileSdkReleasesRequest";
|
|
736
|
+
const _LMSRRi = "ListMobileSdkReleasesResponse";
|
|
737
|
+
const _LN = "LabelNamespace";
|
|
738
|
+
const _LNC = "LabelNameCondition";
|
|
739
|
+
const _LNa = "LabelName";
|
|
740
|
+
const _LP = "LoginPath";
|
|
741
|
+
const _LRFWACL = "ListResourcesForWebACL";
|
|
742
|
+
const _LRFWACLR = "ListResourcesForWebACLRequest";
|
|
743
|
+
const _LRFWACLRi = "ListResourcesForWebACLResponse";
|
|
744
|
+
const _LRG = "ListRuleGroups";
|
|
745
|
+
const _LRGR = "ListRuleGroupsRequest";
|
|
746
|
+
const _LRGRi = "ListRuleGroupsResponse";
|
|
747
|
+
const _LRPS = "ListRegexPatternSets";
|
|
748
|
+
const _LRPSR = "ListRegexPatternSetsRequest";
|
|
749
|
+
const _LRPSRi = "ListRegexPatternSetsResponse";
|
|
750
|
+
const _LS = "LogScope";
|
|
751
|
+
const _LSR = "ListSettlementRecords";
|
|
752
|
+
const _LSRR = "ListSettlementRecordsRequest";
|
|
753
|
+
const _LSRRi = "ListSettlementRecordsResponse";
|
|
754
|
+
const _LSa = "LabelSummary";
|
|
755
|
+
const _LSab = "LabelSummaries";
|
|
756
|
+
const _LT = "LockToken";
|
|
757
|
+
const _LTFR = "ListTagsForResource";
|
|
758
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
759
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
760
|
+
const _LTo = "LogType";
|
|
761
|
+
const _LUT = "LastUpdateTimestamp";
|
|
762
|
+
const _LWACL = "ListWebACLs";
|
|
763
|
+
const _LWACLR = "ListWebACLsRequest";
|
|
764
|
+
const _LWACLRi = "ListWebACLsResponse";
|
|
765
|
+
const _La = "Label";
|
|
766
|
+
const _Lab = "Labels";
|
|
767
|
+
const _M = "Message";
|
|
768
|
+
const _MA = "MonetizeAction";
|
|
769
|
+
const _MBFM = "ManagedByFirewallManager";
|
|
770
|
+
const _MC = "MonetizationConfig";
|
|
771
|
+
const _MF = "MonetizationFilter";
|
|
772
|
+
const _MFL = "MonetizationFilterList";
|
|
773
|
+
const _MI = "MaxItems";
|
|
774
|
+
const _MKIPV = "ManagedKeysIPV4";
|
|
775
|
+
const _MKIPVa = "ManagedKeysIPV6";
|
|
776
|
+
const _MN = "MetricName";
|
|
777
|
+
const _MP = "MatchPattern";
|
|
778
|
+
const _MPD = "ManagedProductDescriptor";
|
|
779
|
+
const _MPDa = "ManagedProductDescriptors";
|
|
780
|
+
const _MPa = "ManagedProducts";
|
|
781
|
+
const _MRG = "ManagedRuleGroups";
|
|
782
|
+
const _MRGC = "ManagedRuleGroupConfig";
|
|
783
|
+
const _MRGCa = "ManagedRuleGroupConfigs";
|
|
784
|
+
const _MRGS = "ManagedRuleGroupStatement";
|
|
785
|
+
const _MRGSa = "ManagedRuleGroupSummary";
|
|
786
|
+
const _MRGSan = "ManagedRuleGroupSummaries";
|
|
787
|
+
const _MRGV = "ManagedRuleGroupVersion";
|
|
788
|
+
const _MRGVa = "ManagedRuleGroupVersions";
|
|
789
|
+
const _MRS = "ManagedRuleSet";
|
|
790
|
+
const _MRSN = "ManagedRuleSetName";
|
|
791
|
+
const _MRSS = "ManagedRuleSetSummary";
|
|
792
|
+
const _MRSSa = "ManagedRuleSetSummaries";
|
|
793
|
+
const _MRSV = "ManagedRuleSetVersion";
|
|
794
|
+
const _MRSa = "ManagedRuleSets";
|
|
795
|
+
const _MS = "MatchScope";
|
|
796
|
+
const _MSC = "MonetizeServedCount";
|
|
797
|
+
const _MSR = "MobileSdkRelease";
|
|
798
|
+
const _Me = "Method";
|
|
799
|
+
const _Mo = "Monetize";
|
|
800
|
+
const _N = "Name";
|
|
801
|
+
const _NA = "NoneAction";
|
|
802
|
+
const _NLT = "NextLockToken";
|
|
803
|
+
const _NM = "NextMarker";
|
|
804
|
+
const _NOTTBPP = "NumberOfTopTrafficBotsPerPath";
|
|
805
|
+
const _NS = "NotStatement";
|
|
806
|
+
const _NWACLLT = "NextWebACLLockToken";
|
|
807
|
+
const _Na = "Namespace";
|
|
808
|
+
const _Ne = "Network";
|
|
809
|
+
const _No = "None";
|
|
810
|
+
const _O = "Organization";
|
|
811
|
+
const _OA = "OverrideAction";
|
|
812
|
+
const _OAv = "OverriddenAction";
|
|
813
|
+
const _OH = "OversizeHandling";
|
|
814
|
+
const _OS = "OrStatement";
|
|
815
|
+
const _OSDDSPC = "OnSourceDDoSProtectionConfig";
|
|
816
|
+
const _P = "Parameter";
|
|
817
|
+
const _PA = "PayerAddress";
|
|
818
|
+
const _PC = "PositionalConstraint";
|
|
819
|
+
const _PD = "ProductDescription";
|
|
820
|
+
const _PF = "PasswordField";
|
|
821
|
+
const _PI = "ProductId";
|
|
822
|
+
const _PL = "ProductLink";
|
|
823
|
+
const _PLC = "PutLoggingConfiguration";
|
|
824
|
+
const _PLCR = "PutLoggingConfigurationRequest";
|
|
825
|
+
const _PLCRu = "PutLoggingConfigurationResponse";
|
|
826
|
+
const _PM = "PriceMultiplier";
|
|
827
|
+
const _PMRSV = "PutManagedRuleSetVersions";
|
|
828
|
+
const _PMRSVR = "PutManagedRuleSetVersionsRequest";
|
|
829
|
+
const _PMRSVRu = "PutManagedRuleSetVersionsResponse";
|
|
830
|
+
const _PN = "PaymentNetworks";
|
|
831
|
+
const _PNF = "PhoneNumberField";
|
|
832
|
+
const _PNFh = "PhoneNumberFields";
|
|
833
|
+
const _PNa = "PaymentNetwork";
|
|
834
|
+
const _PPFMRG = "PreProcessFirewallManagerRuleGroups";
|
|
835
|
+
const _PPFMRGo = "PostProcessFirewallManagerRuleGroups";
|
|
836
|
+
const _PPP = "PutPermissionPolicy";
|
|
837
|
+
const _PPPR = "PutPermissionPolicyRequest";
|
|
838
|
+
const _PPPRu = "PutPermissionPolicyResponse";
|
|
839
|
+
const _PS = "PopulationSize";
|
|
840
|
+
const _PSL = "PathStatisticsList";
|
|
841
|
+
const _PSa = "PathStatistics";
|
|
842
|
+
const _PT = "ProductTitle";
|
|
843
|
+
const _PTa = "PayloadType";
|
|
844
|
+
const _PTu = "PublishTimestamp";
|
|
845
|
+
const _PV = "PublishedVersions";
|
|
846
|
+
const _Pa = "Path";
|
|
847
|
+
const _Pe = "Percentage";
|
|
848
|
+
const _Pl = "Platform";
|
|
849
|
+
const _Po = "Policy";
|
|
850
|
+
const _Pos = "Position";
|
|
851
|
+
const _Pr = "Priority";
|
|
852
|
+
const _Pri = "Prices";
|
|
853
|
+
const _Pric = "Price";
|
|
854
|
+
const _QA = "QueryArgument";
|
|
855
|
+
const _QS = "QueryString";
|
|
856
|
+
const _R = "Reason";
|
|
857
|
+
const _RA = "ResourceArn";
|
|
858
|
+
const _RAO = "RuleActionOverrides";
|
|
859
|
+
const _RAOu = "RuleActionOverride";
|
|
860
|
+
const _RARN = "ResourceARN";
|
|
861
|
+
const _RAe = "ResourceArns";
|
|
862
|
+
const _RAu = "RuleAction";
|
|
863
|
+
const _RB = "RequestBody";
|
|
864
|
+
const _RBARTC = "RequestBodyAssociatedResourceTypeConfig";
|
|
865
|
+
const _RBFM = "RetrofittedByFirewallManager";
|
|
866
|
+
const _RBS = "RateBasedStatement";
|
|
867
|
+
const _RBSCK = "RateBasedStatementCustomKey";
|
|
868
|
+
const _RBSCKa = "RateBasedStatementCustomKeys";
|
|
869
|
+
const _RBSMKIPS = "RateBasedStatementManagedKeysIPSet";
|
|
870
|
+
const _RBe = "RevenueBreakdown";
|
|
871
|
+
const _RC = "RequestCount";
|
|
872
|
+
const _RCS = "ResponseCodeSent";
|
|
873
|
+
const _RCe = "ResponseCode";
|
|
874
|
+
const _REL = "RegularExpressionList";
|
|
875
|
+
const _RF = "RedactedFields";
|
|
876
|
+
const _RG = "RuleGroup";
|
|
877
|
+
const _RGRN = "RuleGroupRuleName";
|
|
878
|
+
const _RGRS = "RuleGroupReferenceStatement";
|
|
879
|
+
const _RGS = "RuleGroupSummary";
|
|
880
|
+
const _RGSu = "RuleGroupSummaries";
|
|
881
|
+
const _RGu = "RuleGroups";
|
|
882
|
+
const _RH = "ResponseHeaders";
|
|
883
|
+
const _RHI = "RequestHeadersInserted";
|
|
884
|
+
const _RI = "RequestInspection";
|
|
885
|
+
const _RIACFP = "RequestInspectionACFP";
|
|
886
|
+
const _RIBC = "ResponseInspectionBodyContains";
|
|
887
|
+
const _RIH = "ResponseInspectionHeader";
|
|
888
|
+
const _RIJ = "ResponseInspectionJson";
|
|
889
|
+
const _RISC = "ResponseInspectionStatusCode";
|
|
890
|
+
const _RIe = "ResponseInspection";
|
|
891
|
+
const _RIeq = "RequestId";
|
|
892
|
+
const _RL = "RuleLabels";
|
|
893
|
+
const _RLA = "RateLimitAsn";
|
|
894
|
+
const _RLC = "RateLimitCookie";
|
|
895
|
+
const _RLFIP = "RateLimitForwardedIP";
|
|
896
|
+
const _RLH = "RateLimitHeader";
|
|
897
|
+
const _RLHTTPM = "RateLimitHTTPMethod";
|
|
898
|
+
const _RLIP = "RateLimitIP";
|
|
899
|
+
const _RLJAF = "RateLimitJA3Fingerprint";
|
|
900
|
+
const _RLJAFa = "RateLimitJA4Fingerprint";
|
|
901
|
+
const _RLLN = "RateLimitLabelNamespace";
|
|
902
|
+
const _RLQA = "RateLimitQueryArgument";
|
|
903
|
+
const _RLQS = "RateLimitQueryString";
|
|
904
|
+
const _RLUP = "RateLimitUriPath";
|
|
905
|
+
const _RMN = "RuleMetricName";
|
|
906
|
+
const _RMS = "RegexMatchStatement";
|
|
907
|
+
const _RN = "RuleName";
|
|
908
|
+
const _RNWRG = "RuleNameWithinRuleGroup";
|
|
909
|
+
const _RNe = "ReleaseNotes";
|
|
910
|
+
const _RPP = "RegistrationPagePath";
|
|
911
|
+
const _RPPe = "RequiredPricingPlan";
|
|
912
|
+
const _RPS = "RegexPatternSet";
|
|
913
|
+
const _RPSL = "RevenuePathStatisticsList";
|
|
914
|
+
const _RPSRS = "RegexPatternSetReferenceStatement";
|
|
915
|
+
const _RPSS = "RegexPatternSetSummary";
|
|
916
|
+
const _RPSSe = "RegexPatternSetSummaries";
|
|
917
|
+
const _RPSe = "RevenuePathStatistics";
|
|
918
|
+
const _RPSeg = "RegexPatternSets";
|
|
919
|
+
const _RS = "ReleaseSummaries";
|
|
920
|
+
const _RSe = "RegexString";
|
|
921
|
+
const _RSel = "ReleaseSummary";
|
|
922
|
+
const _RSu = "RuleSummary";
|
|
923
|
+
const _RSul = "RuleSummaries";
|
|
924
|
+
const _RT = "ResourceType";
|
|
925
|
+
const _RTe = "RequestTimestamp";
|
|
926
|
+
const _RV = "ReleaseVersion";
|
|
927
|
+
const _RVe = "RecommendedVersion";
|
|
928
|
+
const _Re = "Requirement";
|
|
929
|
+
const _Reg = "Regex";
|
|
930
|
+
const _Req = "Request";
|
|
931
|
+
const _Ru = "Rules";
|
|
932
|
+
const _Rul = "Rule";
|
|
933
|
+
const _S = "Statements";
|
|
934
|
+
const _SB = "SortBy";
|
|
935
|
+
const _SC = "SettledCount";
|
|
936
|
+
const _SCS = "SizeConstraintStatement";
|
|
937
|
+
const _SCo = "SourceCategory";
|
|
938
|
+
const _SCt = "StatusCode";
|
|
939
|
+
const _SCu = "SuccessCodes";
|
|
940
|
+
const _SDS = "ScopeDownStatement";
|
|
941
|
+
const _SH = "SingleHeader";
|
|
942
|
+
const _SHTTPR = "SampledHTTPRequest";
|
|
943
|
+
const _SHTTPRa = "SampledHTTPRequests";
|
|
944
|
+
const _SL = "SensitivityLevel";
|
|
945
|
+
const _SMS = "SqliMatchStatement";
|
|
946
|
+
const _SN = "SourceName";
|
|
947
|
+
const _SO = "SortOrder";
|
|
948
|
+
const _SQA = "SingleQueryArgument";
|
|
949
|
+
const _SR = "SampledRequests";
|
|
950
|
+
const _SRE = "SampledRequestsEnabled";
|
|
951
|
+
const _SRL = "SettlementRecordList";
|
|
952
|
+
const _SRe = "SettlementRecord";
|
|
953
|
+
const _SS = "SearchString";
|
|
954
|
+
const _SSL = "SourceStatisticsList";
|
|
955
|
+
const _SSo = "SourceStatistics";
|
|
956
|
+
const _SSu = "SuccessStrings";
|
|
957
|
+
const _ST = "SourceType";
|
|
958
|
+
const _STA = "SnsTopicArn";
|
|
959
|
+
const _STB = "SensitivityToBlock";
|
|
960
|
+
const _STo = "SolveTimestamp";
|
|
961
|
+
const _STt = "StatisticType";
|
|
962
|
+
const _STta = "StartTime";
|
|
963
|
+
const _SV = "SuccessValues";
|
|
964
|
+
const _Sc = "Scope";
|
|
965
|
+
const _Se = "Sensitivity";
|
|
966
|
+
const _Set = "Settlements";
|
|
967
|
+
const _Si = "Size";
|
|
968
|
+
const _So = "Source";
|
|
969
|
+
const _St = "Statement";
|
|
970
|
+
const _Sta = "Status";
|
|
971
|
+
const _Su = "Summary";
|
|
972
|
+
const _T = "Tags";
|
|
973
|
+
const _TA = "TotalAmount";
|
|
974
|
+
const _TB = "TopBots";
|
|
975
|
+
const _TC = "TopCategories";
|
|
976
|
+
const _TD = "TokenDomains";
|
|
977
|
+
const _TI = "TransactionId";
|
|
978
|
+
const _TIFR = "TagInfoForResource";
|
|
979
|
+
const _TK = "TagKeys";
|
|
980
|
+
const _TL = "TagList";
|
|
981
|
+
const _TMS = "TotalMonetizeServed";
|
|
982
|
+
const _TR = "TagResource";
|
|
983
|
+
const _TRC = "TotalRequestCount";
|
|
984
|
+
const _TRR = "TagResourceRequest";
|
|
985
|
+
const _TRRa = "TagResourceResponse";
|
|
986
|
+
const _TS = "TotalSettled";
|
|
987
|
+
const _TT = "TextTransformations";
|
|
988
|
+
const _TTe = "TextTransformation";
|
|
989
|
+
const _TW = "TimeWindow";
|
|
990
|
+
const _Ta = "Tag";
|
|
991
|
+
const _Ti = "Timestamp";
|
|
992
|
+
const _Ty = "Type";
|
|
993
|
+
const _U = "Url";
|
|
994
|
+
const _UA = "UnverifiedAmount";
|
|
995
|
+
const _UF = "UriFragment";
|
|
996
|
+
const _UFs = "UsernameField";
|
|
997
|
+
const _UIPS = "UpdateIPSet";
|
|
998
|
+
const _UIPSR = "UpdateIPSetRequest";
|
|
999
|
+
const _UIPSRp = "UpdateIPSetResponse";
|
|
1000
|
+
const _UMRSVED = "UpdateManagedRuleSetVersionExpiryDate";
|
|
1001
|
+
const _UMRSVEDR = "UpdateManagedRuleSetVersionExpiryDateRequest";
|
|
1002
|
+
const _UMRSVEDRp = "UpdateManagedRuleSetVersionExpiryDateResponse";
|
|
1003
|
+
const _UOA = "UsageOfAction";
|
|
1004
|
+
const _UP = "UriPath";
|
|
1005
|
+
const _UPP = "UriPathPrefix";
|
|
1006
|
+
const _UR = "UntagResource";
|
|
1007
|
+
const _URG = "UpdateRuleGroup";
|
|
1008
|
+
const _URGR = "UpdateRuleGroupRequest";
|
|
1009
|
+
const _URGRp = "UpdateRuleGroupResponse";
|
|
1010
|
+
const _URI = "URI";
|
|
1011
|
+
const _URPS = "UpdateRegexPatternSet";
|
|
1012
|
+
const _URPSR = "UpdateRegexPatternSetRequest";
|
|
1013
|
+
const _URPSRp = "UpdateRegexPatternSetResponse";
|
|
1014
|
+
const _URR = "UntagResourceRequest";
|
|
1015
|
+
const _URRn = "UntagResourceResponse";
|
|
1016
|
+
const _UWACL = "UpdateWebACL";
|
|
1017
|
+
const _UWACLR = "UpdateWebACLRequest";
|
|
1018
|
+
const _UWACLRp = "UpdateWebACLResponse";
|
|
1019
|
+
const _V = "Version";
|
|
1020
|
+
const _VA = "VerifiedAmount";
|
|
1021
|
+
const _VC = "VisibilityConfig";
|
|
1022
|
+
const _VN = "VendorName";
|
|
1023
|
+
const _VNe = "VersionName";
|
|
1024
|
+
const _VS = "VersioningSupported";
|
|
1025
|
+
const _VTE = "VersionToExpire";
|
|
1026
|
+
const _VTP = "VersionsToPublish";
|
|
1027
|
+
const _VTPe = "VersionToPublish";
|
|
1028
|
+
const _Va = "Values";
|
|
1029
|
+
const _Val = "Value";
|
|
1030
|
+
const _Ve = "Versions";
|
|
1031
|
+
const _Ver = "Verified";
|
|
1032
|
+
const _W = "Weight";
|
|
1033
|
+
const _WA = "WalletAddress";
|
|
1034
|
+
const _WAA = "WebAclArn";
|
|
1035
|
+
const _WACL = "WebACL";
|
|
1036
|
+
const _WACLA = "WebACLArn";
|
|
1037
|
+
const _WACLI = "WebACLId";
|
|
1038
|
+
const _WACLLT = "WebACLLockToken";
|
|
1039
|
+
const _WACLN = "WebACLName";
|
|
1040
|
+
const _WACLS = "WebACLSummary";
|
|
1041
|
+
const _WACLSe = "WebACLSummaries";
|
|
1042
|
+
const _WACLe = "WebACLs";
|
|
1043
|
+
const _WAFAIE = "WAFAssociatedItemException";
|
|
1044
|
+
const _WAFCWE = "WAFConfigurationWarningException";
|
|
1045
|
+
const _WAFDIE = "WAFDuplicateItemException";
|
|
1046
|
+
const _WAFEMRGVE = "WAFExpiredManagedRuleGroupVersionException";
|
|
1047
|
+
const _WAFFNIIPPE = "WAFFeatureNotIncludedInPricingPlanException";
|
|
1048
|
+
const _WAFIEE = "WAFInternalErrorException";
|
|
1049
|
+
const _WAFIOE = "WAFInvalidOperationException";
|
|
1050
|
+
const _WAFIPE = "WAFInvalidParameterException";
|
|
1051
|
+
const _WAFIPPE = "WAFInvalidPermissionPolicyException";
|
|
1052
|
+
const _WAFIRE = "WAFInvalidResourceException";
|
|
1053
|
+
const _WAFLDPIE = "WAFLogDestinationPermissionIssueException";
|
|
1054
|
+
const _WAFLEE = "WAFLimitsExceededException";
|
|
1055
|
+
const _WAFNIE = "WAFNonexistentItemException";
|
|
1056
|
+
const _WAFOLE = "WAFOptimisticLockException";
|
|
1057
|
+
const _WAFSLREE = "WAFServiceLinkedRoleErrorException";
|
|
1058
|
+
const _WAFSNFE = "WAFSubscriptionNotFoundException";
|
|
1059
|
+
const _WAFTOE = "WAFTagOperationException";
|
|
1060
|
+
const _WAFTOIEE = "WAFTagOperationInternalErrorException";
|
|
1061
|
+
const _WAFUAKTE = "WAFUnsupportedAggregateKeyTypeException";
|
|
1062
|
+
const _WAFUEE = "WAFUnavailableEntityException";
|
|
1063
|
+
const _XMS = "XssMatchStatement";
|
|
1064
|
+
const _c = "client";
|
|
1065
|
+
const _e = "error";
|
|
1066
|
+
const _m = "message";
|
|
1067
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.wafv2";
|
|
1068
|
+
const _se = "server";
|
|
1069
|
+
const n0 = "com.amazonaws.wafv2";
|
|
1070
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1071
|
+
var WAFV2ServiceException$ = [-3, _s, "WAFV2ServiceException", 0, [], []];
|
|
1072
|
+
_s_registry.registerError(WAFV2ServiceException$, WAFV2ServiceException);
|
|
1073
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1074
|
+
var WAFAssociatedItemException$ = [-3, n0, _WAFAIE,
|
|
1075
|
+
{ [_e]: _c },
|
|
1076
|
+
[_M],
|
|
1077
|
+
[0]
|
|
1078
|
+
];
|
|
1079
|
+
n0_registry.registerError(WAFAssociatedItemException$, WAFAssociatedItemException);
|
|
1080
|
+
var WAFConfigurationWarningException$ = [-3, n0, _WAFCWE,
|
|
1081
|
+
{ [_e]: _c },
|
|
1082
|
+
[_M],
|
|
1083
|
+
[0]
|
|
1084
|
+
];
|
|
1085
|
+
n0_registry.registerError(WAFConfigurationWarningException$, WAFConfigurationWarningException);
|
|
1086
|
+
var WAFDuplicateItemException$ = [-3, n0, _WAFDIE,
|
|
1087
|
+
{ [_e]: _c },
|
|
1088
|
+
[_M],
|
|
1089
|
+
[0]
|
|
1090
|
+
];
|
|
1091
|
+
n0_registry.registerError(WAFDuplicateItemException$, WAFDuplicateItemException);
|
|
1092
|
+
var WAFExpiredManagedRuleGroupVersionException$ = [-3, n0, _WAFEMRGVE,
|
|
1093
|
+
{ [_e]: _c },
|
|
1094
|
+
[_M],
|
|
1095
|
+
[0]
|
|
1096
|
+
];
|
|
1097
|
+
n0_registry.registerError(WAFExpiredManagedRuleGroupVersionException$, WAFExpiredManagedRuleGroupVersionException);
|
|
1098
|
+
var WAFFeatureNotIncludedInPricingPlanException$ = [-3, n0, _WAFFNIIPPE,
|
|
1099
|
+
{ [_e]: _c },
|
|
1100
|
+
[_M, _DF],
|
|
1101
|
+
[0, () => DisallowedFeatures]
|
|
1102
|
+
];
|
|
1103
|
+
n0_registry.registerError(WAFFeatureNotIncludedInPricingPlanException$, WAFFeatureNotIncludedInPricingPlanException);
|
|
1104
|
+
var WAFInternalErrorException$ = [-3, n0, _WAFIEE,
|
|
1105
|
+
{ [_e]: _se },
|
|
1106
|
+
[_M],
|
|
1107
|
+
[0]
|
|
1108
|
+
];
|
|
1109
|
+
n0_registry.registerError(WAFInternalErrorException$, WAFInternalErrorException);
|
|
1110
|
+
var WAFInvalidOperationException$ = [-3, n0, _WAFIOE,
|
|
1111
|
+
{ [_e]: _c },
|
|
1112
|
+
[_M],
|
|
1113
|
+
[0]
|
|
1114
|
+
];
|
|
1115
|
+
n0_registry.registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
|
|
1116
|
+
var WAFInvalidParameterException$ = [-3, n0, _WAFIPE,
|
|
1117
|
+
{ [_e]: _c },
|
|
1118
|
+
[_m, _F, _P, _R],
|
|
1119
|
+
[0, 0, 0, 0]
|
|
1120
|
+
];
|
|
1121
|
+
n0_registry.registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
|
|
1122
|
+
var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE,
|
|
1123
|
+
{ [_e]: _c },
|
|
1124
|
+
[_M],
|
|
1125
|
+
[0]
|
|
1126
|
+
];
|
|
1127
|
+
n0_registry.registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
|
|
1128
|
+
var WAFInvalidResourceException$ = [-3, n0, _WAFIRE,
|
|
1129
|
+
{ [_e]: _c },
|
|
1130
|
+
[_M],
|
|
1131
|
+
[0]
|
|
1132
|
+
];
|
|
1133
|
+
n0_registry.registerError(WAFInvalidResourceException$, WAFInvalidResourceException);
|
|
1134
|
+
var WAFLimitsExceededException$ = [-3, n0, _WAFLEE,
|
|
1135
|
+
{ [_e]: _c },
|
|
1136
|
+
[_M, _ST],
|
|
1137
|
+
[0, 0]
|
|
1138
|
+
];
|
|
1139
|
+
n0_registry.registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
|
|
1140
|
+
var WAFLogDestinationPermissionIssueException$ = [-3, n0, _WAFLDPIE,
|
|
1141
|
+
{ [_e]: _c },
|
|
1142
|
+
[_M],
|
|
1143
|
+
[0]
|
|
1144
|
+
];
|
|
1145
|
+
n0_registry.registerError(WAFLogDestinationPermissionIssueException$, WAFLogDestinationPermissionIssueException);
|
|
1146
|
+
var WAFNonexistentItemException$ = [-3, n0, _WAFNIE,
|
|
1147
|
+
{ [_e]: _c },
|
|
1148
|
+
[_M],
|
|
1149
|
+
[0]
|
|
1150
|
+
];
|
|
1151
|
+
n0_registry.registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
|
|
1152
|
+
var WAFOptimisticLockException$ = [-3, n0, _WAFOLE,
|
|
1153
|
+
{ [_e]: _c },
|
|
1154
|
+
[_M],
|
|
1155
|
+
[0]
|
|
1156
|
+
];
|
|
1157
|
+
n0_registry.registerError(WAFOptimisticLockException$, WAFOptimisticLockException);
|
|
1158
|
+
var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE,
|
|
1159
|
+
{ [_e]: _c },
|
|
1160
|
+
[_m],
|
|
1161
|
+
[0]
|
|
1162
|
+
];
|
|
1163
|
+
n0_registry.registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
|
|
1164
|
+
var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE,
|
|
1165
|
+
{ [_e]: _c },
|
|
1166
|
+
[_M],
|
|
1167
|
+
[0]
|
|
1168
|
+
];
|
|
1169
|
+
n0_registry.registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
|
|
1170
|
+
var WAFTagOperationException$ = [-3, n0, _WAFTOE,
|
|
1171
|
+
{ [_e]: _c },
|
|
1172
|
+
[_M],
|
|
1173
|
+
[0]
|
|
1174
|
+
];
|
|
1175
|
+
n0_registry.registerError(WAFTagOperationException$, WAFTagOperationException);
|
|
1176
|
+
var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE,
|
|
1177
|
+
{ [_e]: _se },
|
|
1178
|
+
[_M],
|
|
1179
|
+
[0]
|
|
1180
|
+
];
|
|
1181
|
+
n0_registry.registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
|
|
1182
|
+
var WAFUnavailableEntityException$ = [-3, n0, _WAFUEE,
|
|
1183
|
+
{ [_e]: _c },
|
|
1184
|
+
[_M],
|
|
1185
|
+
[0]
|
|
1186
|
+
];
|
|
1187
|
+
n0_registry.registerError(WAFUnavailableEntityException$, WAFUnavailableEntityException);
|
|
1188
|
+
var WAFUnsupportedAggregateKeyTypeException$ = [-3, n0, _WAFUAKTE,
|
|
1189
|
+
{ [_e]: _c },
|
|
1190
|
+
[_M],
|
|
1191
|
+
[0]
|
|
1192
|
+
];
|
|
1193
|
+
n0_registry.registerError(WAFUnsupportedAggregateKeyTypeException$, WAFUnsupportedAggregateKeyTypeException);
|
|
1194
|
+
const errorTypeRegistries = [
|
|
1195
|
+
_s_registry,
|
|
1196
|
+
n0_registry,
|
|
1197
|
+
];
|
|
1198
|
+
var ActionCondition$ = [3, n0, _AC,
|
|
1199
|
+
0,
|
|
1200
|
+
[_A],
|
|
1201
|
+
[0], 1
|
|
1202
|
+
];
|
|
1203
|
+
var AddressField$ = [3, n0, _AF,
|
|
1204
|
+
0,
|
|
1205
|
+
[_I],
|
|
1206
|
+
[0], 1
|
|
1207
|
+
];
|
|
1208
|
+
var All$ = [3, n0, _Al,
|
|
1209
|
+
0,
|
|
1210
|
+
[],
|
|
1211
|
+
[]
|
|
1212
|
+
];
|
|
1213
|
+
var AllowAction$ = [3, n0, _AA,
|
|
1214
|
+
0,
|
|
1215
|
+
[_CRH],
|
|
1216
|
+
[() => CustomRequestHandling$]
|
|
1217
|
+
];
|
|
1218
|
+
var AllQueryArguments$ = [3, n0, _AQA,
|
|
1219
|
+
0,
|
|
1220
|
+
[],
|
|
1221
|
+
[]
|
|
1222
|
+
];
|
|
1223
|
+
var AndStatement$ = [3, n0, _AS,
|
|
1224
|
+
0,
|
|
1225
|
+
[_S],
|
|
1226
|
+
[() => Statements], 1
|
|
1227
|
+
];
|
|
1228
|
+
var APIKeySummary$ = [3, n0, _APIKS,
|
|
1229
|
+
0,
|
|
1230
|
+
[_TD, _APIK, _CT, _V],
|
|
1231
|
+
[64 | 0, 0, 4, 1]
|
|
1232
|
+
];
|
|
1233
|
+
var ApplicationAttribute$ = [3, n0, _AAp,
|
|
1234
|
+
0,
|
|
1235
|
+
[_N, _Va],
|
|
1236
|
+
[0, 64 | 0]
|
|
1237
|
+
];
|
|
1238
|
+
var ApplicationConfig$ = [3, n0, _ACp,
|
|
1239
|
+
0,
|
|
1240
|
+
[_At],
|
|
1241
|
+
[() => ApplicationAttributes]
|
|
1242
|
+
];
|
|
1243
|
+
var AsnMatchStatement$ = [3, n0, _AMS,
|
|
1244
|
+
0,
|
|
1245
|
+
[_AL, _FIPC],
|
|
1246
|
+
[64 | 1, () => ForwardedIPConfig$], 1
|
|
1247
|
+
];
|
|
1248
|
+
var AssociateWebACLRequest$ = [3, n0, _AWACLR,
|
|
1249
|
+
0,
|
|
1250
|
+
[_WACLA, _RA],
|
|
1251
|
+
[0, 0], 2
|
|
1252
|
+
];
|
|
1253
|
+
var AssociateWebACLResponse$ = [3, n0, _AWACLRs,
|
|
1254
|
+
0,
|
|
1255
|
+
[],
|
|
1256
|
+
[]
|
|
1257
|
+
];
|
|
1258
|
+
var AssociationConfig$ = [3, n0, _ACs,
|
|
1259
|
+
0,
|
|
1260
|
+
[_RB],
|
|
1261
|
+
[() => RequestBody]
|
|
1262
|
+
];
|
|
1263
|
+
var AWSManagedRulesACFPRuleSet$ = [3, n0, _AWSMRACFPRS,
|
|
1264
|
+
0,
|
|
1265
|
+
[_CP, _RPP, _RI, _RIe, _ERIP],
|
|
1266
|
+
[0, 0, () => RequestInspectionACFP$, () => ResponseInspection$, 2], 3
|
|
1267
|
+
];
|
|
1268
|
+
var AWSManagedRulesAntiDDoSRuleSet$ = [3, n0, _AWSMRADDSRS,
|
|
1269
|
+
0,
|
|
1270
|
+
[_CSAC, _STB],
|
|
1271
|
+
[() => ClientSideActionConfig$, 0], 1
|
|
1272
|
+
];
|
|
1273
|
+
var AWSManagedRulesATPRuleSet$ = [3, n0, _AWSMRATPRS,
|
|
1274
|
+
0,
|
|
1275
|
+
[_LP, _RI, _RIe, _ERIP],
|
|
1276
|
+
[0, () => RequestInspection$, () => ResponseInspection$, 2], 1
|
|
1277
|
+
];
|
|
1278
|
+
var AWSManagedRulesBotControlRuleSet$ = [3, n0, _AWSMRBCRS,
|
|
1279
|
+
0,
|
|
1280
|
+
[_IL, _EML],
|
|
1281
|
+
[0, 2], 1
|
|
1282
|
+
];
|
|
1283
|
+
var BlockAction$ = [3, n0, _BA,
|
|
1284
|
+
0,
|
|
1285
|
+
[_CR],
|
|
1286
|
+
[() => CustomResponse$]
|
|
1287
|
+
];
|
|
1288
|
+
var Body$ = [3, n0, _B,
|
|
1289
|
+
0,
|
|
1290
|
+
[_OH],
|
|
1291
|
+
[0]
|
|
1292
|
+
];
|
|
1293
|
+
var BotStatistics$ = [3, n0, _BS,
|
|
1294
|
+
0,
|
|
1295
|
+
[_BN, _RC, _Pe],
|
|
1296
|
+
[0, 1, 1], 3
|
|
1297
|
+
];
|
|
1298
|
+
var ByteMatchStatement$ = [3, n0, _BMS,
|
|
1299
|
+
0,
|
|
1300
|
+
[_SS, _FTM, _TT, _PC],
|
|
1301
|
+
[21, () => FieldToMatch$, () => TextTransformations, 0], 4
|
|
1302
|
+
];
|
|
1303
|
+
var CaptchaAction$ = [3, n0, _CA,
|
|
1304
|
+
0,
|
|
1305
|
+
[_CRH],
|
|
1306
|
+
[() => CustomRequestHandling$]
|
|
1307
|
+
];
|
|
1308
|
+
var CaptchaConfig$ = [3, n0, _CC,
|
|
1309
|
+
0,
|
|
1310
|
+
[_ITP],
|
|
1311
|
+
[() => ImmunityTimeProperty$]
|
|
1312
|
+
];
|
|
1313
|
+
var CaptchaResponse$ = [3, n0, _CRa,
|
|
1314
|
+
0,
|
|
1315
|
+
[_RCe, _STo, _FR],
|
|
1316
|
+
[1, 1, 0]
|
|
1317
|
+
];
|
|
1318
|
+
var ChallengeAction$ = [3, n0, _CAh,
|
|
1319
|
+
0,
|
|
1320
|
+
[_CRH],
|
|
1321
|
+
[() => CustomRequestHandling$]
|
|
1322
|
+
];
|
|
1323
|
+
var ChallengeConfig$ = [3, n0, _CCh,
|
|
1324
|
+
0,
|
|
1325
|
+
[_ITP],
|
|
1326
|
+
[() => ImmunityTimeProperty$]
|
|
1327
|
+
];
|
|
1328
|
+
var ChallengeResponse$ = [3, n0, _CRh,
|
|
1329
|
+
0,
|
|
1330
|
+
[_RCe, _STo, _FR],
|
|
1331
|
+
[1, 1, 0]
|
|
1332
|
+
];
|
|
1333
|
+
var CheckCapacityRequest$ = [3, n0, _CCR,
|
|
1334
|
+
0,
|
|
1335
|
+
[_Sc, _Ru],
|
|
1336
|
+
[0, () => Rules], 2
|
|
1337
|
+
];
|
|
1338
|
+
var CheckCapacityResponse$ = [3, n0, _CCRh,
|
|
1339
|
+
0,
|
|
1340
|
+
[_C],
|
|
1341
|
+
[1]
|
|
1342
|
+
];
|
|
1343
|
+
var ClientSideAction$ = [3, n0, _CSA,
|
|
1344
|
+
0,
|
|
1345
|
+
[_UOA, _Se, _EURE],
|
|
1346
|
+
[0, 0, () => RegularExpressionList], 1
|
|
1347
|
+
];
|
|
1348
|
+
var ClientSideActionConfig$ = [3, n0, _CSAC,
|
|
1349
|
+
0,
|
|
1350
|
+
[_Ch],
|
|
1351
|
+
[() => ClientSideAction$], 1
|
|
1352
|
+
];
|
|
1353
|
+
var Condition$ = [3, n0, _Co,
|
|
1354
|
+
0,
|
|
1355
|
+
[_AC, _LNC],
|
|
1356
|
+
[() => ActionCondition$, () => LabelNameCondition$]
|
|
1357
|
+
];
|
|
1358
|
+
var CookieMatchPattern$ = [3, n0, _CMP,
|
|
1359
|
+
0,
|
|
1360
|
+
[_Al, _IC, _EC],
|
|
1361
|
+
[() => All$, 64 | 0, 64 | 0]
|
|
1362
|
+
];
|
|
1363
|
+
var Cookies$ = [3, n0, _Coo,
|
|
1364
|
+
0,
|
|
1365
|
+
[_MP, _MS, _OH],
|
|
1366
|
+
[() => CookieMatchPattern$, 0, 0], 3
|
|
1367
|
+
];
|
|
1368
|
+
var CountAction$ = [3, n0, _CAo,
|
|
1369
|
+
0,
|
|
1370
|
+
[_CRH],
|
|
1371
|
+
[() => CustomRequestHandling$]
|
|
1372
|
+
];
|
|
1373
|
+
var CreateAPIKeyRequest$ = [3, n0, _CAPIKR,
|
|
1374
|
+
0,
|
|
1375
|
+
[_Sc, _TD],
|
|
1376
|
+
[0, 64 | 0], 2
|
|
1377
|
+
];
|
|
1378
|
+
var CreateAPIKeyResponse$ = [3, n0, _CAPIKRr,
|
|
1379
|
+
0,
|
|
1380
|
+
[_APIK],
|
|
1381
|
+
[0]
|
|
1382
|
+
];
|
|
1383
|
+
var CreateIPSetRequest$ = [3, n0, _CIPSR,
|
|
1384
|
+
0,
|
|
1385
|
+
[_N, _Sc, _IPAV, _Ad, _D, _T],
|
|
1386
|
+
[0, 0, 0, 64 | 0, 0, () => TagList], 4
|
|
1387
|
+
];
|
|
1388
|
+
var CreateIPSetResponse$ = [3, n0, _CIPSRr,
|
|
1389
|
+
0,
|
|
1390
|
+
[_Su],
|
|
1391
|
+
[() => IPSetSummary$]
|
|
1392
|
+
];
|
|
1393
|
+
var CreateRegexPatternSetRequest$ = [3, n0, _CRPSR,
|
|
1394
|
+
0,
|
|
1395
|
+
[_N, _Sc, _REL, _D, _T],
|
|
1396
|
+
[0, 0, () => RegularExpressionList, 0, () => TagList], 3
|
|
1397
|
+
];
|
|
1398
|
+
var CreateRegexPatternSetResponse$ = [3, n0, _CRPSRr,
|
|
1399
|
+
0,
|
|
1400
|
+
[_Su],
|
|
1401
|
+
[() => RegexPatternSetSummary$]
|
|
1402
|
+
];
|
|
1403
|
+
var CreateRuleGroupRequest$ = [3, n0, _CRGR,
|
|
1404
|
+
0,
|
|
1405
|
+
[_N, _Sc, _C, _VC, _D, _Ru, _T, _CRB, _MC],
|
|
1406
|
+
[0, 0, 1, () => VisibilityConfig$, 0, () => Rules, () => TagList, () => CustomResponseBodies, () => MonetizationConfig$], 4
|
|
1407
|
+
];
|
|
1408
|
+
var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
|
|
1409
|
+
0,
|
|
1410
|
+
[_Su],
|
|
1411
|
+
[() => RuleGroupSummary$]
|
|
1412
|
+
];
|
|
1413
|
+
var CreateWebACLRequest$ = [3, n0, _CWACLR,
|
|
1414
|
+
0,
|
|
1415
|
+
[_N, _Sc, _DA, _VC, _D, _Ru, _DPC, _T, _CRB, _CC, _CCh, _TD, _ACs, _OSDDSPC, _ACp, _MC],
|
|
1416
|
+
[0, 0, () => DefaultAction$, () => VisibilityConfig$, 0, () => Rules, () => DataProtectionConfig$, () => TagList, () => CustomResponseBodies, () => CaptchaConfig$, () => ChallengeConfig$, 64 | 0, () => AssociationConfig$, () => OnSourceDDoSProtectionConfig$, () => ApplicationConfig$, () => MonetizationConfig$], 4
|
|
1417
|
+
];
|
|
1418
|
+
var CreateWebACLResponse$ = [3, n0, _CWACLRr,
|
|
1419
|
+
0,
|
|
1420
|
+
[_Su],
|
|
1421
|
+
[() => WebACLSummary$]
|
|
1422
|
+
];
|
|
1423
|
+
var CryptoConfig$ = [3, n0, _CCr,
|
|
1424
|
+
0,
|
|
1425
|
+
[_PN],
|
|
1426
|
+
[() => PaymentNetworks], 1
|
|
1427
|
+
];
|
|
1428
|
+
var CustomHTTPHeader$ = [3, n0, _CHTTPH,
|
|
1429
|
+
0,
|
|
1430
|
+
[_N, _Val],
|
|
1431
|
+
[0, 0], 2
|
|
1432
|
+
];
|
|
1433
|
+
var CustomRequestHandling$ = [3, n0, _CRH,
|
|
1434
|
+
0,
|
|
1435
|
+
[_IH],
|
|
1436
|
+
[() => CustomHTTPHeaders], 1
|
|
1437
|
+
];
|
|
1438
|
+
var CustomResponse$ = [3, n0, _CR,
|
|
1439
|
+
0,
|
|
1440
|
+
[_RCe, _CRBK, _RH],
|
|
1441
|
+
[1, 0, () => CustomHTTPHeaders], 1
|
|
1442
|
+
];
|
|
1443
|
+
var CustomResponseBody$ = [3, n0, _CRBu,
|
|
1444
|
+
0,
|
|
1445
|
+
[_CTo, _Con],
|
|
1446
|
+
[0, 0], 2
|
|
1447
|
+
];
|
|
1448
|
+
var DataPointEntry$ = [3, n0, _DPE,
|
|
1449
|
+
0,
|
|
1450
|
+
[_Da, _MSC, _SC, _TA, _Ca, _In, _GBV],
|
|
1451
|
+
[4, 1, 1, 0, 0, 0, 0]
|
|
1452
|
+
];
|
|
1453
|
+
var DataProtection$ = [3, n0, _DP,
|
|
1454
|
+
0,
|
|
1455
|
+
[_F, _A, _ERMD, _ERBD],
|
|
1456
|
+
[() => FieldToProtect$, 0, 2, 2], 2
|
|
1457
|
+
];
|
|
1458
|
+
var DataProtectionConfig$ = [3, n0, _DPC,
|
|
1459
|
+
0,
|
|
1460
|
+
[_DPa],
|
|
1461
|
+
[() => DataProtections], 1
|
|
1462
|
+
];
|
|
1463
|
+
var DefaultAction$ = [3, n0, _DA,
|
|
1464
|
+
0,
|
|
1465
|
+
[_Bl, _All],
|
|
1466
|
+
[() => BlockAction$, () => AllowAction$]
|
|
1467
|
+
];
|
|
1468
|
+
var DeleteAPIKeyRequest$ = [3, n0, _DAPIKR,
|
|
1469
|
+
0,
|
|
1470
|
+
[_Sc, _APIK],
|
|
1471
|
+
[0, 0], 2
|
|
1472
|
+
];
|
|
1473
|
+
var DeleteAPIKeyResponse$ = [3, n0, _DAPIKRe,
|
|
1474
|
+
0,
|
|
1475
|
+
[],
|
|
1476
|
+
[]
|
|
1477
|
+
];
|
|
1478
|
+
var DeleteFirewallManagerRuleGroupsRequest$ = [3, n0, _DFMRGR,
|
|
1479
|
+
0,
|
|
1480
|
+
[_WACLA, _WACLLT],
|
|
1481
|
+
[0, 0], 2
|
|
1482
|
+
];
|
|
1483
|
+
var DeleteFirewallManagerRuleGroupsResponse$ = [3, n0, _DFMRGRe,
|
|
1484
|
+
0,
|
|
1485
|
+
[_NWACLLT],
|
|
1486
|
+
[0]
|
|
1487
|
+
];
|
|
1488
|
+
var DeleteIPSetRequest$ = [3, n0, _DIPSR,
|
|
1489
|
+
0,
|
|
1490
|
+
[_N, _Sc, _Id, _LT],
|
|
1491
|
+
[0, 0, 0, 0], 4
|
|
1492
|
+
];
|
|
1493
|
+
var DeleteIPSetResponse$ = [3, n0, _DIPSRe,
|
|
1494
|
+
0,
|
|
1495
|
+
[],
|
|
1496
|
+
[]
|
|
1497
|
+
];
|
|
1498
|
+
var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR,
|
|
1499
|
+
0,
|
|
1500
|
+
[_RA, _LTo, _LS],
|
|
1501
|
+
[0, 0, 0], 1
|
|
1502
|
+
];
|
|
1503
|
+
var DeleteLoggingConfigurationResponse$ = [3, n0, _DLCRe,
|
|
1504
|
+
0,
|
|
1505
|
+
[],
|
|
1506
|
+
[]
|
|
1507
|
+
];
|
|
1508
|
+
var DeletePermissionPolicyRequest$ = [3, n0, _DPPR,
|
|
1509
|
+
0,
|
|
1510
|
+
[_RA],
|
|
1511
|
+
[0], 1
|
|
1512
|
+
];
|
|
1513
|
+
var DeletePermissionPolicyResponse$ = [3, n0, _DPPRe,
|
|
1514
|
+
0,
|
|
1515
|
+
[],
|
|
1516
|
+
[]
|
|
1517
|
+
];
|
|
1518
|
+
var DeleteRegexPatternSetRequest$ = [3, n0, _DRPSR,
|
|
1519
|
+
0,
|
|
1520
|
+
[_N, _Sc, _Id, _LT],
|
|
1521
|
+
[0, 0, 0, 0], 4
|
|
1522
|
+
];
|
|
1523
|
+
var DeleteRegexPatternSetResponse$ = [3, n0, _DRPSRe,
|
|
1524
|
+
0,
|
|
1525
|
+
[],
|
|
1526
|
+
[]
|
|
1527
|
+
];
|
|
1528
|
+
var DeleteRuleGroupRequest$ = [3, n0, _DRGR,
|
|
1529
|
+
0,
|
|
1530
|
+
[_N, _Sc, _Id, _LT],
|
|
1531
|
+
[0, 0, 0, 0], 4
|
|
1532
|
+
];
|
|
1533
|
+
var DeleteRuleGroupResponse$ = [3, n0, _DRGRe,
|
|
1534
|
+
0,
|
|
1535
|
+
[],
|
|
1536
|
+
[]
|
|
1537
|
+
];
|
|
1538
|
+
var DeleteWebACLRequest$ = [3, n0, _DWACLR,
|
|
1539
|
+
0,
|
|
1540
|
+
[_N, _Sc, _Id, _LT],
|
|
1541
|
+
[0, 0, 0, 0], 4
|
|
1542
|
+
];
|
|
1543
|
+
var DeleteWebACLResponse$ = [3, n0, _DWACLRe,
|
|
1544
|
+
0,
|
|
1545
|
+
[],
|
|
1546
|
+
[]
|
|
1547
|
+
];
|
|
1548
|
+
var DescribeAllManagedProductsRequest$ = [3, n0, _DAMPR,
|
|
1549
|
+
0,
|
|
1550
|
+
[_Sc],
|
|
1551
|
+
[0], 1
|
|
1552
|
+
];
|
|
1553
|
+
var DescribeAllManagedProductsResponse$ = [3, n0, _DAMPRe,
|
|
1554
|
+
0,
|
|
1555
|
+
[_MPa],
|
|
1556
|
+
[() => ManagedProductDescriptors]
|
|
1557
|
+
];
|
|
1558
|
+
var DescribeManagedProductsByVendorRequest$ = [3, n0, _DMPBVR,
|
|
1559
|
+
0,
|
|
1560
|
+
[_VN, _Sc],
|
|
1561
|
+
[0, 0], 2
|
|
1562
|
+
];
|
|
1563
|
+
var DescribeManagedProductsByVendorResponse$ = [3, n0, _DMPBVRe,
|
|
1564
|
+
0,
|
|
1565
|
+
[_MPa],
|
|
1566
|
+
[() => ManagedProductDescriptors]
|
|
1567
|
+
];
|
|
1568
|
+
var DescribeManagedRuleGroupRequest$ = [3, n0, _DMRGR,
|
|
1569
|
+
0,
|
|
1570
|
+
[_VN, _N, _Sc, _VNe],
|
|
1571
|
+
[0, 0, 0, 0], 3
|
|
1572
|
+
];
|
|
1573
|
+
var DescribeManagedRuleGroupResponse$ = [3, n0, _DMRGRe,
|
|
1574
|
+
0,
|
|
1575
|
+
[_VNe, _STA, _C, _Ru, _LN, _ALv, _CL],
|
|
1576
|
+
[0, 0, 1, () => RuleSummaries, 0, () => LabelSummaries, () => LabelSummaries]
|
|
1577
|
+
];
|
|
1578
|
+
var DisallowedFeature$ = [3, n0, _DFi,
|
|
1579
|
+
0,
|
|
1580
|
+
[_Fe, _RPPe],
|
|
1581
|
+
[0, 0]
|
|
1582
|
+
];
|
|
1583
|
+
var DisassociateWebACLRequest$ = [3, n0, _DWACLRi,
|
|
1584
|
+
0,
|
|
1585
|
+
[_RA],
|
|
1586
|
+
[0], 1
|
|
1587
|
+
];
|
|
1588
|
+
var DisassociateWebACLResponse$ = [3, n0, _DWACLRis,
|
|
1589
|
+
0,
|
|
1590
|
+
[],
|
|
1591
|
+
[]
|
|
1592
|
+
];
|
|
1593
|
+
var EmailField$ = [3, n0, _EF,
|
|
1594
|
+
0,
|
|
1595
|
+
[_I],
|
|
1596
|
+
[0], 1
|
|
1597
|
+
];
|
|
1598
|
+
var ExcludedRule$ = [3, n0, _ER,
|
|
1599
|
+
0,
|
|
1600
|
+
[_N],
|
|
1601
|
+
[0], 1
|
|
1602
|
+
];
|
|
1603
|
+
var FieldToMatch$ = [3, n0, _FTM,
|
|
1604
|
+
0,
|
|
1605
|
+
[_SH, _SQA, _AQA, _UP, _QS, _B, _Me, _JB, _H, _Coo, _HO, _JAF, _JAFi, _UF],
|
|
1606
|
+
[() => SingleHeader$, () => SingleQueryArgument$, () => AllQueryArguments$, () => UriPath$, () => QueryString$, () => Body$, () => Method$, () => JsonBody$, () => Headers$, () => Cookies$, () => HeaderOrder$, () => JA3Fingerprint$, () => JA4Fingerprint$, () => UriFragment$]
|
|
1607
|
+
];
|
|
1608
|
+
var FieldToProtect$ = [3, n0, _FTP,
|
|
1609
|
+
0,
|
|
1610
|
+
[_FT, _FK],
|
|
1611
|
+
[0, 64 | 0], 1
|
|
1612
|
+
];
|
|
1613
|
+
var Filter$ = [3, n0, _Fi,
|
|
1614
|
+
0,
|
|
1615
|
+
[_Be, _Re, _Cond],
|
|
1616
|
+
[0, 0, () => Conditions], 3
|
|
1617
|
+
];
|
|
1618
|
+
var FilterSource$ = [3, n0, _FS,
|
|
1619
|
+
0,
|
|
1620
|
+
[_BC, _BO, _BN],
|
|
1621
|
+
[0, 0, 0]
|
|
1622
|
+
];
|
|
1623
|
+
var FirewallManagerRuleGroup$ = [3, n0, _FMRG,
|
|
1624
|
+
0,
|
|
1625
|
+
[_N, _Pr, _FMS, _OA, _VC],
|
|
1626
|
+
[0, 1, () => FirewallManagerStatement$, () => OverrideAction$, () => VisibilityConfig$], 5
|
|
1627
|
+
];
|
|
1628
|
+
var FirewallManagerStatement$ = [3, n0, _FMS,
|
|
1629
|
+
0,
|
|
1630
|
+
[_MRGS, _RGRS],
|
|
1631
|
+
[() => ManagedRuleGroupStatement$, () => RuleGroupReferenceStatement$]
|
|
1632
|
+
];
|
|
1633
|
+
var ForwardedIPConfig$ = [3, n0, _FIPC,
|
|
1634
|
+
0,
|
|
1635
|
+
[_HN, _FB],
|
|
1636
|
+
[0, 0], 2
|
|
1637
|
+
];
|
|
1638
|
+
var GenerateMobileSdkReleaseUrlRequest$ = [3, n0, _GMSRUR,
|
|
1639
|
+
0,
|
|
1640
|
+
[_Pl, _RV],
|
|
1641
|
+
[0, 0], 2
|
|
1642
|
+
];
|
|
1643
|
+
var GenerateMobileSdkReleaseUrlResponse$ = [3, n0, _GMSRURe,
|
|
1644
|
+
0,
|
|
1645
|
+
[_U],
|
|
1646
|
+
[0]
|
|
1647
|
+
];
|
|
1648
|
+
var GeoMatchStatement$ = [3, n0, _GMS,
|
|
1649
|
+
0,
|
|
1650
|
+
[_CCo, _FIPC],
|
|
1651
|
+
[64 | 0, () => ForwardedIPConfig$]
|
|
1652
|
+
];
|
|
1653
|
+
var GetDecryptedAPIKeyRequest$ = [3, n0, _GDAPIKR,
|
|
1654
|
+
0,
|
|
1655
|
+
[_Sc, _APIK],
|
|
1656
|
+
[0, 0], 2
|
|
1657
|
+
];
|
|
1658
|
+
var GetDecryptedAPIKeyResponse$ = [3, n0, _GDAPIKRe,
|
|
1659
|
+
0,
|
|
1660
|
+
[_TD, _CT],
|
|
1661
|
+
[64 | 0, 4]
|
|
1662
|
+
];
|
|
1663
|
+
var GetIPSetRequest$ = [3, n0, _GIPSR,
|
|
1664
|
+
0,
|
|
1665
|
+
[_N, _Sc, _Id],
|
|
1666
|
+
[0, 0, 0], 3
|
|
1667
|
+
];
|
|
1668
|
+
var GetIPSetResponse$ = [3, n0, _GIPSRe,
|
|
1669
|
+
0,
|
|
1670
|
+
[_IPS, _LT],
|
|
1671
|
+
[() => IPSet$, 0]
|
|
1672
|
+
];
|
|
1673
|
+
var GetLoggingConfigurationRequest$ = [3, n0, _GLCR,
|
|
1674
|
+
0,
|
|
1675
|
+
[_RA, _LTo, _LS],
|
|
1676
|
+
[0, 0, 0], 1
|
|
1677
|
+
];
|
|
1678
|
+
var GetLoggingConfigurationResponse$ = [3, n0, _GLCRe,
|
|
1679
|
+
0,
|
|
1680
|
+
[_LC],
|
|
1681
|
+
[() => LoggingConfiguration$]
|
|
1682
|
+
];
|
|
1683
|
+
var GetManagedRuleSetRequest$ = [3, n0, _GMRSR,
|
|
1684
|
+
0,
|
|
1685
|
+
[_N, _Sc, _Id],
|
|
1686
|
+
[0, 0, 0], 3
|
|
1687
|
+
];
|
|
1688
|
+
var GetManagedRuleSetResponse$ = [3, n0, _GMRSRe,
|
|
1689
|
+
0,
|
|
1690
|
+
[_MRS, _LT],
|
|
1691
|
+
[() => ManagedRuleSet$, 0]
|
|
1692
|
+
];
|
|
1693
|
+
var GetMobileSdkReleaseRequest$ = [3, n0, _GMSRR,
|
|
1694
|
+
0,
|
|
1695
|
+
[_Pl, _RV],
|
|
1696
|
+
[0, 0], 2
|
|
1697
|
+
];
|
|
1698
|
+
var GetMobileSdkReleaseResponse$ = [3, n0, _GMSRRe,
|
|
1699
|
+
0,
|
|
1700
|
+
[_MSR],
|
|
1701
|
+
[() => MobileSdkRelease$]
|
|
1702
|
+
];
|
|
1703
|
+
var GetPermissionPolicyRequest$ = [3, n0, _GPPR,
|
|
1704
|
+
0,
|
|
1705
|
+
[_RA],
|
|
1706
|
+
[0], 1
|
|
1707
|
+
];
|
|
1708
|
+
var GetPermissionPolicyResponse$ = [3, n0, _GPPRe,
|
|
1709
|
+
0,
|
|
1710
|
+
[_Po],
|
|
1711
|
+
[0]
|
|
1712
|
+
];
|
|
1713
|
+
var GetRateBasedStatementManagedKeysRequest$ = [3, n0, _GRBSMKR,
|
|
1714
|
+
0,
|
|
1715
|
+
[_Sc, _WACLN, _WACLI, _RN, _RGRN],
|
|
1716
|
+
[0, 0, 0, 0, 0], 4
|
|
1717
|
+
];
|
|
1718
|
+
var GetRateBasedStatementManagedKeysResponse$ = [3, n0, _GRBSMKRe,
|
|
1719
|
+
0,
|
|
1720
|
+
[_MKIPV, _MKIPVa],
|
|
1721
|
+
[() => RateBasedStatementManagedKeysIPSet$, () => RateBasedStatementManagedKeysIPSet$]
|
|
1722
|
+
];
|
|
1723
|
+
var GetRegexPatternSetRequest$ = [3, n0, _GRPSR,
|
|
1724
|
+
0,
|
|
1725
|
+
[_N, _Sc, _Id],
|
|
1726
|
+
[0, 0, 0], 3
|
|
1727
|
+
];
|
|
1728
|
+
var GetRegexPatternSetResponse$ = [3, n0, _GRPSRe,
|
|
1729
|
+
0,
|
|
1730
|
+
[_RPS, _LT],
|
|
1731
|
+
[() => RegexPatternSet$, 0]
|
|
1732
|
+
];
|
|
1733
|
+
var GetRevenueStatisticsRequest$ = [3, n0, _GRSR,
|
|
1734
|
+
0,
|
|
1735
|
+
[_STt, _TW, _Sc, _Cu, _GB, _Fil, _NM, _L, _SB, _SO],
|
|
1736
|
+
[0, () => TimeWindow$, 0, 0, 0, () => MonetizationFilterList, 0, 1, 0, 0], 4
|
|
1737
|
+
];
|
|
1738
|
+
var GetRevenueStatisticsResponse$ = [3, n0, _GRSRe,
|
|
1739
|
+
0,
|
|
1740
|
+
[_SSo, _RPSe, _NM],
|
|
1741
|
+
[() => SourceStatisticsList, () => RevenuePathStatisticsList, 0]
|
|
1742
|
+
];
|
|
1743
|
+
var GetRevenueStatisticsSummaryRequest$ = [3, n0, _GRSSR,
|
|
1744
|
+
0,
|
|
1745
|
+
[_TW, _Sc, _Cu, _Fil],
|
|
1746
|
+
[() => TimeWindow$, 0, 0, () => MonetizationFilterList], 3
|
|
1747
|
+
];
|
|
1748
|
+
var GetRevenueStatisticsSummaryResponse$ = [3, n0, _GRSSRe,
|
|
1749
|
+
0,
|
|
1750
|
+
[_RBe],
|
|
1751
|
+
[() => RevenueBreakdown$]
|
|
1752
|
+
];
|
|
1753
|
+
var GetRevenueStatisticsTimeSeriesRequest$ = [3, n0, _GRSTSR,
|
|
1754
|
+
0,
|
|
1755
|
+
[_STt, _TW, _Sc, _Int, _Cu, _GB, _Fil, _L, _NM],
|
|
1756
|
+
[0, () => TimeWindow$, 0, 0, 0, 0, () => MonetizationFilterList, 1, 0], 5
|
|
1757
|
+
];
|
|
1758
|
+
var GetRevenueStatisticsTimeSeriesResponse$ = [3, n0, _GRSTSRe,
|
|
1759
|
+
0,
|
|
1760
|
+
[_DPat, _NM],
|
|
1761
|
+
[() => DataPointsList, 0]
|
|
1762
|
+
];
|
|
1763
|
+
var GetRuleGroupRequest$ = [3, n0, _GRGR,
|
|
1764
|
+
0,
|
|
1765
|
+
[_N, _Sc, _Id, _ARN],
|
|
1766
|
+
[0, 0, 0, 0]
|
|
1767
|
+
];
|
|
1768
|
+
var GetRuleGroupResponse$ = [3, n0, _GRGRe,
|
|
1769
|
+
0,
|
|
1770
|
+
[_RG, _LT],
|
|
1771
|
+
[() => RuleGroup$, 0]
|
|
1772
|
+
];
|
|
1773
|
+
var GetSampledRequestsRequest$ = [3, n0, _GSRR,
|
|
1774
|
+
0,
|
|
1775
|
+
[_WAA, _RMN, _Sc, _TW, _MI],
|
|
1776
|
+
[0, 0, 0, () => TimeWindow$, 1], 5
|
|
1777
|
+
];
|
|
1778
|
+
var GetSampledRequestsResponse$ = [3, n0, _GSRRe,
|
|
1779
|
+
0,
|
|
1780
|
+
[_SR, _PS, _TW],
|
|
1781
|
+
[() => SampledHTTPRequests, 1, () => TimeWindow$]
|
|
1782
|
+
];
|
|
1783
|
+
var GetTopPathStatisticsByTrafficRequest$ = [3, n0, _GTPSBTR,
|
|
1784
|
+
0,
|
|
1785
|
+
[_WAA, _Sc, _TW, _L, _NOTTBPP, _UPP, _BC, _BO, _BN, _NM],
|
|
1786
|
+
[0, 0, () => TimeWindow$, 1, 1, 0, 0, 0, 0, 0], 5
|
|
1787
|
+
];
|
|
1788
|
+
var GetTopPathStatisticsByTrafficResponse$ = [3, n0, _GTPSBTRe,
|
|
1789
|
+
0,
|
|
1790
|
+
[_PSa, _TRC, _NM, _TC],
|
|
1791
|
+
[() => PathStatisticsList, 1, 0, () => PathStatisticsList], 2
|
|
1792
|
+
];
|
|
1793
|
+
var GetWebACLForResourceRequest$ = [3, n0, _GWACLFRR,
|
|
1794
|
+
0,
|
|
1795
|
+
[_RA],
|
|
1796
|
+
[0], 1
|
|
1797
|
+
];
|
|
1798
|
+
var GetWebACLForResourceResponse$ = [3, n0, _GWACLFRRe,
|
|
1799
|
+
0,
|
|
1800
|
+
[_WACL],
|
|
1801
|
+
[() => WebACL$]
|
|
1802
|
+
];
|
|
1803
|
+
var GetWebACLRequest$ = [3, n0, _GWACLR,
|
|
1804
|
+
0,
|
|
1805
|
+
[_N, _Sc, _Id, _ARN],
|
|
1806
|
+
[0, 0, 0, 0]
|
|
1807
|
+
];
|
|
1808
|
+
var GetWebACLResponse$ = [3, n0, _GWACLRe,
|
|
1809
|
+
0,
|
|
1810
|
+
[_WACL, _LT, _AIURL],
|
|
1811
|
+
[() => WebACL$, 0, 0]
|
|
1812
|
+
];
|
|
1813
|
+
var HeaderMatchPattern$ = [3, n0, _HMP,
|
|
1814
|
+
0,
|
|
1815
|
+
[_Al, _IHn, _EH],
|
|
1816
|
+
[() => All$, 64 | 0, 64 | 0]
|
|
1817
|
+
];
|
|
1818
|
+
var HeaderOrder$ = [3, n0, _HO,
|
|
1819
|
+
0,
|
|
1820
|
+
[_OH],
|
|
1821
|
+
[0], 1
|
|
1822
|
+
];
|
|
1823
|
+
var Headers$ = [3, n0, _H,
|
|
1824
|
+
0,
|
|
1825
|
+
[_MP, _MS, _OH],
|
|
1826
|
+
[() => HeaderMatchPattern$, 0, 0], 3
|
|
1827
|
+
];
|
|
1828
|
+
var HTTPHeader$ = [3, n0, _HTTPH,
|
|
1829
|
+
0,
|
|
1830
|
+
[_N, _Val],
|
|
1831
|
+
[0, 0]
|
|
1832
|
+
];
|
|
1833
|
+
var HTTPRequest$ = [3, n0, _HTTPR,
|
|
1834
|
+
0,
|
|
1835
|
+
[_CIP, _Cou, _URI, _Me, _HTTPV, _H],
|
|
1836
|
+
[0, 0, 0, 0, 0, () => HTTPHeaders]
|
|
1837
|
+
];
|
|
1838
|
+
var ImmunityTimeProperty$ = [3, n0, _ITP,
|
|
1839
|
+
0,
|
|
1840
|
+
[_IT],
|
|
1841
|
+
[1], 1
|
|
1842
|
+
];
|
|
1843
|
+
var IPSet$ = [3, n0, _IPS,
|
|
1844
|
+
0,
|
|
1845
|
+
[_N, _Id, _ARN, _IPAV, _Ad, _D],
|
|
1846
|
+
[0, 0, 0, 0, 64 | 0, 0], 5
|
|
1847
|
+
];
|
|
1848
|
+
var IPSetForwardedIPConfig$ = [3, n0, _IPSFIPC,
|
|
1849
|
+
0,
|
|
1850
|
+
[_HN, _FB, _Pos],
|
|
1851
|
+
[0, 0, 0], 3
|
|
1852
|
+
];
|
|
1853
|
+
var IPSetReferenceStatement$ = [3, n0, _IPSRS,
|
|
1854
|
+
0,
|
|
1855
|
+
[_ARN, _IPSFIPC],
|
|
1856
|
+
[0, () => IPSetForwardedIPConfig$], 1
|
|
1857
|
+
];
|
|
1858
|
+
var IPSetSummary$ = [3, n0, _IPSS,
|
|
1859
|
+
0,
|
|
1860
|
+
[_N, _Id, _D, _LT, _ARN],
|
|
1861
|
+
[0, 0, 0, 0, 0]
|
|
1862
|
+
];
|
|
1863
|
+
var JA3Fingerprint$ = [3, n0, _JAF,
|
|
1864
|
+
0,
|
|
1865
|
+
[_FB],
|
|
1866
|
+
[0], 1
|
|
1867
|
+
];
|
|
1868
|
+
var JA4Fingerprint$ = [3, n0, _JAFi,
|
|
1869
|
+
0,
|
|
1870
|
+
[_FB],
|
|
1871
|
+
[0], 1
|
|
1872
|
+
];
|
|
1873
|
+
var JsonBody$ = [3, n0, _JB,
|
|
1874
|
+
0,
|
|
1875
|
+
[_MP, _MS, _IFB, _OH],
|
|
1876
|
+
[() => JsonMatchPattern$, 0, 0, 0], 2
|
|
1877
|
+
];
|
|
1878
|
+
var JsonMatchPattern$ = [3, n0, _JMP,
|
|
1879
|
+
0,
|
|
1880
|
+
[_Al, _IP],
|
|
1881
|
+
[() => All$, 64 | 0]
|
|
1882
|
+
];
|
|
1883
|
+
var Label$ = [3, n0, _La,
|
|
1884
|
+
0,
|
|
1885
|
+
[_N],
|
|
1886
|
+
[0], 1
|
|
1887
|
+
];
|
|
1888
|
+
var LabelMatchStatement$ = [3, n0, _LMS,
|
|
1889
|
+
0,
|
|
1890
|
+
[_Sc, _K],
|
|
1891
|
+
[0, 0], 2
|
|
1892
|
+
];
|
|
1893
|
+
var LabelNameCondition$ = [3, n0, _LNC,
|
|
1894
|
+
0,
|
|
1895
|
+
[_LNa],
|
|
1896
|
+
[0], 1
|
|
1897
|
+
];
|
|
1898
|
+
var LabelSummary$ = [3, n0, _LSa,
|
|
1899
|
+
0,
|
|
1900
|
+
[_N],
|
|
1901
|
+
[0]
|
|
1902
|
+
];
|
|
1903
|
+
var ListAPIKeysRequest$ = [3, n0, _LAPIKR,
|
|
1904
|
+
0,
|
|
1905
|
+
[_Sc, _NM, _L],
|
|
1906
|
+
[0, 0, 1], 1
|
|
1907
|
+
];
|
|
1908
|
+
var ListAPIKeysResponse$ = [3, n0, _LAPIKRi,
|
|
1909
|
+
0,
|
|
1910
|
+
[_NM, _APIKSe, _AIURL],
|
|
1911
|
+
[0, () => APIKeySummaries, 0]
|
|
1912
|
+
];
|
|
1913
|
+
var ListAvailableManagedRuleGroupsRequest$ = [3, n0, _LAMRGR,
|
|
1914
|
+
0,
|
|
1915
|
+
[_Sc, _NM, _L],
|
|
1916
|
+
[0, 0, 1], 1
|
|
1917
|
+
];
|
|
1918
|
+
var ListAvailableManagedRuleGroupsResponse$ = [3, n0, _LAMRGRi,
|
|
1919
|
+
0,
|
|
1920
|
+
[_NM, _MRG],
|
|
1921
|
+
[0, () => ManagedRuleGroupSummaries]
|
|
1922
|
+
];
|
|
1923
|
+
var ListAvailableManagedRuleGroupVersionsRequest$ = [3, n0, _LAMRGVR,
|
|
1924
|
+
0,
|
|
1925
|
+
[_VN, _N, _Sc, _NM, _L],
|
|
1926
|
+
[0, 0, 0, 0, 1], 3
|
|
1927
|
+
];
|
|
1928
|
+
var ListAvailableManagedRuleGroupVersionsResponse$ = [3, n0, _LAMRGVRi,
|
|
1929
|
+
0,
|
|
1930
|
+
[_NM, _Ve, _CDV],
|
|
1931
|
+
[0, () => ManagedRuleGroupVersions, 0]
|
|
1932
|
+
];
|
|
1933
|
+
var ListIPSetsRequest$ = [3, n0, _LIPSR,
|
|
1934
|
+
0,
|
|
1935
|
+
[_Sc, _NM, _L],
|
|
1936
|
+
[0, 0, 1], 1
|
|
1937
|
+
];
|
|
1938
|
+
var ListIPSetsResponse$ = [3, n0, _LIPSRi,
|
|
1939
|
+
0,
|
|
1940
|
+
[_NM, _IPSe],
|
|
1941
|
+
[0, () => IPSetSummaries]
|
|
1942
|
+
];
|
|
1943
|
+
var ListLoggingConfigurationsRequest$ = [3, n0, _LLCR,
|
|
1944
|
+
0,
|
|
1945
|
+
[_Sc, _NM, _L, _LS],
|
|
1946
|
+
[0, 0, 1, 0], 1
|
|
1947
|
+
];
|
|
1948
|
+
var ListLoggingConfigurationsResponse$ = [3, n0, _LLCRi,
|
|
1949
|
+
0,
|
|
1950
|
+
[_LCo, _NM],
|
|
1951
|
+
[() => LoggingConfigurations, 0]
|
|
1952
|
+
];
|
|
1953
|
+
var ListManagedRuleSetsRequest$ = [3, n0, _LMRSR,
|
|
1954
|
+
0,
|
|
1955
|
+
[_Sc, _NM, _L],
|
|
1956
|
+
[0, 0, 1], 1
|
|
1957
|
+
];
|
|
1958
|
+
var ListManagedRuleSetsResponse$ = [3, n0, _LMRSRi,
|
|
1959
|
+
0,
|
|
1960
|
+
[_NM, _MRSa],
|
|
1961
|
+
[0, () => ManagedRuleSetSummaries]
|
|
1962
|
+
];
|
|
1963
|
+
var ListMobileSdkReleasesRequest$ = [3, n0, _LMSRR,
|
|
1964
|
+
0,
|
|
1965
|
+
[_Pl, _NM, _L],
|
|
1966
|
+
[0, 0, 1], 1
|
|
1967
|
+
];
|
|
1968
|
+
var ListMobileSdkReleasesResponse$ = [3, n0, _LMSRRi,
|
|
1969
|
+
0,
|
|
1970
|
+
[_RS, _NM],
|
|
1971
|
+
[() => ReleaseSummaries, 0]
|
|
1972
|
+
];
|
|
1973
|
+
var ListRegexPatternSetsRequest$ = [3, n0, _LRPSR,
|
|
1974
|
+
0,
|
|
1975
|
+
[_Sc, _NM, _L],
|
|
1976
|
+
[0, 0, 1], 1
|
|
1977
|
+
];
|
|
1978
|
+
var ListRegexPatternSetsResponse$ = [3, n0, _LRPSRi,
|
|
1979
|
+
0,
|
|
1980
|
+
[_NM, _RPSeg],
|
|
1981
|
+
[0, () => RegexPatternSetSummaries]
|
|
1982
|
+
];
|
|
1983
|
+
var ListResourcesForWebACLRequest$ = [3, n0, _LRFWACLR,
|
|
1984
|
+
0,
|
|
1985
|
+
[_WACLA, _RT],
|
|
1986
|
+
[0, 0], 1
|
|
1987
|
+
];
|
|
1988
|
+
var ListResourcesForWebACLResponse$ = [3, n0, _LRFWACLRi,
|
|
1989
|
+
0,
|
|
1990
|
+
[_RAe],
|
|
1991
|
+
[64 | 0]
|
|
1992
|
+
];
|
|
1993
|
+
var ListRuleGroupsRequest$ = [3, n0, _LRGR,
|
|
1994
|
+
0,
|
|
1995
|
+
[_Sc, _NM, _L],
|
|
1996
|
+
[0, 0, 1], 1
|
|
1997
|
+
];
|
|
1998
|
+
var ListRuleGroupsResponse$ = [3, n0, _LRGRi,
|
|
1999
|
+
0,
|
|
2000
|
+
[_NM, _RGu],
|
|
2001
|
+
[0, () => RuleGroupSummaries]
|
|
2002
|
+
];
|
|
2003
|
+
var ListSettlementRecordsRequest$ = [3, n0, _LSRR,
|
|
2004
|
+
0,
|
|
2005
|
+
[_TW, _Sc, _Cu, _Fil, _SB, _SO, _L, _NM],
|
|
2006
|
+
[() => TimeWindow$, 0, 0, () => MonetizationFilterList, 0, 0, 1, 0], 3
|
|
2007
|
+
];
|
|
2008
|
+
var ListSettlementRecordsResponse$ = [3, n0, _LSRRi,
|
|
2009
|
+
0,
|
|
2010
|
+
[_Set, _NM],
|
|
2011
|
+
[() => SettlementRecordList, 0]
|
|
2012
|
+
];
|
|
2013
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
2014
|
+
0,
|
|
2015
|
+
[_RARN, _NM, _L],
|
|
2016
|
+
[0, 0, 1], 1
|
|
2017
|
+
];
|
|
2018
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
2019
|
+
0,
|
|
2020
|
+
[_NM, _TIFR],
|
|
2021
|
+
[0, () => TagInfoForResource$]
|
|
2022
|
+
];
|
|
2023
|
+
var ListWebACLsRequest$ = [3, n0, _LWACLR,
|
|
2024
|
+
0,
|
|
2025
|
+
[_Sc, _NM, _L],
|
|
2026
|
+
[0, 0, 1], 1
|
|
2027
|
+
];
|
|
2028
|
+
var ListWebACLsResponse$ = [3, n0, _LWACLRi,
|
|
2029
|
+
0,
|
|
2030
|
+
[_NM, _WACLe],
|
|
2031
|
+
[0, () => WebACLSummaries]
|
|
2032
|
+
];
|
|
2033
|
+
var LoggingConfiguration$ = [3, n0, _LC,
|
|
2034
|
+
0,
|
|
2035
|
+
[_RA, _LDC, _RF, _MBFM, _LF, _LTo, _LS],
|
|
2036
|
+
[0, 64 | 0, () => RedactedFields, 2, () => LoggingFilter$, 0, 0], 2
|
|
2037
|
+
];
|
|
2038
|
+
var LoggingFilter$ = [3, n0, _LF,
|
|
2039
|
+
0,
|
|
2040
|
+
[_Fil, _DB],
|
|
2041
|
+
[() => Filters, 0], 2
|
|
2042
|
+
];
|
|
2043
|
+
var ManagedProductDescriptor$ = [3, n0, _MPD,
|
|
2044
|
+
0,
|
|
2045
|
+
[_VN, _MRSN, _PI, _PL, _PT, _PD, _STA, _IVS, _IAMRS],
|
|
2046
|
+
[0, 0, 0, 0, 0, 0, 0, 2, 2]
|
|
2047
|
+
];
|
|
2048
|
+
var ManagedRuleGroupConfig$ = [3, n0, _MRGC,
|
|
2049
|
+
0,
|
|
2050
|
+
[_LP, _PTa, _UFs, _PF, _AWSMRBCRS, _AWSMRATPRS, _AWSMRACFPRS, _AWSMRADDSRS],
|
|
2051
|
+
[0, 0, () => UsernameField$, () => PasswordField$, () => AWSManagedRulesBotControlRuleSet$, () => AWSManagedRulesATPRuleSet$, () => AWSManagedRulesACFPRuleSet$, () => AWSManagedRulesAntiDDoSRuleSet$]
|
|
2052
|
+
];
|
|
2053
|
+
var ManagedRuleGroupStatement$ = [3, n0, _MRGS,
|
|
2054
|
+
0,
|
|
2055
|
+
[_VN, _N, _V, _ERx, _SDS, _MRGCa, _RAO],
|
|
2056
|
+
[0, 0, 0, () => ExcludedRules, () => Statement$, () => ManagedRuleGroupConfigs, () => RuleActionOverrides], 2
|
|
2057
|
+
];
|
|
2058
|
+
var ManagedRuleGroupSummary$ = [3, n0, _MRGSa,
|
|
2059
|
+
0,
|
|
2060
|
+
[_VN, _N, _VS, _D],
|
|
2061
|
+
[0, 0, 2, 0]
|
|
2062
|
+
];
|
|
2063
|
+
var ManagedRuleGroupVersion$ = [3, n0, _MRGV,
|
|
2064
|
+
0,
|
|
2065
|
+
[_N, _LUT],
|
|
2066
|
+
[0, 4]
|
|
2067
|
+
];
|
|
2068
|
+
var ManagedRuleSet$ = [3, n0, _MRS,
|
|
2069
|
+
0,
|
|
2070
|
+
[_N, _Id, _ARN, _D, _PV, _RVe, _LN],
|
|
2071
|
+
[0, 0, 0, 0, () => PublishedVersions, 0, 0], 3
|
|
2072
|
+
];
|
|
2073
|
+
var ManagedRuleSetSummary$ = [3, n0, _MRSS,
|
|
2074
|
+
0,
|
|
2075
|
+
[_N, _Id, _D, _LT, _ARN, _LN],
|
|
2076
|
+
[0, 0, 0, 0, 0, 0]
|
|
2077
|
+
];
|
|
2078
|
+
var ManagedRuleSetVersion$ = [3, n0, _MRSV,
|
|
2079
|
+
0,
|
|
2080
|
+
[_ARGA, _C, _FL, _PTu, _LUT, _ET],
|
|
2081
|
+
[0, 1, 1, 4, 4, 4]
|
|
2082
|
+
];
|
|
2083
|
+
var Method$ = [3, n0, _Me,
|
|
2084
|
+
0,
|
|
2085
|
+
[],
|
|
2086
|
+
[]
|
|
2087
|
+
];
|
|
2088
|
+
var MobileSdkRelease$ = [3, n0, _MSR,
|
|
2089
|
+
0,
|
|
2090
|
+
[_RV, _Ti, _RNe, _T],
|
|
2091
|
+
[0, 4, 0, () => TagList]
|
|
2092
|
+
];
|
|
2093
|
+
var MonetizationConfig$ = [3, n0, _MC,
|
|
2094
|
+
0,
|
|
2095
|
+
[_CCr, _CM],
|
|
2096
|
+
[() => CryptoConfig$, 0]
|
|
2097
|
+
];
|
|
2098
|
+
var MonetizationFilter$ = [3, n0, _MF,
|
|
2099
|
+
0,
|
|
2100
|
+
[_N, _Va],
|
|
2101
|
+
[0, 64 | 0], 2
|
|
2102
|
+
];
|
|
2103
|
+
var MonetizeAction$ = [3, n0, _MA,
|
|
2104
|
+
0,
|
|
2105
|
+
[_PM],
|
|
2106
|
+
[0]
|
|
2107
|
+
];
|
|
2108
|
+
var NoneAction$ = [3, n0, _NA,
|
|
2109
|
+
0,
|
|
2110
|
+
[],
|
|
2111
|
+
[]
|
|
2112
|
+
];
|
|
2113
|
+
var NotStatement$ = [3, n0, _NS,
|
|
2114
|
+
0,
|
|
2115
|
+
[_St],
|
|
2116
|
+
[() => Statement$], 1
|
|
2117
|
+
];
|
|
2118
|
+
var OnSourceDDoSProtectionConfig$ = [3, n0, _OSDDSPC,
|
|
2119
|
+
0,
|
|
2120
|
+
[_ALBLRM],
|
|
2121
|
+
[0], 1
|
|
2122
|
+
];
|
|
2123
|
+
var OrStatement$ = [3, n0, _OS,
|
|
2124
|
+
0,
|
|
2125
|
+
[_S],
|
|
2126
|
+
[() => Statements], 1
|
|
2127
|
+
];
|
|
2128
|
+
var OverrideAction$ = [3, n0, _OA,
|
|
2129
|
+
0,
|
|
2130
|
+
[_Coun, _No],
|
|
2131
|
+
[() => CountAction$, () => NoneAction$]
|
|
2132
|
+
];
|
|
2133
|
+
var PasswordField$ = [3, n0, _PF,
|
|
2134
|
+
0,
|
|
2135
|
+
[_I],
|
|
2136
|
+
[0], 1
|
|
2137
|
+
];
|
|
2138
|
+
var PathStatistics$ = [3, n0, _PSa,
|
|
2139
|
+
0,
|
|
2140
|
+
[_Pa, _RC, _Pe, _So, _TB],
|
|
2141
|
+
[0, 1, 1, () => FilterSource$, () => BotStatisticsList], 3
|
|
2142
|
+
];
|
|
2143
|
+
var PaymentNetwork$ = [3, n0, _PNa,
|
|
2144
|
+
0,
|
|
2145
|
+
[_Cha, _WA, _Pri],
|
|
2146
|
+
[0, 0, () => Prices], 3
|
|
2147
|
+
];
|
|
2148
|
+
var PhoneNumberField$ = [3, n0, _PNF,
|
|
2149
|
+
0,
|
|
2150
|
+
[_I],
|
|
2151
|
+
[0], 1
|
|
2152
|
+
];
|
|
2153
|
+
var Price$ = [3, n0, _Pric,
|
|
2154
|
+
0,
|
|
2155
|
+
[_Am, _Cu],
|
|
2156
|
+
[0, 0], 2
|
|
2157
|
+
];
|
|
2158
|
+
var PutLoggingConfigurationRequest$ = [3, n0, _PLCR,
|
|
2159
|
+
0,
|
|
2160
|
+
[_LC],
|
|
2161
|
+
[() => LoggingConfiguration$], 1
|
|
2162
|
+
];
|
|
2163
|
+
var PutLoggingConfigurationResponse$ = [3, n0, _PLCRu,
|
|
2164
|
+
0,
|
|
2165
|
+
[_LC],
|
|
2166
|
+
[() => LoggingConfiguration$]
|
|
2167
|
+
];
|
|
2168
|
+
var PutManagedRuleSetVersionsRequest$ = [3, n0, _PMRSVR,
|
|
2169
|
+
0,
|
|
2170
|
+
[_N, _Sc, _Id, _LT, _RVe, _VTP],
|
|
2171
|
+
[0, 0, 0, 0, 0, () => VersionsToPublish], 4
|
|
2172
|
+
];
|
|
2173
|
+
var PutManagedRuleSetVersionsResponse$ = [3, n0, _PMRSVRu,
|
|
2174
|
+
0,
|
|
2175
|
+
[_NLT],
|
|
2176
|
+
[0]
|
|
2177
|
+
];
|
|
2178
|
+
var PutPermissionPolicyRequest$ = [3, n0, _PPPR,
|
|
2179
|
+
0,
|
|
2180
|
+
[_RA, _Po],
|
|
2181
|
+
[0, 0], 2
|
|
2182
|
+
];
|
|
2183
|
+
var PutPermissionPolicyResponse$ = [3, n0, _PPPRu,
|
|
2184
|
+
0,
|
|
2185
|
+
[],
|
|
2186
|
+
[]
|
|
2187
|
+
];
|
|
2188
|
+
var QueryString$ = [3, n0, _QS,
|
|
2189
|
+
0,
|
|
2190
|
+
[],
|
|
2191
|
+
[]
|
|
2192
|
+
];
|
|
2193
|
+
var RateBasedStatement$ = [3, n0, _RBS,
|
|
2194
|
+
0,
|
|
2195
|
+
[_L, _AKT, _EWS, _SDS, _FIPC, _CK],
|
|
2196
|
+
[1, 0, 1, () => Statement$, () => ForwardedIPConfig$, () => RateBasedStatementCustomKeys], 2
|
|
2197
|
+
];
|
|
2198
|
+
var RateBasedStatementCustomKey$ = [3, n0, _RBSCK,
|
|
2199
|
+
0,
|
|
2200
|
+
[_He, _Cook, _QA, _QS, _HTTPM, _FIP, _IP_, _LN, _UP, _JAF, _JAFi, _ASN],
|
|
2201
|
+
[() => RateLimitHeader$, () => RateLimitCookie$, () => RateLimitQueryArgument$, () => RateLimitQueryString$, () => RateLimitHTTPMethod$, () => RateLimitForwardedIP$, () => RateLimitIP$, () => RateLimitLabelNamespace$, () => RateLimitUriPath$, () => RateLimitJA3Fingerprint$, () => RateLimitJA4Fingerprint$, () => RateLimitAsn$]
|
|
2202
|
+
];
|
|
2203
|
+
var RateBasedStatementManagedKeysIPSet$ = [3, n0, _RBSMKIPS,
|
|
2204
|
+
0,
|
|
2205
|
+
[_IPAV, _Ad],
|
|
2206
|
+
[0, 64 | 0]
|
|
2207
|
+
];
|
|
2208
|
+
var RateLimitAsn$ = [3, n0, _RLA,
|
|
2209
|
+
0,
|
|
2210
|
+
[],
|
|
2211
|
+
[]
|
|
2212
|
+
];
|
|
2213
|
+
var RateLimitCookie$ = [3, n0, _RLC,
|
|
2214
|
+
0,
|
|
2215
|
+
[_N, _TT],
|
|
2216
|
+
[0, () => TextTransformations], 2
|
|
2217
|
+
];
|
|
2218
|
+
var RateLimitForwardedIP$ = [3, n0, _RLFIP,
|
|
2219
|
+
0,
|
|
2220
|
+
[],
|
|
2221
|
+
[]
|
|
2222
|
+
];
|
|
2223
|
+
var RateLimitHeader$ = [3, n0, _RLH,
|
|
2224
|
+
0,
|
|
2225
|
+
[_N, _TT],
|
|
2226
|
+
[0, () => TextTransformations], 2
|
|
2227
|
+
];
|
|
2228
|
+
var RateLimitHTTPMethod$ = [3, n0, _RLHTTPM,
|
|
2229
|
+
0,
|
|
2230
|
+
[],
|
|
2231
|
+
[]
|
|
2232
|
+
];
|
|
2233
|
+
var RateLimitIP$ = [3, n0, _RLIP,
|
|
2234
|
+
0,
|
|
2235
|
+
[],
|
|
2236
|
+
[]
|
|
2237
|
+
];
|
|
2238
|
+
var RateLimitJA3Fingerprint$ = [3, n0, _RLJAF,
|
|
2239
|
+
0,
|
|
2240
|
+
[_FB],
|
|
2241
|
+
[0], 1
|
|
2242
|
+
];
|
|
2243
|
+
var RateLimitJA4Fingerprint$ = [3, n0, _RLJAFa,
|
|
2244
|
+
0,
|
|
2245
|
+
[_FB],
|
|
2246
|
+
[0], 1
|
|
2247
|
+
];
|
|
2248
|
+
var RateLimitLabelNamespace$ = [3, n0, _RLLN,
|
|
2249
|
+
0,
|
|
2250
|
+
[_Na],
|
|
2251
|
+
[0], 1
|
|
2252
|
+
];
|
|
2253
|
+
var RateLimitQueryArgument$ = [3, n0, _RLQA,
|
|
2254
|
+
0,
|
|
2255
|
+
[_N, _TT],
|
|
2256
|
+
[0, () => TextTransformations], 2
|
|
2257
|
+
];
|
|
2258
|
+
var RateLimitQueryString$ = [3, n0, _RLQS,
|
|
2259
|
+
0,
|
|
2260
|
+
[_TT],
|
|
2261
|
+
[() => TextTransformations], 1
|
|
2262
|
+
];
|
|
2263
|
+
var RateLimitUriPath$ = [3, n0, _RLUP,
|
|
2264
|
+
0,
|
|
2265
|
+
[_TT],
|
|
2266
|
+
[() => TextTransformations], 1
|
|
2267
|
+
];
|
|
2268
|
+
var Regex$ = [3, n0, _Reg,
|
|
2269
|
+
0,
|
|
2270
|
+
[_RSe],
|
|
2271
|
+
[0]
|
|
2272
|
+
];
|
|
2273
|
+
var RegexMatchStatement$ = [3, n0, _RMS,
|
|
2274
|
+
0,
|
|
2275
|
+
[_RSe, _FTM, _TT],
|
|
2276
|
+
[0, () => FieldToMatch$, () => TextTransformations], 3
|
|
2277
|
+
];
|
|
2278
|
+
var RegexPatternSet$ = [3, n0, _RPS,
|
|
2279
|
+
0,
|
|
2280
|
+
[_N, _Id, _ARN, _D, _REL],
|
|
2281
|
+
[0, 0, 0, 0, () => RegularExpressionList]
|
|
2282
|
+
];
|
|
2283
|
+
var RegexPatternSetReferenceStatement$ = [3, n0, _RPSRS,
|
|
2284
|
+
0,
|
|
2285
|
+
[_ARN, _FTM, _TT],
|
|
2286
|
+
[0, () => FieldToMatch$, () => TextTransformations], 3
|
|
2287
|
+
];
|
|
2288
|
+
var RegexPatternSetSummary$ = [3, n0, _RPSS,
|
|
2289
|
+
0,
|
|
2290
|
+
[_N, _Id, _D, _LT, _ARN],
|
|
2291
|
+
[0, 0, 0, 0, 0]
|
|
2292
|
+
];
|
|
2293
|
+
var ReleaseSummary$ = [3, n0, _RSel,
|
|
2294
|
+
0,
|
|
2295
|
+
[_RV, _Ti],
|
|
2296
|
+
[0, 4]
|
|
2297
|
+
];
|
|
2298
|
+
var RequestBodyAssociatedResourceTypeConfig$ = [3, n0, _RBARTC,
|
|
2299
|
+
0,
|
|
2300
|
+
[_DSIL],
|
|
2301
|
+
[0], 1
|
|
2302
|
+
];
|
|
2303
|
+
var RequestInspection$ = [3, n0, _RI,
|
|
2304
|
+
0,
|
|
2305
|
+
[_PTa, _UFs, _PF],
|
|
2306
|
+
[0, () => UsernameField$, () => PasswordField$], 3
|
|
2307
|
+
];
|
|
2308
|
+
var RequestInspectionACFP$ = [3, n0, _RIACFP,
|
|
2309
|
+
0,
|
|
2310
|
+
[_PTa, _UFs, _PF, _EF, _PNFh, _AFd],
|
|
2311
|
+
[0, () => UsernameField$, () => PasswordField$, () => EmailField$, () => PhoneNumberFields, () => AddressFields], 1
|
|
2312
|
+
];
|
|
2313
|
+
var ResponseInspection$ = [3, n0, _RIe,
|
|
2314
|
+
0,
|
|
2315
|
+
[_SCt, _He, _BCo, _J],
|
|
2316
|
+
[() => ResponseInspectionStatusCode$, () => ResponseInspectionHeader$, () => ResponseInspectionBodyContains$, () => ResponseInspectionJson$]
|
|
2317
|
+
];
|
|
2318
|
+
var ResponseInspectionBodyContains$ = [3, n0, _RIBC,
|
|
2319
|
+
0,
|
|
2320
|
+
[_SSu, _FSa],
|
|
2321
|
+
[64 | 0, 64 | 0], 2
|
|
2322
|
+
];
|
|
2323
|
+
var ResponseInspectionHeader$ = [3, n0, _RIH,
|
|
2324
|
+
0,
|
|
2325
|
+
[_N, _SV, _FV],
|
|
2326
|
+
[0, 64 | 0, 64 | 0], 3
|
|
2327
|
+
];
|
|
2328
|
+
var ResponseInspectionJson$ = [3, n0, _RIJ,
|
|
2329
|
+
0,
|
|
2330
|
+
[_I, _SV, _FV],
|
|
2331
|
+
[0, 64 | 0, 64 | 0], 3
|
|
2332
|
+
];
|
|
2333
|
+
var ResponseInspectionStatusCode$ = [3, n0, _RISC,
|
|
2334
|
+
0,
|
|
2335
|
+
[_SCu, _FC],
|
|
2336
|
+
[64 | 1, 64 | 1], 2
|
|
2337
|
+
];
|
|
2338
|
+
var RevenueBreakdown$ = [3, n0, _RBe,
|
|
2339
|
+
0,
|
|
2340
|
+
[_TA, _VA, _UA, _Cu, _TS, _TMS],
|
|
2341
|
+
[0, 0, 0, 0, 1, 1]
|
|
2342
|
+
];
|
|
2343
|
+
var RevenuePathStatistics$ = [3, n0, _RPSe,
|
|
2344
|
+
0,
|
|
2345
|
+
[_Pa, _Pe, _Am, _RC],
|
|
2346
|
+
[0, 1, 0, 1], 4
|
|
2347
|
+
];
|
|
2348
|
+
var Rule$ = [3, n0, _Rul,
|
|
2349
|
+
0,
|
|
2350
|
+
[_N, _Pr, _St, _VC, _A, _OA, _RL, _CC, _CCh],
|
|
2351
|
+
[0, 1, () => Statement$, () => VisibilityConfig$, () => RuleAction$, () => OverrideAction$, () => Labels, () => CaptchaConfig$, () => ChallengeConfig$], 4
|
|
2352
|
+
];
|
|
2353
|
+
var RuleAction$ = [3, n0, _RAu,
|
|
2354
|
+
0,
|
|
2355
|
+
[_Bl, _All, _Coun, _Cap, _Ch, _Mo],
|
|
2356
|
+
[() => BlockAction$, () => AllowAction$, () => CountAction$, () => CaptchaAction$, () => ChallengeAction$, () => MonetizeAction$]
|
|
2357
|
+
];
|
|
2358
|
+
var RuleActionOverride$ = [3, n0, _RAOu,
|
|
2359
|
+
0,
|
|
2360
|
+
[_N, _ATU],
|
|
2361
|
+
[0, () => RuleAction$], 2
|
|
2362
|
+
];
|
|
2363
|
+
var RuleGroup$ = [3, n0, _RG,
|
|
2364
|
+
0,
|
|
2365
|
+
[_N, _Id, _C, _ARN, _VC, _D, _Ru, _LN, _CRB, _ALv, _CL, _MC],
|
|
2366
|
+
[0, 0, 1, 0, () => VisibilityConfig$, 0, () => Rules, 0, () => CustomResponseBodies, () => LabelSummaries, () => LabelSummaries, () => MonetizationConfig$], 5
|
|
2367
|
+
];
|
|
2368
|
+
var RuleGroupReferenceStatement$ = [3, n0, _RGRS,
|
|
2369
|
+
0,
|
|
2370
|
+
[_ARN, _ERx, _RAO],
|
|
2371
|
+
[0, () => ExcludedRules, () => RuleActionOverrides], 1
|
|
2372
|
+
];
|
|
2373
|
+
var RuleGroupSummary$ = [3, n0, _RGS,
|
|
2374
|
+
0,
|
|
2375
|
+
[_N, _Id, _D, _LT, _ARN],
|
|
2376
|
+
[0, 0, 0, 0, 0]
|
|
2377
|
+
];
|
|
2378
|
+
var RuleSummary$ = [3, n0, _RSu,
|
|
2379
|
+
0,
|
|
2380
|
+
[_N, _A],
|
|
2381
|
+
[0, () => RuleAction$]
|
|
2382
|
+
];
|
|
2383
|
+
var SampledHTTPRequest$ = [3, n0, _SHTTPR,
|
|
2384
|
+
0,
|
|
2385
|
+
[_Req, _W, _Ti, _A, _RNWRG, _RHI, _RCS, _Lab, _CRa, _CRh, _OAv],
|
|
2386
|
+
[() => HTTPRequest$, 1, 4, 0, 0, () => HTTPHeaders, 1, () => Labels, () => CaptchaResponse$, () => ChallengeResponse$, 0], 2
|
|
2387
|
+
];
|
|
2388
|
+
var SettlementRecord$ = [3, n0, _SRe,
|
|
2389
|
+
0,
|
|
2390
|
+
[_Ti, _Sta, _Am, _PA, _WA, _Cu, _Ne, _TI, _RIeq, _SN, _O, _SCo, _In, _Ver, _CPo, _WAA, _RTe],
|
|
2391
|
+
[4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 4], 3
|
|
2392
|
+
];
|
|
2393
|
+
var SingleHeader$ = [3, n0, _SH,
|
|
2394
|
+
0,
|
|
2395
|
+
[_N],
|
|
2396
|
+
[0], 1
|
|
2397
|
+
];
|
|
2398
|
+
var SingleQueryArgument$ = [3, n0, _SQA,
|
|
2399
|
+
0,
|
|
2400
|
+
[_N],
|
|
2401
|
+
[0], 1
|
|
2402
|
+
];
|
|
2403
|
+
var SizeConstraintStatement$ = [3, n0, _SCS,
|
|
2404
|
+
0,
|
|
2405
|
+
[_FTM, _CO, _Si, _TT],
|
|
2406
|
+
[() => FieldToMatch$, 0, 1, () => TextTransformations], 4
|
|
2407
|
+
];
|
|
2408
|
+
var SourceStatistics$ = [3, n0, _SSo,
|
|
2409
|
+
0,
|
|
2410
|
+
[_SN, _Pe, _Am, _RC, _SCo, _In, _O, _Ver, _GBV],
|
|
2411
|
+
[0, 1, 0, 1, 0, 0, 0, 2, 0], 4
|
|
2412
|
+
];
|
|
2413
|
+
var SqliMatchStatement$ = [3, n0, _SMS,
|
|
2414
|
+
0,
|
|
2415
|
+
[_FTM, _TT, _SL],
|
|
2416
|
+
[() => FieldToMatch$, () => TextTransformations, 0], 2
|
|
2417
|
+
];
|
|
2418
|
+
var Statement$ = [3, n0, _St,
|
|
2419
|
+
0,
|
|
2420
|
+
[_BMS, _SMS, _XMS, _SCS, _GMS, _RGRS, _IPSRS, _RPSRS, _RBS, _AS, _OS, _NS, _MRGS, _LMS, _RMS, _AMS],
|
|
2421
|
+
[() => ByteMatchStatement$, () => SqliMatchStatement$, () => XssMatchStatement$, () => SizeConstraintStatement$, () => GeoMatchStatement$, () => RuleGroupReferenceStatement$, () => IPSetReferenceStatement$, () => RegexPatternSetReferenceStatement$, () => RateBasedStatement$, () => AndStatement$, () => OrStatement$, () => NotStatement$, () => ManagedRuleGroupStatement$, () => LabelMatchStatement$, () => RegexMatchStatement$, () => AsnMatchStatement$]
|
|
2422
|
+
];
|
|
2423
|
+
var Tag$ = [3, n0, _Ta,
|
|
2424
|
+
0,
|
|
2425
|
+
[_K, _Val],
|
|
2426
|
+
[0, 0], 2
|
|
2427
|
+
];
|
|
2428
|
+
var TagInfoForResource$ = [3, n0, _TIFR,
|
|
2429
|
+
0,
|
|
2430
|
+
[_RARN, _TL],
|
|
2431
|
+
[0, () => TagList]
|
|
2432
|
+
];
|
|
2433
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2434
|
+
0,
|
|
2435
|
+
[_RARN, _T],
|
|
2436
|
+
[0, () => TagList], 2
|
|
2437
|
+
];
|
|
2438
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
2439
|
+
0,
|
|
2440
|
+
[],
|
|
2441
|
+
[]
|
|
2442
|
+
];
|
|
2443
|
+
var TextTransformation$ = [3, n0, _TTe,
|
|
2444
|
+
0,
|
|
2445
|
+
[_Pr, _Ty],
|
|
2446
|
+
[1, 0], 2
|
|
2447
|
+
];
|
|
2448
|
+
var TimeWindow$ = [3, n0, _TW,
|
|
2449
|
+
0,
|
|
2450
|
+
[_STta, _ETn],
|
|
2451
|
+
[4, 4], 2
|
|
2452
|
+
];
|
|
2453
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
2454
|
+
0,
|
|
2455
|
+
[_RARN, _TK],
|
|
2456
|
+
[0, 64 | 0], 2
|
|
2457
|
+
];
|
|
2458
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
2459
|
+
0,
|
|
2460
|
+
[],
|
|
2461
|
+
[]
|
|
2462
|
+
];
|
|
2463
|
+
var UpdateIPSetRequest$ = [3, n0, _UIPSR,
|
|
2464
|
+
0,
|
|
2465
|
+
[_N, _Sc, _Id, _Ad, _LT, _D],
|
|
2466
|
+
[0, 0, 0, 64 | 0, 0, 0], 5
|
|
2467
|
+
];
|
|
2468
|
+
var UpdateIPSetResponse$ = [3, n0, _UIPSRp,
|
|
2469
|
+
0,
|
|
2470
|
+
[_NLT],
|
|
2471
|
+
[0]
|
|
2472
|
+
];
|
|
2473
|
+
var UpdateManagedRuleSetVersionExpiryDateRequest$ = [3, n0, _UMRSVEDR,
|
|
2474
|
+
0,
|
|
2475
|
+
[_N, _Sc, _Id, _LT, _VTE, _ET],
|
|
2476
|
+
[0, 0, 0, 0, 0, 4], 6
|
|
2477
|
+
];
|
|
2478
|
+
var UpdateManagedRuleSetVersionExpiryDateResponse$ = [3, n0, _UMRSVEDRp,
|
|
2479
|
+
0,
|
|
2480
|
+
[_EV, _ET, _NLT],
|
|
2481
|
+
[0, 4, 0]
|
|
2482
|
+
];
|
|
2483
|
+
var UpdateRegexPatternSetRequest$ = [3, n0, _URPSR,
|
|
2484
|
+
0,
|
|
2485
|
+
[_N, _Sc, _Id, _REL, _LT, _D],
|
|
2486
|
+
[0, 0, 0, () => RegularExpressionList, 0, 0], 5
|
|
2487
|
+
];
|
|
2488
|
+
var UpdateRegexPatternSetResponse$ = [3, n0, _URPSRp,
|
|
2489
|
+
0,
|
|
2490
|
+
[_NLT],
|
|
2491
|
+
[0]
|
|
2492
|
+
];
|
|
2493
|
+
var UpdateRuleGroupRequest$ = [3, n0, _URGR,
|
|
2494
|
+
0,
|
|
2495
|
+
[_N, _Sc, _Id, _VC, _LT, _D, _Ru, _CRB, _MC],
|
|
2496
|
+
[0, 0, 0, () => VisibilityConfig$, 0, 0, () => Rules, () => CustomResponseBodies, () => MonetizationConfig$], 5
|
|
2497
|
+
];
|
|
2498
|
+
var UpdateRuleGroupResponse$ = [3, n0, _URGRp,
|
|
2499
|
+
0,
|
|
2500
|
+
[_NLT],
|
|
2501
|
+
[0]
|
|
2502
|
+
];
|
|
2503
|
+
var UpdateWebACLRequest$ = [3, n0, _UWACLR,
|
|
2504
|
+
0,
|
|
2505
|
+
[_N, _Sc, _Id, _DA, _VC, _LT, _D, _Ru, _DPC, _CRB, _CC, _CCh, _TD, _ACs, _OSDDSPC, _ACp, _MC],
|
|
2506
|
+
[0, 0, 0, () => DefaultAction$, () => VisibilityConfig$, 0, 0, () => Rules, () => DataProtectionConfig$, () => CustomResponseBodies, () => CaptchaConfig$, () => ChallengeConfig$, 64 | 0, () => AssociationConfig$, () => OnSourceDDoSProtectionConfig$, () => ApplicationConfig$, () => MonetizationConfig$], 6
|
|
2507
|
+
];
|
|
2508
|
+
var UpdateWebACLResponse$ = [3, n0, _UWACLRp,
|
|
2509
|
+
0,
|
|
2510
|
+
[_NLT],
|
|
2511
|
+
[0]
|
|
2512
|
+
];
|
|
2513
|
+
var UriFragment$ = [3, n0, _UF,
|
|
2514
|
+
0,
|
|
2515
|
+
[_FB],
|
|
2516
|
+
[0]
|
|
2517
|
+
];
|
|
2518
|
+
var UriPath$ = [3, n0, _UP,
|
|
2519
|
+
0,
|
|
2520
|
+
[],
|
|
2521
|
+
[]
|
|
2522
|
+
];
|
|
2523
|
+
var UsernameField$ = [3, n0, _UFs,
|
|
2524
|
+
0,
|
|
2525
|
+
[_I],
|
|
2526
|
+
[0], 1
|
|
2527
|
+
];
|
|
2528
|
+
var VersionToPublish$ = [3, n0, _VTPe,
|
|
2529
|
+
0,
|
|
2530
|
+
[_ARGA, _FL],
|
|
2531
|
+
[0, 1]
|
|
2532
|
+
];
|
|
2533
|
+
var VisibilityConfig$ = [3, n0, _VC,
|
|
2534
|
+
0,
|
|
2535
|
+
[_SRE, _CWME, _MN],
|
|
2536
|
+
[2, 2, 0], 3
|
|
2537
|
+
];
|
|
2538
|
+
var WebACL$ = [3, n0, _WACL,
|
|
2539
|
+
0,
|
|
2540
|
+
[_N, _Id, _ARN, _DA, _VC, _D, _Ru, _DPC, _C, _PPFMRG, _PPFMRGo, _MBFM, _LN, _CRB, _CC, _CCh, _TD, _ACs, _RBFM, _OSDDSPC, _ACp, _MC],
|
|
2541
|
+
[0, 0, 0, () => DefaultAction$, () => VisibilityConfig$, 0, () => Rules, () => DataProtectionConfig$, 1, () => FirewallManagerRuleGroups, () => FirewallManagerRuleGroups, 2, 0, () => CustomResponseBodies, () => CaptchaConfig$, () => ChallengeConfig$, 64 | 0, () => AssociationConfig$, 2, () => OnSourceDDoSProtectionConfig$, () => ApplicationConfig$, () => MonetizationConfig$], 5
|
|
2542
|
+
];
|
|
2543
|
+
var WebACLSummary$ = [3, n0, _WACLS,
|
|
2544
|
+
0,
|
|
2545
|
+
[_N, _Id, _D, _LT, _ARN],
|
|
2546
|
+
[0, 0, 0, 0, 0]
|
|
2547
|
+
];
|
|
2548
|
+
var XssMatchStatement$ = [3, n0, _XMS,
|
|
2549
|
+
0,
|
|
2550
|
+
[_FTM, _TT],
|
|
2551
|
+
[() => FieldToMatch$, () => TextTransformations], 2
|
|
2552
|
+
];
|
|
2553
|
+
var AddressFields = [1, n0, _AFd,
|
|
2554
|
+
0, () => AddressField$
|
|
2555
|
+
];
|
|
2556
|
+
var APIKeySummaries = [1, n0, _APIKSe,
|
|
2557
|
+
0, () => APIKeySummary$
|
|
2558
|
+
];
|
|
2559
|
+
var ApplicationAttributes = [1, n0, _AApp,
|
|
2560
|
+
0, () => ApplicationAttribute$
|
|
2561
|
+
];
|
|
2562
|
+
var BotStatisticsList = [1, n0, _BSL,
|
|
2563
|
+
0, () => BotStatistics$
|
|
2564
|
+
];
|
|
2565
|
+
var Conditions = [1, n0, _Cond,
|
|
2566
|
+
0, () => Condition$
|
|
2567
|
+
];
|
|
2568
|
+
var CustomHTTPHeaders = [1, n0, _CHTTPHu,
|
|
2569
|
+
0, () => CustomHTTPHeader$
|
|
2570
|
+
];
|
|
2571
|
+
var DataPointsList = [1, n0, _DPL,
|
|
2572
|
+
0, () => DataPointEntry$
|
|
2573
|
+
];
|
|
2574
|
+
var DataProtections = [1, n0, _DPa,
|
|
2575
|
+
0, () => DataProtection$
|
|
2576
|
+
];
|
|
2577
|
+
var DisallowedFeatures = [1, n0, _DF,
|
|
2578
|
+
0, () => DisallowedFeature$
|
|
2579
|
+
];
|
|
2580
|
+
var ExcludedRules = [1, n0, _ERx,
|
|
2581
|
+
0, () => ExcludedRule$
|
|
2582
|
+
];
|
|
2583
|
+
var Filters = [1, n0, _Fil,
|
|
2584
|
+
0, () => Filter$
|
|
2585
|
+
];
|
|
2586
|
+
var FirewallManagerRuleGroups = [1, n0, _FMRGi,
|
|
2587
|
+
0, () => FirewallManagerRuleGroup$
|
|
2588
|
+
];
|
|
2589
|
+
var HTTPHeaders = [1, n0, _HTTPHe,
|
|
2590
|
+
0, () => HTTPHeader$
|
|
2591
|
+
];
|
|
2592
|
+
var IPSetSummaries = [1, n0, _IPSSe,
|
|
2593
|
+
0, () => IPSetSummary$
|
|
2594
|
+
];
|
|
2595
|
+
var Labels = [1, n0, _Lab,
|
|
2596
|
+
0, () => Label$
|
|
2597
|
+
];
|
|
2598
|
+
var LabelSummaries = [1, n0, _LSab,
|
|
2599
|
+
0, () => LabelSummary$
|
|
2600
|
+
];
|
|
2601
|
+
var LoggingConfigurations = [1, n0, _LCo,
|
|
2602
|
+
0, () => LoggingConfiguration$
|
|
2603
|
+
];
|
|
2604
|
+
var ManagedProductDescriptors = [1, n0, _MPDa,
|
|
2605
|
+
0, () => ManagedProductDescriptor$
|
|
2606
|
+
];
|
|
2607
|
+
var ManagedRuleGroupConfigs = [1, n0, _MRGCa,
|
|
2608
|
+
0, () => ManagedRuleGroupConfig$
|
|
2609
|
+
];
|
|
2610
|
+
var ManagedRuleGroupSummaries = [1, n0, _MRGSan,
|
|
2611
|
+
0, () => ManagedRuleGroupSummary$
|
|
2612
|
+
];
|
|
2613
|
+
var ManagedRuleGroupVersions = [1, n0, _MRGVa,
|
|
2614
|
+
0, () => ManagedRuleGroupVersion$
|
|
2615
|
+
];
|
|
2616
|
+
var ManagedRuleSetSummaries = [1, n0, _MRSSa,
|
|
2617
|
+
0, () => ManagedRuleSetSummary$
|
|
2618
|
+
];
|
|
2619
|
+
var MonetizationFilterList = [1, n0, _MFL,
|
|
2620
|
+
0, () => MonetizationFilter$
|
|
2621
|
+
];
|
|
2622
|
+
var PathStatisticsList = [1, n0, _PSL,
|
|
2623
|
+
0, () => PathStatistics$
|
|
2624
|
+
];
|
|
2625
|
+
var PaymentNetworks = [1, n0, _PN,
|
|
2626
|
+
0, () => PaymentNetwork$
|
|
2627
|
+
];
|
|
2628
|
+
var PhoneNumberFields = [1, n0, _PNFh,
|
|
2629
|
+
0, () => PhoneNumberField$
|
|
2630
|
+
];
|
|
2631
|
+
var Prices = [1, n0, _Pri,
|
|
2632
|
+
0, () => Price$
|
|
2633
|
+
];
|
|
2634
|
+
var RateBasedStatementCustomKeys = [1, n0, _RBSCKa,
|
|
2635
|
+
0, () => RateBasedStatementCustomKey$
|
|
2636
|
+
];
|
|
2637
|
+
var RedactedFields = [1, n0, _RF,
|
|
2638
|
+
0, () => FieldToMatch$
|
|
2639
|
+
];
|
|
2640
|
+
var RegexPatternSetSummaries = [1, n0, _RPSSe,
|
|
2641
|
+
0, () => RegexPatternSetSummary$
|
|
2642
|
+
];
|
|
2643
|
+
var RegularExpressionList = [1, n0, _REL,
|
|
2644
|
+
0, () => Regex$
|
|
2645
|
+
];
|
|
2646
|
+
var ReleaseSummaries = [1, n0, _RS,
|
|
2647
|
+
0, () => ReleaseSummary$
|
|
2648
|
+
];
|
|
2649
|
+
var RevenuePathStatisticsList = [1, n0, _RPSL,
|
|
2650
|
+
0, () => RevenuePathStatistics$
|
|
2651
|
+
];
|
|
2652
|
+
var RuleActionOverrides = [1, n0, _RAO,
|
|
2653
|
+
0, () => RuleActionOverride$
|
|
2654
|
+
];
|
|
2655
|
+
var RuleGroupSummaries = [1, n0, _RGSu,
|
|
2656
|
+
0, () => RuleGroupSummary$
|
|
2657
|
+
];
|
|
2658
|
+
var Rules = [1, n0, _Ru,
|
|
2659
|
+
0, () => Rule$
|
|
2660
|
+
];
|
|
2661
|
+
var RuleSummaries = [1, n0, _RSul,
|
|
2662
|
+
0, () => RuleSummary$
|
|
2663
|
+
];
|
|
2664
|
+
var SampledHTTPRequests = [1, n0, _SHTTPRa,
|
|
2665
|
+
0, () => SampledHTTPRequest$
|
|
2666
|
+
];
|
|
2667
|
+
var SettlementRecordList = [1, n0, _SRL,
|
|
2668
|
+
0, () => SettlementRecord$
|
|
2669
|
+
];
|
|
2670
|
+
var SourceStatisticsList = [1, n0, _SSL,
|
|
2671
|
+
0, () => SourceStatistics$
|
|
2672
|
+
];
|
|
2673
|
+
var Statements = [1, n0, _S,
|
|
2674
|
+
0, () => Statement$
|
|
2675
|
+
];
|
|
2676
|
+
var TagList = [1, n0, _TL,
|
|
2677
|
+
0, () => Tag$
|
|
2678
|
+
];
|
|
2679
|
+
var TextTransformations = [1, n0, _TT,
|
|
2680
|
+
0, () => TextTransformation$
|
|
2681
|
+
];
|
|
2682
|
+
var WebACLSummaries = [1, n0, _WACLSe,
|
|
2683
|
+
0, () => WebACLSummary$
|
|
2684
|
+
];
|
|
2685
|
+
var CustomResponseBodies = [2, n0, _CRB,
|
|
2686
|
+
0, 0, () => CustomResponseBody$
|
|
2687
|
+
];
|
|
2688
|
+
var PublishedVersions = [2, n0, _PV,
|
|
2689
|
+
0, 0, () => ManagedRuleSetVersion$
|
|
2690
|
+
];
|
|
2691
|
+
var RequestBody = [2, n0, _RB,
|
|
2692
|
+
0, 0, () => RequestBodyAssociatedResourceTypeConfig$
|
|
2693
|
+
];
|
|
2694
|
+
var VersionsToPublish = [2, n0, _VTP,
|
|
2695
|
+
0, 0, () => VersionToPublish$
|
|
2696
|
+
];
|
|
2697
|
+
var AssociateWebACL$ = [9, n0, _AWACL,
|
|
2698
|
+
0, () => AssociateWebACLRequest$, () => AssociateWebACLResponse$
|
|
2699
|
+
];
|
|
2700
|
+
var CheckCapacity$ = [9, n0, _CChe,
|
|
2701
|
+
0, () => CheckCapacityRequest$, () => CheckCapacityResponse$
|
|
2702
|
+
];
|
|
2703
|
+
var CreateAPIKey$ = [9, n0, _CAPIK,
|
|
2704
|
+
0, () => CreateAPIKeyRequest$, () => CreateAPIKeyResponse$
|
|
2705
|
+
];
|
|
2706
|
+
var CreateIPSet$ = [9, n0, _CIPS,
|
|
2707
|
+
0, () => CreateIPSetRequest$, () => CreateIPSetResponse$
|
|
2708
|
+
];
|
|
2709
|
+
var CreateRegexPatternSet$ = [9, n0, _CRPS,
|
|
2710
|
+
0, () => CreateRegexPatternSetRequest$, () => CreateRegexPatternSetResponse$
|
|
2711
|
+
];
|
|
2712
|
+
var CreateRuleGroup$ = [9, n0, _CRG,
|
|
2713
|
+
0, () => CreateRuleGroupRequest$, () => CreateRuleGroupResponse$
|
|
2714
|
+
];
|
|
2715
|
+
var CreateWebACL$ = [9, n0, _CWACL,
|
|
2716
|
+
0, () => CreateWebACLRequest$, () => CreateWebACLResponse$
|
|
2717
|
+
];
|
|
2718
|
+
var DeleteAPIKey$ = [9, n0, _DAPIK,
|
|
2719
|
+
0, () => DeleteAPIKeyRequest$, () => DeleteAPIKeyResponse$
|
|
2720
|
+
];
|
|
2721
|
+
var DeleteFirewallManagerRuleGroups$ = [9, n0, _DFMRG,
|
|
2722
|
+
0, () => DeleteFirewallManagerRuleGroupsRequest$, () => DeleteFirewallManagerRuleGroupsResponse$
|
|
2723
|
+
];
|
|
2724
|
+
var DeleteIPSet$ = [9, n0, _DIPS,
|
|
2725
|
+
0, () => DeleteIPSetRequest$, () => DeleteIPSetResponse$
|
|
2726
|
+
];
|
|
2727
|
+
var DeleteLoggingConfiguration$ = [9, n0, _DLC,
|
|
2728
|
+
0, () => DeleteLoggingConfigurationRequest$, () => DeleteLoggingConfigurationResponse$
|
|
2729
|
+
];
|
|
2730
|
+
var DeletePermissionPolicy$ = [9, n0, _DPP,
|
|
2731
|
+
0, () => DeletePermissionPolicyRequest$, () => DeletePermissionPolicyResponse$
|
|
2732
|
+
];
|
|
2733
|
+
var DeleteRegexPatternSet$ = [9, n0, _DRPS,
|
|
2734
|
+
0, () => DeleteRegexPatternSetRequest$, () => DeleteRegexPatternSetResponse$
|
|
2735
|
+
];
|
|
2736
|
+
var DeleteRuleGroup$ = [9, n0, _DRG,
|
|
2737
|
+
0, () => DeleteRuleGroupRequest$, () => DeleteRuleGroupResponse$
|
|
2738
|
+
];
|
|
2739
|
+
var DeleteWebACL$ = [9, n0, _DWACL,
|
|
2740
|
+
0, () => DeleteWebACLRequest$, () => DeleteWebACLResponse$
|
|
2741
|
+
];
|
|
2742
|
+
var DescribeAllManagedProducts$ = [9, n0, _DAMP,
|
|
2743
|
+
0, () => DescribeAllManagedProductsRequest$, () => DescribeAllManagedProductsResponse$
|
|
2744
|
+
];
|
|
2745
|
+
var DescribeManagedProductsByVendor$ = [9, n0, _DMPBV,
|
|
2746
|
+
0, () => DescribeManagedProductsByVendorRequest$, () => DescribeManagedProductsByVendorResponse$
|
|
2747
|
+
];
|
|
2748
|
+
var DescribeManagedRuleGroup$ = [9, n0, _DMRG,
|
|
2749
|
+
0, () => DescribeManagedRuleGroupRequest$, () => DescribeManagedRuleGroupResponse$
|
|
2750
|
+
];
|
|
2751
|
+
var DisassociateWebACL$ = [9, n0, _DWACLi,
|
|
2752
|
+
0, () => DisassociateWebACLRequest$, () => DisassociateWebACLResponse$
|
|
2753
|
+
];
|
|
2754
|
+
var GenerateMobileSdkReleaseUrl$ = [9, n0, _GMSRU,
|
|
2755
|
+
0, () => GenerateMobileSdkReleaseUrlRequest$, () => GenerateMobileSdkReleaseUrlResponse$
|
|
2756
|
+
];
|
|
2757
|
+
var GetDecryptedAPIKey$ = [9, n0, _GDAPIK,
|
|
2758
|
+
0, () => GetDecryptedAPIKeyRequest$, () => GetDecryptedAPIKeyResponse$
|
|
2759
|
+
];
|
|
2760
|
+
var GetIPSet$ = [9, n0, _GIPS,
|
|
2761
|
+
0, () => GetIPSetRequest$, () => GetIPSetResponse$
|
|
2762
|
+
];
|
|
2763
|
+
var GetLoggingConfiguration$ = [9, n0, _GLC,
|
|
2764
|
+
0, () => GetLoggingConfigurationRequest$, () => GetLoggingConfigurationResponse$
|
|
2765
|
+
];
|
|
2766
|
+
var GetManagedRuleSet$ = [9, n0, _GMRS,
|
|
2767
|
+
0, () => GetManagedRuleSetRequest$, () => GetManagedRuleSetResponse$
|
|
2768
|
+
];
|
|
2769
|
+
var GetMobileSdkRelease$ = [9, n0, _GMSR,
|
|
2770
|
+
0, () => GetMobileSdkReleaseRequest$, () => GetMobileSdkReleaseResponse$
|
|
2771
|
+
];
|
|
2772
|
+
var GetPermissionPolicy$ = [9, n0, _GPP,
|
|
2773
|
+
0, () => GetPermissionPolicyRequest$, () => GetPermissionPolicyResponse$
|
|
2774
|
+
];
|
|
2775
|
+
var GetRateBasedStatementManagedKeys$ = [9, n0, _GRBSMK,
|
|
2776
|
+
0, () => GetRateBasedStatementManagedKeysRequest$, () => GetRateBasedStatementManagedKeysResponse$
|
|
2777
|
+
];
|
|
2778
|
+
var GetRegexPatternSet$ = [9, n0, _GRPS,
|
|
2779
|
+
0, () => GetRegexPatternSetRequest$, () => GetRegexPatternSetResponse$
|
|
2780
|
+
];
|
|
2781
|
+
var GetRevenueStatistics$ = [9, n0, _GRS,
|
|
2782
|
+
0, () => GetRevenueStatisticsRequest$, () => GetRevenueStatisticsResponse$
|
|
2783
|
+
];
|
|
2784
|
+
var GetRevenueStatisticsSummary$ = [9, n0, _GRSS,
|
|
2785
|
+
0, () => GetRevenueStatisticsSummaryRequest$, () => GetRevenueStatisticsSummaryResponse$
|
|
2786
|
+
];
|
|
2787
|
+
var GetRevenueStatisticsTimeSeries$ = [9, n0, _GRSTS,
|
|
2788
|
+
0, () => GetRevenueStatisticsTimeSeriesRequest$, () => GetRevenueStatisticsTimeSeriesResponse$
|
|
2789
|
+
];
|
|
2790
|
+
var GetRuleGroup$ = [9, n0, _GRG,
|
|
2791
|
+
0, () => GetRuleGroupRequest$, () => GetRuleGroupResponse$
|
|
2792
|
+
];
|
|
2793
|
+
var GetSampledRequests$ = [9, n0, _GSR,
|
|
2794
|
+
0, () => GetSampledRequestsRequest$, () => GetSampledRequestsResponse$
|
|
2795
|
+
];
|
|
2796
|
+
var GetTopPathStatisticsByTraffic$ = [9, n0, _GTPSBT,
|
|
2797
|
+
0, () => GetTopPathStatisticsByTrafficRequest$, () => GetTopPathStatisticsByTrafficResponse$
|
|
2798
|
+
];
|
|
2799
|
+
var GetWebACL$ = [9, n0, _GWACL,
|
|
2800
|
+
0, () => GetWebACLRequest$, () => GetWebACLResponse$
|
|
2801
|
+
];
|
|
2802
|
+
var GetWebACLForResource$ = [9, n0, _GWACLFR,
|
|
2803
|
+
0, () => GetWebACLForResourceRequest$, () => GetWebACLForResourceResponse$
|
|
2804
|
+
];
|
|
2805
|
+
var ListAPIKeys$ = [9, n0, _LAPIK,
|
|
2806
|
+
0, () => ListAPIKeysRequest$, () => ListAPIKeysResponse$
|
|
2807
|
+
];
|
|
2808
|
+
var ListAvailableManagedRuleGroups$ = [9, n0, _LAMRG,
|
|
2809
|
+
0, () => ListAvailableManagedRuleGroupsRequest$, () => ListAvailableManagedRuleGroupsResponse$
|
|
2810
|
+
];
|
|
2811
|
+
var ListAvailableManagedRuleGroupVersions$ = [9, n0, _LAMRGV,
|
|
2812
|
+
0, () => ListAvailableManagedRuleGroupVersionsRequest$, () => ListAvailableManagedRuleGroupVersionsResponse$
|
|
2813
|
+
];
|
|
2814
|
+
var ListIPSets$ = [9, n0, _LIPS,
|
|
2815
|
+
0, () => ListIPSetsRequest$, () => ListIPSetsResponse$
|
|
2816
|
+
];
|
|
2817
|
+
var ListLoggingConfigurations$ = [9, n0, _LLC,
|
|
2818
|
+
0, () => ListLoggingConfigurationsRequest$, () => ListLoggingConfigurationsResponse$
|
|
2819
|
+
];
|
|
2820
|
+
var ListManagedRuleSets$ = [9, n0, _LMRS,
|
|
2821
|
+
0, () => ListManagedRuleSetsRequest$, () => ListManagedRuleSetsResponse$
|
|
2822
|
+
];
|
|
2823
|
+
var ListMobileSdkReleases$ = [9, n0, _LMSR,
|
|
2824
|
+
0, () => ListMobileSdkReleasesRequest$, () => ListMobileSdkReleasesResponse$
|
|
2825
|
+
];
|
|
2826
|
+
var ListRegexPatternSets$ = [9, n0, _LRPS,
|
|
2827
|
+
0, () => ListRegexPatternSetsRequest$, () => ListRegexPatternSetsResponse$
|
|
2828
|
+
];
|
|
2829
|
+
var ListResourcesForWebACL$ = [9, n0, _LRFWACL,
|
|
2830
|
+
0, () => ListResourcesForWebACLRequest$, () => ListResourcesForWebACLResponse$
|
|
2831
|
+
];
|
|
2832
|
+
var ListRuleGroups$ = [9, n0, _LRG,
|
|
2833
|
+
0, () => ListRuleGroupsRequest$, () => ListRuleGroupsResponse$
|
|
2834
|
+
];
|
|
2835
|
+
var ListSettlementRecords$ = [9, n0, _LSR,
|
|
2836
|
+
0, () => ListSettlementRecordsRequest$, () => ListSettlementRecordsResponse$
|
|
2837
|
+
];
|
|
2838
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2839
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
2840
|
+
];
|
|
2841
|
+
var ListWebACLs$ = [9, n0, _LWACL,
|
|
2842
|
+
0, () => ListWebACLsRequest$, () => ListWebACLsResponse$
|
|
2843
|
+
];
|
|
2844
|
+
var PutLoggingConfiguration$ = [9, n0, _PLC,
|
|
2845
|
+
0, () => PutLoggingConfigurationRequest$, () => PutLoggingConfigurationResponse$
|
|
2846
|
+
];
|
|
2847
|
+
var PutManagedRuleSetVersions$ = [9, n0, _PMRSV,
|
|
2848
|
+
0, () => PutManagedRuleSetVersionsRequest$, () => PutManagedRuleSetVersionsResponse$
|
|
2849
|
+
];
|
|
2850
|
+
var PutPermissionPolicy$ = [9, n0, _PPP,
|
|
2851
|
+
0, () => PutPermissionPolicyRequest$, () => PutPermissionPolicyResponse$
|
|
2852
|
+
];
|
|
2853
|
+
var TagResource$ = [9, n0, _TR,
|
|
2854
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
2855
|
+
];
|
|
2856
|
+
var UntagResource$ = [9, n0, _UR,
|
|
2857
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
2858
|
+
];
|
|
2859
|
+
var UpdateIPSet$ = [9, n0, _UIPS,
|
|
2860
|
+
0, () => UpdateIPSetRequest$, () => UpdateIPSetResponse$
|
|
2861
|
+
];
|
|
2862
|
+
var UpdateManagedRuleSetVersionExpiryDate$ = [9, n0, _UMRSVED,
|
|
2863
|
+
0, () => UpdateManagedRuleSetVersionExpiryDateRequest$, () => UpdateManagedRuleSetVersionExpiryDateResponse$
|
|
2864
|
+
];
|
|
2865
|
+
var UpdateRegexPatternSet$ = [9, n0, _URPS,
|
|
2866
|
+
0, () => UpdateRegexPatternSetRequest$, () => UpdateRegexPatternSetResponse$
|
|
2867
|
+
];
|
|
2868
|
+
var UpdateRuleGroup$ = [9, n0, _URG,
|
|
2869
|
+
0, () => UpdateRuleGroupRequest$, () => UpdateRuleGroupResponse$
|
|
2870
|
+
];
|
|
2871
|
+
var UpdateWebACL$ = [9, n0, _UWACL,
|
|
2872
|
+
0, () => UpdateWebACLRequest$, () => UpdateWebACLResponse$
|
|
2873
|
+
];
|
|
2874
|
+
|
|
2875
|
+
const getRuntimeConfig$1 = (config) => {
|
|
2876
|
+
return {
|
|
2877
|
+
apiVersion: "2019-07-29",
|
|
2878
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
2879
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
2880
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
2881
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
2882
|
+
extensions: config?.extensions ?? [],
|
|
2883
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultWAFV2HttpAuthSchemeProvider,
|
|
2884
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
2885
|
+
{
|
|
2886
|
+
schemeId: "aws.auth#sigv4",
|
|
2887
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
2888
|
+
signer: new AwsSdkSigV4Signer(),
|
|
2889
|
+
},
|
|
2890
|
+
],
|
|
2891
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
2892
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
2893
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
2894
|
+
defaultNamespace: "com.amazonaws.wafv2",
|
|
2895
|
+
errorTypeRegistries,
|
|
2896
|
+
xmlNamespace: "http://waf.amazonaws.com/doc/2019-07-29/",
|
|
2897
|
+
version: "2019-07-29",
|
|
2898
|
+
serviceTarget: "AWSWAF_20190729",
|
|
2899
|
+
},
|
|
2900
|
+
serviceId: config?.serviceId ?? "WAFV2",
|
|
2901
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2902
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
2903
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2904
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
2905
|
+
};
|
|
2906
|
+
};
|
|
2907
|
+
|
|
2908
|
+
const getRuntimeConfig = (config) => {
|
|
2909
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
2910
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
2911
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
2912
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
2913
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
2914
|
+
const loaderConfig = {
|
|
2915
|
+
profile: config?.profile,
|
|
2916
|
+
logger: clientSharedValues.logger,
|
|
2917
|
+
};
|
|
2918
|
+
return {
|
|
2919
|
+
...clientSharedValues,
|
|
2920
|
+
...config,
|
|
2921
|
+
runtime: "node",
|
|
2922
|
+
defaultsMode,
|
|
2923
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
2924
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
2925
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
2926
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
2927
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
2928
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
2929
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
2930
|
+
retryMode: config?.retryMode ??
|
|
2931
|
+
loadConfig({
|
|
2932
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2933
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2934
|
+
}, config),
|
|
2935
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2936
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2937
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2938
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
2939
|
+
};
|
|
2940
|
+
};
|
|
2941
|
+
|
|
34
2942
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
2943
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
2944
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -1244,6 +4152,7 @@ const SensitivityLevel = {
|
|
|
1244
4152
|
LOW: "LOW",
|
|
1245
4153
|
};
|
|
1246
4154
|
const AssociatedResourceType = {
|
|
4155
|
+
AGENTCORE_GATEWAY: "AGENTCORE_GATEWAY",
|
|
1247
4156
|
API_GATEWAY: "API_GATEWAY",
|
|
1248
4157
|
APP_RUNNER_SERVICE: "APP_RUNNER_SERVICE",
|
|
1249
4158
|
CLOUDFRONT: "CLOUDFRONT",
|
|
@@ -1435,6 +4344,7 @@ const FailureReason = {
|
|
|
1435
4344
|
TOKEN_MISSING: "TOKEN_MISSING",
|
|
1436
4345
|
};
|
|
1437
4346
|
const ResourceType = {
|
|
4347
|
+
AGENTCORE_GATEWAY: "AGENTCORE_GATEWAY",
|
|
1438
4348
|
AMPLIFY: "AMPLIFY",
|
|
1439
4349
|
API_GATEWAY: "API_GATEWAY",
|
|
1440
4350
|
APPLICATION_LOAD_BALANCER: "APPLICATION_LOAD_BALANCER",
|
|
@@ -1458,110 +4368,483 @@ const SettlementStatus = {
|
|
|
1458
4368
|
SKIPPED_ORIGIN_ERROR: "SKIPPED_ORIGIN_ERROR",
|
|
1459
4369
|
};
|
|
1460
4370
|
|
|
4371
|
+
exports.APIKeySummary$ = APIKeySummary$;
|
|
4372
|
+
exports.AWSManagedRulesACFPRuleSet$ = AWSManagedRulesACFPRuleSet$;
|
|
4373
|
+
exports.AWSManagedRulesATPRuleSet$ = AWSManagedRulesATPRuleSet$;
|
|
4374
|
+
exports.AWSManagedRulesAntiDDoSRuleSet$ = AWSManagedRulesAntiDDoSRuleSet$;
|
|
4375
|
+
exports.AWSManagedRulesBotControlRuleSet$ = AWSManagedRulesBotControlRuleSet$;
|
|
4376
|
+
exports.ActionCondition$ = ActionCondition$;
|
|
1461
4377
|
exports.ActionValue = ActionValue;
|
|
4378
|
+
exports.AddressField$ = AddressField$;
|
|
4379
|
+
exports.All$ = All$;
|
|
4380
|
+
exports.AllQueryArguments$ = AllQueryArguments$;
|
|
4381
|
+
exports.AllowAction$ = AllowAction$;
|
|
4382
|
+
exports.AndStatement$ = AndStatement$;
|
|
4383
|
+
exports.ApplicationAttribute$ = ApplicationAttribute$;
|
|
4384
|
+
exports.ApplicationConfig$ = ApplicationConfig$;
|
|
4385
|
+
exports.AsnMatchStatement$ = AsnMatchStatement$;
|
|
4386
|
+
exports.AssociateWebACL$ = AssociateWebACL$;
|
|
1462
4387
|
exports.AssociateWebACLCommand = AssociateWebACLCommand;
|
|
4388
|
+
exports.AssociateWebACLRequest$ = AssociateWebACLRequest$;
|
|
4389
|
+
exports.AssociateWebACLResponse$ = AssociateWebACLResponse$;
|
|
1463
4390
|
exports.AssociatedResourceType = AssociatedResourceType;
|
|
4391
|
+
exports.AssociationConfig$ = AssociationConfig$;
|
|
4392
|
+
exports.BlockAction$ = BlockAction$;
|
|
1464
4393
|
exports.BlockchainChain = BlockchainChain;
|
|
4394
|
+
exports.Body$ = Body$;
|
|
1465
4395
|
exports.BodyParsingFallbackBehavior = BodyParsingFallbackBehavior;
|
|
4396
|
+
exports.BotStatistics$ = BotStatistics$;
|
|
4397
|
+
exports.ByteMatchStatement$ = ByteMatchStatement$;
|
|
4398
|
+
exports.CaptchaAction$ = CaptchaAction$;
|
|
4399
|
+
exports.CaptchaConfig$ = CaptchaConfig$;
|
|
4400
|
+
exports.CaptchaResponse$ = CaptchaResponse$;
|
|
4401
|
+
exports.ChallengeAction$ = ChallengeAction$;
|
|
4402
|
+
exports.ChallengeConfig$ = ChallengeConfig$;
|
|
4403
|
+
exports.ChallengeResponse$ = ChallengeResponse$;
|
|
4404
|
+
exports.CheckCapacity$ = CheckCapacity$;
|
|
1466
4405
|
exports.CheckCapacityCommand = CheckCapacityCommand;
|
|
4406
|
+
exports.CheckCapacityRequest$ = CheckCapacityRequest$;
|
|
4407
|
+
exports.CheckCapacityResponse$ = CheckCapacityResponse$;
|
|
4408
|
+
exports.ClientSideAction$ = ClientSideAction$;
|
|
4409
|
+
exports.ClientSideActionConfig$ = ClientSideActionConfig$;
|
|
1467
4410
|
exports.ComparisonOperator = ComparisonOperator;
|
|
4411
|
+
exports.Condition$ = Condition$;
|
|
4412
|
+
exports.CookieMatchPattern$ = CookieMatchPattern$;
|
|
4413
|
+
exports.Cookies$ = Cookies$;
|
|
4414
|
+
exports.CountAction$ = CountAction$;
|
|
1468
4415
|
exports.CountryCode = CountryCode;
|
|
4416
|
+
exports.CreateAPIKey$ = CreateAPIKey$;
|
|
1469
4417
|
exports.CreateAPIKeyCommand = CreateAPIKeyCommand;
|
|
4418
|
+
exports.CreateAPIKeyRequest$ = CreateAPIKeyRequest$;
|
|
4419
|
+
exports.CreateAPIKeyResponse$ = CreateAPIKeyResponse$;
|
|
4420
|
+
exports.CreateIPSet$ = CreateIPSet$;
|
|
1470
4421
|
exports.CreateIPSetCommand = CreateIPSetCommand;
|
|
4422
|
+
exports.CreateIPSetRequest$ = CreateIPSetRequest$;
|
|
4423
|
+
exports.CreateIPSetResponse$ = CreateIPSetResponse$;
|
|
4424
|
+
exports.CreateRegexPatternSet$ = CreateRegexPatternSet$;
|
|
1471
4425
|
exports.CreateRegexPatternSetCommand = CreateRegexPatternSetCommand;
|
|
4426
|
+
exports.CreateRegexPatternSetRequest$ = CreateRegexPatternSetRequest$;
|
|
4427
|
+
exports.CreateRegexPatternSetResponse$ = CreateRegexPatternSetResponse$;
|
|
4428
|
+
exports.CreateRuleGroup$ = CreateRuleGroup$;
|
|
1472
4429
|
exports.CreateRuleGroupCommand = CreateRuleGroupCommand;
|
|
4430
|
+
exports.CreateRuleGroupRequest$ = CreateRuleGroupRequest$;
|
|
4431
|
+
exports.CreateRuleGroupResponse$ = CreateRuleGroupResponse$;
|
|
4432
|
+
exports.CreateWebACL$ = CreateWebACL$;
|
|
1473
4433
|
exports.CreateWebACLCommand = CreateWebACLCommand;
|
|
4434
|
+
exports.CreateWebACLRequest$ = CreateWebACLRequest$;
|
|
4435
|
+
exports.CreateWebACLResponse$ = CreateWebACLResponse$;
|
|
4436
|
+
exports.CryptoConfig$ = CryptoConfig$;
|
|
1474
4437
|
exports.CryptoCurrency = CryptoCurrency;
|
|
1475
4438
|
exports.Currency = Currency;
|
|
1476
4439
|
exports.CurrencyMode = CurrencyMode;
|
|
4440
|
+
exports.CustomHTTPHeader$ = CustomHTTPHeader$;
|
|
4441
|
+
exports.CustomRequestHandling$ = CustomRequestHandling$;
|
|
4442
|
+
exports.CustomResponse$ = CustomResponse$;
|
|
4443
|
+
exports.CustomResponseBody$ = CustomResponseBody$;
|
|
4444
|
+
exports.DataPointEntry$ = DataPointEntry$;
|
|
4445
|
+
exports.DataProtection$ = DataProtection$;
|
|
1477
4446
|
exports.DataProtectionAction = DataProtectionAction;
|
|
4447
|
+
exports.DataProtectionConfig$ = DataProtectionConfig$;
|
|
4448
|
+
exports.DefaultAction$ = DefaultAction$;
|
|
4449
|
+
exports.DeleteAPIKey$ = DeleteAPIKey$;
|
|
1478
4450
|
exports.DeleteAPIKeyCommand = DeleteAPIKeyCommand;
|
|
4451
|
+
exports.DeleteAPIKeyRequest$ = DeleteAPIKeyRequest$;
|
|
4452
|
+
exports.DeleteAPIKeyResponse$ = DeleteAPIKeyResponse$;
|
|
4453
|
+
exports.DeleteFirewallManagerRuleGroups$ = DeleteFirewallManagerRuleGroups$;
|
|
1479
4454
|
exports.DeleteFirewallManagerRuleGroupsCommand = DeleteFirewallManagerRuleGroupsCommand;
|
|
4455
|
+
exports.DeleteFirewallManagerRuleGroupsRequest$ = DeleteFirewallManagerRuleGroupsRequest$;
|
|
4456
|
+
exports.DeleteFirewallManagerRuleGroupsResponse$ = DeleteFirewallManagerRuleGroupsResponse$;
|
|
4457
|
+
exports.DeleteIPSet$ = DeleteIPSet$;
|
|
1480
4458
|
exports.DeleteIPSetCommand = DeleteIPSetCommand;
|
|
4459
|
+
exports.DeleteIPSetRequest$ = DeleteIPSetRequest$;
|
|
4460
|
+
exports.DeleteIPSetResponse$ = DeleteIPSetResponse$;
|
|
4461
|
+
exports.DeleteLoggingConfiguration$ = DeleteLoggingConfiguration$;
|
|
1481
4462
|
exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
|
|
4463
|
+
exports.DeleteLoggingConfigurationRequest$ = DeleteLoggingConfigurationRequest$;
|
|
4464
|
+
exports.DeleteLoggingConfigurationResponse$ = DeleteLoggingConfigurationResponse$;
|
|
4465
|
+
exports.DeletePermissionPolicy$ = DeletePermissionPolicy$;
|
|
1482
4466
|
exports.DeletePermissionPolicyCommand = DeletePermissionPolicyCommand;
|
|
4467
|
+
exports.DeletePermissionPolicyRequest$ = DeletePermissionPolicyRequest$;
|
|
4468
|
+
exports.DeletePermissionPolicyResponse$ = DeletePermissionPolicyResponse$;
|
|
4469
|
+
exports.DeleteRegexPatternSet$ = DeleteRegexPatternSet$;
|
|
1483
4470
|
exports.DeleteRegexPatternSetCommand = DeleteRegexPatternSetCommand;
|
|
4471
|
+
exports.DeleteRegexPatternSetRequest$ = DeleteRegexPatternSetRequest$;
|
|
4472
|
+
exports.DeleteRegexPatternSetResponse$ = DeleteRegexPatternSetResponse$;
|
|
4473
|
+
exports.DeleteRuleGroup$ = DeleteRuleGroup$;
|
|
1484
4474
|
exports.DeleteRuleGroupCommand = DeleteRuleGroupCommand;
|
|
4475
|
+
exports.DeleteRuleGroupRequest$ = DeleteRuleGroupRequest$;
|
|
4476
|
+
exports.DeleteRuleGroupResponse$ = DeleteRuleGroupResponse$;
|
|
4477
|
+
exports.DeleteWebACL$ = DeleteWebACL$;
|
|
1485
4478
|
exports.DeleteWebACLCommand = DeleteWebACLCommand;
|
|
4479
|
+
exports.DeleteWebACLRequest$ = DeleteWebACLRequest$;
|
|
4480
|
+
exports.DeleteWebACLResponse$ = DeleteWebACLResponse$;
|
|
4481
|
+
exports.DescribeAllManagedProducts$ = DescribeAllManagedProducts$;
|
|
1486
4482
|
exports.DescribeAllManagedProductsCommand = DescribeAllManagedProductsCommand;
|
|
4483
|
+
exports.DescribeAllManagedProductsRequest$ = DescribeAllManagedProductsRequest$;
|
|
4484
|
+
exports.DescribeAllManagedProductsResponse$ = DescribeAllManagedProductsResponse$;
|
|
4485
|
+
exports.DescribeManagedProductsByVendor$ = DescribeManagedProductsByVendor$;
|
|
1487
4486
|
exports.DescribeManagedProductsByVendorCommand = DescribeManagedProductsByVendorCommand;
|
|
4487
|
+
exports.DescribeManagedProductsByVendorRequest$ = DescribeManagedProductsByVendorRequest$;
|
|
4488
|
+
exports.DescribeManagedProductsByVendorResponse$ = DescribeManagedProductsByVendorResponse$;
|
|
4489
|
+
exports.DescribeManagedRuleGroup$ = DescribeManagedRuleGroup$;
|
|
1488
4490
|
exports.DescribeManagedRuleGroupCommand = DescribeManagedRuleGroupCommand;
|
|
4491
|
+
exports.DescribeManagedRuleGroupRequest$ = DescribeManagedRuleGroupRequest$;
|
|
4492
|
+
exports.DescribeManagedRuleGroupResponse$ = DescribeManagedRuleGroupResponse$;
|
|
4493
|
+
exports.DisallowedFeature$ = DisallowedFeature$;
|
|
4494
|
+
exports.DisassociateWebACL$ = DisassociateWebACL$;
|
|
1489
4495
|
exports.DisassociateWebACLCommand = DisassociateWebACLCommand;
|
|
4496
|
+
exports.DisassociateWebACLRequest$ = DisassociateWebACLRequest$;
|
|
4497
|
+
exports.DisassociateWebACLResponse$ = DisassociateWebACLResponse$;
|
|
4498
|
+
exports.EmailField$ = EmailField$;
|
|
4499
|
+
exports.ExcludedRule$ = ExcludedRule$;
|
|
1490
4500
|
exports.FailureReason = FailureReason;
|
|
1491
4501
|
exports.FallbackBehavior = FallbackBehavior;
|
|
4502
|
+
exports.FieldToMatch$ = FieldToMatch$;
|
|
4503
|
+
exports.FieldToProtect$ = FieldToProtect$;
|
|
1492
4504
|
exports.FieldToProtectType = FieldToProtectType;
|
|
4505
|
+
exports.Filter$ = Filter$;
|
|
1493
4506
|
exports.FilterBehavior = FilterBehavior;
|
|
1494
4507
|
exports.FilterRequirement = FilterRequirement;
|
|
4508
|
+
exports.FilterSource$ = FilterSource$;
|
|
4509
|
+
exports.FirewallManagerRuleGroup$ = FirewallManagerRuleGroup$;
|
|
4510
|
+
exports.FirewallManagerStatement$ = FirewallManagerStatement$;
|
|
4511
|
+
exports.ForwardedIPConfig$ = ForwardedIPConfig$;
|
|
1495
4512
|
exports.ForwardedIPPosition = ForwardedIPPosition;
|
|
4513
|
+
exports.GenerateMobileSdkReleaseUrl$ = GenerateMobileSdkReleaseUrl$;
|
|
1496
4514
|
exports.GenerateMobileSdkReleaseUrlCommand = GenerateMobileSdkReleaseUrlCommand;
|
|
4515
|
+
exports.GenerateMobileSdkReleaseUrlRequest$ = GenerateMobileSdkReleaseUrlRequest$;
|
|
4516
|
+
exports.GenerateMobileSdkReleaseUrlResponse$ = GenerateMobileSdkReleaseUrlResponse$;
|
|
4517
|
+
exports.GeoMatchStatement$ = GeoMatchStatement$;
|
|
4518
|
+
exports.GetDecryptedAPIKey$ = GetDecryptedAPIKey$;
|
|
1497
4519
|
exports.GetDecryptedAPIKeyCommand = GetDecryptedAPIKeyCommand;
|
|
4520
|
+
exports.GetDecryptedAPIKeyRequest$ = GetDecryptedAPIKeyRequest$;
|
|
4521
|
+
exports.GetDecryptedAPIKeyResponse$ = GetDecryptedAPIKeyResponse$;
|
|
4522
|
+
exports.GetIPSet$ = GetIPSet$;
|
|
1498
4523
|
exports.GetIPSetCommand = GetIPSetCommand;
|
|
4524
|
+
exports.GetIPSetRequest$ = GetIPSetRequest$;
|
|
4525
|
+
exports.GetIPSetResponse$ = GetIPSetResponse$;
|
|
4526
|
+
exports.GetLoggingConfiguration$ = GetLoggingConfiguration$;
|
|
1499
4527
|
exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
|
|
4528
|
+
exports.GetLoggingConfigurationRequest$ = GetLoggingConfigurationRequest$;
|
|
4529
|
+
exports.GetLoggingConfigurationResponse$ = GetLoggingConfigurationResponse$;
|
|
4530
|
+
exports.GetManagedRuleSet$ = GetManagedRuleSet$;
|
|
1500
4531
|
exports.GetManagedRuleSetCommand = GetManagedRuleSetCommand;
|
|
4532
|
+
exports.GetManagedRuleSetRequest$ = GetManagedRuleSetRequest$;
|
|
4533
|
+
exports.GetManagedRuleSetResponse$ = GetManagedRuleSetResponse$;
|
|
4534
|
+
exports.GetMobileSdkRelease$ = GetMobileSdkRelease$;
|
|
1501
4535
|
exports.GetMobileSdkReleaseCommand = GetMobileSdkReleaseCommand;
|
|
4536
|
+
exports.GetMobileSdkReleaseRequest$ = GetMobileSdkReleaseRequest$;
|
|
4537
|
+
exports.GetMobileSdkReleaseResponse$ = GetMobileSdkReleaseResponse$;
|
|
4538
|
+
exports.GetPermissionPolicy$ = GetPermissionPolicy$;
|
|
1502
4539
|
exports.GetPermissionPolicyCommand = GetPermissionPolicyCommand;
|
|
4540
|
+
exports.GetPermissionPolicyRequest$ = GetPermissionPolicyRequest$;
|
|
4541
|
+
exports.GetPermissionPolicyResponse$ = GetPermissionPolicyResponse$;
|
|
4542
|
+
exports.GetRateBasedStatementManagedKeys$ = GetRateBasedStatementManagedKeys$;
|
|
1503
4543
|
exports.GetRateBasedStatementManagedKeysCommand = GetRateBasedStatementManagedKeysCommand;
|
|
4544
|
+
exports.GetRateBasedStatementManagedKeysRequest$ = GetRateBasedStatementManagedKeysRequest$;
|
|
4545
|
+
exports.GetRateBasedStatementManagedKeysResponse$ = GetRateBasedStatementManagedKeysResponse$;
|
|
4546
|
+
exports.GetRegexPatternSet$ = GetRegexPatternSet$;
|
|
1504
4547
|
exports.GetRegexPatternSetCommand = GetRegexPatternSetCommand;
|
|
4548
|
+
exports.GetRegexPatternSetRequest$ = GetRegexPatternSetRequest$;
|
|
4549
|
+
exports.GetRegexPatternSetResponse$ = GetRegexPatternSetResponse$;
|
|
4550
|
+
exports.GetRevenueStatistics$ = GetRevenueStatistics$;
|
|
1505
4551
|
exports.GetRevenueStatisticsCommand = GetRevenueStatisticsCommand;
|
|
4552
|
+
exports.GetRevenueStatisticsRequest$ = GetRevenueStatisticsRequest$;
|
|
4553
|
+
exports.GetRevenueStatisticsResponse$ = GetRevenueStatisticsResponse$;
|
|
4554
|
+
exports.GetRevenueStatisticsSummary$ = GetRevenueStatisticsSummary$;
|
|
1506
4555
|
exports.GetRevenueStatisticsSummaryCommand = GetRevenueStatisticsSummaryCommand;
|
|
4556
|
+
exports.GetRevenueStatisticsSummaryRequest$ = GetRevenueStatisticsSummaryRequest$;
|
|
4557
|
+
exports.GetRevenueStatisticsSummaryResponse$ = GetRevenueStatisticsSummaryResponse$;
|
|
4558
|
+
exports.GetRevenueStatisticsTimeSeries$ = GetRevenueStatisticsTimeSeries$;
|
|
1507
4559
|
exports.GetRevenueStatisticsTimeSeriesCommand = GetRevenueStatisticsTimeSeriesCommand;
|
|
4560
|
+
exports.GetRevenueStatisticsTimeSeriesRequest$ = GetRevenueStatisticsTimeSeriesRequest$;
|
|
4561
|
+
exports.GetRevenueStatisticsTimeSeriesResponse$ = GetRevenueStatisticsTimeSeriesResponse$;
|
|
4562
|
+
exports.GetRuleGroup$ = GetRuleGroup$;
|
|
1508
4563
|
exports.GetRuleGroupCommand = GetRuleGroupCommand;
|
|
4564
|
+
exports.GetRuleGroupRequest$ = GetRuleGroupRequest$;
|
|
4565
|
+
exports.GetRuleGroupResponse$ = GetRuleGroupResponse$;
|
|
4566
|
+
exports.GetSampledRequests$ = GetSampledRequests$;
|
|
1509
4567
|
exports.GetSampledRequestsCommand = GetSampledRequestsCommand;
|
|
4568
|
+
exports.GetSampledRequestsRequest$ = GetSampledRequestsRequest$;
|
|
4569
|
+
exports.GetSampledRequestsResponse$ = GetSampledRequestsResponse$;
|
|
4570
|
+
exports.GetTopPathStatisticsByTraffic$ = GetTopPathStatisticsByTraffic$;
|
|
1510
4571
|
exports.GetTopPathStatisticsByTrafficCommand = GetTopPathStatisticsByTrafficCommand;
|
|
4572
|
+
exports.GetTopPathStatisticsByTrafficRequest$ = GetTopPathStatisticsByTrafficRequest$;
|
|
4573
|
+
exports.GetTopPathStatisticsByTrafficResponse$ = GetTopPathStatisticsByTrafficResponse$;
|
|
4574
|
+
exports.GetWebACL$ = GetWebACL$;
|
|
1511
4575
|
exports.GetWebACLCommand = GetWebACLCommand;
|
|
4576
|
+
exports.GetWebACLForResource$ = GetWebACLForResource$;
|
|
1512
4577
|
exports.GetWebACLForResourceCommand = GetWebACLForResourceCommand;
|
|
4578
|
+
exports.GetWebACLForResourceRequest$ = GetWebACLForResourceRequest$;
|
|
4579
|
+
exports.GetWebACLForResourceResponse$ = GetWebACLForResourceResponse$;
|
|
4580
|
+
exports.GetWebACLRequest$ = GetWebACLRequest$;
|
|
4581
|
+
exports.GetWebACLResponse$ = GetWebACLResponse$;
|
|
1513
4582
|
exports.GroupByType = GroupByType;
|
|
4583
|
+
exports.HTTPHeader$ = HTTPHeader$;
|
|
4584
|
+
exports.HTTPRequest$ = HTTPRequest$;
|
|
4585
|
+
exports.HeaderMatchPattern$ = HeaderMatchPattern$;
|
|
4586
|
+
exports.HeaderOrder$ = HeaderOrder$;
|
|
4587
|
+
exports.Headers$ = Headers$;
|
|
1514
4588
|
exports.IPAddressVersion = IPAddressVersion;
|
|
4589
|
+
exports.IPSet$ = IPSet$;
|
|
4590
|
+
exports.IPSetForwardedIPConfig$ = IPSetForwardedIPConfig$;
|
|
4591
|
+
exports.IPSetReferenceStatement$ = IPSetReferenceStatement$;
|
|
4592
|
+
exports.IPSetSummary$ = IPSetSummary$;
|
|
4593
|
+
exports.ImmunityTimeProperty$ = ImmunityTimeProperty$;
|
|
1515
4594
|
exports.InspectionLevel = InspectionLevel;
|
|
1516
4595
|
exports.IntervalType = IntervalType;
|
|
4596
|
+
exports.JA3Fingerprint$ = JA3Fingerprint$;
|
|
4597
|
+
exports.JA4Fingerprint$ = JA4Fingerprint$;
|
|
4598
|
+
exports.JsonBody$ = JsonBody$;
|
|
4599
|
+
exports.JsonMatchPattern$ = JsonMatchPattern$;
|
|
1517
4600
|
exports.JsonMatchScope = JsonMatchScope;
|
|
4601
|
+
exports.Label$ = Label$;
|
|
1518
4602
|
exports.LabelMatchScope = LabelMatchScope;
|
|
4603
|
+
exports.LabelMatchStatement$ = LabelMatchStatement$;
|
|
4604
|
+
exports.LabelNameCondition$ = LabelNameCondition$;
|
|
4605
|
+
exports.LabelSummary$ = LabelSummary$;
|
|
4606
|
+
exports.ListAPIKeys$ = ListAPIKeys$;
|
|
1519
4607
|
exports.ListAPIKeysCommand = ListAPIKeysCommand;
|
|
4608
|
+
exports.ListAPIKeysRequest$ = ListAPIKeysRequest$;
|
|
4609
|
+
exports.ListAPIKeysResponse$ = ListAPIKeysResponse$;
|
|
4610
|
+
exports.ListAvailableManagedRuleGroupVersions$ = ListAvailableManagedRuleGroupVersions$;
|
|
1520
4611
|
exports.ListAvailableManagedRuleGroupVersionsCommand = ListAvailableManagedRuleGroupVersionsCommand;
|
|
4612
|
+
exports.ListAvailableManagedRuleGroupVersionsRequest$ = ListAvailableManagedRuleGroupVersionsRequest$;
|
|
4613
|
+
exports.ListAvailableManagedRuleGroupVersionsResponse$ = ListAvailableManagedRuleGroupVersionsResponse$;
|
|
4614
|
+
exports.ListAvailableManagedRuleGroups$ = ListAvailableManagedRuleGroups$;
|
|
1521
4615
|
exports.ListAvailableManagedRuleGroupsCommand = ListAvailableManagedRuleGroupsCommand;
|
|
4616
|
+
exports.ListAvailableManagedRuleGroupsRequest$ = ListAvailableManagedRuleGroupsRequest$;
|
|
4617
|
+
exports.ListAvailableManagedRuleGroupsResponse$ = ListAvailableManagedRuleGroupsResponse$;
|
|
4618
|
+
exports.ListIPSets$ = ListIPSets$;
|
|
1522
4619
|
exports.ListIPSetsCommand = ListIPSetsCommand;
|
|
4620
|
+
exports.ListIPSetsRequest$ = ListIPSetsRequest$;
|
|
4621
|
+
exports.ListIPSetsResponse$ = ListIPSetsResponse$;
|
|
4622
|
+
exports.ListLoggingConfigurations$ = ListLoggingConfigurations$;
|
|
1523
4623
|
exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
|
|
4624
|
+
exports.ListLoggingConfigurationsRequest$ = ListLoggingConfigurationsRequest$;
|
|
4625
|
+
exports.ListLoggingConfigurationsResponse$ = ListLoggingConfigurationsResponse$;
|
|
4626
|
+
exports.ListManagedRuleSets$ = ListManagedRuleSets$;
|
|
1524
4627
|
exports.ListManagedRuleSetsCommand = ListManagedRuleSetsCommand;
|
|
4628
|
+
exports.ListManagedRuleSetsRequest$ = ListManagedRuleSetsRequest$;
|
|
4629
|
+
exports.ListManagedRuleSetsResponse$ = ListManagedRuleSetsResponse$;
|
|
4630
|
+
exports.ListMobileSdkReleases$ = ListMobileSdkReleases$;
|
|
1525
4631
|
exports.ListMobileSdkReleasesCommand = ListMobileSdkReleasesCommand;
|
|
4632
|
+
exports.ListMobileSdkReleasesRequest$ = ListMobileSdkReleasesRequest$;
|
|
4633
|
+
exports.ListMobileSdkReleasesResponse$ = ListMobileSdkReleasesResponse$;
|
|
4634
|
+
exports.ListRegexPatternSets$ = ListRegexPatternSets$;
|
|
1526
4635
|
exports.ListRegexPatternSetsCommand = ListRegexPatternSetsCommand;
|
|
4636
|
+
exports.ListRegexPatternSetsRequest$ = ListRegexPatternSetsRequest$;
|
|
4637
|
+
exports.ListRegexPatternSetsResponse$ = ListRegexPatternSetsResponse$;
|
|
4638
|
+
exports.ListResourcesForWebACL$ = ListResourcesForWebACL$;
|
|
1527
4639
|
exports.ListResourcesForWebACLCommand = ListResourcesForWebACLCommand;
|
|
4640
|
+
exports.ListResourcesForWebACLRequest$ = ListResourcesForWebACLRequest$;
|
|
4641
|
+
exports.ListResourcesForWebACLResponse$ = ListResourcesForWebACLResponse$;
|
|
4642
|
+
exports.ListRuleGroups$ = ListRuleGroups$;
|
|
1528
4643
|
exports.ListRuleGroupsCommand = ListRuleGroupsCommand;
|
|
4644
|
+
exports.ListRuleGroupsRequest$ = ListRuleGroupsRequest$;
|
|
4645
|
+
exports.ListRuleGroupsResponse$ = ListRuleGroupsResponse$;
|
|
4646
|
+
exports.ListSettlementRecords$ = ListSettlementRecords$;
|
|
1529
4647
|
exports.ListSettlementRecordsCommand = ListSettlementRecordsCommand;
|
|
4648
|
+
exports.ListSettlementRecordsRequest$ = ListSettlementRecordsRequest$;
|
|
4649
|
+
exports.ListSettlementRecordsResponse$ = ListSettlementRecordsResponse$;
|
|
4650
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1530
4651
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4652
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4653
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4654
|
+
exports.ListWebACLs$ = ListWebACLs$;
|
|
1531
4655
|
exports.ListWebACLsCommand = ListWebACLsCommand;
|
|
4656
|
+
exports.ListWebACLsRequest$ = ListWebACLsRequest$;
|
|
4657
|
+
exports.ListWebACLsResponse$ = ListWebACLsResponse$;
|
|
1532
4658
|
exports.LogScope = LogScope;
|
|
1533
4659
|
exports.LogType = LogType;
|
|
4660
|
+
exports.LoggingConfiguration$ = LoggingConfiguration$;
|
|
4661
|
+
exports.LoggingFilter$ = LoggingFilter$;
|
|
1534
4662
|
exports.LowReputationMode = LowReputationMode;
|
|
4663
|
+
exports.ManagedProductDescriptor$ = ManagedProductDescriptor$;
|
|
4664
|
+
exports.ManagedRuleGroupConfig$ = ManagedRuleGroupConfig$;
|
|
4665
|
+
exports.ManagedRuleGroupStatement$ = ManagedRuleGroupStatement$;
|
|
4666
|
+
exports.ManagedRuleGroupSummary$ = ManagedRuleGroupSummary$;
|
|
4667
|
+
exports.ManagedRuleGroupVersion$ = ManagedRuleGroupVersion$;
|
|
4668
|
+
exports.ManagedRuleSet$ = ManagedRuleSet$;
|
|
4669
|
+
exports.ManagedRuleSetSummary$ = ManagedRuleSetSummary$;
|
|
4670
|
+
exports.ManagedRuleSetVersion$ = ManagedRuleSetVersion$;
|
|
1535
4671
|
exports.MapMatchScope = MapMatchScope;
|
|
4672
|
+
exports.Method$ = Method$;
|
|
4673
|
+
exports.MobileSdkRelease$ = MobileSdkRelease$;
|
|
4674
|
+
exports.MonetizationConfig$ = MonetizationConfig$;
|
|
4675
|
+
exports.MonetizationFilter$ = MonetizationFilter$;
|
|
4676
|
+
exports.MonetizeAction$ = MonetizeAction$;
|
|
4677
|
+
exports.NoneAction$ = NoneAction$;
|
|
4678
|
+
exports.NotStatement$ = NotStatement$;
|
|
4679
|
+
exports.OnSourceDDoSProtectionConfig$ = OnSourceDDoSProtectionConfig$;
|
|
4680
|
+
exports.OrStatement$ = OrStatement$;
|
|
4681
|
+
exports.OverrideAction$ = OverrideAction$;
|
|
1536
4682
|
exports.OversizeHandling = OversizeHandling;
|
|
1537
4683
|
exports.ParameterExceptionField = ParameterExceptionField;
|
|
4684
|
+
exports.PasswordField$ = PasswordField$;
|
|
4685
|
+
exports.PathStatistics$ = PathStatistics$;
|
|
1538
4686
|
exports.PayloadType = PayloadType;
|
|
4687
|
+
exports.PaymentNetwork$ = PaymentNetwork$;
|
|
4688
|
+
exports.PhoneNumberField$ = PhoneNumberField$;
|
|
1539
4689
|
exports.Platform = Platform;
|
|
1540
4690
|
exports.PositionalConstraint = PositionalConstraint;
|
|
4691
|
+
exports.Price$ = Price$;
|
|
4692
|
+
exports.PutLoggingConfiguration$ = PutLoggingConfiguration$;
|
|
1541
4693
|
exports.PutLoggingConfigurationCommand = PutLoggingConfigurationCommand;
|
|
4694
|
+
exports.PutLoggingConfigurationRequest$ = PutLoggingConfigurationRequest$;
|
|
4695
|
+
exports.PutLoggingConfigurationResponse$ = PutLoggingConfigurationResponse$;
|
|
4696
|
+
exports.PutManagedRuleSetVersions$ = PutManagedRuleSetVersions$;
|
|
1542
4697
|
exports.PutManagedRuleSetVersionsCommand = PutManagedRuleSetVersionsCommand;
|
|
4698
|
+
exports.PutManagedRuleSetVersionsRequest$ = PutManagedRuleSetVersionsRequest$;
|
|
4699
|
+
exports.PutManagedRuleSetVersionsResponse$ = PutManagedRuleSetVersionsResponse$;
|
|
4700
|
+
exports.PutPermissionPolicy$ = PutPermissionPolicy$;
|
|
1543
4701
|
exports.PutPermissionPolicyCommand = PutPermissionPolicyCommand;
|
|
4702
|
+
exports.PutPermissionPolicyRequest$ = PutPermissionPolicyRequest$;
|
|
4703
|
+
exports.PutPermissionPolicyResponse$ = PutPermissionPolicyResponse$;
|
|
4704
|
+
exports.QueryString$ = QueryString$;
|
|
1544
4705
|
exports.RankingSortBy = RankingSortBy;
|
|
1545
4706
|
exports.RankingStatisticType = RankingStatisticType;
|
|
4707
|
+
exports.RateBasedStatement$ = RateBasedStatement$;
|
|
1546
4708
|
exports.RateBasedStatementAggregateKeyType = RateBasedStatementAggregateKeyType;
|
|
4709
|
+
exports.RateBasedStatementCustomKey$ = RateBasedStatementCustomKey$;
|
|
4710
|
+
exports.RateBasedStatementManagedKeysIPSet$ = RateBasedStatementManagedKeysIPSet$;
|
|
4711
|
+
exports.RateLimitAsn$ = RateLimitAsn$;
|
|
4712
|
+
exports.RateLimitCookie$ = RateLimitCookie$;
|
|
4713
|
+
exports.RateLimitForwardedIP$ = RateLimitForwardedIP$;
|
|
4714
|
+
exports.RateLimitHTTPMethod$ = RateLimitHTTPMethod$;
|
|
4715
|
+
exports.RateLimitHeader$ = RateLimitHeader$;
|
|
4716
|
+
exports.RateLimitIP$ = RateLimitIP$;
|
|
4717
|
+
exports.RateLimitJA3Fingerprint$ = RateLimitJA3Fingerprint$;
|
|
4718
|
+
exports.RateLimitJA4Fingerprint$ = RateLimitJA4Fingerprint$;
|
|
4719
|
+
exports.RateLimitLabelNamespace$ = RateLimitLabelNamespace$;
|
|
4720
|
+
exports.RateLimitQueryArgument$ = RateLimitQueryArgument$;
|
|
4721
|
+
exports.RateLimitQueryString$ = RateLimitQueryString$;
|
|
4722
|
+
exports.RateLimitUriPath$ = RateLimitUriPath$;
|
|
4723
|
+
exports.Regex$ = Regex$;
|
|
4724
|
+
exports.RegexMatchStatement$ = RegexMatchStatement$;
|
|
4725
|
+
exports.RegexPatternSet$ = RegexPatternSet$;
|
|
4726
|
+
exports.RegexPatternSetReferenceStatement$ = RegexPatternSetReferenceStatement$;
|
|
4727
|
+
exports.RegexPatternSetSummary$ = RegexPatternSetSummary$;
|
|
4728
|
+
exports.ReleaseSummary$ = ReleaseSummary$;
|
|
4729
|
+
exports.RequestBodyAssociatedResourceTypeConfig$ = RequestBodyAssociatedResourceTypeConfig$;
|
|
4730
|
+
exports.RequestInspection$ = RequestInspection$;
|
|
4731
|
+
exports.RequestInspectionACFP$ = RequestInspectionACFP$;
|
|
1547
4732
|
exports.ResourceType = ResourceType;
|
|
1548
4733
|
exports.ResponseContentType = ResponseContentType;
|
|
4734
|
+
exports.ResponseInspection$ = ResponseInspection$;
|
|
4735
|
+
exports.ResponseInspectionBodyContains$ = ResponseInspectionBodyContains$;
|
|
4736
|
+
exports.ResponseInspectionHeader$ = ResponseInspectionHeader$;
|
|
4737
|
+
exports.ResponseInspectionJson$ = ResponseInspectionJson$;
|
|
4738
|
+
exports.ResponseInspectionStatusCode$ = ResponseInspectionStatusCode$;
|
|
4739
|
+
exports.RevenueBreakdown$ = RevenueBreakdown$;
|
|
4740
|
+
exports.RevenuePathStatistics$ = RevenuePathStatistics$;
|
|
4741
|
+
exports.Rule$ = Rule$;
|
|
4742
|
+
exports.RuleAction$ = RuleAction$;
|
|
4743
|
+
exports.RuleActionOverride$ = RuleActionOverride$;
|
|
4744
|
+
exports.RuleGroup$ = RuleGroup$;
|
|
4745
|
+
exports.RuleGroupReferenceStatement$ = RuleGroupReferenceStatement$;
|
|
4746
|
+
exports.RuleGroupSummary$ = RuleGroupSummary$;
|
|
4747
|
+
exports.RuleSummary$ = RuleSummary$;
|
|
4748
|
+
exports.SampledHTTPRequest$ = SampledHTTPRequest$;
|
|
1549
4749
|
exports.Scope = Scope;
|
|
1550
4750
|
exports.SensitivityLevel = SensitivityLevel;
|
|
1551
4751
|
exports.SensitivityToAct = SensitivityToAct;
|
|
4752
|
+
exports.SettlementRecord$ = SettlementRecord$;
|
|
1552
4753
|
exports.SettlementSortBy = SettlementSortBy;
|
|
1553
4754
|
exports.SettlementStatus = SettlementStatus;
|
|
4755
|
+
exports.SingleHeader$ = SingleHeader$;
|
|
4756
|
+
exports.SingleQueryArgument$ = SingleQueryArgument$;
|
|
4757
|
+
exports.SizeConstraintStatement$ = SizeConstraintStatement$;
|
|
1554
4758
|
exports.SizeInspectionLimit = SizeInspectionLimit;
|
|
1555
4759
|
exports.SortOrder = SortOrder;
|
|
4760
|
+
exports.SourceStatistics$ = SourceStatistics$;
|
|
4761
|
+
exports.SqliMatchStatement$ = SqliMatchStatement$;
|
|
4762
|
+
exports.Statement$ = Statement$;
|
|
4763
|
+
exports.Tag$ = Tag$;
|
|
4764
|
+
exports.TagInfoForResource$ = TagInfoForResource$;
|
|
4765
|
+
exports.TagResource$ = TagResource$;
|
|
1556
4766
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4767
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4768
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4769
|
+
exports.TextTransformation$ = TextTransformation$;
|
|
1557
4770
|
exports.TextTransformationType = TextTransformationType;
|
|
1558
4771
|
exports.TimeSeriesStatisticType = TimeSeriesStatisticType;
|
|
4772
|
+
exports.TimeWindow$ = TimeWindow$;
|
|
4773
|
+
exports.UntagResource$ = UntagResource$;
|
|
1559
4774
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4775
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4776
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4777
|
+
exports.UpdateIPSet$ = UpdateIPSet$;
|
|
1560
4778
|
exports.UpdateIPSetCommand = UpdateIPSetCommand;
|
|
4779
|
+
exports.UpdateIPSetRequest$ = UpdateIPSetRequest$;
|
|
4780
|
+
exports.UpdateIPSetResponse$ = UpdateIPSetResponse$;
|
|
4781
|
+
exports.UpdateManagedRuleSetVersionExpiryDate$ = UpdateManagedRuleSetVersionExpiryDate$;
|
|
1561
4782
|
exports.UpdateManagedRuleSetVersionExpiryDateCommand = UpdateManagedRuleSetVersionExpiryDateCommand;
|
|
4783
|
+
exports.UpdateManagedRuleSetVersionExpiryDateRequest$ = UpdateManagedRuleSetVersionExpiryDateRequest$;
|
|
4784
|
+
exports.UpdateManagedRuleSetVersionExpiryDateResponse$ = UpdateManagedRuleSetVersionExpiryDateResponse$;
|
|
4785
|
+
exports.UpdateRegexPatternSet$ = UpdateRegexPatternSet$;
|
|
1562
4786
|
exports.UpdateRegexPatternSetCommand = UpdateRegexPatternSetCommand;
|
|
4787
|
+
exports.UpdateRegexPatternSetRequest$ = UpdateRegexPatternSetRequest$;
|
|
4788
|
+
exports.UpdateRegexPatternSetResponse$ = UpdateRegexPatternSetResponse$;
|
|
4789
|
+
exports.UpdateRuleGroup$ = UpdateRuleGroup$;
|
|
1563
4790
|
exports.UpdateRuleGroupCommand = UpdateRuleGroupCommand;
|
|
4791
|
+
exports.UpdateRuleGroupRequest$ = UpdateRuleGroupRequest$;
|
|
4792
|
+
exports.UpdateRuleGroupResponse$ = UpdateRuleGroupResponse$;
|
|
4793
|
+
exports.UpdateWebACL$ = UpdateWebACL$;
|
|
1564
4794
|
exports.UpdateWebACLCommand = UpdateWebACLCommand;
|
|
4795
|
+
exports.UpdateWebACLRequest$ = UpdateWebACLRequest$;
|
|
4796
|
+
exports.UpdateWebACLResponse$ = UpdateWebACLResponse$;
|
|
4797
|
+
exports.UriFragment$ = UriFragment$;
|
|
4798
|
+
exports.UriPath$ = UriPath$;
|
|
1565
4799
|
exports.UsageOfAction = UsageOfAction;
|
|
4800
|
+
exports.UsernameField$ = UsernameField$;
|
|
4801
|
+
exports.VersionToPublish$ = VersionToPublish$;
|
|
4802
|
+
exports.VisibilityConfig$ = VisibilityConfig$;
|
|
4803
|
+
exports.WAFAssociatedItemException = WAFAssociatedItemException;
|
|
4804
|
+
exports.WAFAssociatedItemException$ = WAFAssociatedItemException$;
|
|
4805
|
+
exports.WAFConfigurationWarningException = WAFConfigurationWarningException;
|
|
4806
|
+
exports.WAFConfigurationWarningException$ = WAFConfigurationWarningException$;
|
|
4807
|
+
exports.WAFDuplicateItemException = WAFDuplicateItemException;
|
|
4808
|
+
exports.WAFDuplicateItemException$ = WAFDuplicateItemException$;
|
|
4809
|
+
exports.WAFExpiredManagedRuleGroupVersionException = WAFExpiredManagedRuleGroupVersionException;
|
|
4810
|
+
exports.WAFExpiredManagedRuleGroupVersionException$ = WAFExpiredManagedRuleGroupVersionException$;
|
|
4811
|
+
exports.WAFFeatureNotIncludedInPricingPlanException = WAFFeatureNotIncludedInPricingPlanException;
|
|
4812
|
+
exports.WAFFeatureNotIncludedInPricingPlanException$ = WAFFeatureNotIncludedInPricingPlanException$;
|
|
4813
|
+
exports.WAFInternalErrorException = WAFInternalErrorException;
|
|
4814
|
+
exports.WAFInternalErrorException$ = WAFInternalErrorException$;
|
|
4815
|
+
exports.WAFInvalidOperationException = WAFInvalidOperationException;
|
|
4816
|
+
exports.WAFInvalidOperationException$ = WAFInvalidOperationException$;
|
|
4817
|
+
exports.WAFInvalidParameterException = WAFInvalidParameterException;
|
|
4818
|
+
exports.WAFInvalidParameterException$ = WAFInvalidParameterException$;
|
|
4819
|
+
exports.WAFInvalidPermissionPolicyException = WAFInvalidPermissionPolicyException;
|
|
4820
|
+
exports.WAFInvalidPermissionPolicyException$ = WAFInvalidPermissionPolicyException$;
|
|
4821
|
+
exports.WAFInvalidResourceException = WAFInvalidResourceException;
|
|
4822
|
+
exports.WAFInvalidResourceException$ = WAFInvalidResourceException$;
|
|
4823
|
+
exports.WAFLimitsExceededException = WAFLimitsExceededException;
|
|
4824
|
+
exports.WAFLimitsExceededException$ = WAFLimitsExceededException$;
|
|
4825
|
+
exports.WAFLogDestinationPermissionIssueException = WAFLogDestinationPermissionIssueException;
|
|
4826
|
+
exports.WAFLogDestinationPermissionIssueException$ = WAFLogDestinationPermissionIssueException$;
|
|
4827
|
+
exports.WAFNonexistentItemException = WAFNonexistentItemException;
|
|
4828
|
+
exports.WAFNonexistentItemException$ = WAFNonexistentItemException$;
|
|
4829
|
+
exports.WAFOptimisticLockException = WAFOptimisticLockException;
|
|
4830
|
+
exports.WAFOptimisticLockException$ = WAFOptimisticLockException$;
|
|
4831
|
+
exports.WAFServiceLinkedRoleErrorException = WAFServiceLinkedRoleErrorException;
|
|
4832
|
+
exports.WAFServiceLinkedRoleErrorException$ = WAFServiceLinkedRoleErrorException$;
|
|
4833
|
+
exports.WAFSubscriptionNotFoundException = WAFSubscriptionNotFoundException;
|
|
4834
|
+
exports.WAFSubscriptionNotFoundException$ = WAFSubscriptionNotFoundException$;
|
|
4835
|
+
exports.WAFTagOperationException = WAFTagOperationException;
|
|
4836
|
+
exports.WAFTagOperationException$ = WAFTagOperationException$;
|
|
4837
|
+
exports.WAFTagOperationInternalErrorException = WAFTagOperationInternalErrorException;
|
|
4838
|
+
exports.WAFTagOperationInternalErrorException$ = WAFTagOperationInternalErrorException$;
|
|
4839
|
+
exports.WAFUnavailableEntityException = WAFUnavailableEntityException;
|
|
4840
|
+
exports.WAFUnavailableEntityException$ = WAFUnavailableEntityException$;
|
|
4841
|
+
exports.WAFUnsupportedAggregateKeyTypeException = WAFUnsupportedAggregateKeyTypeException;
|
|
4842
|
+
exports.WAFUnsupportedAggregateKeyTypeException$ = WAFUnsupportedAggregateKeyTypeException$;
|
|
1566
4843
|
exports.WAFV2 = WAFV2;
|
|
1567
4844
|
exports.WAFV2Client = WAFV2Client;
|
|
4845
|
+
exports.WAFV2ServiceException = WAFV2ServiceException;
|
|
4846
|
+
exports.WAFV2ServiceException$ = WAFV2ServiceException$;
|
|
4847
|
+
exports.WebACL$ = WebACL$;
|
|
4848
|
+
exports.WebACLSummary$ = WebACLSummary$;
|
|
4849
|
+
exports.XssMatchStatement$ = XssMatchStatement$;
|
|
4850
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|