@aws-sdk/client-wafv2 3.496.0 → 3.501.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 +42 -41
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -5459,13 +5459,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5459
5459
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5460
5460
|
|
|
5461
5461
|
0 && (module.exports = {
|
|
5462
|
-
|
|
5462
|
+
WAFV2ServiceException,
|
|
5463
|
+
__Client,
|
|
5464
|
+
WAFV2Client,
|
|
5465
|
+
WAFV2,
|
|
5466
|
+
$Command,
|
|
5463
5467
|
AssociateWebACLCommand,
|
|
5464
|
-
AssociatedResourceType,
|
|
5465
|
-
BodyParsingFallbackBehavior,
|
|
5466
5468
|
CheckCapacityCommand,
|
|
5467
|
-
ComparisonOperator,
|
|
5468
|
-
CountryCode,
|
|
5469
5469
|
CreateAPIKeyCommand,
|
|
5470
5470
|
CreateIPSetCommand,
|
|
5471
5471
|
CreateRegexPatternSetCommand,
|
|
@@ -5482,11 +5482,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5482
5482
|
DescribeManagedProductsByVendorCommand,
|
|
5483
5483
|
DescribeManagedRuleGroupCommand,
|
|
5484
5484
|
DisassociateWebACLCommand,
|
|
5485
|
-
FailureReason,
|
|
5486
|
-
FallbackBehavior,
|
|
5487
|
-
FilterBehavior,
|
|
5488
|
-
FilterRequirement,
|
|
5489
|
-
ForwardedIPPosition,
|
|
5490
5485
|
GenerateMobileSdkReleaseUrlCommand,
|
|
5491
5486
|
GetDecryptedAPIKeyCommand,
|
|
5492
5487
|
GetIPSetCommand,
|
|
@@ -5500,10 +5495,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5500
5495
|
GetSampledRequestsCommand,
|
|
5501
5496
|
GetWebACLCommand,
|
|
5502
5497
|
GetWebACLForResourceCommand,
|
|
5503
|
-
IPAddressVersion,
|
|
5504
|
-
InspectionLevel,
|
|
5505
|
-
JsonMatchScope,
|
|
5506
|
-
LabelMatchScope,
|
|
5507
5498
|
ListAPIKeysCommand,
|
|
5508
5499
|
ListAvailableManagedRuleGroupVersionsCommand,
|
|
5509
5500
|
ListAvailableManagedRuleGroupsCommand,
|
|
@@ -5516,51 +5507,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5516
5507
|
ListRuleGroupsCommand,
|
|
5517
5508
|
ListTagsForResourceCommand,
|
|
5518
5509
|
ListWebACLsCommand,
|
|
5519
|
-
MapMatchScope,
|
|
5520
|
-
OversizeHandling,
|
|
5521
|
-
ParameterExceptionField,
|
|
5522
|
-
PayloadType,
|
|
5523
|
-
Platform,
|
|
5524
|
-
PositionalConstraint,
|
|
5525
5510
|
PutLoggingConfigurationCommand,
|
|
5526
5511
|
PutManagedRuleSetVersionsCommand,
|
|
5527
5512
|
PutPermissionPolicyCommand,
|
|
5528
|
-
RateBasedStatementAggregateKeyType,
|
|
5529
|
-
ResourceType,
|
|
5530
|
-
ResponseContentType,
|
|
5531
|
-
Scope,
|
|
5532
|
-
SensitivityLevel,
|
|
5533
|
-
SizeInspectionLimit,
|
|
5534
5513
|
TagResourceCommand,
|
|
5535
|
-
TextTransformationType,
|
|
5536
5514
|
UntagResourceCommand,
|
|
5537
5515
|
UpdateIPSetCommand,
|
|
5538
5516
|
UpdateManagedRuleSetVersionExpiryDateCommand,
|
|
5539
5517
|
UpdateRegexPatternSetCommand,
|
|
5540
5518
|
UpdateRuleGroupCommand,
|
|
5541
5519
|
UpdateWebACLCommand,
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5520
|
+
ActionValue,
|
|
5521
|
+
OversizeHandling,
|
|
5522
|
+
MapMatchScope,
|
|
5523
|
+
FallbackBehavior,
|
|
5524
|
+
BodyParsingFallbackBehavior,
|
|
5525
|
+
JsonMatchScope,
|
|
5526
|
+
PositionalConstraint,
|
|
5527
|
+
TextTransformationType,
|
|
5528
|
+
CountryCode,
|
|
5529
|
+
ForwardedIPPosition,
|
|
5530
|
+
LabelMatchScope,
|
|
5531
|
+
PayloadType,
|
|
5532
|
+
InspectionLevel,
|
|
5533
|
+
RateBasedStatementAggregateKeyType,
|
|
5534
|
+
ComparisonOperator,
|
|
5535
|
+
SensitivityLevel,
|
|
5536
|
+
AssociatedResourceType,
|
|
5546
5537
|
WAFInternalErrorException,
|
|
5547
5538
|
WAFInvalidOperationException,
|
|
5539
|
+
ParameterExceptionField,
|
|
5548
5540
|
WAFInvalidParameterException,
|
|
5549
|
-
|
|
5541
|
+
WAFNonexistentItemException,
|
|
5542
|
+
WAFUnavailableEntityException,
|
|
5543
|
+
SizeInspectionLimit,
|
|
5544
|
+
Scope,
|
|
5545
|
+
WAFExpiredManagedRuleGroupVersionException,
|
|
5550
5546
|
WAFInvalidResourceException,
|
|
5551
5547
|
WAFLimitsExceededException,
|
|
5552
|
-
WAFLogDestinationPermissionIssueException,
|
|
5553
|
-
WAFNonexistentItemException,
|
|
5554
|
-
WAFOptimisticLockException,
|
|
5555
|
-
WAFServiceLinkedRoleErrorException,
|
|
5556
5548
|
WAFSubscriptionNotFoundException,
|
|
5549
|
+
IPAddressVersion,
|
|
5550
|
+
WAFDuplicateItemException,
|
|
5551
|
+
WAFOptimisticLockException,
|
|
5557
5552
|
WAFTagOperationException,
|
|
5558
5553
|
WAFTagOperationInternalErrorException,
|
|
5559
|
-
|
|
5554
|
+
ResponseContentType,
|
|
5555
|
+
WAFConfigurationWarningException,
|
|
5556
|
+
WAFAssociatedItemException,
|
|
5557
|
+
Platform,
|
|
5558
|
+
FilterBehavior,
|
|
5559
|
+
FilterRequirement,
|
|
5560
5560
|
WAFUnsupportedAggregateKeyTypeException,
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5561
|
+
FailureReason,
|
|
5562
|
+
ResourceType,
|
|
5563
|
+
WAFLogDestinationPermissionIssueException,
|
|
5564
|
+
WAFServiceLinkedRoleErrorException,
|
|
5565
|
+
WAFInvalidPermissionPolicyException
|
|
5565
5566
|
});
|
|
5566
5567
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wafv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-wafv2",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|