@aws-sdk/client-wafv2 3.952.0 → 3.954.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 +1143 -709
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AssociateWebACLCommand.js +2 -2
- package/dist-es/commands/CheckCapacityCommand.js +2 -2
- package/dist-es/commands/CreateAPIKeyCommand.js +2 -2
- package/dist-es/commands/CreateIPSetCommand.js +2 -2
- package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-es/commands/CreateWebACLCommand.js +2 -2
- package/dist-es/commands/DeleteAPIKeyCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +2 -2
- package/dist-es/commands/DeleteIPSetCommand.js +2 -2
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-es/commands/DeleteWebACLCommand.js +2 -2
- package/dist-es/commands/DescribeAllManagedProductsCommand.js +2 -2
- package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +2 -2
- package/dist-es/commands/DescribeManagedRuleGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateWebACLCommand.js +2 -2
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +2 -2
- package/dist-es/commands/GetDecryptedAPIKeyCommand.js +2 -2
- package/dist-es/commands/GetIPSetCommand.js +2 -2
- package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/GetManagedRuleSetCommand.js +2 -2
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +2 -2
- package/dist-es/commands/GetPermissionPolicyCommand.js +2 -2
- package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +2 -2
- package/dist-es/commands/GetRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/GetRuleGroupCommand.js +2 -2
- package/dist-es/commands/GetSampledRequestsCommand.js +2 -2
- package/dist-es/commands/GetWebACLCommand.js +2 -2
- package/dist-es/commands/GetWebACLForResourceCommand.js +2 -2
- package/dist-es/commands/ListAPIKeysCommand.js +2 -2
- package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -2
- package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListIPSetsCommand.js +2 -2
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListManagedRuleSetsCommand.js +2 -2
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +2 -2
- package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -2
- package/dist-es/commands/ListResourcesForWebACLCommand.js +2 -2
- package/dist-es/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebACLsCommand.js +2 -2
- package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +2 -2
- package/dist-es/commands/PutPermissionPolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateIPSetCommand.js +2 -2
- package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -2
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-es/commands/UpdateWebACLCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +727 -615
- package/dist-types/WAFV2Client.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +323 -383
- package/dist-types/ts3.4/WAFV2Client.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -384
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class WAFV2Client extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class WAFV2ServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, WAFV2ServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class WAFFeatureNotIncludedInPricingPlanException extends WAFV2ServiceException {
|
|
121
121
|
name = "WAFFeatureNotIncludedInPricingPlanException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -132,8 +132,8 @@ let WAFFeatureNotIncludedInPricingPlanException$1 = class WAFFeatureNotIncludedI
|
|
|
132
132
|
this.Message = opts.Message;
|
|
133
133
|
this.DisallowedFeatures = opts.DisallowedFeatures;
|
|
134
134
|
}
|
|
135
|
-
}
|
|
136
|
-
|
|
135
|
+
}
|
|
136
|
+
class WAFInternalErrorException extends WAFV2ServiceException {
|
|
137
137
|
name = "WAFInternalErrorException";
|
|
138
138
|
$fault = "server";
|
|
139
139
|
Message;
|
|
@@ -146,8 +146,8 @@ let WAFInternalErrorException$1 = class WAFInternalErrorException extends WAFV2S
|
|
|
146
146
|
Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
|
|
147
147
|
this.Message = opts.Message;
|
|
148
148
|
}
|
|
149
|
-
}
|
|
150
|
-
|
|
149
|
+
}
|
|
150
|
+
class WAFInvalidOperationException extends WAFV2ServiceException {
|
|
151
151
|
name = "WAFInvalidOperationException";
|
|
152
152
|
$fault = "client";
|
|
153
153
|
Message;
|
|
@@ -160,8 +160,8 @@ let WAFInvalidOperationException$1 = class WAFInvalidOperationException extends
|
|
|
160
160
|
Object.setPrototypeOf(this, WAFInvalidOperationException.prototype);
|
|
161
161
|
this.Message = opts.Message;
|
|
162
162
|
}
|
|
163
|
-
}
|
|
164
|
-
|
|
163
|
+
}
|
|
164
|
+
class WAFInvalidParameterException extends WAFV2ServiceException {
|
|
165
165
|
name = "WAFInvalidParameterException";
|
|
166
166
|
$fault = "client";
|
|
167
167
|
Field;
|
|
@@ -178,8 +178,8 @@ let WAFInvalidParameterException$1 = class WAFInvalidParameterException extends
|
|
|
178
178
|
this.Parameter = opts.Parameter;
|
|
179
179
|
this.Reason = opts.Reason;
|
|
180
180
|
}
|
|
181
|
-
}
|
|
182
|
-
|
|
181
|
+
}
|
|
182
|
+
class WAFLimitsExceededException extends WAFV2ServiceException {
|
|
183
183
|
name = "WAFLimitsExceededException";
|
|
184
184
|
$fault = "client";
|
|
185
185
|
Message;
|
|
@@ -194,8 +194,8 @@ let WAFLimitsExceededException$1 = class WAFLimitsExceededException extends WAFV
|
|
|
194
194
|
this.Message = opts.Message;
|
|
195
195
|
this.SourceType = opts.SourceType;
|
|
196
196
|
}
|
|
197
|
-
}
|
|
198
|
-
|
|
197
|
+
}
|
|
198
|
+
class WAFNonexistentItemException extends WAFV2ServiceException {
|
|
199
199
|
name = "WAFNonexistentItemException";
|
|
200
200
|
$fault = "client";
|
|
201
201
|
Message;
|
|
@@ -208,8 +208,8 @@ let WAFNonexistentItemException$1 = class WAFNonexistentItemException extends WA
|
|
|
208
208
|
Object.setPrototypeOf(this, WAFNonexistentItemException.prototype);
|
|
209
209
|
this.Message = opts.Message;
|
|
210
210
|
}
|
|
211
|
-
}
|
|
212
|
-
|
|
211
|
+
}
|
|
212
|
+
class WAFUnavailableEntityException extends WAFV2ServiceException {
|
|
213
213
|
name = "WAFUnavailableEntityException";
|
|
214
214
|
$fault = "client";
|
|
215
215
|
Message;
|
|
@@ -222,8 +222,8 @@ let WAFUnavailableEntityException$1 = class WAFUnavailableEntityException extend
|
|
|
222
222
|
Object.setPrototypeOf(this, WAFUnavailableEntityException.prototype);
|
|
223
223
|
this.Message = opts.Message;
|
|
224
224
|
}
|
|
225
|
-
}
|
|
226
|
-
|
|
225
|
+
}
|
|
226
|
+
class WAFExpiredManagedRuleGroupVersionException extends WAFV2ServiceException {
|
|
227
227
|
name = "WAFExpiredManagedRuleGroupVersionException";
|
|
228
228
|
$fault = "client";
|
|
229
229
|
Message;
|
|
@@ -236,8 +236,8 @@ let WAFExpiredManagedRuleGroupVersionException$1 = class WAFExpiredManagedRuleGr
|
|
|
236
236
|
Object.setPrototypeOf(this, WAFExpiredManagedRuleGroupVersionException.prototype);
|
|
237
237
|
this.Message = opts.Message;
|
|
238
238
|
}
|
|
239
|
-
}
|
|
240
|
-
|
|
239
|
+
}
|
|
240
|
+
class WAFInvalidResourceException extends WAFV2ServiceException {
|
|
241
241
|
name = "WAFInvalidResourceException";
|
|
242
242
|
$fault = "client";
|
|
243
243
|
Message;
|
|
@@ -250,8 +250,8 @@ let WAFInvalidResourceException$1 = class WAFInvalidResourceException extends WA
|
|
|
250
250
|
Object.setPrototypeOf(this, WAFInvalidResourceException.prototype);
|
|
251
251
|
this.Message = opts.Message;
|
|
252
252
|
}
|
|
253
|
-
}
|
|
254
|
-
|
|
253
|
+
}
|
|
254
|
+
class WAFSubscriptionNotFoundException extends WAFV2ServiceException {
|
|
255
255
|
name = "WAFSubscriptionNotFoundException";
|
|
256
256
|
$fault = "client";
|
|
257
257
|
Message;
|
|
@@ -264,8 +264,8 @@ let WAFSubscriptionNotFoundException$1 = class WAFSubscriptionNotFoundException
|
|
|
264
264
|
Object.setPrototypeOf(this, WAFSubscriptionNotFoundException.prototype);
|
|
265
265
|
this.Message = opts.Message;
|
|
266
266
|
}
|
|
267
|
-
}
|
|
268
|
-
|
|
267
|
+
}
|
|
268
|
+
class WAFDuplicateItemException extends WAFV2ServiceException {
|
|
269
269
|
name = "WAFDuplicateItemException";
|
|
270
270
|
$fault = "client";
|
|
271
271
|
Message;
|
|
@@ -278,8 +278,8 @@ let WAFDuplicateItemException$1 = class WAFDuplicateItemException extends WAFV2S
|
|
|
278
278
|
Object.setPrototypeOf(this, WAFDuplicateItemException.prototype);
|
|
279
279
|
this.Message = opts.Message;
|
|
280
280
|
}
|
|
281
|
-
}
|
|
282
|
-
|
|
281
|
+
}
|
|
282
|
+
class WAFOptimisticLockException extends WAFV2ServiceException {
|
|
283
283
|
name = "WAFOptimisticLockException";
|
|
284
284
|
$fault = "client";
|
|
285
285
|
Message;
|
|
@@ -292,8 +292,8 @@ let WAFOptimisticLockException$1 = class WAFOptimisticLockException extends WAFV
|
|
|
292
292
|
Object.setPrototypeOf(this, WAFOptimisticLockException.prototype);
|
|
293
293
|
this.Message = opts.Message;
|
|
294
294
|
}
|
|
295
|
-
}
|
|
296
|
-
|
|
295
|
+
}
|
|
296
|
+
class WAFTagOperationException extends WAFV2ServiceException {
|
|
297
297
|
name = "WAFTagOperationException";
|
|
298
298
|
$fault = "client";
|
|
299
299
|
Message;
|
|
@@ -306,8 +306,8 @@ let WAFTagOperationException$1 = class WAFTagOperationException extends WAFV2Ser
|
|
|
306
306
|
Object.setPrototypeOf(this, WAFTagOperationException.prototype);
|
|
307
307
|
this.Message = opts.Message;
|
|
308
308
|
}
|
|
309
|
-
}
|
|
310
|
-
|
|
309
|
+
}
|
|
310
|
+
class WAFTagOperationInternalErrorException extends WAFV2ServiceException {
|
|
311
311
|
name = "WAFTagOperationInternalErrorException";
|
|
312
312
|
$fault = "server";
|
|
313
313
|
Message;
|
|
@@ -320,8 +320,8 @@ let WAFTagOperationInternalErrorException$1 = class WAFTagOperationInternalError
|
|
|
320
320
|
Object.setPrototypeOf(this, WAFTagOperationInternalErrorException.prototype);
|
|
321
321
|
this.Message = opts.Message;
|
|
322
322
|
}
|
|
323
|
-
}
|
|
324
|
-
|
|
323
|
+
}
|
|
324
|
+
class WAFConfigurationWarningException extends WAFV2ServiceException {
|
|
325
325
|
name = "WAFConfigurationWarningException";
|
|
326
326
|
$fault = "client";
|
|
327
327
|
Message;
|
|
@@ -334,8 +334,8 @@ let WAFConfigurationWarningException$1 = class WAFConfigurationWarningException
|
|
|
334
334
|
Object.setPrototypeOf(this, WAFConfigurationWarningException.prototype);
|
|
335
335
|
this.Message = opts.Message;
|
|
336
336
|
}
|
|
337
|
-
}
|
|
338
|
-
|
|
337
|
+
}
|
|
338
|
+
class WAFAssociatedItemException extends WAFV2ServiceException {
|
|
339
339
|
name = "WAFAssociatedItemException";
|
|
340
340
|
$fault = "client";
|
|
341
341
|
Message;
|
|
@@ -348,8 +348,8 @@ let WAFAssociatedItemException$1 = class WAFAssociatedItemException extends WAFV
|
|
|
348
348
|
Object.setPrototypeOf(this, WAFAssociatedItemException.prototype);
|
|
349
349
|
this.Message = opts.Message;
|
|
350
350
|
}
|
|
351
|
-
}
|
|
352
|
-
|
|
351
|
+
}
|
|
352
|
+
class WAFUnsupportedAggregateKeyTypeException extends WAFV2ServiceException {
|
|
353
353
|
name = "WAFUnsupportedAggregateKeyTypeException";
|
|
354
354
|
$fault = "client";
|
|
355
355
|
Message;
|
|
@@ -362,8 +362,8 @@ let WAFUnsupportedAggregateKeyTypeException$1 = class WAFUnsupportedAggregateKey
|
|
|
362
362
|
Object.setPrototypeOf(this, WAFUnsupportedAggregateKeyTypeException.prototype);
|
|
363
363
|
this.Message = opts.Message;
|
|
364
364
|
}
|
|
365
|
-
}
|
|
366
|
-
|
|
365
|
+
}
|
|
366
|
+
class WAFLogDestinationPermissionIssueException extends WAFV2ServiceException {
|
|
367
367
|
name = "WAFLogDestinationPermissionIssueException";
|
|
368
368
|
$fault = "client";
|
|
369
369
|
Message;
|
|
@@ -376,8 +376,8 @@ let WAFLogDestinationPermissionIssueException$1 = class WAFLogDestinationPermiss
|
|
|
376
376
|
Object.setPrototypeOf(this, WAFLogDestinationPermissionIssueException.prototype);
|
|
377
377
|
this.Message = opts.Message;
|
|
378
378
|
}
|
|
379
|
-
}
|
|
380
|
-
|
|
379
|
+
}
|
|
380
|
+
class WAFServiceLinkedRoleErrorException extends WAFV2ServiceException {
|
|
381
381
|
name = "WAFServiceLinkedRoleErrorException";
|
|
382
382
|
$fault = "client";
|
|
383
383
|
constructor(opts) {
|
|
@@ -388,8 +388,8 @@ let WAFServiceLinkedRoleErrorException$1 = class WAFServiceLinkedRoleErrorExcept
|
|
|
388
388
|
});
|
|
389
389
|
Object.setPrototypeOf(this, WAFServiceLinkedRoleErrorException.prototype);
|
|
390
390
|
}
|
|
391
|
-
}
|
|
392
|
-
|
|
391
|
+
}
|
|
392
|
+
class WAFInvalidPermissionPolicyException extends WAFV2ServiceException {
|
|
393
393
|
name = "WAFInvalidPermissionPolicyException";
|
|
394
394
|
$fault = "client";
|
|
395
395
|
Message;
|
|
@@ -402,7 +402,7 @@ let WAFInvalidPermissionPolicyException$1 = class WAFInvalidPermissionPolicyExce
|
|
|
402
402
|
Object.setPrototypeOf(this, WAFInvalidPermissionPolicyException.prototype);
|
|
403
403
|
this.Message = opts.Message;
|
|
404
404
|
}
|
|
405
|
-
}
|
|
405
|
+
}
|
|
406
406
|
|
|
407
407
|
const _A = "Action";
|
|
408
408
|
const _AA = "AllowAction";
|
|
@@ -961,63 +961,70 @@ const _m = "message";
|
|
|
961
961
|
const _s = "server";
|
|
962
962
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.wafv2";
|
|
963
963
|
const n0 = "com.amazonaws.wafv2";
|
|
964
|
-
var ActionCondition = [3, n0, _AC, 0, [_A], [0]];
|
|
965
|
-
var AddressField = [3, n0, _AF, 0, [_I], [0]];
|
|
966
|
-
var All = [3, n0, _Al, 0, [], []];
|
|
967
|
-
var AllowAction = [3, n0, _AA, 0, [_CRH], [() => CustomRequestHandling]];
|
|
968
|
-
var AllQueryArguments = [3, n0, _AQA, 0, [], []];
|
|
969
|
-
var AndStatement = [3, n0, _AS, 0, [_S], [() => Statements]];
|
|
970
|
-
var APIKeySummary = [3, n0, _APIKS, 0, [_TD, _APIK, _CT, _V], [64 | 0, 0, 4, 1]];
|
|
971
|
-
var ApplicationAttribute = [3, n0, _AAp, 0, [_N, _Va], [0, 64 | 0]];
|
|
972
|
-
var ApplicationConfig = [3, n0, _ACp, 0, [_At], [() => ApplicationAttributes]];
|
|
973
|
-
var AsnMatchStatement = [
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
964
|
+
var ActionCondition$ = [3, n0, _AC, 0, [_A], [0]];
|
|
965
|
+
var AddressField$ = [3, n0, _AF, 0, [_I], [0]];
|
|
966
|
+
var All$ = [3, n0, _Al, 0, [], []];
|
|
967
|
+
var AllowAction$ = [3, n0, _AA, 0, [_CRH], [() => CustomRequestHandling$]];
|
|
968
|
+
var AllQueryArguments$ = [3, n0, _AQA, 0, [], []];
|
|
969
|
+
var AndStatement$ = [3, n0, _AS, 0, [_S], [() => Statements]];
|
|
970
|
+
var APIKeySummary$ = [3, n0, _APIKS, 0, [_TD, _APIK, _CT, _V], [64 | 0, 0, 4, 1]];
|
|
971
|
+
var ApplicationAttribute$ = [3, n0, _AAp, 0, [_N, _Va], [0, 64 | 0]];
|
|
972
|
+
var ApplicationConfig$ = [3, n0, _ACp, 0, [_At], [() => ApplicationAttributes]];
|
|
973
|
+
var AsnMatchStatement$ = [
|
|
974
|
+
3,
|
|
975
|
+
n0,
|
|
976
|
+
_AMS,
|
|
977
|
+
0,
|
|
978
|
+
[_AL, _FIPC],
|
|
979
|
+
[64 | 1, () => ForwardedIPConfig$],
|
|
980
|
+
];
|
|
981
|
+
var AssociateWebACLRequest$ = [3, n0, _AWACLR, 0, [_WACLA, _RA], [0, 0]];
|
|
982
|
+
var AssociateWebACLResponse$ = [3, n0, _AWACLRs, 0, [], []];
|
|
983
|
+
var AssociationConfig$ = [3, n0, _ACs, 0, [_RB], [() => RequestBody]];
|
|
984
|
+
var AWSManagedRulesACFPRuleSet$ = [
|
|
978
985
|
3,
|
|
979
986
|
n0,
|
|
980
987
|
_AWSMRACFPRS,
|
|
981
988
|
0,
|
|
982
989
|
[_CP, _RPP, _RI, _RIe, _ERIP],
|
|
983
|
-
[0, 0, () => RequestInspectionACFP
|
|
990
|
+
[0, 0, () => RequestInspectionACFP$, () => ResponseInspection$, 2],
|
|
984
991
|
];
|
|
985
|
-
var AWSManagedRulesAntiDDoSRuleSet = [
|
|
992
|
+
var AWSManagedRulesAntiDDoSRuleSet$ = [
|
|
986
993
|
3,
|
|
987
994
|
n0,
|
|
988
995
|
_AWSMRADDSRS,
|
|
989
996
|
0,
|
|
990
997
|
[_CSAC, _STB],
|
|
991
|
-
[() => ClientSideActionConfig
|
|
998
|
+
[() => ClientSideActionConfig$, 0],
|
|
992
999
|
];
|
|
993
|
-
var AWSManagedRulesATPRuleSet = [
|
|
1000
|
+
var AWSManagedRulesATPRuleSet$ = [
|
|
994
1001
|
3,
|
|
995
1002
|
n0,
|
|
996
1003
|
_AWSMRATPRS,
|
|
997
1004
|
0,
|
|
998
1005
|
[_LP, _RI, _RIe, _ERIP],
|
|
999
|
-
[0, () => RequestInspection
|
|
1006
|
+
[0, () => RequestInspection$, () => ResponseInspection$, 2],
|
|
1000
1007
|
];
|
|
1001
|
-
var AWSManagedRulesBotControlRuleSet = [3, n0, _AWSMRBCRS, 0, [_IL, _EML], [0, 2]];
|
|
1002
|
-
var BlockAction = [3, n0, _BA, 0, [_CR], [() => CustomResponse]];
|
|
1003
|
-
var Body = [3, n0, _B, 0, [_OH], [0]];
|
|
1004
|
-
var ByteMatchStatement = [
|
|
1008
|
+
var AWSManagedRulesBotControlRuleSet$ = [3, n0, _AWSMRBCRS, 0, [_IL, _EML], [0, 2]];
|
|
1009
|
+
var BlockAction$ = [3, n0, _BA, 0, [_CR], [() => CustomResponse$]];
|
|
1010
|
+
var Body$ = [3, n0, _B, 0, [_OH], [0]];
|
|
1011
|
+
var ByteMatchStatement$ = [
|
|
1005
1012
|
3,
|
|
1006
1013
|
n0,
|
|
1007
1014
|
_BMS,
|
|
1008
1015
|
0,
|
|
1009
1016
|
[_SS, _FTM, _TT, _PC],
|
|
1010
|
-
[21, () => FieldToMatch
|
|
1017
|
+
[21, () => FieldToMatch$, () => TextTransformations, 0],
|
|
1011
1018
|
];
|
|
1012
|
-
var CaptchaAction = [3, n0, _CA, 0, [_CRH], [() => CustomRequestHandling]];
|
|
1013
|
-
var CaptchaConfig = [3, n0, _CC, 0, [_ITP], [() => ImmunityTimeProperty]];
|
|
1014
|
-
var CaptchaResponse = [3, n0, _CRa, 0, [_RC, _ST, _FR], [1, 1, 0]];
|
|
1015
|
-
var ChallengeAction = [3, n0, _CAh, 0, [_CRH], [() => CustomRequestHandling]];
|
|
1016
|
-
var ChallengeConfig = [3, n0, _CCh, 0, [_ITP], [() => ImmunityTimeProperty]];
|
|
1017
|
-
var ChallengeResponse = [3, n0, _CRh, 0, [_RC, _ST, _FR], [1, 1, 0]];
|
|
1018
|
-
var CheckCapacityRequest = [3, n0, _CCR, 0, [_Sc, _R], [0, () => Rules]];
|
|
1019
|
-
var CheckCapacityResponse = [3, n0, _CCRh, 0, [_C], [1]];
|
|
1020
|
-
var ClientSideAction = [
|
|
1019
|
+
var CaptchaAction$ = [3, n0, _CA, 0, [_CRH], [() => CustomRequestHandling$]];
|
|
1020
|
+
var CaptchaConfig$ = [3, n0, _CC, 0, [_ITP], [() => ImmunityTimeProperty$]];
|
|
1021
|
+
var CaptchaResponse$ = [3, n0, _CRa, 0, [_RC, _ST, _FR], [1, 1, 0]];
|
|
1022
|
+
var ChallengeAction$ = [3, n0, _CAh, 0, [_CRH], [() => CustomRequestHandling$]];
|
|
1023
|
+
var ChallengeConfig$ = [3, n0, _CCh, 0, [_ITP], [() => ImmunityTimeProperty$]];
|
|
1024
|
+
var ChallengeResponse$ = [3, n0, _CRh, 0, [_RC, _ST, _FR], [1, 1, 0]];
|
|
1025
|
+
var CheckCapacityRequest$ = [3, n0, _CCR, 0, [_Sc, _R], [0, () => Rules]];
|
|
1026
|
+
var CheckCapacityResponse$ = [3, n0, _CCRh, 0, [_C], [1]];
|
|
1027
|
+
var ClientSideAction$ = [
|
|
1021
1028
|
3,
|
|
1022
1029
|
n0,
|
|
1023
1030
|
_CSA,
|
|
@@ -1025,21 +1032,21 @@ var ClientSideAction = [
|
|
|
1025
1032
|
[_UOA, _Se, _EURE],
|
|
1026
1033
|
[0, 0, () => RegularExpressionList],
|
|
1027
1034
|
];
|
|
1028
|
-
var ClientSideActionConfig = [3, n0, _CSAC, 0, [_Ch], [() => ClientSideAction]];
|
|
1029
|
-
var Condition = [
|
|
1035
|
+
var ClientSideActionConfig$ = [3, n0, _CSAC, 0, [_Ch], [() => ClientSideAction$]];
|
|
1036
|
+
var Condition$ = [
|
|
1030
1037
|
3,
|
|
1031
1038
|
n0,
|
|
1032
1039
|
_Co,
|
|
1033
1040
|
0,
|
|
1034
1041
|
[_AC, _LNC],
|
|
1035
|
-
[() => ActionCondition
|
|
1042
|
+
[() => ActionCondition$, () => LabelNameCondition$],
|
|
1036
1043
|
];
|
|
1037
|
-
var CookieMatchPattern = [3, n0, _CMP, 0, [_Al, _IC, _EC], [() => All
|
|
1038
|
-
var Cookies = [3, n0, _Coo, 0, [_MP, _MS, _OH], [() => CookieMatchPattern
|
|
1039
|
-
var CountAction = [3, n0, _CAo, 0, [_CRH], [() => CustomRequestHandling]];
|
|
1040
|
-
var CreateAPIKeyRequest = [3, n0, _CAPIKR, 0, [_Sc, _TD], [0, 64 | 0]];
|
|
1041
|
-
var CreateAPIKeyResponse = [3, n0, _CAPIKRr, 0, [_APIK], [0]];
|
|
1042
|
-
var CreateIPSetRequest = [
|
|
1044
|
+
var CookieMatchPattern$ = [3, n0, _CMP, 0, [_Al, _IC, _EC], [() => All$, 64 | 0, 64 | 0]];
|
|
1045
|
+
var Cookies$ = [3, n0, _Coo, 0, [_MP, _MS, _OH], [() => CookieMatchPattern$, 0, 0]];
|
|
1046
|
+
var CountAction$ = [3, n0, _CAo, 0, [_CRH], [() => CustomRequestHandling$]];
|
|
1047
|
+
var CreateAPIKeyRequest$ = [3, n0, _CAPIKR, 0, [_Sc, _TD], [0, 64 | 0]];
|
|
1048
|
+
var CreateAPIKeyResponse$ = [3, n0, _CAPIKRr, 0, [_APIK], [0]];
|
|
1049
|
+
var CreateIPSetRequest$ = [
|
|
1043
1050
|
3,
|
|
1044
1051
|
n0,
|
|
1045
1052
|
_CIPSR,
|
|
@@ -1047,8 +1054,8 @@ var CreateIPSetRequest = [
|
|
|
1047
1054
|
[_N, _Sc, _D, _IPAV, _Ad, _T],
|
|
1048
1055
|
[0, 0, 0, 0, 64 | 0, () => TagList],
|
|
1049
1056
|
];
|
|
1050
|
-
var CreateIPSetResponse = [3, n0, _CIPSRr, 0, [_Su], [() => IPSetSummary]];
|
|
1051
|
-
var CreateRegexPatternSetRequest = [
|
|
1057
|
+
var CreateIPSetResponse$ = [3, n0, _CIPSRr, 0, [_Su], [() => IPSetSummary$]];
|
|
1058
|
+
var CreateRegexPatternSetRequest$ = [
|
|
1052
1059
|
3,
|
|
1053
1060
|
n0,
|
|
1054
1061
|
_CRPSR,
|
|
@@ -1056,24 +1063,24 @@ var CreateRegexPatternSetRequest = [
|
|
|
1056
1063
|
[_N, _Sc, _D, _REL, _T],
|
|
1057
1064
|
[0, 0, 0, () => RegularExpressionList, () => TagList],
|
|
1058
1065
|
];
|
|
1059
|
-
var CreateRegexPatternSetResponse = [
|
|
1066
|
+
var CreateRegexPatternSetResponse$ = [
|
|
1060
1067
|
3,
|
|
1061
1068
|
n0,
|
|
1062
1069
|
_CRPSRr,
|
|
1063
1070
|
0,
|
|
1064
1071
|
[_Su],
|
|
1065
|
-
[() => RegexPatternSetSummary],
|
|
1072
|
+
[() => RegexPatternSetSummary$],
|
|
1066
1073
|
];
|
|
1067
|
-
var CreateRuleGroupRequest = [
|
|
1074
|
+
var CreateRuleGroupRequest$ = [
|
|
1068
1075
|
3,
|
|
1069
1076
|
n0,
|
|
1070
1077
|
_CRGR,
|
|
1071
1078
|
0,
|
|
1072
1079
|
[_N, _Sc, _C, _D, _R, _VC, _T, _CRB],
|
|
1073
|
-
[0, 0, 1, 0, () => Rules, () => VisibilityConfig
|
|
1080
|
+
[0, 0, 1, 0, () => Rules, () => VisibilityConfig$, () => TagList, () => CustomResponseBodies],
|
|
1074
1081
|
];
|
|
1075
|
-
var CreateRuleGroupResponse = [3, n0, _CRGRr, 0, [_Su], [() => RuleGroupSummary]];
|
|
1076
|
-
var CreateWebACLRequest = [
|
|
1082
|
+
var CreateRuleGroupResponse$ = [3, n0, _CRGRr, 0, [_Su], [() => RuleGroupSummary$]];
|
|
1083
|
+
var CreateWebACLRequest$ = [
|
|
1077
1084
|
3,
|
|
1078
1085
|
n0,
|
|
1079
1086
|
_CWACLR,
|
|
@@ -1082,39 +1089,46 @@ var CreateWebACLRequest = [
|
|
|
1082
1089
|
[
|
|
1083
1090
|
0,
|
|
1084
1091
|
0,
|
|
1085
|
-
() => DefaultAction
|
|
1092
|
+
() => DefaultAction$,
|
|
1086
1093
|
0,
|
|
1087
1094
|
() => Rules,
|
|
1088
|
-
() => VisibilityConfig
|
|
1089
|
-
() => DataProtectionConfig
|
|
1095
|
+
() => VisibilityConfig$,
|
|
1096
|
+
() => DataProtectionConfig$,
|
|
1090
1097
|
() => TagList,
|
|
1091
1098
|
() => CustomResponseBodies,
|
|
1092
|
-
() => CaptchaConfig
|
|
1093
|
-
() => ChallengeConfig
|
|
1099
|
+
() => CaptchaConfig$,
|
|
1100
|
+
() => ChallengeConfig$,
|
|
1094
1101
|
64 | 0,
|
|
1095
|
-
() => AssociationConfig
|
|
1096
|
-
() => OnSourceDDoSProtectionConfig
|
|
1097
|
-
() => ApplicationConfig
|
|
1102
|
+
() => AssociationConfig$,
|
|
1103
|
+
() => OnSourceDDoSProtectionConfig$,
|
|
1104
|
+
() => ApplicationConfig$,
|
|
1098
1105
|
],
|
|
1099
1106
|
];
|
|
1100
|
-
var CreateWebACLResponse = [3, n0, _CWACLRr, 0, [_Su], [() => WebACLSummary]];
|
|
1101
|
-
var CustomHTTPHeader = [3, n0, _CHTTPH, 0, [_N, _Val], [0, 0]];
|
|
1102
|
-
var CustomRequestHandling = [3, n0, _CRH, 0, [_IH], [() => CustomHTTPHeaders]];
|
|
1103
|
-
var CustomResponse = [3, n0, _CR, 0, [_RC, _CRBK, _RH], [1, 0, () => CustomHTTPHeaders]];
|
|
1104
|
-
var CustomResponseBody = [3, n0, _CRBu, 0, [_CTo, _Con], [0, 0]];
|
|
1105
|
-
var DataProtection = [
|
|
1107
|
+
var CreateWebACLResponse$ = [3, n0, _CWACLRr, 0, [_Su], [() => WebACLSummary$]];
|
|
1108
|
+
var CustomHTTPHeader$ = [3, n0, _CHTTPH, 0, [_N, _Val], [0, 0]];
|
|
1109
|
+
var CustomRequestHandling$ = [3, n0, _CRH, 0, [_IH], [() => CustomHTTPHeaders]];
|
|
1110
|
+
var CustomResponse$ = [3, n0, _CR, 0, [_RC, _CRBK, _RH], [1, 0, () => CustomHTTPHeaders]];
|
|
1111
|
+
var CustomResponseBody$ = [3, n0, _CRBu, 0, [_CTo, _Con], [0, 0]];
|
|
1112
|
+
var DataProtection$ = [
|
|
1106
1113
|
3,
|
|
1107
1114
|
n0,
|
|
1108
1115
|
_DP,
|
|
1109
1116
|
0,
|
|
1110
1117
|
[_F, _A, _ERMD, _ERBD],
|
|
1111
|
-
[() => FieldToProtect
|
|
1118
|
+
[() => FieldToProtect$, 0, 2, 2],
|
|
1112
1119
|
];
|
|
1113
|
-
var DataProtectionConfig = [3, n0, _DPC, 0, [_DPa], [() => DataProtections]];
|
|
1114
|
-
var DefaultAction = [
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1120
|
+
var DataProtectionConfig$ = [3, n0, _DPC, 0, [_DPa], [() => DataProtections]];
|
|
1121
|
+
var DefaultAction$ = [
|
|
1122
|
+
3,
|
|
1123
|
+
n0,
|
|
1124
|
+
_DA,
|
|
1125
|
+
0,
|
|
1126
|
+
[_Bl, _All],
|
|
1127
|
+
[() => BlockAction$, () => AllowAction$],
|
|
1128
|
+
];
|
|
1129
|
+
var DeleteAPIKeyRequest$ = [3, n0, _DAPIKR, 0, [_Sc, _APIK], [0, 0]];
|
|
1130
|
+
var DeleteAPIKeyResponse$ = [3, n0, _DAPIKRe, 0, [], []];
|
|
1131
|
+
var DeleteFirewallManagerRuleGroupsRequest$ = [
|
|
1118
1132
|
3,
|
|
1119
1133
|
n0,
|
|
1120
1134
|
_DFMRGR,
|
|
@@ -1122,21 +1136,21 @@ var DeleteFirewallManagerRuleGroupsRequest = [
|
|
|
1122
1136
|
[_WACLA, _WACLLT],
|
|
1123
1137
|
[0, 0],
|
|
1124
1138
|
];
|
|
1125
|
-
var DeleteFirewallManagerRuleGroupsResponse = [3, n0, _DFMRGRe, 0, [_NWACLLT], [0]];
|
|
1126
|
-
var DeleteIPSetRequest = [3, n0, _DIPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
|
|
1127
|
-
var DeleteIPSetResponse = [3, n0, _DIPSRe, 0, [], []];
|
|
1128
|
-
var DeleteLoggingConfigurationRequest = [3, n0, _DLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
|
|
1129
|
-
var DeleteLoggingConfigurationResponse = [3, n0, _DLCRe, 0, [], []];
|
|
1130
|
-
var DeletePermissionPolicyRequest = [3, n0, _DPPR, 0, [_RA], [0]];
|
|
1131
|
-
var DeletePermissionPolicyResponse = [3, n0, _DPPRe, 0, [], []];
|
|
1132
|
-
var DeleteRegexPatternSetRequest = [3, n0, _DRPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
|
|
1133
|
-
var DeleteRegexPatternSetResponse = [3, n0, _DRPSRe, 0, [], []];
|
|
1134
|
-
var DeleteRuleGroupRequest = [3, n0, _DRGR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
|
|
1135
|
-
var DeleteRuleGroupResponse = [3, n0, _DRGRe, 0, [], []];
|
|
1136
|
-
var DeleteWebACLRequest = [3, n0, _DWACLR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
|
|
1137
|
-
var DeleteWebACLResponse = [3, n0, _DWACLRe, 0, [], []];
|
|
1138
|
-
var DescribeAllManagedProductsRequest = [3, n0, _DAMPR, 0, [_Sc], [0]];
|
|
1139
|
-
var DescribeAllManagedProductsResponse = [
|
|
1139
|
+
var DeleteFirewallManagerRuleGroupsResponse$ = [3, n0, _DFMRGRe, 0, [_NWACLLT], [0]];
|
|
1140
|
+
var DeleteIPSetRequest$ = [3, n0, _DIPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
|
|
1141
|
+
var DeleteIPSetResponse$ = [3, n0, _DIPSRe, 0, [], []];
|
|
1142
|
+
var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
|
|
1143
|
+
var DeleteLoggingConfigurationResponse$ = [3, n0, _DLCRe, 0, [], []];
|
|
1144
|
+
var DeletePermissionPolicyRequest$ = [3, n0, _DPPR, 0, [_RA], [0]];
|
|
1145
|
+
var DeletePermissionPolicyResponse$ = [3, n0, _DPPRe, 0, [], []];
|
|
1146
|
+
var DeleteRegexPatternSetRequest$ = [3, n0, _DRPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
|
|
1147
|
+
var DeleteRegexPatternSetResponse$ = [3, n0, _DRPSRe, 0, [], []];
|
|
1148
|
+
var DeleteRuleGroupRequest$ = [3, n0, _DRGR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
|
|
1149
|
+
var DeleteRuleGroupResponse$ = [3, n0, _DRGRe, 0, [], []];
|
|
1150
|
+
var DeleteWebACLRequest$ = [3, n0, _DWACLR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
|
|
1151
|
+
var DeleteWebACLResponse$ = [3, n0, _DWACLRe, 0, [], []];
|
|
1152
|
+
var DescribeAllManagedProductsRequest$ = [3, n0, _DAMPR, 0, [_Sc], [0]];
|
|
1153
|
+
var DescribeAllManagedProductsResponse$ = [
|
|
1140
1154
|
3,
|
|
1141
1155
|
n0,
|
|
1142
1156
|
_DAMPRe,
|
|
@@ -1144,8 +1158,8 @@ var DescribeAllManagedProductsResponse = [
|
|
|
1144
1158
|
[_MPa],
|
|
1145
1159
|
[() => ManagedProductDescriptors],
|
|
1146
1160
|
];
|
|
1147
|
-
var DescribeManagedProductsByVendorRequest = [3, n0, _DMPBVR, 0, [_VN, _Sc], [0, 0]];
|
|
1148
|
-
var DescribeManagedProductsByVendorResponse = [
|
|
1161
|
+
var DescribeManagedProductsByVendorRequest$ = [3, n0, _DMPBVR, 0, [_VN, _Sc], [0, 0]];
|
|
1162
|
+
var DescribeManagedProductsByVendorResponse$ = [
|
|
1149
1163
|
3,
|
|
1150
1164
|
n0,
|
|
1151
1165
|
_DMPBVRe,
|
|
@@ -1153,7 +1167,7 @@ var DescribeManagedProductsByVendorResponse = [
|
|
|
1153
1167
|
[_MPa],
|
|
1154
1168
|
[() => ManagedProductDescriptors],
|
|
1155
1169
|
];
|
|
1156
|
-
var DescribeManagedRuleGroupRequest = [
|
|
1170
|
+
var DescribeManagedRuleGroupRequest$ = [
|
|
1157
1171
|
3,
|
|
1158
1172
|
n0,
|
|
1159
1173
|
_DMRGR,
|
|
@@ -1161,7 +1175,7 @@ var DescribeManagedRuleGroupRequest = [
|
|
|
1161
1175
|
[_VN, _N, _Sc, _VNe],
|
|
1162
1176
|
[0, 0, 0, 0],
|
|
1163
1177
|
];
|
|
1164
|
-
var DescribeManagedRuleGroupResponse = [
|
|
1178
|
+
var DescribeManagedRuleGroupResponse$ = [
|
|
1165
1179
|
3,
|
|
1166
1180
|
n0,
|
|
1167
1181
|
_DMRGRe,
|
|
@@ -1169,90 +1183,90 @@ var DescribeManagedRuleGroupResponse = [
|
|
|
1169
1183
|
[_VNe, _STA, _C, _R, _LN, _ALv, _CL],
|
|
1170
1184
|
[0, 0, 1, () => RuleSummaries, 0, () => LabelSummaries, () => LabelSummaries],
|
|
1171
1185
|
];
|
|
1172
|
-
var DisallowedFeature = [3, n0, _DF, 0, [_Fe, _RPPe], [0, 0]];
|
|
1173
|
-
var DisassociateWebACLRequest = [3, n0, _DWACLRi, 0, [_RA], [0]];
|
|
1174
|
-
var DisassociateWebACLResponse = [3, n0, _DWACLRis, 0, [], []];
|
|
1175
|
-
var EmailField = [3, n0, _EF, 0, [_I], [0]];
|
|
1176
|
-
var ExcludedRule = [3, n0, _ER, 0, [_N], [0]];
|
|
1177
|
-
var FieldToMatch = [
|
|
1186
|
+
var DisallowedFeature$ = [3, n0, _DF, 0, [_Fe, _RPPe], [0, 0]];
|
|
1187
|
+
var DisassociateWebACLRequest$ = [3, n0, _DWACLRi, 0, [_RA], [0]];
|
|
1188
|
+
var DisassociateWebACLResponse$ = [3, n0, _DWACLRis, 0, [], []];
|
|
1189
|
+
var EmailField$ = [3, n0, _EF, 0, [_I], [0]];
|
|
1190
|
+
var ExcludedRule$ = [3, n0, _ER, 0, [_N], [0]];
|
|
1191
|
+
var FieldToMatch$ = [
|
|
1178
1192
|
3,
|
|
1179
1193
|
n0,
|
|
1180
1194
|
_FTM,
|
|
1181
1195
|
0,
|
|
1182
1196
|
[_SH, _SQA, _AQA, _UP, _QS, _B, _M, _JB, _H, _Coo, _HO, _JAF, _JAFi, _UF],
|
|
1183
1197
|
[
|
|
1184
|
-
() => SingleHeader
|
|
1185
|
-
() => SingleQueryArgument
|
|
1186
|
-
() => AllQueryArguments
|
|
1187
|
-
() => UriPath
|
|
1188
|
-
() => QueryString
|
|
1189
|
-
() => Body
|
|
1190
|
-
() => Method
|
|
1191
|
-
() => JsonBody
|
|
1192
|
-
() => Headers
|
|
1193
|
-
() => Cookies
|
|
1194
|
-
() => HeaderOrder
|
|
1195
|
-
() => JA3Fingerprint
|
|
1196
|
-
() => JA4Fingerprint
|
|
1197
|
-
() => UriFragment
|
|
1198
|
+
() => SingleHeader$,
|
|
1199
|
+
() => SingleQueryArgument$,
|
|
1200
|
+
() => AllQueryArguments$,
|
|
1201
|
+
() => UriPath$,
|
|
1202
|
+
() => QueryString$,
|
|
1203
|
+
() => Body$,
|
|
1204
|
+
() => Method$,
|
|
1205
|
+
() => JsonBody$,
|
|
1206
|
+
() => Headers$,
|
|
1207
|
+
() => Cookies$,
|
|
1208
|
+
() => HeaderOrder$,
|
|
1209
|
+
() => JA3Fingerprint$,
|
|
1210
|
+
() => JA4Fingerprint$,
|
|
1211
|
+
() => UriFragment$,
|
|
1198
1212
|
],
|
|
1199
1213
|
];
|
|
1200
|
-
var FieldToProtect = [3, n0, _FTP, 0, [_FT, _FK], [0, 64 | 0]];
|
|
1201
|
-
var Filter = [3, n0, _Fi, 0, [_Be, _Re, _Cond], [0, 0, () => Conditions]];
|
|
1202
|
-
var FirewallManagerRuleGroup = [
|
|
1214
|
+
var FieldToProtect$ = [3, n0, _FTP, 0, [_FT, _FK], [0, 64 | 0]];
|
|
1215
|
+
var Filter$ = [3, n0, _Fi, 0, [_Be, _Re, _Cond], [0, 0, () => Conditions]];
|
|
1216
|
+
var FirewallManagerRuleGroup$ = [
|
|
1203
1217
|
3,
|
|
1204
1218
|
n0,
|
|
1205
1219
|
_FMRG,
|
|
1206
1220
|
0,
|
|
1207
1221
|
[_N, _P, _FMS, _OA, _VC],
|
|
1208
|
-
[0, 1, () => FirewallManagerStatement
|
|
1222
|
+
[0, 1, () => FirewallManagerStatement$, () => OverrideAction$, () => VisibilityConfig$],
|
|
1209
1223
|
];
|
|
1210
|
-
var FirewallManagerStatement = [
|
|
1224
|
+
var FirewallManagerStatement$ = [
|
|
1211
1225
|
3,
|
|
1212
1226
|
n0,
|
|
1213
1227
|
_FMS,
|
|
1214
1228
|
0,
|
|
1215
1229
|
[_MRGS, _RGRS],
|
|
1216
|
-
[() => ManagedRuleGroupStatement
|
|
1230
|
+
[() => ManagedRuleGroupStatement$, () => RuleGroupReferenceStatement$],
|
|
1217
1231
|
];
|
|
1218
|
-
var ForwardedIPConfig = [3, n0, _FIPC, 0, [_HN, _FB], [0, 0]];
|
|
1219
|
-
var GenerateMobileSdkReleaseUrlRequest = [3, n0, _GMSRUR, 0, [_Pl, _RV], [0, 0]];
|
|
1220
|
-
var GenerateMobileSdkReleaseUrlResponse = [3, n0, _GMSRURe, 0, [_U], [0]];
|
|
1221
|
-
var GeoMatchStatement = [
|
|
1232
|
+
var ForwardedIPConfig$ = [3, n0, _FIPC, 0, [_HN, _FB], [0, 0]];
|
|
1233
|
+
var GenerateMobileSdkReleaseUrlRequest$ = [3, n0, _GMSRUR, 0, [_Pl, _RV], [0, 0]];
|
|
1234
|
+
var GenerateMobileSdkReleaseUrlResponse$ = [3, n0, _GMSRURe, 0, [_U], [0]];
|
|
1235
|
+
var GeoMatchStatement$ = [
|
|
1222
1236
|
3,
|
|
1223
1237
|
n0,
|
|
1224
1238
|
_GMS,
|
|
1225
1239
|
0,
|
|
1226
1240
|
[_CCo, _FIPC],
|
|
1227
|
-
[64 | 0, () => ForwardedIPConfig],
|
|
1241
|
+
[64 | 0, () => ForwardedIPConfig$],
|
|
1228
1242
|
];
|
|
1229
|
-
var GetDecryptedAPIKeyRequest = [3, n0, _GDAPIKR, 0, [_Sc, _APIK], [0, 0]];
|
|
1230
|
-
var GetDecryptedAPIKeyResponse = [3, n0, _GDAPIKRe, 0, [_TD, _CT], [64 | 0, 4]];
|
|
1231
|
-
var GetIPSetRequest = [3, n0, _GIPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
|
|
1232
|
-
var GetIPSetResponse = [3, n0, _GIPSRe, 0, [_IPS, _LT], [() => IPSet
|
|
1233
|
-
var GetLoggingConfigurationRequest = [3, n0, _GLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
|
|
1234
|
-
var GetLoggingConfigurationResponse = [
|
|
1243
|
+
var GetDecryptedAPIKeyRequest$ = [3, n0, _GDAPIKR, 0, [_Sc, _APIK], [0, 0]];
|
|
1244
|
+
var GetDecryptedAPIKeyResponse$ = [3, n0, _GDAPIKRe, 0, [_TD, _CT], [64 | 0, 4]];
|
|
1245
|
+
var GetIPSetRequest$ = [3, n0, _GIPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
|
|
1246
|
+
var GetIPSetResponse$ = [3, n0, _GIPSRe, 0, [_IPS, _LT], [() => IPSet$, 0]];
|
|
1247
|
+
var GetLoggingConfigurationRequest$ = [3, n0, _GLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
|
|
1248
|
+
var GetLoggingConfigurationResponse$ = [
|
|
1235
1249
|
3,
|
|
1236
1250
|
n0,
|
|
1237
1251
|
_GLCRe,
|
|
1238
1252
|
0,
|
|
1239
1253
|
[_LC],
|
|
1240
|
-
[() => LoggingConfiguration],
|
|
1254
|
+
[() => LoggingConfiguration$],
|
|
1241
1255
|
];
|
|
1242
|
-
var GetManagedRuleSetRequest = [3, n0, _GMRSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
|
|
1243
|
-
var GetManagedRuleSetResponse = [
|
|
1256
|
+
var GetManagedRuleSetRequest$ = [3, n0, _GMRSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
|
|
1257
|
+
var GetManagedRuleSetResponse$ = [
|
|
1244
1258
|
3,
|
|
1245
1259
|
n0,
|
|
1246
1260
|
_GMRSRe,
|
|
1247
1261
|
0,
|
|
1248
1262
|
[_MRS, _LT],
|
|
1249
|
-
[() => ManagedRuleSet
|
|
1263
|
+
[() => ManagedRuleSet$, 0],
|
|
1250
1264
|
];
|
|
1251
|
-
var GetMobileSdkReleaseRequest = [3, n0, _GMSRR, 0, [_Pl, _RV], [0, 0]];
|
|
1252
|
-
var GetMobileSdkReleaseResponse = [3, n0, _GMSRRe, 0, [_MSR], [() => MobileSdkRelease]];
|
|
1253
|
-
var GetPermissionPolicyRequest = [3, n0, _GPPR, 0, [_RA], [0]];
|
|
1254
|
-
var GetPermissionPolicyResponse = [3, n0, _GPPRe, 0, [_Po], [0]];
|
|
1255
|
-
var GetRateBasedStatementManagedKeysRequest = [
|
|
1265
|
+
var GetMobileSdkReleaseRequest$ = [3, n0, _GMSRR, 0, [_Pl, _RV], [0, 0]];
|
|
1266
|
+
var GetMobileSdkReleaseResponse$ = [3, n0, _GMSRRe, 0, [_MSR], [() => MobileSdkRelease$]];
|
|
1267
|
+
var GetPermissionPolicyRequest$ = [3, n0, _GPPR, 0, [_RA], [0]];
|
|
1268
|
+
var GetPermissionPolicyResponse$ = [3, n0, _GPPRe, 0, [_Po], [0]];
|
|
1269
|
+
var GetRateBasedStatementManagedKeysRequest$ = [
|
|
1256
1270
|
3,
|
|
1257
1271
|
n0,
|
|
1258
1272
|
_GRBSMKR,
|
|
@@ -1260,50 +1274,64 @@ var GetRateBasedStatementManagedKeysRequest = [
|
|
|
1260
1274
|
[_Sc, _WACLN, _WACLI, _RGRN, _RN],
|
|
1261
1275
|
[0, 0, 0, 0, 0],
|
|
1262
1276
|
];
|
|
1263
|
-
var GetRateBasedStatementManagedKeysResponse = [
|
|
1277
|
+
var GetRateBasedStatementManagedKeysResponse$ = [
|
|
1264
1278
|
3,
|
|
1265
1279
|
n0,
|
|
1266
1280
|
_GRBSMKRe,
|
|
1267
1281
|
0,
|
|
1268
1282
|
[_MKIPV, _MKIPVa],
|
|
1269
|
-
[() => RateBasedStatementManagedKeysIPSet
|
|
1283
|
+
[() => RateBasedStatementManagedKeysIPSet$, () => RateBasedStatementManagedKeysIPSet$],
|
|
1270
1284
|
];
|
|
1271
|
-
var GetRegexPatternSetRequest = [3, n0, _GRPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
|
|
1272
|
-
var GetRegexPatternSetResponse = [
|
|
1285
|
+
var GetRegexPatternSetRequest$ = [3, n0, _GRPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
|
|
1286
|
+
var GetRegexPatternSetResponse$ = [
|
|
1273
1287
|
3,
|
|
1274
1288
|
n0,
|
|
1275
1289
|
_GRPSRe,
|
|
1276
1290
|
0,
|
|
1277
1291
|
[_RPS, _LT],
|
|
1278
|
-
[() => RegexPatternSet
|
|
1292
|
+
[() => RegexPatternSet$, 0],
|
|
1279
1293
|
];
|
|
1280
|
-
var GetRuleGroupRequest = [3, n0, _GRGR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
|
|
1281
|
-
var GetRuleGroupResponse = [3, n0, _GRGRe, 0, [_RG, _LT], [() => RuleGroup
|
|
1282
|
-
var GetSampledRequestsRequest = [
|
|
1294
|
+
var GetRuleGroupRequest$ = [3, n0, _GRGR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
|
|
1295
|
+
var GetRuleGroupResponse$ = [3, n0, _GRGRe, 0, [_RG, _LT], [() => RuleGroup$, 0]];
|
|
1296
|
+
var GetSampledRequestsRequest$ = [
|
|
1283
1297
|
3,
|
|
1284
1298
|
n0,
|
|
1285
1299
|
_GSRR,
|
|
1286
1300
|
0,
|
|
1287
1301
|
[_WAA, _RMN, _Sc, _TW, _MI],
|
|
1288
|
-
[0, 0, 0, () => TimeWindow
|
|
1302
|
+
[0, 0, 0, () => TimeWindow$, 1],
|
|
1289
1303
|
];
|
|
1290
|
-
var GetSampledRequestsResponse = [
|
|
1304
|
+
var GetSampledRequestsResponse$ = [
|
|
1291
1305
|
3,
|
|
1292
1306
|
n0,
|
|
1293
1307
|
_GSRRe,
|
|
1294
1308
|
0,
|
|
1295
1309
|
[_SR, _PS, _TW],
|
|
1296
|
-
[() => SampledHTTPRequests, 1, () => TimeWindow],
|
|
1310
|
+
[() => SampledHTTPRequests, 1, () => TimeWindow$],
|
|
1311
|
+
];
|
|
1312
|
+
var GetWebACLForResourceRequest$ = [3, n0, _GWACLFRR, 0, [_RA], [0]];
|
|
1313
|
+
var GetWebACLForResourceResponse$ = [3, n0, _GWACLFRRe, 0, [_WACL], [() => WebACL$]];
|
|
1314
|
+
var GetWebACLRequest$ = [3, n0, _GWACLR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
|
|
1315
|
+
var GetWebACLResponse$ = [
|
|
1316
|
+
3,
|
|
1317
|
+
n0,
|
|
1318
|
+
_GWACLRe,
|
|
1319
|
+
0,
|
|
1320
|
+
[_WACL, _LT, _AIURL],
|
|
1321
|
+
[() => WebACL$, 0, 0],
|
|
1322
|
+
];
|
|
1323
|
+
var HeaderMatchPattern$ = [
|
|
1324
|
+
3,
|
|
1325
|
+
n0,
|
|
1326
|
+
_HMP,
|
|
1327
|
+
0,
|
|
1328
|
+
[_Al, _IHn, _EH],
|
|
1329
|
+
[() => All$, 64 | 0, 64 | 0],
|
|
1297
1330
|
];
|
|
1298
|
-
var
|
|
1299
|
-
var
|
|
1300
|
-
var
|
|
1301
|
-
var
|
|
1302
|
-
var HeaderMatchPattern = [3, n0, _HMP, 0, [_Al, _IHn, _EH], [() => All, 64 | 0, 64 | 0]];
|
|
1303
|
-
var HeaderOrder = [3, n0, _HO, 0, [_OH], [0]];
|
|
1304
|
-
var Headers = [3, n0, _H, 0, [_MP, _MS, _OH], [() => HeaderMatchPattern, 0, 0]];
|
|
1305
|
-
var HTTPHeader = [3, n0, _HTTPH, 0, [_N, _Val], [0, 0]];
|
|
1306
|
-
var HTTPRequest = [
|
|
1331
|
+
var HeaderOrder$ = [3, n0, _HO, 0, [_OH], [0]];
|
|
1332
|
+
var Headers$ = [3, n0, _H, 0, [_MP, _MS, _OH], [() => HeaderMatchPattern$, 0, 0]];
|
|
1333
|
+
var HTTPHeader$ = [3, n0, _HTTPH, 0, [_N, _Val], [0, 0]];
|
|
1334
|
+
var HTTPRequest$ = [
|
|
1307
1335
|
3,
|
|
1308
1336
|
n0,
|
|
1309
1337
|
_HTTPR,
|
|
@@ -1311,28 +1339,35 @@ var HTTPRequest = [
|
|
|
1311
1339
|
[_CIP, _Cou, _URI, _M, _HTTPV, _H],
|
|
1312
1340
|
[0, 0, 0, 0, 0, () => HTTPHeaders],
|
|
1313
1341
|
];
|
|
1314
|
-
var ImmunityTimeProperty = [3, n0, _ITP, 0, [_IT], [1]];
|
|
1315
|
-
var IPSet = [3, n0, _IPS, 0, [_N, _Id, _ARN, _D, _IPAV, _Ad], [0, 0, 0, 0, 0, 64 | 0]];
|
|
1316
|
-
var IPSetForwardedIPConfig = [3, n0, _IPSFIPC, 0, [_HN, _FB, _Pos], [0, 0, 0]];
|
|
1317
|
-
var IPSetReferenceStatement = [
|
|
1342
|
+
var ImmunityTimeProperty$ = [3, n0, _ITP, 0, [_IT], [1]];
|
|
1343
|
+
var IPSet$ = [3, n0, _IPS, 0, [_N, _Id, _ARN, _D, _IPAV, _Ad], [0, 0, 0, 0, 0, 64 | 0]];
|
|
1344
|
+
var IPSetForwardedIPConfig$ = [3, n0, _IPSFIPC, 0, [_HN, _FB, _Pos], [0, 0, 0]];
|
|
1345
|
+
var IPSetReferenceStatement$ = [
|
|
1318
1346
|
3,
|
|
1319
1347
|
n0,
|
|
1320
1348
|
_IPSRS,
|
|
1321
1349
|
0,
|
|
1322
1350
|
[_ARN, _IPSFIPC],
|
|
1323
|
-
[0, () => IPSetForwardedIPConfig],
|
|
1351
|
+
[0, () => IPSetForwardedIPConfig$],
|
|
1352
|
+
];
|
|
1353
|
+
var IPSetSummary$ = [3, n0, _IPSS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
|
|
1354
|
+
var JA3Fingerprint$ = [3, n0, _JAF, 0, [_FB], [0]];
|
|
1355
|
+
var JA4Fingerprint$ = [3, n0, _JAFi, 0, [_FB], [0]];
|
|
1356
|
+
var JsonBody$ = [
|
|
1357
|
+
3,
|
|
1358
|
+
n0,
|
|
1359
|
+
_JB,
|
|
1360
|
+
0,
|
|
1361
|
+
[_MP, _MS, _IFB, _OH],
|
|
1362
|
+
[() => JsonMatchPattern$, 0, 0, 0],
|
|
1324
1363
|
];
|
|
1325
|
-
var
|
|
1326
|
-
var
|
|
1327
|
-
var
|
|
1328
|
-
var
|
|
1329
|
-
var
|
|
1330
|
-
var
|
|
1331
|
-
var
|
|
1332
|
-
var LabelNameCondition = [3, n0, _LNC, 0, [_LNa], [0]];
|
|
1333
|
-
var LabelSummary = [3, n0, _LSa, 0, [_N], [0]];
|
|
1334
|
-
var ListAPIKeysRequest = [3, n0, _LAPIKR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1335
|
-
var ListAPIKeysResponse = [
|
|
1364
|
+
var JsonMatchPattern$ = [3, n0, _JMP, 0, [_Al, _IP], [() => All$, 64 | 0]];
|
|
1365
|
+
var Label$ = [3, n0, _L, 0, [_N], [0]];
|
|
1366
|
+
var LabelMatchStatement$ = [3, n0, _LMS, 0, [_Sc, _K], [0, 0]];
|
|
1367
|
+
var LabelNameCondition$ = [3, n0, _LNC, 0, [_LNa], [0]];
|
|
1368
|
+
var LabelSummary$ = [3, n0, _LSa, 0, [_N], [0]];
|
|
1369
|
+
var ListAPIKeysRequest$ = [3, n0, _LAPIKR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1370
|
+
var ListAPIKeysResponse$ = [
|
|
1336
1371
|
3,
|
|
1337
1372
|
n0,
|
|
1338
1373
|
_LAPIKRi,
|
|
@@ -1340,7 +1375,7 @@ var ListAPIKeysResponse = [
|
|
|
1340
1375
|
[_NM, _APIKSe, _AIURL],
|
|
1341
1376
|
[0, () => APIKeySummaries, 0],
|
|
1342
1377
|
];
|
|
1343
|
-
var ListAvailableManagedRuleGroupsRequest = [
|
|
1378
|
+
var ListAvailableManagedRuleGroupsRequest$ = [
|
|
1344
1379
|
3,
|
|
1345
1380
|
n0,
|
|
1346
1381
|
_LAMRGR,
|
|
@@ -1348,7 +1383,7 @@ var ListAvailableManagedRuleGroupsRequest = [
|
|
|
1348
1383
|
[_Sc, _NM, _Li],
|
|
1349
1384
|
[0, 0, 1],
|
|
1350
1385
|
];
|
|
1351
|
-
var ListAvailableManagedRuleGroupsResponse = [
|
|
1386
|
+
var ListAvailableManagedRuleGroupsResponse$ = [
|
|
1352
1387
|
3,
|
|
1353
1388
|
n0,
|
|
1354
1389
|
_LAMRGRi,
|
|
@@ -1356,7 +1391,7 @@ var ListAvailableManagedRuleGroupsResponse = [
|
|
|
1356
1391
|
[_NM, _MRG],
|
|
1357
1392
|
[0, () => ManagedRuleGroupSummaries],
|
|
1358
1393
|
];
|
|
1359
|
-
var ListAvailableManagedRuleGroupVersionsRequest = [
|
|
1394
|
+
var ListAvailableManagedRuleGroupVersionsRequest$ = [
|
|
1360
1395
|
3,
|
|
1361
1396
|
n0,
|
|
1362
1397
|
_LAMRGVR,
|
|
@@ -1364,7 +1399,7 @@ var ListAvailableManagedRuleGroupVersionsRequest = [
|
|
|
1364
1399
|
[_VN, _N, _Sc, _NM, _Li],
|
|
1365
1400
|
[0, 0, 0, 0, 1],
|
|
1366
1401
|
];
|
|
1367
|
-
var ListAvailableManagedRuleGroupVersionsResponse = [
|
|
1402
|
+
var ListAvailableManagedRuleGroupVersionsResponse$ = [
|
|
1368
1403
|
3,
|
|
1369
1404
|
n0,
|
|
1370
1405
|
_LAMRGVRi,
|
|
@@ -1372,9 +1407,9 @@ var ListAvailableManagedRuleGroupVersionsResponse = [
|
|
|
1372
1407
|
[_NM, _Ve, _CDV],
|
|
1373
1408
|
[0, () => ManagedRuleGroupVersions, 0],
|
|
1374
1409
|
];
|
|
1375
|
-
var ListIPSetsRequest = [3, n0, _LIPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1376
|
-
var ListIPSetsResponse = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
|
|
1377
|
-
var ListLoggingConfigurationsRequest = [
|
|
1410
|
+
var ListIPSetsRequest$ = [3, n0, _LIPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1411
|
+
var ListIPSetsResponse$ = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
|
|
1412
|
+
var ListLoggingConfigurationsRequest$ = [
|
|
1378
1413
|
3,
|
|
1379
1414
|
n0,
|
|
1380
1415
|
_LLCR,
|
|
@@ -1382,7 +1417,7 @@ var ListLoggingConfigurationsRequest = [
|
|
|
1382
1417
|
[_Sc, _NM, _Li, _LS],
|
|
1383
1418
|
[0, 0, 1, 0],
|
|
1384
1419
|
];
|
|
1385
|
-
var ListLoggingConfigurationsResponse = [
|
|
1420
|
+
var ListLoggingConfigurationsResponse$ = [
|
|
1386
1421
|
3,
|
|
1387
1422
|
n0,
|
|
1388
1423
|
_LLCRi,
|
|
@@ -1390,8 +1425,8 @@ var ListLoggingConfigurationsResponse = [
|
|
|
1390
1425
|
[_LCo, _NM],
|
|
1391
1426
|
[() => LoggingConfigurations, 0],
|
|
1392
1427
|
];
|
|
1393
|
-
var ListManagedRuleSetsRequest = [3, n0, _LMRSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1394
|
-
var ListManagedRuleSetsResponse = [
|
|
1428
|
+
var ListManagedRuleSetsRequest$ = [3, n0, _LMRSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1429
|
+
var ListManagedRuleSetsResponse$ = [
|
|
1395
1430
|
3,
|
|
1396
1431
|
n0,
|
|
1397
1432
|
_LMRSRi,
|
|
@@ -1399,8 +1434,8 @@ var ListManagedRuleSetsResponse = [
|
|
|
1399
1434
|
[_NM, _MRSa],
|
|
1400
1435
|
[0, () => ManagedRuleSetSummaries],
|
|
1401
1436
|
];
|
|
1402
|
-
var ListMobileSdkReleasesRequest = [3, n0, _LMSRR, 0, [_Pl, _NM, _Li], [0, 0, 1]];
|
|
1403
|
-
var ListMobileSdkReleasesResponse = [
|
|
1437
|
+
var ListMobileSdkReleasesRequest$ = [3, n0, _LMSRR, 0, [_Pl, _NM, _Li], [0, 0, 1]];
|
|
1438
|
+
var ListMobileSdkReleasesResponse$ = [
|
|
1404
1439
|
3,
|
|
1405
1440
|
n0,
|
|
1406
1441
|
_LMSRRi,
|
|
@@ -1408,8 +1443,8 @@ var ListMobileSdkReleasesResponse = [
|
|
|
1408
1443
|
[_RS, _NM],
|
|
1409
1444
|
[() => ReleaseSummaries, 0],
|
|
1410
1445
|
];
|
|
1411
|
-
var ListRegexPatternSetsRequest = [3, n0, _LRPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1412
|
-
var ListRegexPatternSetsResponse = [
|
|
1446
|
+
var ListRegexPatternSetsRequest$ = [3, n0, _LRPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1447
|
+
var ListRegexPatternSetsResponse$ = [
|
|
1413
1448
|
3,
|
|
1414
1449
|
n0,
|
|
1415
1450
|
_LRPSRi,
|
|
@@ -1417,10 +1452,10 @@ var ListRegexPatternSetsResponse = [
|
|
|
1417
1452
|
[_NM, _RPSe],
|
|
1418
1453
|
[0, () => RegexPatternSetSummaries],
|
|
1419
1454
|
];
|
|
1420
|
-
var ListResourcesForWebACLRequest = [3, n0, _LRFWACLR, 0, [_WACLA, _RT], [0, 0]];
|
|
1421
|
-
var ListResourcesForWebACLResponse = [3, n0, _LRFWACLRi, 0, [_RAe], [64 | 0]];
|
|
1422
|
-
var ListRuleGroupsRequest = [3, n0, _LRGR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1423
|
-
var ListRuleGroupsResponse = [
|
|
1455
|
+
var ListResourcesForWebACLRequest$ = [3, n0, _LRFWACLR, 0, [_WACLA, _RT], [0, 0]];
|
|
1456
|
+
var ListResourcesForWebACLResponse$ = [3, n0, _LRFWACLRi, 0, [_RAe], [64 | 0]];
|
|
1457
|
+
var ListRuleGroupsRequest$ = [3, n0, _LRGR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1458
|
+
var ListRuleGroupsResponse$ = [
|
|
1424
1459
|
3,
|
|
1425
1460
|
n0,
|
|
1426
1461
|
_LRGRi,
|
|
@@ -1428,27 +1463,34 @@ var ListRuleGroupsResponse = [
|
|
|
1428
1463
|
[_NM, _RGu],
|
|
1429
1464
|
[0, () => RuleGroupSummaries],
|
|
1430
1465
|
];
|
|
1431
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_NM, _Li, _RARN], [0, 1, 0]];
|
|
1432
|
-
var ListTagsForResourceResponse = [
|
|
1466
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_NM, _Li, _RARN], [0, 1, 0]];
|
|
1467
|
+
var ListTagsForResourceResponse$ = [
|
|
1433
1468
|
3,
|
|
1434
1469
|
n0,
|
|
1435
1470
|
_LTFRRi,
|
|
1436
1471
|
0,
|
|
1437
1472
|
[_NM, _TIFR],
|
|
1438
|
-
[0, () => TagInfoForResource],
|
|
1473
|
+
[0, () => TagInfoForResource$],
|
|
1439
1474
|
];
|
|
1440
|
-
var ListWebACLsRequest = [3, n0, _LWACLR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1441
|
-
var ListWebACLsResponse = [
|
|
1442
|
-
|
|
1475
|
+
var ListWebACLsRequest$ = [3, n0, _LWACLR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
|
|
1476
|
+
var ListWebACLsResponse$ = [
|
|
1477
|
+
3,
|
|
1478
|
+
n0,
|
|
1479
|
+
_LWACLRi,
|
|
1480
|
+
0,
|
|
1481
|
+
[_NM, _WACLe],
|
|
1482
|
+
[0, () => WebACLSummaries],
|
|
1483
|
+
];
|
|
1484
|
+
var LoggingConfiguration$ = [
|
|
1443
1485
|
3,
|
|
1444
1486
|
n0,
|
|
1445
1487
|
_LC,
|
|
1446
1488
|
0,
|
|
1447
1489
|
[_RA, _LDC, _RF, _MBFM, _LF, _LTo, _LS],
|
|
1448
|
-
[0, 64 | 0, () => RedactedFields, 2, () => LoggingFilter
|
|
1490
|
+
[0, 64 | 0, () => RedactedFields, 2, () => LoggingFilter$, 0, 0],
|
|
1449
1491
|
];
|
|
1450
|
-
var LoggingFilter = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
|
|
1451
|
-
var ManagedProductDescriptor = [
|
|
1492
|
+
var LoggingFilter$ = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
|
|
1493
|
+
var ManagedProductDescriptor$ = [
|
|
1452
1494
|
3,
|
|
1453
1495
|
n0,
|
|
1454
1496
|
_MPD,
|
|
@@ -1456,7 +1498,7 @@ var ManagedProductDescriptor = [
|
|
|
1456
1498
|
[_VN, _MRSN, _PI, _PL, _PT, _PD, _STA, _IVS, _IAMRS],
|
|
1457
1499
|
[0, 0, 0, 0, 0, 0, 0, 2, 2],
|
|
1458
1500
|
];
|
|
1459
|
-
var ManagedRuleGroupConfig = [
|
|
1501
|
+
var ManagedRuleGroupConfig$ = [
|
|
1460
1502
|
3,
|
|
1461
1503
|
n0,
|
|
1462
1504
|
_MRGC,
|
|
@@ -1465,25 +1507,25 @@ var ManagedRuleGroupConfig = [
|
|
|
1465
1507
|
[
|
|
1466
1508
|
0,
|
|
1467
1509
|
0,
|
|
1468
|
-
() => UsernameField
|
|
1469
|
-
() => PasswordField
|
|
1470
|
-
() => AWSManagedRulesBotControlRuleSet
|
|
1471
|
-
() => AWSManagedRulesATPRuleSet
|
|
1472
|
-
() => AWSManagedRulesACFPRuleSet
|
|
1473
|
-
() => AWSManagedRulesAntiDDoSRuleSet
|
|
1510
|
+
() => UsernameField$,
|
|
1511
|
+
() => PasswordField$,
|
|
1512
|
+
() => AWSManagedRulesBotControlRuleSet$,
|
|
1513
|
+
() => AWSManagedRulesATPRuleSet$,
|
|
1514
|
+
() => AWSManagedRulesACFPRuleSet$,
|
|
1515
|
+
() => AWSManagedRulesAntiDDoSRuleSet$,
|
|
1474
1516
|
],
|
|
1475
1517
|
];
|
|
1476
|
-
var ManagedRuleGroupStatement = [
|
|
1518
|
+
var ManagedRuleGroupStatement$ = [
|
|
1477
1519
|
3,
|
|
1478
1520
|
n0,
|
|
1479
1521
|
_MRGS,
|
|
1480
1522
|
0,
|
|
1481
1523
|
[_VN, _N, _V, _ERx, _SDS, _MRGCa, _RAO],
|
|
1482
|
-
[0, 0, 0, () => ExcludedRules, () => Statement
|
|
1524
|
+
[0, 0, 0, () => ExcludedRules, () => Statement$, () => ManagedRuleGroupConfigs, () => RuleActionOverrides],
|
|
1483
1525
|
];
|
|
1484
|
-
var ManagedRuleGroupSummary = [3, n0, _MRGSa, 0, [_VN, _N, _VS, _D], [0, 0, 2, 0]];
|
|
1485
|
-
var ManagedRuleGroupVersion = [3, n0, _MRGV, 0, [_N, _LUT], [0, 4]];
|
|
1486
|
-
var ManagedRuleSet = [
|
|
1526
|
+
var ManagedRuleGroupSummary$ = [3, n0, _MRGSa, 0, [_VN, _N, _VS, _D], [0, 0, 2, 0]];
|
|
1527
|
+
var ManagedRuleGroupVersion$ = [3, n0, _MRGV, 0, [_N, _LUT], [0, 4]];
|
|
1528
|
+
var ManagedRuleSet$ = [
|
|
1487
1529
|
3,
|
|
1488
1530
|
n0,
|
|
1489
1531
|
_MRS,
|
|
@@ -1491,7 +1533,7 @@ var ManagedRuleSet = [
|
|
|
1491
1533
|
[_N, _Id, _ARN, _D, _PV, _RVe, _LN],
|
|
1492
1534
|
[0, 0, 0, 0, () => PublishedVersions, 0, 0],
|
|
1493
1535
|
];
|
|
1494
|
-
var ManagedRuleSetSummary = [
|
|
1536
|
+
var ManagedRuleSetSummary$ = [
|
|
1495
1537
|
3,
|
|
1496
1538
|
n0,
|
|
1497
1539
|
_MRSS,
|
|
@@ -1499,7 +1541,7 @@ var ManagedRuleSetSummary = [
|
|
|
1499
1541
|
[_N, _Id, _D, _LT, _ARN, _LN],
|
|
1500
1542
|
[0, 0, 0, 0, 0, 0],
|
|
1501
1543
|
];
|
|
1502
|
-
var ManagedRuleSetVersion = [
|
|
1544
|
+
var ManagedRuleSetVersion$ = [
|
|
1503
1545
|
3,
|
|
1504
1546
|
n0,
|
|
1505
1547
|
_MRSV,
|
|
@@ -1507,32 +1549,39 @@ var ManagedRuleSetVersion = [
|
|
|
1507
1549
|
[_ARGA, _C, _FL, _PTu, _LUT, _ET],
|
|
1508
1550
|
[0, 1, 1, 4, 4, 4],
|
|
1509
1551
|
];
|
|
1510
|
-
var Method = [3, n0, _M, 0, [], []];
|
|
1511
|
-
var MobileSdkRelease = [3, n0, _MSR, 0, [_RV, _Ti, _RNe, _T], [0, 4, 0, () => TagList]];
|
|
1512
|
-
var NoneAction = [3, n0, _NA, 0, [], []];
|
|
1513
|
-
var NotStatement = [3, n0, _NS, 0, [_St], [() => Statement]];
|
|
1514
|
-
var OnSourceDDoSProtectionConfig = [3, n0, _OSDDSPC, 0, [_ALBLRM], [0]];
|
|
1515
|
-
var OrStatement = [3, n0, _OS, 0, [_S], [() => Statements]];
|
|
1516
|
-
var OverrideAction = [
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1552
|
+
var Method$ = [3, n0, _M, 0, [], []];
|
|
1553
|
+
var MobileSdkRelease$ = [3, n0, _MSR, 0, [_RV, _Ti, _RNe, _T], [0, 4, 0, () => TagList]];
|
|
1554
|
+
var NoneAction$ = [3, n0, _NA, 0, [], []];
|
|
1555
|
+
var NotStatement$ = [3, n0, _NS, 0, [_St], [() => Statement$]];
|
|
1556
|
+
var OnSourceDDoSProtectionConfig$ = [3, n0, _OSDDSPC, 0, [_ALBLRM], [0]];
|
|
1557
|
+
var OrStatement$ = [3, n0, _OS, 0, [_S], [() => Statements]];
|
|
1558
|
+
var OverrideAction$ = [
|
|
1559
|
+
3,
|
|
1560
|
+
n0,
|
|
1561
|
+
_OA,
|
|
1562
|
+
0,
|
|
1563
|
+
[_Coun, _No],
|
|
1564
|
+
[() => CountAction$, () => NoneAction$],
|
|
1565
|
+
];
|
|
1566
|
+
var PasswordField$ = [3, n0, _PF, 0, [_I], [0]];
|
|
1567
|
+
var PhoneNumberField$ = [3, n0, _PNF, 0, [_I], [0]];
|
|
1568
|
+
var PutLoggingConfigurationRequest$ = [
|
|
1520
1569
|
3,
|
|
1521
1570
|
n0,
|
|
1522
1571
|
_PLCR,
|
|
1523
1572
|
0,
|
|
1524
1573
|
[_LC],
|
|
1525
|
-
[() => LoggingConfiguration],
|
|
1574
|
+
[() => LoggingConfiguration$],
|
|
1526
1575
|
];
|
|
1527
|
-
var PutLoggingConfigurationResponse = [
|
|
1576
|
+
var PutLoggingConfigurationResponse$ = [
|
|
1528
1577
|
3,
|
|
1529
1578
|
n0,
|
|
1530
1579
|
_PLCRu,
|
|
1531
1580
|
0,
|
|
1532
1581
|
[_LC],
|
|
1533
|
-
[() => LoggingConfiguration],
|
|
1582
|
+
[() => LoggingConfiguration$],
|
|
1534
1583
|
];
|
|
1535
|
-
var PutManagedRuleSetVersionsRequest = [
|
|
1584
|
+
var PutManagedRuleSetVersionsRequest$ = [
|
|
1536
1585
|
3,
|
|
1537
1586
|
n0,
|
|
1538
1587
|
_PMRSVR,
|
|
@@ -1540,62 +1589,76 @@ var PutManagedRuleSetVersionsRequest = [
|
|
|
1540
1589
|
[_N, _Sc, _Id, _LT, _RVe, _VTP],
|
|
1541
1590
|
[0, 0, 0, 0, 0, () => VersionsToPublish],
|
|
1542
1591
|
];
|
|
1543
|
-
var PutManagedRuleSetVersionsResponse = [3, n0, _PMRSVRu, 0, [_NLT], [0]];
|
|
1544
|
-
var PutPermissionPolicyRequest = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
|
|
1545
|
-
var PutPermissionPolicyResponse = [3, n0, _PPPRu, 0, [], []];
|
|
1546
|
-
var QueryString = [3, n0, _QS, 0, [], []];
|
|
1547
|
-
var RateBasedStatement = [
|
|
1592
|
+
var PutManagedRuleSetVersionsResponse$ = [3, n0, _PMRSVRu, 0, [_NLT], [0]];
|
|
1593
|
+
var PutPermissionPolicyRequest$ = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
|
|
1594
|
+
var PutPermissionPolicyResponse$ = [3, n0, _PPPRu, 0, [], []];
|
|
1595
|
+
var QueryString$ = [3, n0, _QS, 0, [], []];
|
|
1596
|
+
var RateBasedStatement$ = [
|
|
1548
1597
|
3,
|
|
1549
1598
|
n0,
|
|
1550
1599
|
_RBS,
|
|
1551
1600
|
0,
|
|
1552
1601
|
[_Li, _EWS, _AKT, _SDS, _FIPC, _CK],
|
|
1553
|
-
[1, 1, 0, () => Statement
|
|
1602
|
+
[1, 1, 0, () => Statement$, () => ForwardedIPConfig$, () => RateBasedStatementCustomKeys],
|
|
1554
1603
|
];
|
|
1555
|
-
var RateBasedStatementCustomKey = [
|
|
1604
|
+
var RateBasedStatementCustomKey$ = [
|
|
1556
1605
|
3,
|
|
1557
1606
|
n0,
|
|
1558
1607
|
_RBSCK,
|
|
1559
1608
|
0,
|
|
1560
1609
|
[_He, _Cook, _QA, _QS, _HTTPM, _FIP, _IP_, _LN, _UP, _JAF, _JAFi, _ASN],
|
|
1561
1610
|
[
|
|
1562
|
-
() => RateLimitHeader
|
|
1563
|
-
() => RateLimitCookie
|
|
1564
|
-
() => RateLimitQueryArgument
|
|
1565
|
-
() => RateLimitQueryString
|
|
1566
|
-
() => RateLimitHTTPMethod
|
|
1567
|
-
() => RateLimitForwardedIP
|
|
1568
|
-
() => RateLimitIP
|
|
1569
|
-
() => RateLimitLabelNamespace
|
|
1570
|
-
() => RateLimitUriPath
|
|
1571
|
-
() => RateLimitJA3Fingerprint
|
|
1572
|
-
() => RateLimitJA4Fingerprint
|
|
1573
|
-
() => RateLimitAsn
|
|
1611
|
+
() => RateLimitHeader$,
|
|
1612
|
+
() => RateLimitCookie$,
|
|
1613
|
+
() => RateLimitQueryArgument$,
|
|
1614
|
+
() => RateLimitQueryString$,
|
|
1615
|
+
() => RateLimitHTTPMethod$,
|
|
1616
|
+
() => RateLimitForwardedIP$,
|
|
1617
|
+
() => RateLimitIP$,
|
|
1618
|
+
() => RateLimitLabelNamespace$,
|
|
1619
|
+
() => RateLimitUriPath$,
|
|
1620
|
+
() => RateLimitJA3Fingerprint$,
|
|
1621
|
+
() => RateLimitJA4Fingerprint$,
|
|
1622
|
+
() => RateLimitAsn$,
|
|
1574
1623
|
],
|
|
1575
1624
|
];
|
|
1576
|
-
var RateBasedStatementManagedKeysIPSet = [
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
var
|
|
1585
|
-
var
|
|
1586
|
-
var
|
|
1587
|
-
var
|
|
1588
|
-
var
|
|
1589
|
-
var
|
|
1590
|
-
var
|
|
1625
|
+
var RateBasedStatementManagedKeysIPSet$ = [
|
|
1626
|
+
3,
|
|
1627
|
+
n0,
|
|
1628
|
+
_RBSMKIPS,
|
|
1629
|
+
0,
|
|
1630
|
+
[_IPAV, _Ad],
|
|
1631
|
+
[0, 64 | 0],
|
|
1632
|
+
];
|
|
1633
|
+
var RateLimitAsn$ = [3, n0, _RLA, 0, [], []];
|
|
1634
|
+
var RateLimitCookie$ = [3, n0, _RLC, 0, [_N, _TT], [0, () => TextTransformations]];
|
|
1635
|
+
var RateLimitForwardedIP$ = [3, n0, _RLFIP, 0, [], []];
|
|
1636
|
+
var RateLimitHeader$ = [3, n0, _RLH, 0, [_N, _TT], [0, () => TextTransformations]];
|
|
1637
|
+
var RateLimitHTTPMethod$ = [3, n0, _RLHTTPM, 0, [], []];
|
|
1638
|
+
var RateLimitIP$ = [3, n0, _RLIP, 0, [], []];
|
|
1639
|
+
var RateLimitJA3Fingerprint$ = [3, n0, _RLJAF, 0, [_FB], [0]];
|
|
1640
|
+
var RateLimitJA4Fingerprint$ = [3, n0, _RLJAFa, 0, [_FB], [0]];
|
|
1641
|
+
var RateLimitLabelNamespace$ = [3, n0, _RLLN, 0, [_Na], [0]];
|
|
1642
|
+
var RateLimitQueryArgument$ = [
|
|
1643
|
+
3,
|
|
1644
|
+
n0,
|
|
1645
|
+
_RLQA,
|
|
1646
|
+
0,
|
|
1647
|
+
[_N, _TT],
|
|
1648
|
+
[0, () => TextTransformations],
|
|
1649
|
+
];
|
|
1650
|
+
var RateLimitQueryString$ = [3, n0, _RLQS, 0, [_TT], [() => TextTransformations]];
|
|
1651
|
+
var RateLimitUriPath$ = [3, n0, _RLUP, 0, [_TT], [() => TextTransformations]];
|
|
1652
|
+
var Regex$ = [3, n0, _Reg, 0, [_RSe], [0]];
|
|
1653
|
+
var RegexMatchStatement$ = [
|
|
1591
1654
|
3,
|
|
1592
1655
|
n0,
|
|
1593
1656
|
_RMS,
|
|
1594
1657
|
0,
|
|
1595
1658
|
[_RSe, _FTM, _TT],
|
|
1596
|
-
[0, () => FieldToMatch
|
|
1659
|
+
[0, () => FieldToMatch$, () => TextTransformations],
|
|
1597
1660
|
];
|
|
1598
|
-
var RegexPatternSet = [
|
|
1661
|
+
var RegexPatternSet$ = [
|
|
1599
1662
|
3,
|
|
1600
1663
|
n0,
|
|
1601
1664
|
_RPS,
|
|
@@ -1603,51 +1666,58 @@ var RegexPatternSet = [
|
|
|
1603
1666
|
[_N, _Id, _ARN, _D, _REL],
|
|
1604
1667
|
[0, 0, 0, 0, () => RegularExpressionList],
|
|
1605
1668
|
];
|
|
1606
|
-
var RegexPatternSetReferenceStatement = [
|
|
1669
|
+
var RegexPatternSetReferenceStatement$ = [
|
|
1607
1670
|
3,
|
|
1608
1671
|
n0,
|
|
1609
1672
|
_RPSRS,
|
|
1610
1673
|
0,
|
|
1611
1674
|
[_ARN, _FTM, _TT],
|
|
1612
|
-
[0, () => FieldToMatch
|
|
1675
|
+
[0, () => FieldToMatch$, () => TextTransformations],
|
|
1676
|
+
];
|
|
1677
|
+
var RegexPatternSetSummary$ = [
|
|
1678
|
+
3,
|
|
1679
|
+
n0,
|
|
1680
|
+
_RPSS,
|
|
1681
|
+
0,
|
|
1682
|
+
[_N, _Id, _D, _LT, _ARN],
|
|
1683
|
+
[0, 0, 0, 0, 0],
|
|
1613
1684
|
];
|
|
1614
|
-
var
|
|
1615
|
-
var
|
|
1616
|
-
var
|
|
1617
|
-
var RequestInspection = [
|
|
1685
|
+
var ReleaseSummary$ = [3, n0, _RSel, 0, [_RV, _Ti], [0, 4]];
|
|
1686
|
+
var RequestBodyAssociatedResourceTypeConfig$ = [3, n0, _RBARTC, 0, [_DSIL], [0]];
|
|
1687
|
+
var RequestInspection$ = [
|
|
1618
1688
|
3,
|
|
1619
1689
|
n0,
|
|
1620
1690
|
_RI,
|
|
1621
1691
|
0,
|
|
1622
1692
|
[_PTa, _UFs, _PF],
|
|
1623
|
-
[0, () => UsernameField
|
|
1693
|
+
[0, () => UsernameField$, () => PasswordField$],
|
|
1624
1694
|
];
|
|
1625
|
-
var RequestInspectionACFP = [
|
|
1695
|
+
var RequestInspectionACFP$ = [
|
|
1626
1696
|
3,
|
|
1627
1697
|
n0,
|
|
1628
1698
|
_RIACFP,
|
|
1629
1699
|
0,
|
|
1630
1700
|
[_PTa, _UFs, _PF, _EF, _PNFh, _AFd],
|
|
1631
|
-
[0, () => UsernameField
|
|
1701
|
+
[0, () => UsernameField$, () => PasswordField$, () => EmailField$, () => PhoneNumberFields, () => AddressFields],
|
|
1632
1702
|
];
|
|
1633
|
-
var ResponseInspection = [
|
|
1703
|
+
var ResponseInspection$ = [
|
|
1634
1704
|
3,
|
|
1635
1705
|
n0,
|
|
1636
1706
|
_RIe,
|
|
1637
1707
|
0,
|
|
1638
1708
|
[_SC, _He, _BC, _J],
|
|
1639
1709
|
[
|
|
1640
|
-
() => ResponseInspectionStatusCode
|
|
1641
|
-
() => ResponseInspectionHeader
|
|
1642
|
-
() => ResponseInspectionBodyContains
|
|
1643
|
-
() => ResponseInspectionJson
|
|
1710
|
+
() => ResponseInspectionStatusCode$,
|
|
1711
|
+
() => ResponseInspectionHeader$,
|
|
1712
|
+
() => ResponseInspectionBodyContains$,
|
|
1713
|
+
() => ResponseInspectionJson$,
|
|
1644
1714
|
],
|
|
1645
1715
|
];
|
|
1646
|
-
var ResponseInspectionBodyContains = [3, n0, _RIBC, 0, [_SSu, _FS], [64 | 0, 64 | 0]];
|
|
1647
|
-
var ResponseInspectionHeader = [3, n0, _RIH, 0, [_N, _SV, _FV], [0, 64 | 0, 64 | 0]];
|
|
1648
|
-
var ResponseInspectionJson = [3, n0, _RIJ, 0, [_I, _SV, _FV], [0, 64 | 0, 64 | 0]];
|
|
1649
|
-
var ResponseInspectionStatusCode = [3, n0, _RISC, 0, [_SCu, _FC], [64 | 1, 64 | 1]];
|
|
1650
|
-
var Rule = [
|
|
1716
|
+
var ResponseInspectionBodyContains$ = [3, n0, _RIBC, 0, [_SSu, _FS], [64 | 0, 64 | 0]];
|
|
1717
|
+
var ResponseInspectionHeader$ = [3, n0, _RIH, 0, [_N, _SV, _FV], [0, 64 | 0, 64 | 0]];
|
|
1718
|
+
var ResponseInspectionJson$ = [3, n0, _RIJ, 0, [_I, _SV, _FV], [0, 64 | 0, 64 | 0]];
|
|
1719
|
+
var ResponseInspectionStatusCode$ = [3, n0, _RISC, 0, [_SCu, _FC], [64 | 1, 64 | 1]];
|
|
1720
|
+
var Rule$ = [
|
|
1651
1721
|
3,
|
|
1652
1722
|
n0,
|
|
1653
1723
|
_Ru,
|
|
@@ -1656,25 +1726,25 @@ var Rule = [
|
|
|
1656
1726
|
[
|
|
1657
1727
|
0,
|
|
1658
1728
|
1,
|
|
1659
|
-
() => Statement
|
|
1660
|
-
() => RuleAction
|
|
1661
|
-
() => OverrideAction
|
|
1729
|
+
() => Statement$,
|
|
1730
|
+
() => RuleAction$,
|
|
1731
|
+
() => OverrideAction$,
|
|
1662
1732
|
() => Labels,
|
|
1663
|
-
() => VisibilityConfig
|
|
1664
|
-
() => CaptchaConfig
|
|
1665
|
-
() => ChallengeConfig
|
|
1733
|
+
() => VisibilityConfig$,
|
|
1734
|
+
() => CaptchaConfig$,
|
|
1735
|
+
() => ChallengeConfig$,
|
|
1666
1736
|
],
|
|
1667
1737
|
];
|
|
1668
|
-
var RuleAction = [
|
|
1738
|
+
var RuleAction$ = [
|
|
1669
1739
|
3,
|
|
1670
1740
|
n0,
|
|
1671
1741
|
_RAu,
|
|
1672
1742
|
0,
|
|
1673
1743
|
[_Bl, _All, _Coun, _Ca, _Ch],
|
|
1674
|
-
[() => BlockAction
|
|
1744
|
+
[() => BlockAction$, () => AllowAction$, () => CountAction$, () => CaptchaAction$, () => ChallengeAction$],
|
|
1675
1745
|
];
|
|
1676
|
-
var RuleActionOverride = [3, n0, _RAOu, 0, [_N, _ATU], [0, () => RuleAction]];
|
|
1677
|
-
var RuleGroup = [
|
|
1746
|
+
var RuleActionOverride$ = [3, n0, _RAOu, 0, [_N, _ATU], [0, () => RuleAction$]];
|
|
1747
|
+
var RuleGroup$ = [
|
|
1678
1748
|
3,
|
|
1679
1749
|
n0,
|
|
1680
1750
|
_RG,
|
|
@@ -1687,14 +1757,14 @@ var RuleGroup = [
|
|
|
1687
1757
|
0,
|
|
1688
1758
|
0,
|
|
1689
1759
|
() => Rules,
|
|
1690
|
-
() => VisibilityConfig
|
|
1760
|
+
() => VisibilityConfig$,
|
|
1691
1761
|
0,
|
|
1692
1762
|
() => CustomResponseBodies,
|
|
1693
1763
|
() => LabelSummaries,
|
|
1694
1764
|
() => LabelSummaries,
|
|
1695
1765
|
],
|
|
1696
1766
|
];
|
|
1697
|
-
var RuleGroupReferenceStatement = [
|
|
1767
|
+
var RuleGroupReferenceStatement$ = [
|
|
1698
1768
|
3,
|
|
1699
1769
|
n0,
|
|
1700
1770
|
_RGRS,
|
|
@@ -1702,16 +1772,16 @@ var RuleGroupReferenceStatement = [
|
|
|
1702
1772
|
[_ARN, _ERx, _RAO],
|
|
1703
1773
|
[0, () => ExcludedRules, () => RuleActionOverrides],
|
|
1704
1774
|
];
|
|
1705
|
-
var RuleGroupSummary = [3, n0, _RGS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
|
|
1706
|
-
var RuleSummary = [3, n0, _RSu, 0, [_N, _A], [0, () => RuleAction]];
|
|
1707
|
-
var SampledHTTPRequest = [
|
|
1775
|
+
var RuleGroupSummary$ = [3, n0, _RGS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
|
|
1776
|
+
var RuleSummary$ = [3, n0, _RSu, 0, [_N, _A], [0, () => RuleAction$]];
|
|
1777
|
+
var SampledHTTPRequest$ = [
|
|
1708
1778
|
3,
|
|
1709
1779
|
n0,
|
|
1710
1780
|
_SHTTPR,
|
|
1711
1781
|
0,
|
|
1712
1782
|
[_Req, _W, _Ti, _A, _RNWRG, _RHI, _RCS, _La, _CRa, _CRh, _OAv],
|
|
1713
1783
|
[
|
|
1714
|
-
() => HTTPRequest
|
|
1784
|
+
() => HTTPRequest$,
|
|
1715
1785
|
1,
|
|
1716
1786
|
4,
|
|
1717
1787
|
0,
|
|
@@ -1719,63 +1789,63 @@ var SampledHTTPRequest = [
|
|
|
1719
1789
|
() => HTTPHeaders,
|
|
1720
1790
|
1,
|
|
1721
1791
|
() => Labels,
|
|
1722
|
-
() => CaptchaResponse
|
|
1723
|
-
() => ChallengeResponse
|
|
1792
|
+
() => CaptchaResponse$,
|
|
1793
|
+
() => ChallengeResponse$,
|
|
1724
1794
|
0,
|
|
1725
1795
|
],
|
|
1726
1796
|
];
|
|
1727
|
-
var SingleHeader = [3, n0, _SH, 0, [_N], [0]];
|
|
1728
|
-
var SingleQueryArgument = [3, n0, _SQA, 0, [_N], [0]];
|
|
1729
|
-
var SizeConstraintStatement = [
|
|
1797
|
+
var SingleHeader$ = [3, n0, _SH, 0, [_N], [0]];
|
|
1798
|
+
var SingleQueryArgument$ = [3, n0, _SQA, 0, [_N], [0]];
|
|
1799
|
+
var SizeConstraintStatement$ = [
|
|
1730
1800
|
3,
|
|
1731
1801
|
n0,
|
|
1732
1802
|
_SCS,
|
|
1733
1803
|
0,
|
|
1734
1804
|
[_FTM, _CO, _Si, _TT],
|
|
1735
|
-
[() => FieldToMatch
|
|
1805
|
+
[() => FieldToMatch$, 0, 1, () => TextTransformations],
|
|
1736
1806
|
];
|
|
1737
|
-
var SqliMatchStatement = [
|
|
1807
|
+
var SqliMatchStatement$ = [
|
|
1738
1808
|
3,
|
|
1739
1809
|
n0,
|
|
1740
1810
|
_SMS,
|
|
1741
1811
|
0,
|
|
1742
1812
|
[_FTM, _TT, _SL],
|
|
1743
|
-
[() => FieldToMatch
|
|
1813
|
+
[() => FieldToMatch$, () => TextTransformations, 0],
|
|
1744
1814
|
];
|
|
1745
|
-
var Statement = [
|
|
1815
|
+
var Statement$ = [
|
|
1746
1816
|
3,
|
|
1747
1817
|
n0,
|
|
1748
1818
|
_St,
|
|
1749
1819
|
0,
|
|
1750
1820
|
[_BMS, _SMS, _XMS, _SCS, _GMS, _RGRS, _IPSRS, _RPSRS, _RBS, _AS, _OS, _NS, _MRGS, _LMS, _RMS, _AMS],
|
|
1751
1821
|
[
|
|
1752
|
-
() => ByteMatchStatement
|
|
1753
|
-
() => SqliMatchStatement
|
|
1754
|
-
() => XssMatchStatement
|
|
1755
|
-
() => SizeConstraintStatement
|
|
1756
|
-
() => GeoMatchStatement
|
|
1757
|
-
() => RuleGroupReferenceStatement
|
|
1758
|
-
() => IPSetReferenceStatement
|
|
1759
|
-
() => RegexPatternSetReferenceStatement
|
|
1760
|
-
() => RateBasedStatement
|
|
1761
|
-
() => AndStatement
|
|
1762
|
-
() => OrStatement
|
|
1763
|
-
() => NotStatement
|
|
1764
|
-
() => ManagedRuleGroupStatement
|
|
1765
|
-
() => LabelMatchStatement
|
|
1766
|
-
() => RegexMatchStatement
|
|
1767
|
-
() => AsnMatchStatement
|
|
1822
|
+
() => ByteMatchStatement$,
|
|
1823
|
+
() => SqliMatchStatement$,
|
|
1824
|
+
() => XssMatchStatement$,
|
|
1825
|
+
() => SizeConstraintStatement$,
|
|
1826
|
+
() => GeoMatchStatement$,
|
|
1827
|
+
() => RuleGroupReferenceStatement$,
|
|
1828
|
+
() => IPSetReferenceStatement$,
|
|
1829
|
+
() => RegexPatternSetReferenceStatement$,
|
|
1830
|
+
() => RateBasedStatement$,
|
|
1831
|
+
() => AndStatement$,
|
|
1832
|
+
() => OrStatement$,
|
|
1833
|
+
() => NotStatement$,
|
|
1834
|
+
() => ManagedRuleGroupStatement$,
|
|
1835
|
+
() => LabelMatchStatement$,
|
|
1836
|
+
() => RegexMatchStatement$,
|
|
1837
|
+
() => AsnMatchStatement$,
|
|
1768
1838
|
],
|
|
1769
1839
|
];
|
|
1770
|
-
var Tag = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
|
|
1771
|
-
var TagInfoForResource = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
|
|
1772
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
|
|
1773
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1774
|
-
var TextTransformation = [3, n0, _TTe, 0, [_P, _Ty], [1, 0]];
|
|
1775
|
-
var TimeWindow = [3, n0, _TW, 0, [_STt, _ETn], [4, 4]];
|
|
1776
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1777
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1778
|
-
var UpdateIPSetRequest = [
|
|
1840
|
+
var Tag$ = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
|
|
1841
|
+
var TagInfoForResource$ = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
|
|
1842
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
|
|
1843
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1844
|
+
var TextTransformation$ = [3, n0, _TTe, 0, [_P, _Ty], [1, 0]];
|
|
1845
|
+
var TimeWindow$ = [3, n0, _TW, 0, [_STt, _ETn], [4, 4]];
|
|
1846
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1847
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1848
|
+
var UpdateIPSetRequest$ = [
|
|
1779
1849
|
3,
|
|
1780
1850
|
n0,
|
|
1781
1851
|
_UIPSR,
|
|
@@ -1783,8 +1853,8 @@ var UpdateIPSetRequest = [
|
|
|
1783
1853
|
[_N, _Sc, _Id, _D, _Ad, _LT],
|
|
1784
1854
|
[0, 0, 0, 0, 64 | 0, 0],
|
|
1785
1855
|
];
|
|
1786
|
-
var UpdateIPSetResponse = [3, n0, _UIPSRp, 0, [_NLT], [0]];
|
|
1787
|
-
var UpdateManagedRuleSetVersionExpiryDateRequest = [
|
|
1856
|
+
var UpdateIPSetResponse$ = [3, n0, _UIPSRp, 0, [_NLT], [0]];
|
|
1857
|
+
var UpdateManagedRuleSetVersionExpiryDateRequest$ = [
|
|
1788
1858
|
3,
|
|
1789
1859
|
n0,
|
|
1790
1860
|
_UMRSVEDR,
|
|
@@ -1792,7 +1862,7 @@ var UpdateManagedRuleSetVersionExpiryDateRequest = [
|
|
|
1792
1862
|
[_N, _Sc, _Id, _LT, _VTE, _ET],
|
|
1793
1863
|
[0, 0, 0, 0, 0, 4],
|
|
1794
1864
|
];
|
|
1795
|
-
var UpdateManagedRuleSetVersionExpiryDateResponse = [
|
|
1865
|
+
var UpdateManagedRuleSetVersionExpiryDateResponse$ = [
|
|
1796
1866
|
3,
|
|
1797
1867
|
n0,
|
|
1798
1868
|
_UMRSVEDRp,
|
|
@@ -1800,7 +1870,7 @@ var UpdateManagedRuleSetVersionExpiryDateResponse = [
|
|
|
1800
1870
|
[_EV, _ET, _NLT],
|
|
1801
1871
|
[0, 4, 0],
|
|
1802
1872
|
];
|
|
1803
|
-
var UpdateRegexPatternSetRequest = [
|
|
1873
|
+
var UpdateRegexPatternSetRequest$ = [
|
|
1804
1874
|
3,
|
|
1805
1875
|
n0,
|
|
1806
1876
|
_URPSR,
|
|
@@ -1808,17 +1878,17 @@ var UpdateRegexPatternSetRequest = [
|
|
|
1808
1878
|
[_N, _Sc, _Id, _D, _REL, _LT],
|
|
1809
1879
|
[0, 0, 0, 0, () => RegularExpressionList, 0],
|
|
1810
1880
|
];
|
|
1811
|
-
var UpdateRegexPatternSetResponse = [3, n0, _URPSRp, 0, [_NLT], [0]];
|
|
1812
|
-
var UpdateRuleGroupRequest = [
|
|
1881
|
+
var UpdateRegexPatternSetResponse$ = [3, n0, _URPSRp, 0, [_NLT], [0]];
|
|
1882
|
+
var UpdateRuleGroupRequest$ = [
|
|
1813
1883
|
3,
|
|
1814
1884
|
n0,
|
|
1815
1885
|
_URGR,
|
|
1816
1886
|
0,
|
|
1817
1887
|
[_N, _Sc, _Id, _D, _R, _VC, _LT, _CRB],
|
|
1818
|
-
[0, 0, 0, 0, () => Rules, () => VisibilityConfig
|
|
1888
|
+
[0, 0, 0, 0, () => Rules, () => VisibilityConfig$, 0, () => CustomResponseBodies],
|
|
1819
1889
|
];
|
|
1820
|
-
var UpdateRuleGroupResponse = [3, n0, _URGRp, 0, [_NLT], [0]];
|
|
1821
|
-
var UpdateWebACLRequest = [
|
|
1890
|
+
var UpdateRuleGroupResponse$ = [3, n0, _URGRp, 0, [_NLT], [0]];
|
|
1891
|
+
var UpdateWebACLRequest$ = [
|
|
1822
1892
|
3,
|
|
1823
1893
|
n0,
|
|
1824
1894
|
_UWACLR,
|
|
@@ -1828,34 +1898,34 @@ var UpdateWebACLRequest = [
|
|
|
1828
1898
|
0,
|
|
1829
1899
|
0,
|
|
1830
1900
|
0,
|
|
1831
|
-
() => DefaultAction
|
|
1901
|
+
() => DefaultAction$,
|
|
1832
1902
|
0,
|
|
1833
1903
|
() => Rules,
|
|
1834
|
-
() => VisibilityConfig
|
|
1835
|
-
() => DataProtectionConfig
|
|
1904
|
+
() => VisibilityConfig$,
|
|
1905
|
+
() => DataProtectionConfig$,
|
|
1836
1906
|
0,
|
|
1837
1907
|
() => CustomResponseBodies,
|
|
1838
|
-
() => CaptchaConfig
|
|
1839
|
-
() => ChallengeConfig
|
|
1908
|
+
() => CaptchaConfig$,
|
|
1909
|
+
() => ChallengeConfig$,
|
|
1840
1910
|
64 | 0,
|
|
1841
|
-
() => AssociationConfig
|
|
1842
|
-
() => OnSourceDDoSProtectionConfig
|
|
1843
|
-
() => ApplicationConfig
|
|
1911
|
+
() => AssociationConfig$,
|
|
1912
|
+
() => OnSourceDDoSProtectionConfig$,
|
|
1913
|
+
() => ApplicationConfig$,
|
|
1844
1914
|
],
|
|
1845
1915
|
];
|
|
1846
|
-
var UpdateWebACLResponse = [3, n0, _UWACLRp, 0, [_NLT], [0]];
|
|
1847
|
-
var UriFragment = [3, n0, _UF, 0, [_FB], [0]];
|
|
1848
|
-
var UriPath = [3, n0, _UP, 0, [], []];
|
|
1849
|
-
var UsernameField = [3, n0, _UFs, 0, [_I], [0]];
|
|
1850
|
-
var VersionToPublish = [3, n0, _VTPe, 0, [_ARGA, _FL], [0, 1]];
|
|
1851
|
-
var VisibilityConfig = [3, n0, _VC, 0, [_SRE, _CWME, _MN], [2, 2, 0]];
|
|
1852
|
-
var WAFAssociatedItemException = [-3, n0, _WAFAIE, { [_e]: _c }, [_Me], [0]];
|
|
1853
|
-
schema.TypeRegistry.for(n0).registerError(WAFAssociatedItemException
|
|
1854
|
-
var WAFConfigurationWarningException = [-3, n0, _WAFCWE, { [_e]: _c }, [_Me], [0]];
|
|
1855
|
-
schema.TypeRegistry.for(n0).registerError(WAFConfigurationWarningException
|
|
1856
|
-
var WAFDuplicateItemException = [-3, n0, _WAFDIE, { [_e]: _c }, [_Me], [0]];
|
|
1857
|
-
schema.TypeRegistry.for(n0).registerError(WAFDuplicateItemException
|
|
1858
|
-
var WAFExpiredManagedRuleGroupVersionException = [
|
|
1916
|
+
var UpdateWebACLResponse$ = [3, n0, _UWACLRp, 0, [_NLT], [0]];
|
|
1917
|
+
var UriFragment$ = [3, n0, _UF, 0, [_FB], [0]];
|
|
1918
|
+
var UriPath$ = [3, n0, _UP, 0, [], []];
|
|
1919
|
+
var UsernameField$ = [3, n0, _UFs, 0, [_I], [0]];
|
|
1920
|
+
var VersionToPublish$ = [3, n0, _VTPe, 0, [_ARGA, _FL], [0, 1]];
|
|
1921
|
+
var VisibilityConfig$ = [3, n0, _VC, 0, [_SRE, _CWME, _MN], [2, 2, 0]];
|
|
1922
|
+
var WAFAssociatedItemException$ = [-3, n0, _WAFAIE, { [_e]: _c }, [_Me], [0]];
|
|
1923
|
+
schema.TypeRegistry.for(n0).registerError(WAFAssociatedItemException$, WAFAssociatedItemException);
|
|
1924
|
+
var WAFConfigurationWarningException$ = [-3, n0, _WAFCWE, { [_e]: _c }, [_Me], [0]];
|
|
1925
|
+
schema.TypeRegistry.for(n0).registerError(WAFConfigurationWarningException$, WAFConfigurationWarningException);
|
|
1926
|
+
var WAFDuplicateItemException$ = [-3, n0, _WAFDIE, { [_e]: _c }, [_Me], [0]];
|
|
1927
|
+
schema.TypeRegistry.for(n0).registerError(WAFDuplicateItemException$, WAFDuplicateItemException);
|
|
1928
|
+
var WAFExpiredManagedRuleGroupVersionException$ = [
|
|
1859
1929
|
-3,
|
|
1860
1930
|
n0,
|
|
1861
1931
|
_WAFEMRGVE,
|
|
@@ -1863,8 +1933,8 @@ var WAFExpiredManagedRuleGroupVersionException = [
|
|
|
1863
1933
|
[_Me],
|
|
1864
1934
|
[0],
|
|
1865
1935
|
];
|
|
1866
|
-
schema.TypeRegistry.for(n0).registerError(WAFExpiredManagedRuleGroupVersionException
|
|
1867
|
-
var WAFFeatureNotIncludedInPricingPlanException = [
|
|
1936
|
+
schema.TypeRegistry.for(n0).registerError(WAFExpiredManagedRuleGroupVersionException$, WAFExpiredManagedRuleGroupVersionException);
|
|
1937
|
+
var WAFFeatureNotIncludedInPricingPlanException$ = [
|
|
1868
1938
|
-3,
|
|
1869
1939
|
n0,
|
|
1870
1940
|
_WAFFNIIPPE,
|
|
@@ -1872,12 +1942,12 @@ var WAFFeatureNotIncludedInPricingPlanException = [
|
|
|
1872
1942
|
[_Me, _DFi],
|
|
1873
1943
|
[0, () => DisallowedFeatures],
|
|
1874
1944
|
];
|
|
1875
|
-
schema.TypeRegistry.for(n0).registerError(WAFFeatureNotIncludedInPricingPlanException
|
|
1876
|
-
var WAFInternalErrorException = [-3, n0, _WAFIEE, { [_e]: _s }, [_Me], [0]];
|
|
1877
|
-
schema.TypeRegistry.for(n0).registerError(WAFInternalErrorException
|
|
1878
|
-
var WAFInvalidOperationException = [-3, n0, _WAFIOE, { [_e]: _c }, [_Me], [0]];
|
|
1879
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidOperationException
|
|
1880
|
-
var WAFInvalidParameterException = [
|
|
1945
|
+
schema.TypeRegistry.for(n0).registerError(WAFFeatureNotIncludedInPricingPlanException$, WAFFeatureNotIncludedInPricingPlanException);
|
|
1946
|
+
var WAFInternalErrorException$ = [-3, n0, _WAFIEE, { [_e]: _s }, [_Me], [0]];
|
|
1947
|
+
schema.TypeRegistry.for(n0).registerError(WAFInternalErrorException$, WAFInternalErrorException);
|
|
1948
|
+
var WAFInvalidOperationException$ = [-3, n0, _WAFIOE, { [_e]: _c }, [_Me], [0]];
|
|
1949
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
|
|
1950
|
+
var WAFInvalidParameterException$ = [
|
|
1881
1951
|
-3,
|
|
1882
1952
|
n0,
|
|
1883
1953
|
_WAFIPE,
|
|
@@ -1885,32 +1955,39 @@ var WAFInvalidParameterException = [
|
|
|
1885
1955
|
[_m, _F, _Pa, _Rea],
|
|
1886
1956
|
[0, 0, 0, 0],
|
|
1887
1957
|
];
|
|
1888
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidParameterException
|
|
1889
|
-
var WAFInvalidPermissionPolicyException = [-3, n0, _WAFIPPE, { [_e]: _c }, [_Me], [0]];
|
|
1890
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException
|
|
1891
|
-
var WAFInvalidResourceException = [-3, n0, _WAFIRE, { [_e]: _c }, [_Me], [0]];
|
|
1892
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidResourceException
|
|
1893
|
-
var WAFLimitsExceededException = [-3, n0, _WAFLEE, { [_e]: _c }, [_Me, _STo], [0, 0]];
|
|
1894
|
-
schema.TypeRegistry.for(n0).registerError(WAFLimitsExceededException
|
|
1895
|
-
var WAFLogDestinationPermissionIssueException = [
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1958
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
|
|
1959
|
+
var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE, { [_e]: _c }, [_Me], [0]];
|
|
1960
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
|
|
1961
|
+
var WAFInvalidResourceException$ = [-3, n0, _WAFIRE, { [_e]: _c }, [_Me], [0]];
|
|
1962
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidResourceException$, WAFInvalidResourceException);
|
|
1963
|
+
var WAFLimitsExceededException$ = [-3, n0, _WAFLEE, { [_e]: _c }, [_Me, _STo], [0, 0]];
|
|
1964
|
+
schema.TypeRegistry.for(n0).registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
|
|
1965
|
+
var WAFLogDestinationPermissionIssueException$ = [
|
|
1966
|
+
-3,
|
|
1967
|
+
n0,
|
|
1968
|
+
_WAFLDPIE,
|
|
1969
|
+
{ [_e]: _c },
|
|
1970
|
+
[_Me],
|
|
1971
|
+
[0],
|
|
1972
|
+
];
|
|
1973
|
+
schema.TypeRegistry.for(n0).registerError(WAFLogDestinationPermissionIssueException$, WAFLogDestinationPermissionIssueException);
|
|
1974
|
+
var WAFNonexistentItemException$ = [-3, n0, _WAFNIE, { [_e]: _c }, [_Me], [0]];
|
|
1975
|
+
schema.TypeRegistry.for(n0).registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
|
|
1976
|
+
var WAFOptimisticLockException$ = [-3, n0, _WAFOLE, { [_e]: _c }, [_Me], [0]];
|
|
1977
|
+
schema.TypeRegistry.for(n0).registerError(WAFOptimisticLockException$, WAFOptimisticLockException);
|
|
1978
|
+
var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
|
|
1979
|
+
schema.TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
|
|
1980
|
+
var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE, { [_e]: _c }, [_Me], [0]];
|
|
1981
|
+
schema.TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
|
|
1982
|
+
var WAFTagOperationException$ = [-3, n0, _WAFTOE, { [_e]: _c }, [_Me], [0]];
|
|
1983
|
+
schema.TypeRegistry.for(n0).registerError(WAFTagOperationException$, WAFTagOperationException);
|
|
1984
|
+
var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_Me], [0]];
|
|
1985
|
+
schema.TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
|
|
1986
|
+
var WAFUnavailableEntityException$ = [-3, n0, _WAFUEE, { [_e]: _c }, [_Me], [0]];
|
|
1987
|
+
schema.TypeRegistry.for(n0).registerError(WAFUnavailableEntityException$, WAFUnavailableEntityException);
|
|
1988
|
+
var WAFUnsupportedAggregateKeyTypeException$ = [-3, n0, _WAFUAKTE, { [_e]: _c }, [_Me], [0]];
|
|
1989
|
+
schema.TypeRegistry.for(n0).registerError(WAFUnsupportedAggregateKeyTypeException$, WAFUnsupportedAggregateKeyTypeException);
|
|
1990
|
+
var WebACL$ = [
|
|
1914
1991
|
3,
|
|
1915
1992
|
n0,
|
|
1916
1993
|
_WACL,
|
|
@@ -1942,444 +2019,479 @@ var WebACL = [
|
|
|
1942
2019
|
0,
|
|
1943
2020
|
0,
|
|
1944
2021
|
0,
|
|
1945
|
-
() => DefaultAction
|
|
2022
|
+
() => DefaultAction$,
|
|
1946
2023
|
0,
|
|
1947
2024
|
() => Rules,
|
|
1948
|
-
() => VisibilityConfig
|
|
1949
|
-
() => DataProtectionConfig
|
|
2025
|
+
() => VisibilityConfig$,
|
|
2026
|
+
() => DataProtectionConfig$,
|
|
1950
2027
|
1,
|
|
1951
2028
|
() => FirewallManagerRuleGroups,
|
|
1952
2029
|
() => FirewallManagerRuleGroups,
|
|
1953
2030
|
2,
|
|
1954
2031
|
0,
|
|
1955
2032
|
() => CustomResponseBodies,
|
|
1956
|
-
() => CaptchaConfig
|
|
1957
|
-
() => ChallengeConfig
|
|
2033
|
+
() => CaptchaConfig$,
|
|
2034
|
+
() => ChallengeConfig$,
|
|
1958
2035
|
64 | 0,
|
|
1959
|
-
() => AssociationConfig
|
|
2036
|
+
() => AssociationConfig$,
|
|
1960
2037
|
2,
|
|
1961
|
-
() => OnSourceDDoSProtectionConfig
|
|
1962
|
-
() => ApplicationConfig
|
|
2038
|
+
() => OnSourceDDoSProtectionConfig$,
|
|
2039
|
+
() => ApplicationConfig$,
|
|
1963
2040
|
],
|
|
1964
2041
|
];
|
|
1965
|
-
var WebACLSummary = [3, n0, _WACLS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
|
|
1966
|
-
var XssMatchStatement = [
|
|
2042
|
+
var WebACLSummary$ = [3, n0, _WACLS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
|
|
2043
|
+
var XssMatchStatement$ = [
|
|
1967
2044
|
3,
|
|
1968
2045
|
n0,
|
|
1969
2046
|
_XMS,
|
|
1970
2047
|
0,
|
|
1971
2048
|
[_FTM, _TT],
|
|
1972
|
-
[() => FieldToMatch
|
|
1973
|
-
];
|
|
1974
|
-
var WAFV2ServiceException = [-3, _sm, "WAFV2ServiceException", 0, [], []];
|
|
1975
|
-
schema.TypeRegistry.for(_sm).registerError(WAFV2ServiceException
|
|
1976
|
-
var AddressFields = [1, n0, _AFd, 0, () => AddressField];
|
|
1977
|
-
var APIKeySummaries = [1, n0, _APIKSe, 0, () => APIKeySummary];
|
|
1978
|
-
var ApplicationAttributes = [1, n0, _AApp, 0, () => ApplicationAttribute];
|
|
1979
|
-
var Conditions = [1, n0, _Cond, 0, () => Condition];
|
|
1980
|
-
var CustomHTTPHeaders = [1, n0, _CHTTPHu, 0, () => CustomHTTPHeader];
|
|
1981
|
-
var DataProtections = [1, n0, _DPa, 0, () => DataProtection];
|
|
1982
|
-
var DisallowedFeatures = [1, n0, _DFi, 0, () => DisallowedFeature];
|
|
1983
|
-
var ExcludedRules = [1, n0, _ERx, 0, () => ExcludedRule];
|
|
1984
|
-
var Filters = [1, n0, _Fil, 0, () => Filter];
|
|
1985
|
-
var FirewallManagerRuleGroups = [1, n0, _FMRGi, 0, () => FirewallManagerRuleGroup];
|
|
1986
|
-
var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader];
|
|
1987
|
-
var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary];
|
|
1988
|
-
var Labels = [1, n0, _La, 0, () => Label];
|
|
1989
|
-
var LabelSummaries = [1, n0, _LSab, 0, () => LabelSummary];
|
|
1990
|
-
var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration];
|
|
1991
|
-
var ManagedProductDescriptors = [1, n0, _MPDa, 0, () => ManagedProductDescriptor];
|
|
1992
|
-
var ManagedRuleGroupConfigs = [1, n0, _MRGCa, 0, () => ManagedRuleGroupConfig];
|
|
1993
|
-
var ManagedRuleGroupSummaries = [1, n0, _MRGSan, 0, () => ManagedRuleGroupSummary];
|
|
1994
|
-
var ManagedRuleGroupVersions = [1, n0, _MRGVa, 0, () => ManagedRuleGroupVersion];
|
|
1995
|
-
var ManagedRuleSetSummaries = [1, n0, _MRSSa, 0, () => ManagedRuleSetSummary];
|
|
1996
|
-
var PhoneNumberFields = [1, n0, _PNFh, 0, () => PhoneNumberField];
|
|
1997
|
-
var RateBasedStatementCustomKeys = [1, n0, _RBSCKa, 0, () => RateBasedStatementCustomKey];
|
|
1998
|
-
var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch];
|
|
1999
|
-
var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary];
|
|
2000
|
-
var RegularExpressionList = [1, n0, _REL, 0, () => Regex];
|
|
2001
|
-
var ReleaseSummaries = [1, n0, _RS, 0, () => ReleaseSummary];
|
|
2002
|
-
var RuleActionOverrides = [1, n0, _RAO, 0, () => RuleActionOverride];
|
|
2003
|
-
var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary];
|
|
2004
|
-
var Rules = [1, n0, _R, 0, () => Rule];
|
|
2005
|
-
var RuleSummaries = [1, n0, _RSul, 0, () => RuleSummary];
|
|
2006
|
-
var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest];
|
|
2007
|
-
var Statements = [1, n0, _S, 0, () => Statement];
|
|
2008
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
2009
|
-
var TextTransformations = [1, n0, _TT, 0, () => TextTransformation];
|
|
2010
|
-
var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary];
|
|
2011
|
-
var CustomResponseBodies = [2, n0, _CRB, 0, 0, () => CustomResponseBody];
|
|
2012
|
-
var PublishedVersions = [2, n0, _PV, 0, 0, () => ManagedRuleSetVersion];
|
|
2013
|
-
var RequestBody = [2, n0, _RB, 0, 0, () => RequestBodyAssociatedResourceTypeConfig];
|
|
2014
|
-
var VersionsToPublish = [2, n0, _VTP, 0, 0, () => VersionToPublish];
|
|
2015
|
-
var AssociateWebACL = [
|
|
2049
|
+
[() => FieldToMatch$, () => TextTransformations],
|
|
2050
|
+
];
|
|
2051
|
+
var WAFV2ServiceException$ = [-3, _sm, "WAFV2ServiceException", 0, [], []];
|
|
2052
|
+
schema.TypeRegistry.for(_sm).registerError(WAFV2ServiceException$, WAFV2ServiceException);
|
|
2053
|
+
var AddressFields = [1, n0, _AFd, 0, () => AddressField$];
|
|
2054
|
+
var APIKeySummaries = [1, n0, _APIKSe, 0, () => APIKeySummary$];
|
|
2055
|
+
var ApplicationAttributes = [1, n0, _AApp, 0, () => ApplicationAttribute$];
|
|
2056
|
+
var Conditions = [1, n0, _Cond, 0, () => Condition$];
|
|
2057
|
+
var CustomHTTPHeaders = [1, n0, _CHTTPHu, 0, () => CustomHTTPHeader$];
|
|
2058
|
+
var DataProtections = [1, n0, _DPa, 0, () => DataProtection$];
|
|
2059
|
+
var DisallowedFeatures = [1, n0, _DFi, 0, () => DisallowedFeature$];
|
|
2060
|
+
var ExcludedRules = [1, n0, _ERx, 0, () => ExcludedRule$];
|
|
2061
|
+
var Filters = [1, n0, _Fil, 0, () => Filter$];
|
|
2062
|
+
var FirewallManagerRuleGroups = [1, n0, _FMRGi, 0, () => FirewallManagerRuleGroup$];
|
|
2063
|
+
var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader$];
|
|
2064
|
+
var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary$];
|
|
2065
|
+
var Labels = [1, n0, _La, 0, () => Label$];
|
|
2066
|
+
var LabelSummaries = [1, n0, _LSab, 0, () => LabelSummary$];
|
|
2067
|
+
var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration$];
|
|
2068
|
+
var ManagedProductDescriptors = [1, n0, _MPDa, 0, () => ManagedProductDescriptor$];
|
|
2069
|
+
var ManagedRuleGroupConfigs = [1, n0, _MRGCa, 0, () => ManagedRuleGroupConfig$];
|
|
2070
|
+
var ManagedRuleGroupSummaries = [1, n0, _MRGSan, 0, () => ManagedRuleGroupSummary$];
|
|
2071
|
+
var ManagedRuleGroupVersions = [1, n0, _MRGVa, 0, () => ManagedRuleGroupVersion$];
|
|
2072
|
+
var ManagedRuleSetSummaries = [1, n0, _MRSSa, 0, () => ManagedRuleSetSummary$];
|
|
2073
|
+
var PhoneNumberFields = [1, n0, _PNFh, 0, () => PhoneNumberField$];
|
|
2074
|
+
var RateBasedStatementCustomKeys = [1, n0, _RBSCKa, 0, () => RateBasedStatementCustomKey$];
|
|
2075
|
+
var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch$];
|
|
2076
|
+
var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary$];
|
|
2077
|
+
var RegularExpressionList = [1, n0, _REL, 0, () => Regex$];
|
|
2078
|
+
var ReleaseSummaries = [1, n0, _RS, 0, () => ReleaseSummary$];
|
|
2079
|
+
var RuleActionOverrides = [1, n0, _RAO, 0, () => RuleActionOverride$];
|
|
2080
|
+
var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary$];
|
|
2081
|
+
var Rules = [1, n0, _R, 0, () => Rule$];
|
|
2082
|
+
var RuleSummaries = [1, n0, _RSul, 0, () => RuleSummary$];
|
|
2083
|
+
var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest$];
|
|
2084
|
+
var Statements = [1, n0, _S, 0, () => Statement$];
|
|
2085
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
2086
|
+
var TextTransformations = [1, n0, _TT, 0, () => TextTransformation$];
|
|
2087
|
+
var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary$];
|
|
2088
|
+
var CustomResponseBodies = [2, n0, _CRB, 0, 0, () => CustomResponseBody$];
|
|
2089
|
+
var PublishedVersions = [2, n0, _PV, 0, 0, () => ManagedRuleSetVersion$];
|
|
2090
|
+
var RequestBody = [2, n0, _RB, 0, 0, () => RequestBodyAssociatedResourceTypeConfig$];
|
|
2091
|
+
var VersionsToPublish = [2, n0, _VTP, 0, 0, () => VersionToPublish$];
|
|
2092
|
+
var AssociateWebACL$ = [
|
|
2016
2093
|
9,
|
|
2017
2094
|
n0,
|
|
2018
2095
|
_AWACL,
|
|
2019
2096
|
0,
|
|
2020
|
-
() => AssociateWebACLRequest
|
|
2021
|
-
() => AssociateWebACLResponse
|
|
2097
|
+
() => AssociateWebACLRequest$,
|
|
2098
|
+
() => AssociateWebACLResponse$,
|
|
2022
2099
|
];
|
|
2023
|
-
var CheckCapacity = [
|
|
2100
|
+
var CheckCapacity$ = [
|
|
2024
2101
|
9,
|
|
2025
2102
|
n0,
|
|
2026
2103
|
_CChe,
|
|
2027
2104
|
0,
|
|
2028
|
-
() => CheckCapacityRequest
|
|
2029
|
-
() => CheckCapacityResponse
|
|
2105
|
+
() => CheckCapacityRequest$,
|
|
2106
|
+
() => CheckCapacityResponse$,
|
|
2030
2107
|
];
|
|
2031
|
-
var CreateAPIKey = [
|
|
2108
|
+
var CreateAPIKey$ = [
|
|
2032
2109
|
9,
|
|
2033
2110
|
n0,
|
|
2034
2111
|
_CAPIK,
|
|
2035
2112
|
0,
|
|
2036
|
-
() => CreateAPIKeyRequest
|
|
2037
|
-
() => CreateAPIKeyResponse
|
|
2113
|
+
() => CreateAPIKeyRequest$,
|
|
2114
|
+
() => CreateAPIKeyResponse$,
|
|
2038
2115
|
];
|
|
2039
|
-
var CreateIPSet = [
|
|
2040
|
-
|
|
2116
|
+
var CreateIPSet$ = [
|
|
2117
|
+
9,
|
|
2118
|
+
n0,
|
|
2119
|
+
_CIPS,
|
|
2120
|
+
0,
|
|
2121
|
+
() => CreateIPSetRequest$,
|
|
2122
|
+
() => CreateIPSetResponse$,
|
|
2123
|
+
];
|
|
2124
|
+
var CreateRegexPatternSet$ = [
|
|
2041
2125
|
9,
|
|
2042
2126
|
n0,
|
|
2043
2127
|
_CRPS,
|
|
2044
2128
|
0,
|
|
2045
|
-
() => CreateRegexPatternSetRequest
|
|
2046
|
-
() => CreateRegexPatternSetResponse
|
|
2129
|
+
() => CreateRegexPatternSetRequest$,
|
|
2130
|
+
() => CreateRegexPatternSetResponse$,
|
|
2047
2131
|
];
|
|
2048
|
-
var CreateRuleGroup = [
|
|
2132
|
+
var CreateRuleGroup$ = [
|
|
2049
2133
|
9,
|
|
2050
2134
|
n0,
|
|
2051
2135
|
_CRG,
|
|
2052
2136
|
0,
|
|
2053
|
-
() => CreateRuleGroupRequest
|
|
2054
|
-
() => CreateRuleGroupResponse
|
|
2137
|
+
() => CreateRuleGroupRequest$,
|
|
2138
|
+
() => CreateRuleGroupResponse$,
|
|
2055
2139
|
];
|
|
2056
|
-
var CreateWebACL = [
|
|
2140
|
+
var CreateWebACL$ = [
|
|
2057
2141
|
9,
|
|
2058
2142
|
n0,
|
|
2059
2143
|
_CWACL,
|
|
2060
2144
|
0,
|
|
2061
|
-
() => CreateWebACLRequest
|
|
2062
|
-
() => CreateWebACLResponse
|
|
2145
|
+
() => CreateWebACLRequest$,
|
|
2146
|
+
() => CreateWebACLResponse$,
|
|
2063
2147
|
];
|
|
2064
|
-
var DeleteAPIKey = [
|
|
2148
|
+
var DeleteAPIKey$ = [
|
|
2065
2149
|
9,
|
|
2066
2150
|
n0,
|
|
2067
2151
|
_DAPIK,
|
|
2068
2152
|
0,
|
|
2069
|
-
() => DeleteAPIKeyRequest
|
|
2070
|
-
() => DeleteAPIKeyResponse
|
|
2153
|
+
() => DeleteAPIKeyRequest$,
|
|
2154
|
+
() => DeleteAPIKeyResponse$,
|
|
2071
2155
|
];
|
|
2072
|
-
var DeleteFirewallManagerRuleGroups = [
|
|
2156
|
+
var DeleteFirewallManagerRuleGroups$ = [
|
|
2073
2157
|
9,
|
|
2074
2158
|
n0,
|
|
2075
2159
|
_DFMRG,
|
|
2076
2160
|
0,
|
|
2077
|
-
() => DeleteFirewallManagerRuleGroupsRequest
|
|
2078
|
-
() => DeleteFirewallManagerRuleGroupsResponse
|
|
2161
|
+
() => DeleteFirewallManagerRuleGroupsRequest$,
|
|
2162
|
+
() => DeleteFirewallManagerRuleGroupsResponse$,
|
|
2079
2163
|
];
|
|
2080
|
-
var DeleteIPSet = [
|
|
2081
|
-
|
|
2164
|
+
var DeleteIPSet$ = [
|
|
2165
|
+
9,
|
|
2166
|
+
n0,
|
|
2167
|
+
_DIPS,
|
|
2168
|
+
0,
|
|
2169
|
+
() => DeleteIPSetRequest$,
|
|
2170
|
+
() => DeleteIPSetResponse$,
|
|
2171
|
+
];
|
|
2172
|
+
var DeleteLoggingConfiguration$ = [
|
|
2082
2173
|
9,
|
|
2083
2174
|
n0,
|
|
2084
2175
|
_DLC,
|
|
2085
2176
|
0,
|
|
2086
|
-
() => DeleteLoggingConfigurationRequest
|
|
2087
|
-
() => DeleteLoggingConfigurationResponse
|
|
2177
|
+
() => DeleteLoggingConfigurationRequest$,
|
|
2178
|
+
() => DeleteLoggingConfigurationResponse$,
|
|
2088
2179
|
];
|
|
2089
|
-
var DeletePermissionPolicy = [
|
|
2180
|
+
var DeletePermissionPolicy$ = [
|
|
2090
2181
|
9,
|
|
2091
2182
|
n0,
|
|
2092
2183
|
_DPP,
|
|
2093
2184
|
0,
|
|
2094
|
-
() => DeletePermissionPolicyRequest
|
|
2095
|
-
() => DeletePermissionPolicyResponse
|
|
2185
|
+
() => DeletePermissionPolicyRequest$,
|
|
2186
|
+
() => DeletePermissionPolicyResponse$,
|
|
2096
2187
|
];
|
|
2097
|
-
var DeleteRegexPatternSet = [
|
|
2188
|
+
var DeleteRegexPatternSet$ = [
|
|
2098
2189
|
9,
|
|
2099
2190
|
n0,
|
|
2100
2191
|
_DRPS,
|
|
2101
2192
|
0,
|
|
2102
|
-
() => DeleteRegexPatternSetRequest
|
|
2103
|
-
() => DeleteRegexPatternSetResponse
|
|
2193
|
+
() => DeleteRegexPatternSetRequest$,
|
|
2194
|
+
() => DeleteRegexPatternSetResponse$,
|
|
2104
2195
|
];
|
|
2105
|
-
var DeleteRuleGroup = [
|
|
2196
|
+
var DeleteRuleGroup$ = [
|
|
2106
2197
|
9,
|
|
2107
2198
|
n0,
|
|
2108
2199
|
_DRG,
|
|
2109
2200
|
0,
|
|
2110
|
-
() => DeleteRuleGroupRequest
|
|
2111
|
-
() => DeleteRuleGroupResponse
|
|
2201
|
+
() => DeleteRuleGroupRequest$,
|
|
2202
|
+
() => DeleteRuleGroupResponse$,
|
|
2112
2203
|
];
|
|
2113
|
-
var DeleteWebACL = [
|
|
2204
|
+
var DeleteWebACL$ = [
|
|
2114
2205
|
9,
|
|
2115
2206
|
n0,
|
|
2116
2207
|
_DWACL,
|
|
2117
2208
|
0,
|
|
2118
|
-
() => DeleteWebACLRequest
|
|
2119
|
-
() => DeleteWebACLResponse
|
|
2209
|
+
() => DeleteWebACLRequest$,
|
|
2210
|
+
() => DeleteWebACLResponse$,
|
|
2120
2211
|
];
|
|
2121
|
-
var DescribeAllManagedProducts = [
|
|
2212
|
+
var DescribeAllManagedProducts$ = [
|
|
2122
2213
|
9,
|
|
2123
2214
|
n0,
|
|
2124
2215
|
_DAMP,
|
|
2125
2216
|
0,
|
|
2126
|
-
() => DescribeAllManagedProductsRequest
|
|
2127
|
-
() => DescribeAllManagedProductsResponse
|
|
2217
|
+
() => DescribeAllManagedProductsRequest$,
|
|
2218
|
+
() => DescribeAllManagedProductsResponse$,
|
|
2128
2219
|
];
|
|
2129
|
-
var DescribeManagedProductsByVendor = [
|
|
2220
|
+
var DescribeManagedProductsByVendor$ = [
|
|
2130
2221
|
9,
|
|
2131
2222
|
n0,
|
|
2132
2223
|
_DMPBV,
|
|
2133
2224
|
0,
|
|
2134
|
-
() => DescribeManagedProductsByVendorRequest
|
|
2135
|
-
() => DescribeManagedProductsByVendorResponse
|
|
2225
|
+
() => DescribeManagedProductsByVendorRequest$,
|
|
2226
|
+
() => DescribeManagedProductsByVendorResponse$,
|
|
2136
2227
|
];
|
|
2137
|
-
var DescribeManagedRuleGroup = [
|
|
2228
|
+
var DescribeManagedRuleGroup$ = [
|
|
2138
2229
|
9,
|
|
2139
2230
|
n0,
|
|
2140
2231
|
_DMRG,
|
|
2141
2232
|
0,
|
|
2142
|
-
() => DescribeManagedRuleGroupRequest
|
|
2143
|
-
() => DescribeManagedRuleGroupResponse
|
|
2233
|
+
() => DescribeManagedRuleGroupRequest$,
|
|
2234
|
+
() => DescribeManagedRuleGroupResponse$,
|
|
2144
2235
|
];
|
|
2145
|
-
var DisassociateWebACL = [
|
|
2236
|
+
var DisassociateWebACL$ = [
|
|
2146
2237
|
9,
|
|
2147
2238
|
n0,
|
|
2148
2239
|
_DWACLi,
|
|
2149
2240
|
0,
|
|
2150
|
-
() => DisassociateWebACLRequest
|
|
2151
|
-
() => DisassociateWebACLResponse
|
|
2241
|
+
() => DisassociateWebACLRequest$,
|
|
2242
|
+
() => DisassociateWebACLResponse$,
|
|
2152
2243
|
];
|
|
2153
|
-
var GenerateMobileSdkReleaseUrl = [
|
|
2244
|
+
var GenerateMobileSdkReleaseUrl$ = [
|
|
2154
2245
|
9,
|
|
2155
2246
|
n0,
|
|
2156
2247
|
_GMSRU,
|
|
2157
2248
|
0,
|
|
2158
|
-
() => GenerateMobileSdkReleaseUrlRequest
|
|
2159
|
-
() => GenerateMobileSdkReleaseUrlResponse
|
|
2249
|
+
() => GenerateMobileSdkReleaseUrlRequest$,
|
|
2250
|
+
() => GenerateMobileSdkReleaseUrlResponse$,
|
|
2160
2251
|
];
|
|
2161
|
-
var GetDecryptedAPIKey = [
|
|
2252
|
+
var GetDecryptedAPIKey$ = [
|
|
2162
2253
|
9,
|
|
2163
2254
|
n0,
|
|
2164
2255
|
_GDAPIK,
|
|
2165
2256
|
0,
|
|
2166
|
-
() => GetDecryptedAPIKeyRequest
|
|
2167
|
-
() => GetDecryptedAPIKeyResponse
|
|
2257
|
+
() => GetDecryptedAPIKeyRequest$,
|
|
2258
|
+
() => GetDecryptedAPIKeyResponse$,
|
|
2168
2259
|
];
|
|
2169
|
-
var GetIPSet = [9, n0, _GIPS, 0, () => GetIPSetRequest
|
|
2170
|
-
var GetLoggingConfiguration = [
|
|
2260
|
+
var GetIPSet$ = [9, n0, _GIPS, 0, () => GetIPSetRequest$, () => GetIPSetResponse$];
|
|
2261
|
+
var GetLoggingConfiguration$ = [
|
|
2171
2262
|
9,
|
|
2172
2263
|
n0,
|
|
2173
2264
|
_GLC,
|
|
2174
2265
|
0,
|
|
2175
|
-
() => GetLoggingConfigurationRequest
|
|
2176
|
-
() => GetLoggingConfigurationResponse
|
|
2266
|
+
() => GetLoggingConfigurationRequest$,
|
|
2267
|
+
() => GetLoggingConfigurationResponse$,
|
|
2177
2268
|
];
|
|
2178
|
-
var GetManagedRuleSet = [
|
|
2269
|
+
var GetManagedRuleSet$ = [
|
|
2179
2270
|
9,
|
|
2180
2271
|
n0,
|
|
2181
2272
|
_GMRS,
|
|
2182
2273
|
0,
|
|
2183
|
-
() => GetManagedRuleSetRequest
|
|
2184
|
-
() => GetManagedRuleSetResponse
|
|
2274
|
+
() => GetManagedRuleSetRequest$,
|
|
2275
|
+
() => GetManagedRuleSetResponse$,
|
|
2185
2276
|
];
|
|
2186
|
-
var GetMobileSdkRelease = [
|
|
2277
|
+
var GetMobileSdkRelease$ = [
|
|
2187
2278
|
9,
|
|
2188
2279
|
n0,
|
|
2189
2280
|
_GMSR,
|
|
2190
2281
|
0,
|
|
2191
|
-
() => GetMobileSdkReleaseRequest
|
|
2192
|
-
() => GetMobileSdkReleaseResponse
|
|
2282
|
+
() => GetMobileSdkReleaseRequest$,
|
|
2283
|
+
() => GetMobileSdkReleaseResponse$,
|
|
2193
2284
|
];
|
|
2194
|
-
var GetPermissionPolicy = [
|
|
2285
|
+
var GetPermissionPolicy$ = [
|
|
2195
2286
|
9,
|
|
2196
2287
|
n0,
|
|
2197
2288
|
_GPP,
|
|
2198
2289
|
0,
|
|
2199
|
-
() => GetPermissionPolicyRequest
|
|
2200
|
-
() => GetPermissionPolicyResponse
|
|
2290
|
+
() => GetPermissionPolicyRequest$,
|
|
2291
|
+
() => GetPermissionPolicyResponse$,
|
|
2201
2292
|
];
|
|
2202
|
-
var GetRateBasedStatementManagedKeys = [
|
|
2293
|
+
var GetRateBasedStatementManagedKeys$ = [
|
|
2203
2294
|
9,
|
|
2204
2295
|
n0,
|
|
2205
2296
|
_GRBSMK,
|
|
2206
2297
|
0,
|
|
2207
|
-
() => GetRateBasedStatementManagedKeysRequest
|
|
2208
|
-
() => GetRateBasedStatementManagedKeysResponse
|
|
2298
|
+
() => GetRateBasedStatementManagedKeysRequest$,
|
|
2299
|
+
() => GetRateBasedStatementManagedKeysResponse$,
|
|
2209
2300
|
];
|
|
2210
|
-
var GetRegexPatternSet = [
|
|
2301
|
+
var GetRegexPatternSet$ = [
|
|
2211
2302
|
9,
|
|
2212
2303
|
n0,
|
|
2213
2304
|
_GRPS,
|
|
2214
2305
|
0,
|
|
2215
|
-
() => GetRegexPatternSetRequest
|
|
2216
|
-
() => GetRegexPatternSetResponse
|
|
2306
|
+
() => GetRegexPatternSetRequest$,
|
|
2307
|
+
() => GetRegexPatternSetResponse$,
|
|
2217
2308
|
];
|
|
2218
|
-
var GetRuleGroup = [
|
|
2309
|
+
var GetRuleGroup$ = [
|
|
2219
2310
|
9,
|
|
2220
2311
|
n0,
|
|
2221
2312
|
_GRG,
|
|
2222
2313
|
0,
|
|
2223
|
-
() => GetRuleGroupRequest
|
|
2224
|
-
() => GetRuleGroupResponse
|
|
2314
|
+
() => GetRuleGroupRequest$,
|
|
2315
|
+
() => GetRuleGroupResponse$,
|
|
2225
2316
|
];
|
|
2226
|
-
var GetSampledRequests = [
|
|
2317
|
+
var GetSampledRequests$ = [
|
|
2227
2318
|
9,
|
|
2228
2319
|
n0,
|
|
2229
2320
|
_GSR,
|
|
2230
2321
|
0,
|
|
2231
|
-
() => GetSampledRequestsRequest
|
|
2232
|
-
() => GetSampledRequestsResponse
|
|
2322
|
+
() => GetSampledRequestsRequest$,
|
|
2323
|
+
() => GetSampledRequestsResponse$,
|
|
2233
2324
|
];
|
|
2234
|
-
var GetWebACL = [9, n0, _GWACL, 0, () => GetWebACLRequest
|
|
2235
|
-
var GetWebACLForResource = [
|
|
2325
|
+
var GetWebACL$ = [9, n0, _GWACL, 0, () => GetWebACLRequest$, () => GetWebACLResponse$];
|
|
2326
|
+
var GetWebACLForResource$ = [
|
|
2236
2327
|
9,
|
|
2237
2328
|
n0,
|
|
2238
2329
|
_GWACLFR,
|
|
2239
2330
|
0,
|
|
2240
|
-
() => GetWebACLForResourceRequest
|
|
2241
|
-
() => GetWebACLForResourceResponse
|
|
2331
|
+
() => GetWebACLForResourceRequest$,
|
|
2332
|
+
() => GetWebACLForResourceResponse$,
|
|
2242
2333
|
];
|
|
2243
|
-
var ListAPIKeys = [
|
|
2244
|
-
|
|
2334
|
+
var ListAPIKeys$ = [
|
|
2335
|
+
9,
|
|
2336
|
+
n0,
|
|
2337
|
+
_LAPIK,
|
|
2338
|
+
0,
|
|
2339
|
+
() => ListAPIKeysRequest$,
|
|
2340
|
+
() => ListAPIKeysResponse$,
|
|
2341
|
+
];
|
|
2342
|
+
var ListAvailableManagedRuleGroups$ = [
|
|
2245
2343
|
9,
|
|
2246
2344
|
n0,
|
|
2247
2345
|
_LAMRG,
|
|
2248
2346
|
0,
|
|
2249
|
-
() => ListAvailableManagedRuleGroupsRequest
|
|
2250
|
-
() => ListAvailableManagedRuleGroupsResponse
|
|
2347
|
+
() => ListAvailableManagedRuleGroupsRequest$,
|
|
2348
|
+
() => ListAvailableManagedRuleGroupsResponse$,
|
|
2251
2349
|
];
|
|
2252
|
-
var ListAvailableManagedRuleGroupVersions = [
|
|
2350
|
+
var ListAvailableManagedRuleGroupVersions$ = [
|
|
2253
2351
|
9,
|
|
2254
2352
|
n0,
|
|
2255
2353
|
_LAMRGV,
|
|
2256
2354
|
0,
|
|
2257
|
-
() => ListAvailableManagedRuleGroupVersionsRequest
|
|
2258
|
-
() => ListAvailableManagedRuleGroupVersionsResponse
|
|
2355
|
+
() => ListAvailableManagedRuleGroupVersionsRequest$,
|
|
2356
|
+
() => ListAvailableManagedRuleGroupVersionsResponse$,
|
|
2259
2357
|
];
|
|
2260
|
-
var ListIPSets = [9, n0, _LIPS, 0, () => ListIPSetsRequest
|
|
2261
|
-
var ListLoggingConfigurations = [
|
|
2358
|
+
var ListIPSets$ = [9, n0, _LIPS, 0, () => ListIPSetsRequest$, () => ListIPSetsResponse$];
|
|
2359
|
+
var ListLoggingConfigurations$ = [
|
|
2262
2360
|
9,
|
|
2263
2361
|
n0,
|
|
2264
2362
|
_LLC,
|
|
2265
2363
|
0,
|
|
2266
|
-
() => ListLoggingConfigurationsRequest
|
|
2267
|
-
() => ListLoggingConfigurationsResponse
|
|
2364
|
+
() => ListLoggingConfigurationsRequest$,
|
|
2365
|
+
() => ListLoggingConfigurationsResponse$,
|
|
2268
2366
|
];
|
|
2269
|
-
var ListManagedRuleSets = [
|
|
2367
|
+
var ListManagedRuleSets$ = [
|
|
2270
2368
|
9,
|
|
2271
2369
|
n0,
|
|
2272
2370
|
_LMRS,
|
|
2273
2371
|
0,
|
|
2274
|
-
() => ListManagedRuleSetsRequest
|
|
2275
|
-
() => ListManagedRuleSetsResponse
|
|
2372
|
+
() => ListManagedRuleSetsRequest$,
|
|
2373
|
+
() => ListManagedRuleSetsResponse$,
|
|
2276
2374
|
];
|
|
2277
|
-
var ListMobileSdkReleases = [
|
|
2375
|
+
var ListMobileSdkReleases$ = [
|
|
2278
2376
|
9,
|
|
2279
2377
|
n0,
|
|
2280
2378
|
_LMSR,
|
|
2281
2379
|
0,
|
|
2282
|
-
() => ListMobileSdkReleasesRequest
|
|
2283
|
-
() => ListMobileSdkReleasesResponse
|
|
2380
|
+
() => ListMobileSdkReleasesRequest$,
|
|
2381
|
+
() => ListMobileSdkReleasesResponse$,
|
|
2284
2382
|
];
|
|
2285
|
-
var ListRegexPatternSets = [
|
|
2383
|
+
var ListRegexPatternSets$ = [
|
|
2286
2384
|
9,
|
|
2287
2385
|
n0,
|
|
2288
2386
|
_LRPS,
|
|
2289
2387
|
0,
|
|
2290
|
-
() => ListRegexPatternSetsRequest
|
|
2291
|
-
() => ListRegexPatternSetsResponse
|
|
2388
|
+
() => ListRegexPatternSetsRequest$,
|
|
2389
|
+
() => ListRegexPatternSetsResponse$,
|
|
2292
2390
|
];
|
|
2293
|
-
var ListResourcesForWebACL = [
|
|
2391
|
+
var ListResourcesForWebACL$ = [
|
|
2294
2392
|
9,
|
|
2295
2393
|
n0,
|
|
2296
2394
|
_LRFWACL,
|
|
2297
2395
|
0,
|
|
2298
|
-
() => ListResourcesForWebACLRequest
|
|
2299
|
-
() => ListResourcesForWebACLResponse
|
|
2396
|
+
() => ListResourcesForWebACLRequest$,
|
|
2397
|
+
() => ListResourcesForWebACLResponse$,
|
|
2300
2398
|
];
|
|
2301
|
-
var ListRuleGroups = [
|
|
2399
|
+
var ListRuleGroups$ = [
|
|
2302
2400
|
9,
|
|
2303
2401
|
n0,
|
|
2304
2402
|
_LRG,
|
|
2305
2403
|
0,
|
|
2306
|
-
() => ListRuleGroupsRequest
|
|
2307
|
-
() => ListRuleGroupsResponse
|
|
2404
|
+
() => ListRuleGroupsRequest$,
|
|
2405
|
+
() => ListRuleGroupsResponse$,
|
|
2308
2406
|
];
|
|
2309
|
-
var ListTagsForResource = [
|
|
2407
|
+
var ListTagsForResource$ = [
|
|
2310
2408
|
9,
|
|
2311
2409
|
n0,
|
|
2312
2410
|
_LTFR,
|
|
2313
2411
|
0,
|
|
2314
|
-
() => ListTagsForResourceRequest
|
|
2315
|
-
() => ListTagsForResourceResponse
|
|
2412
|
+
() => ListTagsForResourceRequest$,
|
|
2413
|
+
() => ListTagsForResourceResponse$,
|
|
2316
2414
|
];
|
|
2317
|
-
var ListWebACLs = [
|
|
2318
|
-
|
|
2415
|
+
var ListWebACLs$ = [
|
|
2416
|
+
9,
|
|
2417
|
+
n0,
|
|
2418
|
+
_LWACL,
|
|
2419
|
+
0,
|
|
2420
|
+
() => ListWebACLsRequest$,
|
|
2421
|
+
() => ListWebACLsResponse$,
|
|
2422
|
+
];
|
|
2423
|
+
var PutLoggingConfiguration$ = [
|
|
2319
2424
|
9,
|
|
2320
2425
|
n0,
|
|
2321
2426
|
_PLC,
|
|
2322
2427
|
0,
|
|
2323
|
-
() => PutLoggingConfigurationRequest
|
|
2324
|
-
() => PutLoggingConfigurationResponse
|
|
2428
|
+
() => PutLoggingConfigurationRequest$,
|
|
2429
|
+
() => PutLoggingConfigurationResponse$,
|
|
2325
2430
|
];
|
|
2326
|
-
var PutManagedRuleSetVersions = [
|
|
2431
|
+
var PutManagedRuleSetVersions$ = [
|
|
2327
2432
|
9,
|
|
2328
2433
|
n0,
|
|
2329
2434
|
_PMRSV,
|
|
2330
2435
|
0,
|
|
2331
|
-
() => PutManagedRuleSetVersionsRequest
|
|
2332
|
-
() => PutManagedRuleSetVersionsResponse
|
|
2436
|
+
() => PutManagedRuleSetVersionsRequest$,
|
|
2437
|
+
() => PutManagedRuleSetVersionsResponse$,
|
|
2333
2438
|
];
|
|
2334
|
-
var PutPermissionPolicy = [
|
|
2439
|
+
var PutPermissionPolicy$ = [
|
|
2335
2440
|
9,
|
|
2336
2441
|
n0,
|
|
2337
2442
|
_PPP,
|
|
2338
2443
|
0,
|
|
2339
|
-
() => PutPermissionPolicyRequest
|
|
2340
|
-
() => PutPermissionPolicyResponse
|
|
2444
|
+
() => PutPermissionPolicyRequest$,
|
|
2445
|
+
() => PutPermissionPolicyResponse$,
|
|
2341
2446
|
];
|
|
2342
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
2343
|
-
var UntagResource = [
|
|
2447
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
2448
|
+
var UntagResource$ = [
|
|
2344
2449
|
9,
|
|
2345
2450
|
n0,
|
|
2346
2451
|
_UR,
|
|
2347
2452
|
0,
|
|
2348
|
-
() => UntagResourceRequest
|
|
2349
|
-
() => UntagResourceResponse
|
|
2453
|
+
() => UntagResourceRequest$,
|
|
2454
|
+
() => UntagResourceResponse$,
|
|
2455
|
+
];
|
|
2456
|
+
var UpdateIPSet$ = [
|
|
2457
|
+
9,
|
|
2458
|
+
n0,
|
|
2459
|
+
_UIPS,
|
|
2460
|
+
0,
|
|
2461
|
+
() => UpdateIPSetRequest$,
|
|
2462
|
+
() => UpdateIPSetResponse$,
|
|
2350
2463
|
];
|
|
2351
|
-
var
|
|
2352
|
-
var UpdateManagedRuleSetVersionExpiryDate = [
|
|
2464
|
+
var UpdateManagedRuleSetVersionExpiryDate$ = [
|
|
2353
2465
|
9,
|
|
2354
2466
|
n0,
|
|
2355
2467
|
_UMRSVED,
|
|
2356
2468
|
0,
|
|
2357
|
-
() => UpdateManagedRuleSetVersionExpiryDateRequest
|
|
2358
|
-
() => UpdateManagedRuleSetVersionExpiryDateResponse
|
|
2469
|
+
() => UpdateManagedRuleSetVersionExpiryDateRequest$,
|
|
2470
|
+
() => UpdateManagedRuleSetVersionExpiryDateResponse$,
|
|
2359
2471
|
];
|
|
2360
|
-
var UpdateRegexPatternSet = [
|
|
2472
|
+
var UpdateRegexPatternSet$ = [
|
|
2361
2473
|
9,
|
|
2362
2474
|
n0,
|
|
2363
2475
|
_URPS,
|
|
2364
2476
|
0,
|
|
2365
|
-
() => UpdateRegexPatternSetRequest
|
|
2366
|
-
() => UpdateRegexPatternSetResponse
|
|
2477
|
+
() => UpdateRegexPatternSetRequest$,
|
|
2478
|
+
() => UpdateRegexPatternSetResponse$,
|
|
2367
2479
|
];
|
|
2368
|
-
var UpdateRuleGroup = [
|
|
2480
|
+
var UpdateRuleGroup$ = [
|
|
2369
2481
|
9,
|
|
2370
2482
|
n0,
|
|
2371
2483
|
_URG,
|
|
2372
2484
|
0,
|
|
2373
|
-
() => UpdateRuleGroupRequest
|
|
2374
|
-
() => UpdateRuleGroupResponse
|
|
2485
|
+
() => UpdateRuleGroupRequest$,
|
|
2486
|
+
() => UpdateRuleGroupResponse$,
|
|
2375
2487
|
];
|
|
2376
|
-
var UpdateWebACL = [
|
|
2488
|
+
var UpdateWebACL$ = [
|
|
2377
2489
|
9,
|
|
2378
2490
|
n0,
|
|
2379
2491
|
_UWACL,
|
|
2380
2492
|
0,
|
|
2381
|
-
() => UpdateWebACLRequest
|
|
2382
|
-
() => UpdateWebACLResponse
|
|
2493
|
+
() => UpdateWebACLRequest$,
|
|
2494
|
+
() => UpdateWebACLResponse$,
|
|
2383
2495
|
];
|
|
2384
2496
|
|
|
2385
2497
|
class AssociateWebACLCommand extends smithyClient.Command
|
|
@@ -2390,7 +2502,7 @@ class AssociateWebACLCommand extends smithyClient.Command
|
|
|
2390
2502
|
})
|
|
2391
2503
|
.s("AWSWAF_20190729", "AssociateWebACL", {})
|
|
2392
2504
|
.n("WAFV2Client", "AssociateWebACLCommand")
|
|
2393
|
-
.sc(AssociateWebACL)
|
|
2505
|
+
.sc(AssociateWebACL$)
|
|
2394
2506
|
.build() {
|
|
2395
2507
|
}
|
|
2396
2508
|
|
|
@@ -2402,7 +2514,7 @@ class CheckCapacityCommand extends smithyClient.Command
|
|
|
2402
2514
|
})
|
|
2403
2515
|
.s("AWSWAF_20190729", "CheckCapacity", {})
|
|
2404
2516
|
.n("WAFV2Client", "CheckCapacityCommand")
|
|
2405
|
-
.sc(CheckCapacity)
|
|
2517
|
+
.sc(CheckCapacity$)
|
|
2406
2518
|
.build() {
|
|
2407
2519
|
}
|
|
2408
2520
|
|
|
@@ -2414,7 +2526,7 @@ class CreateAPIKeyCommand extends smithyClient.Command
|
|
|
2414
2526
|
})
|
|
2415
2527
|
.s("AWSWAF_20190729", "CreateAPIKey", {})
|
|
2416
2528
|
.n("WAFV2Client", "CreateAPIKeyCommand")
|
|
2417
|
-
.sc(CreateAPIKey)
|
|
2529
|
+
.sc(CreateAPIKey$)
|
|
2418
2530
|
.build() {
|
|
2419
2531
|
}
|
|
2420
2532
|
|
|
@@ -2426,7 +2538,7 @@ class CreateIPSetCommand extends smithyClient.Command
|
|
|
2426
2538
|
})
|
|
2427
2539
|
.s("AWSWAF_20190729", "CreateIPSet", {})
|
|
2428
2540
|
.n("WAFV2Client", "CreateIPSetCommand")
|
|
2429
|
-
.sc(CreateIPSet)
|
|
2541
|
+
.sc(CreateIPSet$)
|
|
2430
2542
|
.build() {
|
|
2431
2543
|
}
|
|
2432
2544
|
|
|
@@ -2438,7 +2550,7 @@ class CreateRegexPatternSetCommand extends smithyClient.Command
|
|
|
2438
2550
|
})
|
|
2439
2551
|
.s("AWSWAF_20190729", "CreateRegexPatternSet", {})
|
|
2440
2552
|
.n("WAFV2Client", "CreateRegexPatternSetCommand")
|
|
2441
|
-
.sc(CreateRegexPatternSet)
|
|
2553
|
+
.sc(CreateRegexPatternSet$)
|
|
2442
2554
|
.build() {
|
|
2443
2555
|
}
|
|
2444
2556
|
|
|
@@ -2450,7 +2562,7 @@ class CreateRuleGroupCommand extends smithyClient.Command
|
|
|
2450
2562
|
})
|
|
2451
2563
|
.s("AWSWAF_20190729", "CreateRuleGroup", {})
|
|
2452
2564
|
.n("WAFV2Client", "CreateRuleGroupCommand")
|
|
2453
|
-
.sc(CreateRuleGroup)
|
|
2565
|
+
.sc(CreateRuleGroup$)
|
|
2454
2566
|
.build() {
|
|
2455
2567
|
}
|
|
2456
2568
|
|
|
@@ -2462,7 +2574,7 @@ class CreateWebACLCommand extends smithyClient.Command
|
|
|
2462
2574
|
})
|
|
2463
2575
|
.s("AWSWAF_20190729", "CreateWebACL", {})
|
|
2464
2576
|
.n("WAFV2Client", "CreateWebACLCommand")
|
|
2465
|
-
.sc(CreateWebACL)
|
|
2577
|
+
.sc(CreateWebACL$)
|
|
2466
2578
|
.build() {
|
|
2467
2579
|
}
|
|
2468
2580
|
|
|
@@ -2474,7 +2586,7 @@ class DeleteAPIKeyCommand extends smithyClient.Command
|
|
|
2474
2586
|
})
|
|
2475
2587
|
.s("AWSWAF_20190729", "DeleteAPIKey", {})
|
|
2476
2588
|
.n("WAFV2Client", "DeleteAPIKeyCommand")
|
|
2477
|
-
.sc(DeleteAPIKey)
|
|
2589
|
+
.sc(DeleteAPIKey$)
|
|
2478
2590
|
.build() {
|
|
2479
2591
|
}
|
|
2480
2592
|
|
|
@@ -2486,7 +2598,7 @@ class DeleteFirewallManagerRuleGroupsCommand extends smithyClient.Command
|
|
|
2486
2598
|
})
|
|
2487
2599
|
.s("AWSWAF_20190729", "DeleteFirewallManagerRuleGroups", {})
|
|
2488
2600
|
.n("WAFV2Client", "DeleteFirewallManagerRuleGroupsCommand")
|
|
2489
|
-
.sc(DeleteFirewallManagerRuleGroups)
|
|
2601
|
+
.sc(DeleteFirewallManagerRuleGroups$)
|
|
2490
2602
|
.build() {
|
|
2491
2603
|
}
|
|
2492
2604
|
|
|
@@ -2498,7 +2610,7 @@ class DeleteIPSetCommand extends smithyClient.Command
|
|
|
2498
2610
|
})
|
|
2499
2611
|
.s("AWSWAF_20190729", "DeleteIPSet", {})
|
|
2500
2612
|
.n("WAFV2Client", "DeleteIPSetCommand")
|
|
2501
|
-
.sc(DeleteIPSet)
|
|
2613
|
+
.sc(DeleteIPSet$)
|
|
2502
2614
|
.build() {
|
|
2503
2615
|
}
|
|
2504
2616
|
|
|
@@ -2510,7 +2622,7 @@ class DeleteLoggingConfigurationCommand extends smithyClient.Command
|
|
|
2510
2622
|
})
|
|
2511
2623
|
.s("AWSWAF_20190729", "DeleteLoggingConfiguration", {})
|
|
2512
2624
|
.n("WAFV2Client", "DeleteLoggingConfigurationCommand")
|
|
2513
|
-
.sc(DeleteLoggingConfiguration)
|
|
2625
|
+
.sc(DeleteLoggingConfiguration$)
|
|
2514
2626
|
.build() {
|
|
2515
2627
|
}
|
|
2516
2628
|
|
|
@@ -2522,7 +2634,7 @@ class DeletePermissionPolicyCommand extends smithyClient.Command
|
|
|
2522
2634
|
})
|
|
2523
2635
|
.s("AWSWAF_20190729", "DeletePermissionPolicy", {})
|
|
2524
2636
|
.n("WAFV2Client", "DeletePermissionPolicyCommand")
|
|
2525
|
-
.sc(DeletePermissionPolicy)
|
|
2637
|
+
.sc(DeletePermissionPolicy$)
|
|
2526
2638
|
.build() {
|
|
2527
2639
|
}
|
|
2528
2640
|
|
|
@@ -2534,7 +2646,7 @@ class DeleteRegexPatternSetCommand extends smithyClient.Command
|
|
|
2534
2646
|
})
|
|
2535
2647
|
.s("AWSWAF_20190729", "DeleteRegexPatternSet", {})
|
|
2536
2648
|
.n("WAFV2Client", "DeleteRegexPatternSetCommand")
|
|
2537
|
-
.sc(DeleteRegexPatternSet)
|
|
2649
|
+
.sc(DeleteRegexPatternSet$)
|
|
2538
2650
|
.build() {
|
|
2539
2651
|
}
|
|
2540
2652
|
|
|
@@ -2546,7 +2658,7 @@ class DeleteRuleGroupCommand extends smithyClient.Command
|
|
|
2546
2658
|
})
|
|
2547
2659
|
.s("AWSWAF_20190729", "DeleteRuleGroup", {})
|
|
2548
2660
|
.n("WAFV2Client", "DeleteRuleGroupCommand")
|
|
2549
|
-
.sc(DeleteRuleGroup)
|
|
2661
|
+
.sc(DeleteRuleGroup$)
|
|
2550
2662
|
.build() {
|
|
2551
2663
|
}
|
|
2552
2664
|
|
|
@@ -2558,7 +2670,7 @@ class DeleteWebACLCommand extends smithyClient.Command
|
|
|
2558
2670
|
})
|
|
2559
2671
|
.s("AWSWAF_20190729", "DeleteWebACL", {})
|
|
2560
2672
|
.n("WAFV2Client", "DeleteWebACLCommand")
|
|
2561
|
-
.sc(DeleteWebACL)
|
|
2673
|
+
.sc(DeleteWebACL$)
|
|
2562
2674
|
.build() {
|
|
2563
2675
|
}
|
|
2564
2676
|
|
|
@@ -2570,7 +2682,7 @@ class DescribeAllManagedProductsCommand extends smithyClient.Command
|
|
|
2570
2682
|
})
|
|
2571
2683
|
.s("AWSWAF_20190729", "DescribeAllManagedProducts", {})
|
|
2572
2684
|
.n("WAFV2Client", "DescribeAllManagedProductsCommand")
|
|
2573
|
-
.sc(DescribeAllManagedProducts)
|
|
2685
|
+
.sc(DescribeAllManagedProducts$)
|
|
2574
2686
|
.build() {
|
|
2575
2687
|
}
|
|
2576
2688
|
|
|
@@ -2582,7 +2694,7 @@ class DescribeManagedProductsByVendorCommand extends smithyClient.Command
|
|
|
2582
2694
|
})
|
|
2583
2695
|
.s("AWSWAF_20190729", "DescribeManagedProductsByVendor", {})
|
|
2584
2696
|
.n("WAFV2Client", "DescribeManagedProductsByVendorCommand")
|
|
2585
|
-
.sc(DescribeManagedProductsByVendor)
|
|
2697
|
+
.sc(DescribeManagedProductsByVendor$)
|
|
2586
2698
|
.build() {
|
|
2587
2699
|
}
|
|
2588
2700
|
|
|
@@ -2594,7 +2706,7 @@ class DescribeManagedRuleGroupCommand extends smithyClient.Command
|
|
|
2594
2706
|
})
|
|
2595
2707
|
.s("AWSWAF_20190729", "DescribeManagedRuleGroup", {})
|
|
2596
2708
|
.n("WAFV2Client", "DescribeManagedRuleGroupCommand")
|
|
2597
|
-
.sc(DescribeManagedRuleGroup)
|
|
2709
|
+
.sc(DescribeManagedRuleGroup$)
|
|
2598
2710
|
.build() {
|
|
2599
2711
|
}
|
|
2600
2712
|
|
|
@@ -2606,7 +2718,7 @@ class DisassociateWebACLCommand extends smithyClient.Command
|
|
|
2606
2718
|
})
|
|
2607
2719
|
.s("AWSWAF_20190729", "DisassociateWebACL", {})
|
|
2608
2720
|
.n("WAFV2Client", "DisassociateWebACLCommand")
|
|
2609
|
-
.sc(DisassociateWebACL)
|
|
2721
|
+
.sc(DisassociateWebACL$)
|
|
2610
2722
|
.build() {
|
|
2611
2723
|
}
|
|
2612
2724
|
|
|
@@ -2618,7 +2730,7 @@ class GenerateMobileSdkReleaseUrlCommand extends smithyClient.Command
|
|
|
2618
2730
|
})
|
|
2619
2731
|
.s("AWSWAF_20190729", "GenerateMobileSdkReleaseUrl", {})
|
|
2620
2732
|
.n("WAFV2Client", "GenerateMobileSdkReleaseUrlCommand")
|
|
2621
|
-
.sc(GenerateMobileSdkReleaseUrl)
|
|
2733
|
+
.sc(GenerateMobileSdkReleaseUrl$)
|
|
2622
2734
|
.build() {
|
|
2623
2735
|
}
|
|
2624
2736
|
|
|
@@ -2630,7 +2742,7 @@ class GetDecryptedAPIKeyCommand extends smithyClient.Command
|
|
|
2630
2742
|
})
|
|
2631
2743
|
.s("AWSWAF_20190729", "GetDecryptedAPIKey", {})
|
|
2632
2744
|
.n("WAFV2Client", "GetDecryptedAPIKeyCommand")
|
|
2633
|
-
.sc(GetDecryptedAPIKey)
|
|
2745
|
+
.sc(GetDecryptedAPIKey$)
|
|
2634
2746
|
.build() {
|
|
2635
2747
|
}
|
|
2636
2748
|
|
|
@@ -2642,7 +2754,7 @@ class GetIPSetCommand extends smithyClient.Command
|
|
|
2642
2754
|
})
|
|
2643
2755
|
.s("AWSWAF_20190729", "GetIPSet", {})
|
|
2644
2756
|
.n("WAFV2Client", "GetIPSetCommand")
|
|
2645
|
-
.sc(GetIPSet)
|
|
2757
|
+
.sc(GetIPSet$)
|
|
2646
2758
|
.build() {
|
|
2647
2759
|
}
|
|
2648
2760
|
|
|
@@ -2654,7 +2766,7 @@ class GetLoggingConfigurationCommand extends smithyClient.Command
|
|
|
2654
2766
|
})
|
|
2655
2767
|
.s("AWSWAF_20190729", "GetLoggingConfiguration", {})
|
|
2656
2768
|
.n("WAFV2Client", "GetLoggingConfigurationCommand")
|
|
2657
|
-
.sc(GetLoggingConfiguration)
|
|
2769
|
+
.sc(GetLoggingConfiguration$)
|
|
2658
2770
|
.build() {
|
|
2659
2771
|
}
|
|
2660
2772
|
|
|
@@ -2666,7 +2778,7 @@ class GetManagedRuleSetCommand extends smithyClient.Command
|
|
|
2666
2778
|
})
|
|
2667
2779
|
.s("AWSWAF_20190729", "GetManagedRuleSet", {})
|
|
2668
2780
|
.n("WAFV2Client", "GetManagedRuleSetCommand")
|
|
2669
|
-
.sc(GetManagedRuleSet)
|
|
2781
|
+
.sc(GetManagedRuleSet$)
|
|
2670
2782
|
.build() {
|
|
2671
2783
|
}
|
|
2672
2784
|
|
|
@@ -2678,7 +2790,7 @@ class GetMobileSdkReleaseCommand extends smithyClient.Command
|
|
|
2678
2790
|
})
|
|
2679
2791
|
.s("AWSWAF_20190729", "GetMobileSdkRelease", {})
|
|
2680
2792
|
.n("WAFV2Client", "GetMobileSdkReleaseCommand")
|
|
2681
|
-
.sc(GetMobileSdkRelease)
|
|
2793
|
+
.sc(GetMobileSdkRelease$)
|
|
2682
2794
|
.build() {
|
|
2683
2795
|
}
|
|
2684
2796
|
|
|
@@ -2690,7 +2802,7 @@ class GetPermissionPolicyCommand extends smithyClient.Command
|
|
|
2690
2802
|
})
|
|
2691
2803
|
.s("AWSWAF_20190729", "GetPermissionPolicy", {})
|
|
2692
2804
|
.n("WAFV2Client", "GetPermissionPolicyCommand")
|
|
2693
|
-
.sc(GetPermissionPolicy)
|
|
2805
|
+
.sc(GetPermissionPolicy$)
|
|
2694
2806
|
.build() {
|
|
2695
2807
|
}
|
|
2696
2808
|
|
|
@@ -2702,7 +2814,7 @@ class GetRateBasedStatementManagedKeysCommand extends smithyClient.Command
|
|
|
2702
2814
|
})
|
|
2703
2815
|
.s("AWSWAF_20190729", "GetRateBasedStatementManagedKeys", {})
|
|
2704
2816
|
.n("WAFV2Client", "GetRateBasedStatementManagedKeysCommand")
|
|
2705
|
-
.sc(GetRateBasedStatementManagedKeys)
|
|
2817
|
+
.sc(GetRateBasedStatementManagedKeys$)
|
|
2706
2818
|
.build() {
|
|
2707
2819
|
}
|
|
2708
2820
|
|
|
@@ -2714,7 +2826,7 @@ class GetRegexPatternSetCommand extends smithyClient.Command
|
|
|
2714
2826
|
})
|
|
2715
2827
|
.s("AWSWAF_20190729", "GetRegexPatternSet", {})
|
|
2716
2828
|
.n("WAFV2Client", "GetRegexPatternSetCommand")
|
|
2717
|
-
.sc(GetRegexPatternSet)
|
|
2829
|
+
.sc(GetRegexPatternSet$)
|
|
2718
2830
|
.build() {
|
|
2719
2831
|
}
|
|
2720
2832
|
|
|
@@ -2726,7 +2838,7 @@ class GetRuleGroupCommand extends smithyClient.Command
|
|
|
2726
2838
|
})
|
|
2727
2839
|
.s("AWSWAF_20190729", "GetRuleGroup", {})
|
|
2728
2840
|
.n("WAFV2Client", "GetRuleGroupCommand")
|
|
2729
|
-
.sc(GetRuleGroup)
|
|
2841
|
+
.sc(GetRuleGroup$)
|
|
2730
2842
|
.build() {
|
|
2731
2843
|
}
|
|
2732
2844
|
|
|
@@ -2738,7 +2850,7 @@ class GetSampledRequestsCommand extends smithyClient.Command
|
|
|
2738
2850
|
})
|
|
2739
2851
|
.s("AWSWAF_20190729", "GetSampledRequests", {})
|
|
2740
2852
|
.n("WAFV2Client", "GetSampledRequestsCommand")
|
|
2741
|
-
.sc(GetSampledRequests)
|
|
2853
|
+
.sc(GetSampledRequests$)
|
|
2742
2854
|
.build() {
|
|
2743
2855
|
}
|
|
2744
2856
|
|
|
@@ -2750,7 +2862,7 @@ class GetWebACLCommand extends smithyClient.Command
|
|
|
2750
2862
|
})
|
|
2751
2863
|
.s("AWSWAF_20190729", "GetWebACL", {})
|
|
2752
2864
|
.n("WAFV2Client", "GetWebACLCommand")
|
|
2753
|
-
.sc(GetWebACL)
|
|
2865
|
+
.sc(GetWebACL$)
|
|
2754
2866
|
.build() {
|
|
2755
2867
|
}
|
|
2756
2868
|
|
|
@@ -2762,7 +2874,7 @@ class GetWebACLForResourceCommand extends smithyClient.Command
|
|
|
2762
2874
|
})
|
|
2763
2875
|
.s("AWSWAF_20190729", "GetWebACLForResource", {})
|
|
2764
2876
|
.n("WAFV2Client", "GetWebACLForResourceCommand")
|
|
2765
|
-
.sc(GetWebACLForResource)
|
|
2877
|
+
.sc(GetWebACLForResource$)
|
|
2766
2878
|
.build() {
|
|
2767
2879
|
}
|
|
2768
2880
|
|
|
@@ -2774,7 +2886,7 @@ class ListAPIKeysCommand extends smithyClient.Command
|
|
|
2774
2886
|
})
|
|
2775
2887
|
.s("AWSWAF_20190729", "ListAPIKeys", {})
|
|
2776
2888
|
.n("WAFV2Client", "ListAPIKeysCommand")
|
|
2777
|
-
.sc(ListAPIKeys)
|
|
2889
|
+
.sc(ListAPIKeys$)
|
|
2778
2890
|
.build() {
|
|
2779
2891
|
}
|
|
2780
2892
|
|
|
@@ -2786,7 +2898,7 @@ class ListAvailableManagedRuleGroupsCommand extends smithyClient.Command
|
|
|
2786
2898
|
})
|
|
2787
2899
|
.s("AWSWAF_20190729", "ListAvailableManagedRuleGroups", {})
|
|
2788
2900
|
.n("WAFV2Client", "ListAvailableManagedRuleGroupsCommand")
|
|
2789
|
-
.sc(ListAvailableManagedRuleGroups)
|
|
2901
|
+
.sc(ListAvailableManagedRuleGroups$)
|
|
2790
2902
|
.build() {
|
|
2791
2903
|
}
|
|
2792
2904
|
|
|
@@ -2798,7 +2910,7 @@ class ListAvailableManagedRuleGroupVersionsCommand extends smithyClient.Command
|
|
|
2798
2910
|
})
|
|
2799
2911
|
.s("AWSWAF_20190729", "ListAvailableManagedRuleGroupVersions", {})
|
|
2800
2912
|
.n("WAFV2Client", "ListAvailableManagedRuleGroupVersionsCommand")
|
|
2801
|
-
.sc(ListAvailableManagedRuleGroupVersions)
|
|
2913
|
+
.sc(ListAvailableManagedRuleGroupVersions$)
|
|
2802
2914
|
.build() {
|
|
2803
2915
|
}
|
|
2804
2916
|
|
|
@@ -2810,7 +2922,7 @@ class ListIPSetsCommand extends smithyClient.Command
|
|
|
2810
2922
|
})
|
|
2811
2923
|
.s("AWSWAF_20190729", "ListIPSets", {})
|
|
2812
2924
|
.n("WAFV2Client", "ListIPSetsCommand")
|
|
2813
|
-
.sc(ListIPSets)
|
|
2925
|
+
.sc(ListIPSets$)
|
|
2814
2926
|
.build() {
|
|
2815
2927
|
}
|
|
2816
2928
|
|
|
@@ -2822,7 +2934,7 @@ class ListLoggingConfigurationsCommand extends smithyClient.Command
|
|
|
2822
2934
|
})
|
|
2823
2935
|
.s("AWSWAF_20190729", "ListLoggingConfigurations", {})
|
|
2824
2936
|
.n("WAFV2Client", "ListLoggingConfigurationsCommand")
|
|
2825
|
-
.sc(ListLoggingConfigurations)
|
|
2937
|
+
.sc(ListLoggingConfigurations$)
|
|
2826
2938
|
.build() {
|
|
2827
2939
|
}
|
|
2828
2940
|
|
|
@@ -2834,7 +2946,7 @@ class ListManagedRuleSetsCommand extends smithyClient.Command
|
|
|
2834
2946
|
})
|
|
2835
2947
|
.s("AWSWAF_20190729", "ListManagedRuleSets", {})
|
|
2836
2948
|
.n("WAFV2Client", "ListManagedRuleSetsCommand")
|
|
2837
|
-
.sc(ListManagedRuleSets)
|
|
2949
|
+
.sc(ListManagedRuleSets$)
|
|
2838
2950
|
.build() {
|
|
2839
2951
|
}
|
|
2840
2952
|
|
|
@@ -2846,7 +2958,7 @@ class ListMobileSdkReleasesCommand extends smithyClient.Command
|
|
|
2846
2958
|
})
|
|
2847
2959
|
.s("AWSWAF_20190729", "ListMobileSdkReleases", {})
|
|
2848
2960
|
.n("WAFV2Client", "ListMobileSdkReleasesCommand")
|
|
2849
|
-
.sc(ListMobileSdkReleases)
|
|
2961
|
+
.sc(ListMobileSdkReleases$)
|
|
2850
2962
|
.build() {
|
|
2851
2963
|
}
|
|
2852
2964
|
|
|
@@ -2858,7 +2970,7 @@ class ListRegexPatternSetsCommand extends smithyClient.Command
|
|
|
2858
2970
|
})
|
|
2859
2971
|
.s("AWSWAF_20190729", "ListRegexPatternSets", {})
|
|
2860
2972
|
.n("WAFV2Client", "ListRegexPatternSetsCommand")
|
|
2861
|
-
.sc(ListRegexPatternSets)
|
|
2973
|
+
.sc(ListRegexPatternSets$)
|
|
2862
2974
|
.build() {
|
|
2863
2975
|
}
|
|
2864
2976
|
|
|
@@ -2870,7 +2982,7 @@ class ListResourcesForWebACLCommand extends smithyClient.Command
|
|
|
2870
2982
|
})
|
|
2871
2983
|
.s("AWSWAF_20190729", "ListResourcesForWebACL", {})
|
|
2872
2984
|
.n("WAFV2Client", "ListResourcesForWebACLCommand")
|
|
2873
|
-
.sc(ListResourcesForWebACL)
|
|
2985
|
+
.sc(ListResourcesForWebACL$)
|
|
2874
2986
|
.build() {
|
|
2875
2987
|
}
|
|
2876
2988
|
|
|
@@ -2882,7 +2994,7 @@ class ListRuleGroupsCommand extends smithyClient.Command
|
|
|
2882
2994
|
})
|
|
2883
2995
|
.s("AWSWAF_20190729", "ListRuleGroups", {})
|
|
2884
2996
|
.n("WAFV2Client", "ListRuleGroupsCommand")
|
|
2885
|
-
.sc(ListRuleGroups)
|
|
2997
|
+
.sc(ListRuleGroups$)
|
|
2886
2998
|
.build() {
|
|
2887
2999
|
}
|
|
2888
3000
|
|
|
@@ -2894,7 +3006,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2894
3006
|
})
|
|
2895
3007
|
.s("AWSWAF_20190729", "ListTagsForResource", {})
|
|
2896
3008
|
.n("WAFV2Client", "ListTagsForResourceCommand")
|
|
2897
|
-
.sc(ListTagsForResource)
|
|
3009
|
+
.sc(ListTagsForResource$)
|
|
2898
3010
|
.build() {
|
|
2899
3011
|
}
|
|
2900
3012
|
|
|
@@ -2906,7 +3018,7 @@ class ListWebACLsCommand extends smithyClient.Command
|
|
|
2906
3018
|
})
|
|
2907
3019
|
.s("AWSWAF_20190729", "ListWebACLs", {})
|
|
2908
3020
|
.n("WAFV2Client", "ListWebACLsCommand")
|
|
2909
|
-
.sc(ListWebACLs)
|
|
3021
|
+
.sc(ListWebACLs$)
|
|
2910
3022
|
.build() {
|
|
2911
3023
|
}
|
|
2912
3024
|
|
|
@@ -2918,7 +3030,7 @@ class PutLoggingConfigurationCommand extends smithyClient.Command
|
|
|
2918
3030
|
})
|
|
2919
3031
|
.s("AWSWAF_20190729", "PutLoggingConfiguration", {})
|
|
2920
3032
|
.n("WAFV2Client", "PutLoggingConfigurationCommand")
|
|
2921
|
-
.sc(PutLoggingConfiguration)
|
|
3033
|
+
.sc(PutLoggingConfiguration$)
|
|
2922
3034
|
.build() {
|
|
2923
3035
|
}
|
|
2924
3036
|
|
|
@@ -2930,7 +3042,7 @@ class PutManagedRuleSetVersionsCommand extends smithyClient.Command
|
|
|
2930
3042
|
})
|
|
2931
3043
|
.s("AWSWAF_20190729", "PutManagedRuleSetVersions", {})
|
|
2932
3044
|
.n("WAFV2Client", "PutManagedRuleSetVersionsCommand")
|
|
2933
|
-
.sc(PutManagedRuleSetVersions)
|
|
3045
|
+
.sc(PutManagedRuleSetVersions$)
|
|
2934
3046
|
.build() {
|
|
2935
3047
|
}
|
|
2936
3048
|
|
|
@@ -2942,7 +3054,7 @@ class PutPermissionPolicyCommand extends smithyClient.Command
|
|
|
2942
3054
|
})
|
|
2943
3055
|
.s("AWSWAF_20190729", "PutPermissionPolicy", {})
|
|
2944
3056
|
.n("WAFV2Client", "PutPermissionPolicyCommand")
|
|
2945
|
-
.sc(PutPermissionPolicy)
|
|
3057
|
+
.sc(PutPermissionPolicy$)
|
|
2946
3058
|
.build() {
|
|
2947
3059
|
}
|
|
2948
3060
|
|
|
@@ -2954,7 +3066,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2954
3066
|
})
|
|
2955
3067
|
.s("AWSWAF_20190729", "TagResource", {})
|
|
2956
3068
|
.n("WAFV2Client", "TagResourceCommand")
|
|
2957
|
-
.sc(TagResource)
|
|
3069
|
+
.sc(TagResource$)
|
|
2958
3070
|
.build() {
|
|
2959
3071
|
}
|
|
2960
3072
|
|
|
@@ -2966,7 +3078,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2966
3078
|
})
|
|
2967
3079
|
.s("AWSWAF_20190729", "UntagResource", {})
|
|
2968
3080
|
.n("WAFV2Client", "UntagResourceCommand")
|
|
2969
|
-
.sc(UntagResource)
|
|
3081
|
+
.sc(UntagResource$)
|
|
2970
3082
|
.build() {
|
|
2971
3083
|
}
|
|
2972
3084
|
|
|
@@ -2978,7 +3090,7 @@ class UpdateIPSetCommand extends smithyClient.Command
|
|
|
2978
3090
|
})
|
|
2979
3091
|
.s("AWSWAF_20190729", "UpdateIPSet", {})
|
|
2980
3092
|
.n("WAFV2Client", "UpdateIPSetCommand")
|
|
2981
|
-
.sc(UpdateIPSet)
|
|
3093
|
+
.sc(UpdateIPSet$)
|
|
2982
3094
|
.build() {
|
|
2983
3095
|
}
|
|
2984
3096
|
|
|
@@ -2990,7 +3102,7 @@ class UpdateManagedRuleSetVersionExpiryDateCommand extends smithyClient.Command
|
|
|
2990
3102
|
})
|
|
2991
3103
|
.s("AWSWAF_20190729", "UpdateManagedRuleSetVersionExpiryDate", {})
|
|
2992
3104
|
.n("WAFV2Client", "UpdateManagedRuleSetVersionExpiryDateCommand")
|
|
2993
|
-
.sc(UpdateManagedRuleSetVersionExpiryDate)
|
|
3105
|
+
.sc(UpdateManagedRuleSetVersionExpiryDate$)
|
|
2994
3106
|
.build() {
|
|
2995
3107
|
}
|
|
2996
3108
|
|
|
@@ -3002,7 +3114,7 @@ class UpdateRegexPatternSetCommand extends smithyClient.Command
|
|
|
3002
3114
|
})
|
|
3003
3115
|
.s("AWSWAF_20190729", "UpdateRegexPatternSet", {})
|
|
3004
3116
|
.n("WAFV2Client", "UpdateRegexPatternSetCommand")
|
|
3005
|
-
.sc(UpdateRegexPatternSet)
|
|
3117
|
+
.sc(UpdateRegexPatternSet$)
|
|
3006
3118
|
.build() {
|
|
3007
3119
|
}
|
|
3008
3120
|
|
|
@@ -3014,7 +3126,7 @@ class UpdateRuleGroupCommand extends smithyClient.Command
|
|
|
3014
3126
|
})
|
|
3015
3127
|
.s("AWSWAF_20190729", "UpdateRuleGroup", {})
|
|
3016
3128
|
.n("WAFV2Client", "UpdateRuleGroupCommand")
|
|
3017
|
-
.sc(UpdateRuleGroup)
|
|
3129
|
+
.sc(UpdateRuleGroup$)
|
|
3018
3130
|
.build() {
|
|
3019
3131
|
}
|
|
3020
3132
|
|
|
@@ -3026,7 +3138,7 @@ class UpdateWebACLCommand extends smithyClient.Command
|
|
|
3026
3138
|
})
|
|
3027
3139
|
.s("AWSWAF_20190729", "UpdateWebACL", {})
|
|
3028
3140
|
.n("WAFV2Client", "UpdateWebACLCommand")
|
|
3029
|
-
.sc(UpdateWebACL)
|
|
3141
|
+
.sc(UpdateWebACL$)
|
|
3030
3142
|
.build() {
|
|
3031
3143
|
}
|
|
3032
3144
|
|
|
@@ -3607,114 +3719,436 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3607
3719
|
enumerable: true,
|
|
3608
3720
|
get: function () { return smithyClient.Client; }
|
|
3609
3721
|
});
|
|
3722
|
+
exports.APIKeySummary$ = APIKeySummary$;
|
|
3723
|
+
exports.AWSManagedRulesACFPRuleSet$ = AWSManagedRulesACFPRuleSet$;
|
|
3724
|
+
exports.AWSManagedRulesATPRuleSet$ = AWSManagedRulesATPRuleSet$;
|
|
3725
|
+
exports.AWSManagedRulesAntiDDoSRuleSet$ = AWSManagedRulesAntiDDoSRuleSet$;
|
|
3726
|
+
exports.AWSManagedRulesBotControlRuleSet$ = AWSManagedRulesBotControlRuleSet$;
|
|
3727
|
+
exports.ActionCondition$ = ActionCondition$;
|
|
3610
3728
|
exports.ActionValue = ActionValue;
|
|
3729
|
+
exports.AddressField$ = AddressField$;
|
|
3730
|
+
exports.All$ = All$;
|
|
3731
|
+
exports.AllQueryArguments$ = AllQueryArguments$;
|
|
3732
|
+
exports.AllowAction$ = AllowAction$;
|
|
3733
|
+
exports.AndStatement$ = AndStatement$;
|
|
3734
|
+
exports.ApplicationAttribute$ = ApplicationAttribute$;
|
|
3735
|
+
exports.ApplicationConfig$ = ApplicationConfig$;
|
|
3736
|
+
exports.AsnMatchStatement$ = AsnMatchStatement$;
|
|
3737
|
+
exports.AssociateWebACL$ = AssociateWebACL$;
|
|
3611
3738
|
exports.AssociateWebACLCommand = AssociateWebACLCommand;
|
|
3739
|
+
exports.AssociateWebACLRequest$ = AssociateWebACLRequest$;
|
|
3740
|
+
exports.AssociateWebACLResponse$ = AssociateWebACLResponse$;
|
|
3612
3741
|
exports.AssociatedResourceType = AssociatedResourceType;
|
|
3742
|
+
exports.AssociationConfig$ = AssociationConfig$;
|
|
3743
|
+
exports.BlockAction$ = BlockAction$;
|
|
3744
|
+
exports.Body$ = Body$;
|
|
3613
3745
|
exports.BodyParsingFallbackBehavior = BodyParsingFallbackBehavior;
|
|
3746
|
+
exports.ByteMatchStatement$ = ByteMatchStatement$;
|
|
3747
|
+
exports.CaptchaAction$ = CaptchaAction$;
|
|
3748
|
+
exports.CaptchaConfig$ = CaptchaConfig$;
|
|
3749
|
+
exports.CaptchaResponse$ = CaptchaResponse$;
|
|
3750
|
+
exports.ChallengeAction$ = ChallengeAction$;
|
|
3751
|
+
exports.ChallengeConfig$ = ChallengeConfig$;
|
|
3752
|
+
exports.ChallengeResponse$ = ChallengeResponse$;
|
|
3753
|
+
exports.CheckCapacity$ = CheckCapacity$;
|
|
3614
3754
|
exports.CheckCapacityCommand = CheckCapacityCommand;
|
|
3755
|
+
exports.CheckCapacityRequest$ = CheckCapacityRequest$;
|
|
3756
|
+
exports.CheckCapacityResponse$ = CheckCapacityResponse$;
|
|
3757
|
+
exports.ClientSideAction$ = ClientSideAction$;
|
|
3758
|
+
exports.ClientSideActionConfig$ = ClientSideActionConfig$;
|
|
3615
3759
|
exports.ComparisonOperator = ComparisonOperator;
|
|
3760
|
+
exports.Condition$ = Condition$;
|
|
3761
|
+
exports.CookieMatchPattern$ = CookieMatchPattern$;
|
|
3762
|
+
exports.Cookies$ = Cookies$;
|
|
3763
|
+
exports.CountAction$ = CountAction$;
|
|
3616
3764
|
exports.CountryCode = CountryCode;
|
|
3765
|
+
exports.CreateAPIKey$ = CreateAPIKey$;
|
|
3617
3766
|
exports.CreateAPIKeyCommand = CreateAPIKeyCommand;
|
|
3767
|
+
exports.CreateAPIKeyRequest$ = CreateAPIKeyRequest$;
|
|
3768
|
+
exports.CreateAPIKeyResponse$ = CreateAPIKeyResponse$;
|
|
3769
|
+
exports.CreateIPSet$ = CreateIPSet$;
|
|
3618
3770
|
exports.CreateIPSetCommand = CreateIPSetCommand;
|
|
3771
|
+
exports.CreateIPSetRequest$ = CreateIPSetRequest$;
|
|
3772
|
+
exports.CreateIPSetResponse$ = CreateIPSetResponse$;
|
|
3773
|
+
exports.CreateRegexPatternSet$ = CreateRegexPatternSet$;
|
|
3619
3774
|
exports.CreateRegexPatternSetCommand = CreateRegexPatternSetCommand;
|
|
3775
|
+
exports.CreateRegexPatternSetRequest$ = CreateRegexPatternSetRequest$;
|
|
3776
|
+
exports.CreateRegexPatternSetResponse$ = CreateRegexPatternSetResponse$;
|
|
3777
|
+
exports.CreateRuleGroup$ = CreateRuleGroup$;
|
|
3620
3778
|
exports.CreateRuleGroupCommand = CreateRuleGroupCommand;
|
|
3779
|
+
exports.CreateRuleGroupRequest$ = CreateRuleGroupRequest$;
|
|
3780
|
+
exports.CreateRuleGroupResponse$ = CreateRuleGroupResponse$;
|
|
3781
|
+
exports.CreateWebACL$ = CreateWebACL$;
|
|
3621
3782
|
exports.CreateWebACLCommand = CreateWebACLCommand;
|
|
3783
|
+
exports.CreateWebACLRequest$ = CreateWebACLRequest$;
|
|
3784
|
+
exports.CreateWebACLResponse$ = CreateWebACLResponse$;
|
|
3785
|
+
exports.CustomHTTPHeader$ = CustomHTTPHeader$;
|
|
3786
|
+
exports.CustomRequestHandling$ = CustomRequestHandling$;
|
|
3787
|
+
exports.CustomResponse$ = CustomResponse$;
|
|
3788
|
+
exports.CustomResponseBody$ = CustomResponseBody$;
|
|
3789
|
+
exports.DataProtection$ = DataProtection$;
|
|
3622
3790
|
exports.DataProtectionAction = DataProtectionAction;
|
|
3791
|
+
exports.DataProtectionConfig$ = DataProtectionConfig$;
|
|
3792
|
+
exports.DefaultAction$ = DefaultAction$;
|
|
3793
|
+
exports.DeleteAPIKey$ = DeleteAPIKey$;
|
|
3623
3794
|
exports.DeleteAPIKeyCommand = DeleteAPIKeyCommand;
|
|
3795
|
+
exports.DeleteAPIKeyRequest$ = DeleteAPIKeyRequest$;
|
|
3796
|
+
exports.DeleteAPIKeyResponse$ = DeleteAPIKeyResponse$;
|
|
3797
|
+
exports.DeleteFirewallManagerRuleGroups$ = DeleteFirewallManagerRuleGroups$;
|
|
3624
3798
|
exports.DeleteFirewallManagerRuleGroupsCommand = DeleteFirewallManagerRuleGroupsCommand;
|
|
3799
|
+
exports.DeleteFirewallManagerRuleGroupsRequest$ = DeleteFirewallManagerRuleGroupsRequest$;
|
|
3800
|
+
exports.DeleteFirewallManagerRuleGroupsResponse$ = DeleteFirewallManagerRuleGroupsResponse$;
|
|
3801
|
+
exports.DeleteIPSet$ = DeleteIPSet$;
|
|
3625
3802
|
exports.DeleteIPSetCommand = DeleteIPSetCommand;
|
|
3803
|
+
exports.DeleteIPSetRequest$ = DeleteIPSetRequest$;
|
|
3804
|
+
exports.DeleteIPSetResponse$ = DeleteIPSetResponse$;
|
|
3805
|
+
exports.DeleteLoggingConfiguration$ = DeleteLoggingConfiguration$;
|
|
3626
3806
|
exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
|
|
3807
|
+
exports.DeleteLoggingConfigurationRequest$ = DeleteLoggingConfigurationRequest$;
|
|
3808
|
+
exports.DeleteLoggingConfigurationResponse$ = DeleteLoggingConfigurationResponse$;
|
|
3809
|
+
exports.DeletePermissionPolicy$ = DeletePermissionPolicy$;
|
|
3627
3810
|
exports.DeletePermissionPolicyCommand = DeletePermissionPolicyCommand;
|
|
3811
|
+
exports.DeletePermissionPolicyRequest$ = DeletePermissionPolicyRequest$;
|
|
3812
|
+
exports.DeletePermissionPolicyResponse$ = DeletePermissionPolicyResponse$;
|
|
3813
|
+
exports.DeleteRegexPatternSet$ = DeleteRegexPatternSet$;
|
|
3628
3814
|
exports.DeleteRegexPatternSetCommand = DeleteRegexPatternSetCommand;
|
|
3815
|
+
exports.DeleteRegexPatternSetRequest$ = DeleteRegexPatternSetRequest$;
|
|
3816
|
+
exports.DeleteRegexPatternSetResponse$ = DeleteRegexPatternSetResponse$;
|
|
3817
|
+
exports.DeleteRuleGroup$ = DeleteRuleGroup$;
|
|
3629
3818
|
exports.DeleteRuleGroupCommand = DeleteRuleGroupCommand;
|
|
3819
|
+
exports.DeleteRuleGroupRequest$ = DeleteRuleGroupRequest$;
|
|
3820
|
+
exports.DeleteRuleGroupResponse$ = DeleteRuleGroupResponse$;
|
|
3821
|
+
exports.DeleteWebACL$ = DeleteWebACL$;
|
|
3630
3822
|
exports.DeleteWebACLCommand = DeleteWebACLCommand;
|
|
3823
|
+
exports.DeleteWebACLRequest$ = DeleteWebACLRequest$;
|
|
3824
|
+
exports.DeleteWebACLResponse$ = DeleteWebACLResponse$;
|
|
3825
|
+
exports.DescribeAllManagedProducts$ = DescribeAllManagedProducts$;
|
|
3631
3826
|
exports.DescribeAllManagedProductsCommand = DescribeAllManagedProductsCommand;
|
|
3827
|
+
exports.DescribeAllManagedProductsRequest$ = DescribeAllManagedProductsRequest$;
|
|
3828
|
+
exports.DescribeAllManagedProductsResponse$ = DescribeAllManagedProductsResponse$;
|
|
3829
|
+
exports.DescribeManagedProductsByVendor$ = DescribeManagedProductsByVendor$;
|
|
3632
3830
|
exports.DescribeManagedProductsByVendorCommand = DescribeManagedProductsByVendorCommand;
|
|
3831
|
+
exports.DescribeManagedProductsByVendorRequest$ = DescribeManagedProductsByVendorRequest$;
|
|
3832
|
+
exports.DescribeManagedProductsByVendorResponse$ = DescribeManagedProductsByVendorResponse$;
|
|
3833
|
+
exports.DescribeManagedRuleGroup$ = DescribeManagedRuleGroup$;
|
|
3633
3834
|
exports.DescribeManagedRuleGroupCommand = DescribeManagedRuleGroupCommand;
|
|
3835
|
+
exports.DescribeManagedRuleGroupRequest$ = DescribeManagedRuleGroupRequest$;
|
|
3836
|
+
exports.DescribeManagedRuleGroupResponse$ = DescribeManagedRuleGroupResponse$;
|
|
3837
|
+
exports.DisallowedFeature$ = DisallowedFeature$;
|
|
3838
|
+
exports.DisassociateWebACL$ = DisassociateWebACL$;
|
|
3634
3839
|
exports.DisassociateWebACLCommand = DisassociateWebACLCommand;
|
|
3840
|
+
exports.DisassociateWebACLRequest$ = DisassociateWebACLRequest$;
|
|
3841
|
+
exports.DisassociateWebACLResponse$ = DisassociateWebACLResponse$;
|
|
3842
|
+
exports.EmailField$ = EmailField$;
|
|
3843
|
+
exports.ExcludedRule$ = ExcludedRule$;
|
|
3635
3844
|
exports.FailureReason = FailureReason;
|
|
3636
3845
|
exports.FallbackBehavior = FallbackBehavior;
|
|
3846
|
+
exports.FieldToMatch$ = FieldToMatch$;
|
|
3847
|
+
exports.FieldToProtect$ = FieldToProtect$;
|
|
3637
3848
|
exports.FieldToProtectType = FieldToProtectType;
|
|
3849
|
+
exports.Filter$ = Filter$;
|
|
3638
3850
|
exports.FilterBehavior = FilterBehavior;
|
|
3639
3851
|
exports.FilterRequirement = FilterRequirement;
|
|
3852
|
+
exports.FirewallManagerRuleGroup$ = FirewallManagerRuleGroup$;
|
|
3853
|
+
exports.FirewallManagerStatement$ = FirewallManagerStatement$;
|
|
3854
|
+
exports.ForwardedIPConfig$ = ForwardedIPConfig$;
|
|
3640
3855
|
exports.ForwardedIPPosition = ForwardedIPPosition;
|
|
3856
|
+
exports.GenerateMobileSdkReleaseUrl$ = GenerateMobileSdkReleaseUrl$;
|
|
3641
3857
|
exports.GenerateMobileSdkReleaseUrlCommand = GenerateMobileSdkReleaseUrlCommand;
|
|
3858
|
+
exports.GenerateMobileSdkReleaseUrlRequest$ = GenerateMobileSdkReleaseUrlRequest$;
|
|
3859
|
+
exports.GenerateMobileSdkReleaseUrlResponse$ = GenerateMobileSdkReleaseUrlResponse$;
|
|
3860
|
+
exports.GeoMatchStatement$ = GeoMatchStatement$;
|
|
3861
|
+
exports.GetDecryptedAPIKey$ = GetDecryptedAPIKey$;
|
|
3642
3862
|
exports.GetDecryptedAPIKeyCommand = GetDecryptedAPIKeyCommand;
|
|
3863
|
+
exports.GetDecryptedAPIKeyRequest$ = GetDecryptedAPIKeyRequest$;
|
|
3864
|
+
exports.GetDecryptedAPIKeyResponse$ = GetDecryptedAPIKeyResponse$;
|
|
3865
|
+
exports.GetIPSet$ = GetIPSet$;
|
|
3643
3866
|
exports.GetIPSetCommand = GetIPSetCommand;
|
|
3867
|
+
exports.GetIPSetRequest$ = GetIPSetRequest$;
|
|
3868
|
+
exports.GetIPSetResponse$ = GetIPSetResponse$;
|
|
3869
|
+
exports.GetLoggingConfiguration$ = GetLoggingConfiguration$;
|
|
3644
3870
|
exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
|
|
3871
|
+
exports.GetLoggingConfigurationRequest$ = GetLoggingConfigurationRequest$;
|
|
3872
|
+
exports.GetLoggingConfigurationResponse$ = GetLoggingConfigurationResponse$;
|
|
3873
|
+
exports.GetManagedRuleSet$ = GetManagedRuleSet$;
|
|
3645
3874
|
exports.GetManagedRuleSetCommand = GetManagedRuleSetCommand;
|
|
3875
|
+
exports.GetManagedRuleSetRequest$ = GetManagedRuleSetRequest$;
|
|
3876
|
+
exports.GetManagedRuleSetResponse$ = GetManagedRuleSetResponse$;
|
|
3877
|
+
exports.GetMobileSdkRelease$ = GetMobileSdkRelease$;
|
|
3646
3878
|
exports.GetMobileSdkReleaseCommand = GetMobileSdkReleaseCommand;
|
|
3879
|
+
exports.GetMobileSdkReleaseRequest$ = GetMobileSdkReleaseRequest$;
|
|
3880
|
+
exports.GetMobileSdkReleaseResponse$ = GetMobileSdkReleaseResponse$;
|
|
3881
|
+
exports.GetPermissionPolicy$ = GetPermissionPolicy$;
|
|
3647
3882
|
exports.GetPermissionPolicyCommand = GetPermissionPolicyCommand;
|
|
3883
|
+
exports.GetPermissionPolicyRequest$ = GetPermissionPolicyRequest$;
|
|
3884
|
+
exports.GetPermissionPolicyResponse$ = GetPermissionPolicyResponse$;
|
|
3885
|
+
exports.GetRateBasedStatementManagedKeys$ = GetRateBasedStatementManagedKeys$;
|
|
3648
3886
|
exports.GetRateBasedStatementManagedKeysCommand = GetRateBasedStatementManagedKeysCommand;
|
|
3887
|
+
exports.GetRateBasedStatementManagedKeysRequest$ = GetRateBasedStatementManagedKeysRequest$;
|
|
3888
|
+
exports.GetRateBasedStatementManagedKeysResponse$ = GetRateBasedStatementManagedKeysResponse$;
|
|
3889
|
+
exports.GetRegexPatternSet$ = GetRegexPatternSet$;
|
|
3649
3890
|
exports.GetRegexPatternSetCommand = GetRegexPatternSetCommand;
|
|
3891
|
+
exports.GetRegexPatternSetRequest$ = GetRegexPatternSetRequest$;
|
|
3892
|
+
exports.GetRegexPatternSetResponse$ = GetRegexPatternSetResponse$;
|
|
3893
|
+
exports.GetRuleGroup$ = GetRuleGroup$;
|
|
3650
3894
|
exports.GetRuleGroupCommand = GetRuleGroupCommand;
|
|
3895
|
+
exports.GetRuleGroupRequest$ = GetRuleGroupRequest$;
|
|
3896
|
+
exports.GetRuleGroupResponse$ = GetRuleGroupResponse$;
|
|
3897
|
+
exports.GetSampledRequests$ = GetSampledRequests$;
|
|
3651
3898
|
exports.GetSampledRequestsCommand = GetSampledRequestsCommand;
|
|
3899
|
+
exports.GetSampledRequestsRequest$ = GetSampledRequestsRequest$;
|
|
3900
|
+
exports.GetSampledRequestsResponse$ = GetSampledRequestsResponse$;
|
|
3901
|
+
exports.GetWebACL$ = GetWebACL$;
|
|
3652
3902
|
exports.GetWebACLCommand = GetWebACLCommand;
|
|
3903
|
+
exports.GetWebACLForResource$ = GetWebACLForResource$;
|
|
3653
3904
|
exports.GetWebACLForResourceCommand = GetWebACLForResourceCommand;
|
|
3905
|
+
exports.GetWebACLForResourceRequest$ = GetWebACLForResourceRequest$;
|
|
3906
|
+
exports.GetWebACLForResourceResponse$ = GetWebACLForResourceResponse$;
|
|
3907
|
+
exports.GetWebACLRequest$ = GetWebACLRequest$;
|
|
3908
|
+
exports.GetWebACLResponse$ = GetWebACLResponse$;
|
|
3909
|
+
exports.HTTPHeader$ = HTTPHeader$;
|
|
3910
|
+
exports.HTTPRequest$ = HTTPRequest$;
|
|
3911
|
+
exports.HeaderMatchPattern$ = HeaderMatchPattern$;
|
|
3912
|
+
exports.HeaderOrder$ = HeaderOrder$;
|
|
3913
|
+
exports.Headers$ = Headers$;
|
|
3654
3914
|
exports.IPAddressVersion = IPAddressVersion;
|
|
3915
|
+
exports.IPSet$ = IPSet$;
|
|
3916
|
+
exports.IPSetForwardedIPConfig$ = IPSetForwardedIPConfig$;
|
|
3917
|
+
exports.IPSetReferenceStatement$ = IPSetReferenceStatement$;
|
|
3918
|
+
exports.IPSetSummary$ = IPSetSummary$;
|
|
3919
|
+
exports.ImmunityTimeProperty$ = ImmunityTimeProperty$;
|
|
3655
3920
|
exports.InspectionLevel = InspectionLevel;
|
|
3921
|
+
exports.JA3Fingerprint$ = JA3Fingerprint$;
|
|
3922
|
+
exports.JA4Fingerprint$ = JA4Fingerprint$;
|
|
3923
|
+
exports.JsonBody$ = JsonBody$;
|
|
3924
|
+
exports.JsonMatchPattern$ = JsonMatchPattern$;
|
|
3656
3925
|
exports.JsonMatchScope = JsonMatchScope;
|
|
3926
|
+
exports.Label$ = Label$;
|
|
3657
3927
|
exports.LabelMatchScope = LabelMatchScope;
|
|
3928
|
+
exports.LabelMatchStatement$ = LabelMatchStatement$;
|
|
3929
|
+
exports.LabelNameCondition$ = LabelNameCondition$;
|
|
3930
|
+
exports.LabelSummary$ = LabelSummary$;
|
|
3931
|
+
exports.ListAPIKeys$ = ListAPIKeys$;
|
|
3658
3932
|
exports.ListAPIKeysCommand = ListAPIKeysCommand;
|
|
3933
|
+
exports.ListAPIKeysRequest$ = ListAPIKeysRequest$;
|
|
3934
|
+
exports.ListAPIKeysResponse$ = ListAPIKeysResponse$;
|
|
3935
|
+
exports.ListAvailableManagedRuleGroupVersions$ = ListAvailableManagedRuleGroupVersions$;
|
|
3659
3936
|
exports.ListAvailableManagedRuleGroupVersionsCommand = ListAvailableManagedRuleGroupVersionsCommand;
|
|
3937
|
+
exports.ListAvailableManagedRuleGroupVersionsRequest$ = ListAvailableManagedRuleGroupVersionsRequest$;
|
|
3938
|
+
exports.ListAvailableManagedRuleGroupVersionsResponse$ = ListAvailableManagedRuleGroupVersionsResponse$;
|
|
3939
|
+
exports.ListAvailableManagedRuleGroups$ = ListAvailableManagedRuleGroups$;
|
|
3660
3940
|
exports.ListAvailableManagedRuleGroupsCommand = ListAvailableManagedRuleGroupsCommand;
|
|
3941
|
+
exports.ListAvailableManagedRuleGroupsRequest$ = ListAvailableManagedRuleGroupsRequest$;
|
|
3942
|
+
exports.ListAvailableManagedRuleGroupsResponse$ = ListAvailableManagedRuleGroupsResponse$;
|
|
3943
|
+
exports.ListIPSets$ = ListIPSets$;
|
|
3661
3944
|
exports.ListIPSetsCommand = ListIPSetsCommand;
|
|
3945
|
+
exports.ListIPSetsRequest$ = ListIPSetsRequest$;
|
|
3946
|
+
exports.ListIPSetsResponse$ = ListIPSetsResponse$;
|
|
3947
|
+
exports.ListLoggingConfigurations$ = ListLoggingConfigurations$;
|
|
3662
3948
|
exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
|
|
3949
|
+
exports.ListLoggingConfigurationsRequest$ = ListLoggingConfigurationsRequest$;
|
|
3950
|
+
exports.ListLoggingConfigurationsResponse$ = ListLoggingConfigurationsResponse$;
|
|
3951
|
+
exports.ListManagedRuleSets$ = ListManagedRuleSets$;
|
|
3663
3952
|
exports.ListManagedRuleSetsCommand = ListManagedRuleSetsCommand;
|
|
3953
|
+
exports.ListManagedRuleSetsRequest$ = ListManagedRuleSetsRequest$;
|
|
3954
|
+
exports.ListManagedRuleSetsResponse$ = ListManagedRuleSetsResponse$;
|
|
3955
|
+
exports.ListMobileSdkReleases$ = ListMobileSdkReleases$;
|
|
3664
3956
|
exports.ListMobileSdkReleasesCommand = ListMobileSdkReleasesCommand;
|
|
3957
|
+
exports.ListMobileSdkReleasesRequest$ = ListMobileSdkReleasesRequest$;
|
|
3958
|
+
exports.ListMobileSdkReleasesResponse$ = ListMobileSdkReleasesResponse$;
|
|
3959
|
+
exports.ListRegexPatternSets$ = ListRegexPatternSets$;
|
|
3665
3960
|
exports.ListRegexPatternSetsCommand = ListRegexPatternSetsCommand;
|
|
3961
|
+
exports.ListRegexPatternSetsRequest$ = ListRegexPatternSetsRequest$;
|
|
3962
|
+
exports.ListRegexPatternSetsResponse$ = ListRegexPatternSetsResponse$;
|
|
3963
|
+
exports.ListResourcesForWebACL$ = ListResourcesForWebACL$;
|
|
3666
3964
|
exports.ListResourcesForWebACLCommand = ListResourcesForWebACLCommand;
|
|
3965
|
+
exports.ListResourcesForWebACLRequest$ = ListResourcesForWebACLRequest$;
|
|
3966
|
+
exports.ListResourcesForWebACLResponse$ = ListResourcesForWebACLResponse$;
|
|
3967
|
+
exports.ListRuleGroups$ = ListRuleGroups$;
|
|
3667
3968
|
exports.ListRuleGroupsCommand = ListRuleGroupsCommand;
|
|
3969
|
+
exports.ListRuleGroupsRequest$ = ListRuleGroupsRequest$;
|
|
3970
|
+
exports.ListRuleGroupsResponse$ = ListRuleGroupsResponse$;
|
|
3971
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3668
3972
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3973
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3974
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3975
|
+
exports.ListWebACLs$ = ListWebACLs$;
|
|
3669
3976
|
exports.ListWebACLsCommand = ListWebACLsCommand;
|
|
3977
|
+
exports.ListWebACLsRequest$ = ListWebACLsRequest$;
|
|
3978
|
+
exports.ListWebACLsResponse$ = ListWebACLsResponse$;
|
|
3670
3979
|
exports.LogScope = LogScope;
|
|
3671
3980
|
exports.LogType = LogType;
|
|
3981
|
+
exports.LoggingConfiguration$ = LoggingConfiguration$;
|
|
3982
|
+
exports.LoggingFilter$ = LoggingFilter$;
|
|
3672
3983
|
exports.LowReputationMode = LowReputationMode;
|
|
3984
|
+
exports.ManagedProductDescriptor$ = ManagedProductDescriptor$;
|
|
3985
|
+
exports.ManagedRuleGroupConfig$ = ManagedRuleGroupConfig$;
|
|
3986
|
+
exports.ManagedRuleGroupStatement$ = ManagedRuleGroupStatement$;
|
|
3987
|
+
exports.ManagedRuleGroupSummary$ = ManagedRuleGroupSummary$;
|
|
3988
|
+
exports.ManagedRuleGroupVersion$ = ManagedRuleGroupVersion$;
|
|
3989
|
+
exports.ManagedRuleSet$ = ManagedRuleSet$;
|
|
3990
|
+
exports.ManagedRuleSetSummary$ = ManagedRuleSetSummary$;
|
|
3991
|
+
exports.ManagedRuleSetVersion$ = ManagedRuleSetVersion$;
|
|
3673
3992
|
exports.MapMatchScope = MapMatchScope;
|
|
3993
|
+
exports.Method$ = Method$;
|
|
3994
|
+
exports.MobileSdkRelease$ = MobileSdkRelease$;
|
|
3995
|
+
exports.NoneAction$ = NoneAction$;
|
|
3996
|
+
exports.NotStatement$ = NotStatement$;
|
|
3997
|
+
exports.OnSourceDDoSProtectionConfig$ = OnSourceDDoSProtectionConfig$;
|
|
3998
|
+
exports.OrStatement$ = OrStatement$;
|
|
3999
|
+
exports.OverrideAction$ = OverrideAction$;
|
|
3674
4000
|
exports.OversizeHandling = OversizeHandling;
|
|
3675
4001
|
exports.ParameterExceptionField = ParameterExceptionField;
|
|
4002
|
+
exports.PasswordField$ = PasswordField$;
|
|
3676
4003
|
exports.PayloadType = PayloadType;
|
|
4004
|
+
exports.PhoneNumberField$ = PhoneNumberField$;
|
|
3677
4005
|
exports.Platform = Platform;
|
|
3678
4006
|
exports.PositionalConstraint = PositionalConstraint;
|
|
4007
|
+
exports.PutLoggingConfiguration$ = PutLoggingConfiguration$;
|
|
3679
4008
|
exports.PutLoggingConfigurationCommand = PutLoggingConfigurationCommand;
|
|
4009
|
+
exports.PutLoggingConfigurationRequest$ = PutLoggingConfigurationRequest$;
|
|
4010
|
+
exports.PutLoggingConfigurationResponse$ = PutLoggingConfigurationResponse$;
|
|
4011
|
+
exports.PutManagedRuleSetVersions$ = PutManagedRuleSetVersions$;
|
|
3680
4012
|
exports.PutManagedRuleSetVersionsCommand = PutManagedRuleSetVersionsCommand;
|
|
4013
|
+
exports.PutManagedRuleSetVersionsRequest$ = PutManagedRuleSetVersionsRequest$;
|
|
4014
|
+
exports.PutManagedRuleSetVersionsResponse$ = PutManagedRuleSetVersionsResponse$;
|
|
4015
|
+
exports.PutPermissionPolicy$ = PutPermissionPolicy$;
|
|
3681
4016
|
exports.PutPermissionPolicyCommand = PutPermissionPolicyCommand;
|
|
4017
|
+
exports.PutPermissionPolicyRequest$ = PutPermissionPolicyRequest$;
|
|
4018
|
+
exports.PutPermissionPolicyResponse$ = PutPermissionPolicyResponse$;
|
|
4019
|
+
exports.QueryString$ = QueryString$;
|
|
4020
|
+
exports.RateBasedStatement$ = RateBasedStatement$;
|
|
3682
4021
|
exports.RateBasedStatementAggregateKeyType = RateBasedStatementAggregateKeyType;
|
|
4022
|
+
exports.RateBasedStatementCustomKey$ = RateBasedStatementCustomKey$;
|
|
4023
|
+
exports.RateBasedStatementManagedKeysIPSet$ = RateBasedStatementManagedKeysIPSet$;
|
|
4024
|
+
exports.RateLimitAsn$ = RateLimitAsn$;
|
|
4025
|
+
exports.RateLimitCookie$ = RateLimitCookie$;
|
|
4026
|
+
exports.RateLimitForwardedIP$ = RateLimitForwardedIP$;
|
|
4027
|
+
exports.RateLimitHTTPMethod$ = RateLimitHTTPMethod$;
|
|
4028
|
+
exports.RateLimitHeader$ = RateLimitHeader$;
|
|
4029
|
+
exports.RateLimitIP$ = RateLimitIP$;
|
|
4030
|
+
exports.RateLimitJA3Fingerprint$ = RateLimitJA3Fingerprint$;
|
|
4031
|
+
exports.RateLimitJA4Fingerprint$ = RateLimitJA4Fingerprint$;
|
|
4032
|
+
exports.RateLimitLabelNamespace$ = RateLimitLabelNamespace$;
|
|
4033
|
+
exports.RateLimitQueryArgument$ = RateLimitQueryArgument$;
|
|
4034
|
+
exports.RateLimitQueryString$ = RateLimitQueryString$;
|
|
4035
|
+
exports.RateLimitUriPath$ = RateLimitUriPath$;
|
|
4036
|
+
exports.Regex$ = Regex$;
|
|
4037
|
+
exports.RegexMatchStatement$ = RegexMatchStatement$;
|
|
4038
|
+
exports.RegexPatternSet$ = RegexPatternSet$;
|
|
4039
|
+
exports.RegexPatternSetReferenceStatement$ = RegexPatternSetReferenceStatement$;
|
|
4040
|
+
exports.RegexPatternSetSummary$ = RegexPatternSetSummary$;
|
|
4041
|
+
exports.ReleaseSummary$ = ReleaseSummary$;
|
|
4042
|
+
exports.RequestBodyAssociatedResourceTypeConfig$ = RequestBodyAssociatedResourceTypeConfig$;
|
|
4043
|
+
exports.RequestInspection$ = RequestInspection$;
|
|
4044
|
+
exports.RequestInspectionACFP$ = RequestInspectionACFP$;
|
|
3683
4045
|
exports.ResourceType = ResourceType;
|
|
3684
4046
|
exports.ResponseContentType = ResponseContentType;
|
|
4047
|
+
exports.ResponseInspection$ = ResponseInspection$;
|
|
4048
|
+
exports.ResponseInspectionBodyContains$ = ResponseInspectionBodyContains$;
|
|
4049
|
+
exports.ResponseInspectionHeader$ = ResponseInspectionHeader$;
|
|
4050
|
+
exports.ResponseInspectionJson$ = ResponseInspectionJson$;
|
|
4051
|
+
exports.ResponseInspectionStatusCode$ = ResponseInspectionStatusCode$;
|
|
4052
|
+
exports.Rule$ = Rule$;
|
|
4053
|
+
exports.RuleAction$ = RuleAction$;
|
|
4054
|
+
exports.RuleActionOverride$ = RuleActionOverride$;
|
|
4055
|
+
exports.RuleGroup$ = RuleGroup$;
|
|
4056
|
+
exports.RuleGroupReferenceStatement$ = RuleGroupReferenceStatement$;
|
|
4057
|
+
exports.RuleGroupSummary$ = RuleGroupSummary$;
|
|
4058
|
+
exports.RuleSummary$ = RuleSummary$;
|
|
4059
|
+
exports.SampledHTTPRequest$ = SampledHTTPRequest$;
|
|
3685
4060
|
exports.Scope = Scope;
|
|
3686
4061
|
exports.SensitivityLevel = SensitivityLevel;
|
|
3687
4062
|
exports.SensitivityToAct = SensitivityToAct;
|
|
4063
|
+
exports.SingleHeader$ = SingleHeader$;
|
|
4064
|
+
exports.SingleQueryArgument$ = SingleQueryArgument$;
|
|
4065
|
+
exports.SizeConstraintStatement$ = SizeConstraintStatement$;
|
|
3688
4066
|
exports.SizeInspectionLimit = SizeInspectionLimit;
|
|
4067
|
+
exports.SqliMatchStatement$ = SqliMatchStatement$;
|
|
4068
|
+
exports.Statement$ = Statement$;
|
|
4069
|
+
exports.Tag$ = Tag$;
|
|
4070
|
+
exports.TagInfoForResource$ = TagInfoForResource$;
|
|
4071
|
+
exports.TagResource$ = TagResource$;
|
|
3689
4072
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4073
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4074
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4075
|
+
exports.TextTransformation$ = TextTransformation$;
|
|
3690
4076
|
exports.TextTransformationType = TextTransformationType;
|
|
4077
|
+
exports.TimeWindow$ = TimeWindow$;
|
|
4078
|
+
exports.UntagResource$ = UntagResource$;
|
|
3691
4079
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4080
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4081
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4082
|
+
exports.UpdateIPSet$ = UpdateIPSet$;
|
|
3692
4083
|
exports.UpdateIPSetCommand = UpdateIPSetCommand;
|
|
4084
|
+
exports.UpdateIPSetRequest$ = UpdateIPSetRequest$;
|
|
4085
|
+
exports.UpdateIPSetResponse$ = UpdateIPSetResponse$;
|
|
4086
|
+
exports.UpdateManagedRuleSetVersionExpiryDate$ = UpdateManagedRuleSetVersionExpiryDate$;
|
|
3693
4087
|
exports.UpdateManagedRuleSetVersionExpiryDateCommand = UpdateManagedRuleSetVersionExpiryDateCommand;
|
|
4088
|
+
exports.UpdateManagedRuleSetVersionExpiryDateRequest$ = UpdateManagedRuleSetVersionExpiryDateRequest$;
|
|
4089
|
+
exports.UpdateManagedRuleSetVersionExpiryDateResponse$ = UpdateManagedRuleSetVersionExpiryDateResponse$;
|
|
4090
|
+
exports.UpdateRegexPatternSet$ = UpdateRegexPatternSet$;
|
|
3694
4091
|
exports.UpdateRegexPatternSetCommand = UpdateRegexPatternSetCommand;
|
|
4092
|
+
exports.UpdateRegexPatternSetRequest$ = UpdateRegexPatternSetRequest$;
|
|
4093
|
+
exports.UpdateRegexPatternSetResponse$ = UpdateRegexPatternSetResponse$;
|
|
4094
|
+
exports.UpdateRuleGroup$ = UpdateRuleGroup$;
|
|
3695
4095
|
exports.UpdateRuleGroupCommand = UpdateRuleGroupCommand;
|
|
4096
|
+
exports.UpdateRuleGroupRequest$ = UpdateRuleGroupRequest$;
|
|
4097
|
+
exports.UpdateRuleGroupResponse$ = UpdateRuleGroupResponse$;
|
|
4098
|
+
exports.UpdateWebACL$ = UpdateWebACL$;
|
|
3696
4099
|
exports.UpdateWebACLCommand = UpdateWebACLCommand;
|
|
4100
|
+
exports.UpdateWebACLRequest$ = UpdateWebACLRequest$;
|
|
4101
|
+
exports.UpdateWebACLResponse$ = UpdateWebACLResponse$;
|
|
4102
|
+
exports.UriFragment$ = UriFragment$;
|
|
4103
|
+
exports.UriPath$ = UriPath$;
|
|
3697
4104
|
exports.UsageOfAction = UsageOfAction;
|
|
3698
|
-
exports.
|
|
3699
|
-
exports.
|
|
3700
|
-
exports.
|
|
3701
|
-
exports.
|
|
3702
|
-
exports.
|
|
3703
|
-
exports.
|
|
3704
|
-
exports.
|
|
3705
|
-
exports.
|
|
3706
|
-
exports.
|
|
3707
|
-
exports.
|
|
3708
|
-
exports.
|
|
3709
|
-
exports.
|
|
3710
|
-
exports.
|
|
3711
|
-
exports.
|
|
3712
|
-
exports.
|
|
3713
|
-
exports.
|
|
3714
|
-
exports.
|
|
3715
|
-
exports.
|
|
3716
|
-
exports.
|
|
3717
|
-
exports.
|
|
4105
|
+
exports.UsernameField$ = UsernameField$;
|
|
4106
|
+
exports.VersionToPublish$ = VersionToPublish$;
|
|
4107
|
+
exports.VisibilityConfig$ = VisibilityConfig$;
|
|
4108
|
+
exports.WAFAssociatedItemException = WAFAssociatedItemException;
|
|
4109
|
+
exports.WAFAssociatedItemException$ = WAFAssociatedItemException$;
|
|
4110
|
+
exports.WAFConfigurationWarningException = WAFConfigurationWarningException;
|
|
4111
|
+
exports.WAFConfigurationWarningException$ = WAFConfigurationWarningException$;
|
|
4112
|
+
exports.WAFDuplicateItemException = WAFDuplicateItemException;
|
|
4113
|
+
exports.WAFDuplicateItemException$ = WAFDuplicateItemException$;
|
|
4114
|
+
exports.WAFExpiredManagedRuleGroupVersionException = WAFExpiredManagedRuleGroupVersionException;
|
|
4115
|
+
exports.WAFExpiredManagedRuleGroupVersionException$ = WAFExpiredManagedRuleGroupVersionException$;
|
|
4116
|
+
exports.WAFFeatureNotIncludedInPricingPlanException = WAFFeatureNotIncludedInPricingPlanException;
|
|
4117
|
+
exports.WAFFeatureNotIncludedInPricingPlanException$ = WAFFeatureNotIncludedInPricingPlanException$;
|
|
4118
|
+
exports.WAFInternalErrorException = WAFInternalErrorException;
|
|
4119
|
+
exports.WAFInternalErrorException$ = WAFInternalErrorException$;
|
|
4120
|
+
exports.WAFInvalidOperationException = WAFInvalidOperationException;
|
|
4121
|
+
exports.WAFInvalidOperationException$ = WAFInvalidOperationException$;
|
|
4122
|
+
exports.WAFInvalidParameterException = WAFInvalidParameterException;
|
|
4123
|
+
exports.WAFInvalidParameterException$ = WAFInvalidParameterException$;
|
|
4124
|
+
exports.WAFInvalidPermissionPolicyException = WAFInvalidPermissionPolicyException;
|
|
4125
|
+
exports.WAFInvalidPermissionPolicyException$ = WAFInvalidPermissionPolicyException$;
|
|
4126
|
+
exports.WAFInvalidResourceException = WAFInvalidResourceException;
|
|
4127
|
+
exports.WAFInvalidResourceException$ = WAFInvalidResourceException$;
|
|
4128
|
+
exports.WAFLimitsExceededException = WAFLimitsExceededException;
|
|
4129
|
+
exports.WAFLimitsExceededException$ = WAFLimitsExceededException$;
|
|
4130
|
+
exports.WAFLogDestinationPermissionIssueException = WAFLogDestinationPermissionIssueException;
|
|
4131
|
+
exports.WAFLogDestinationPermissionIssueException$ = WAFLogDestinationPermissionIssueException$;
|
|
4132
|
+
exports.WAFNonexistentItemException = WAFNonexistentItemException;
|
|
4133
|
+
exports.WAFNonexistentItemException$ = WAFNonexistentItemException$;
|
|
4134
|
+
exports.WAFOptimisticLockException = WAFOptimisticLockException;
|
|
4135
|
+
exports.WAFOptimisticLockException$ = WAFOptimisticLockException$;
|
|
4136
|
+
exports.WAFServiceLinkedRoleErrorException = WAFServiceLinkedRoleErrorException;
|
|
4137
|
+
exports.WAFServiceLinkedRoleErrorException$ = WAFServiceLinkedRoleErrorException$;
|
|
4138
|
+
exports.WAFSubscriptionNotFoundException = WAFSubscriptionNotFoundException;
|
|
4139
|
+
exports.WAFSubscriptionNotFoundException$ = WAFSubscriptionNotFoundException$;
|
|
4140
|
+
exports.WAFTagOperationException = WAFTagOperationException;
|
|
4141
|
+
exports.WAFTagOperationException$ = WAFTagOperationException$;
|
|
4142
|
+
exports.WAFTagOperationInternalErrorException = WAFTagOperationInternalErrorException;
|
|
4143
|
+
exports.WAFTagOperationInternalErrorException$ = WAFTagOperationInternalErrorException$;
|
|
4144
|
+
exports.WAFUnavailableEntityException = WAFUnavailableEntityException;
|
|
4145
|
+
exports.WAFUnavailableEntityException$ = WAFUnavailableEntityException$;
|
|
4146
|
+
exports.WAFUnsupportedAggregateKeyTypeException = WAFUnsupportedAggregateKeyTypeException;
|
|
4147
|
+
exports.WAFUnsupportedAggregateKeyTypeException$ = WAFUnsupportedAggregateKeyTypeException$;
|
|
3718
4148
|
exports.WAFV2 = WAFV2;
|
|
3719
4149
|
exports.WAFV2Client = WAFV2Client;
|
|
3720
|
-
exports.WAFV2ServiceException = WAFV2ServiceException
|
|
4150
|
+
exports.WAFV2ServiceException = WAFV2ServiceException;
|
|
4151
|
+
exports.WAFV2ServiceException$ = WAFV2ServiceException$;
|
|
4152
|
+
exports.WebACL$ = WebACL$;
|
|
4153
|
+
exports.WebACLSummary$ = WebACLSummary$;
|
|
4154
|
+
exports.XssMatchStatement$ = XssMatchStatement$;
|