@aws-sdk/client-waf 3.496.0 → 3.499.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist-cjs/index.js +33 -32
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -6505,9 +6505,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6505
6505
  // Annotate the CommonJS export names for ESM import in node:
6506
6506
 
6507
6507
  0 && (module.exports = {
6508
- ChangeAction,
6509
- ChangeTokenStatus,
6510
- ComparisonOperator,
6508
+ WAFServiceException,
6509
+ __Client,
6510
+ WAFClient,
6511
+ WAF,
6512
+ $Command,
6511
6513
  CreateByteMatchSetCommand,
6512
6514
  CreateGeoMatchSetCommand,
6513
6515
  CreateIPSetCommand,
@@ -6535,8 +6537,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6535
6537
  DeleteSqlInjectionMatchSetCommand,
6536
6538
  DeleteWebACLCommand,
6537
6539
  DeleteXssMatchSetCommand,
6538
- GeoMatchConstraintType,
6539
- GeoMatchConstraintValue,
6540
6540
  GetByteMatchSetCommand,
6541
6541
  GetChangeTokenCommand,
6542
6542
  GetChangeTokenStatusCommand,
@@ -6555,7 +6555,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6555
6555
  GetSqlInjectionMatchSetCommand,
6556
6556
  GetWebACLCommand,
6557
6557
  GetXssMatchSetCommand,
6558
- IPSetDescriptorType,
6559
6558
  ListActivatedRulesInRuleGroupCommand,
6560
6559
  ListByteMatchSetsCommand,
6561
6560
  ListGeoMatchSetsCommand,
@@ -6572,17 +6571,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6572
6571
  ListTagsForResourceCommand,
6573
6572
  ListWebACLsCommand,
6574
6573
  ListXssMatchSetsCommand,
6575
- MatchFieldType,
6576
- MigrationErrorType,
6577
- ParameterExceptionField,
6578
- ParameterExceptionReason,
6579
- PositionalConstraint,
6580
- PredicateType,
6581
6574
  PutLoggingConfigurationCommand,
6582
6575
  PutPermissionPolicyCommand,
6583
- RateKey,
6584
6576
  TagResourceCommand,
6585
- TextTransformation,
6586
6577
  UntagResourceCommand,
6587
6578
  UpdateByteMatchSetCommand,
6588
6579
  UpdateGeoMatchSetCommand,
@@ -6596,31 +6587,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6596
6587
  UpdateSqlInjectionMatchSetCommand,
6597
6588
  UpdateWebACLCommand,
6598
6589
  UpdateXssMatchSetCommand,
6599
- WAF,
6600
- WAFBadRequestException,
6601
- WAFClient,
6590
+ WafActionType,
6591
+ WafOverrideActionType,
6592
+ WafRuleType,
6593
+ MatchFieldType,
6594
+ PositionalConstraint,
6595
+ TextTransformation,
6602
6596
  WAFDisallowedNameException,
6603
- WAFEntityMigrationException,
6604
6597
  WAFInternalErrorException,
6605
6598
  WAFInvalidAccountException,
6606
- WAFInvalidOperationException,
6599
+ ParameterExceptionField,
6600
+ ParameterExceptionReason,
6607
6601
  WAFInvalidParameterException,
6608
- WAFInvalidPermissionPolicyException,
6609
- WAFInvalidRegexPatternException,
6610
6602
  WAFLimitsExceededException,
6611
- WAFNonEmptyEntityException,
6612
- WAFNonexistentContainerException,
6613
- WAFNonexistentItemException,
6614
- WAFReferencedItemException,
6615
- WAFServiceException,
6616
- WAFServiceLinkedRoleErrorException,
6617
6603
  WAFStaleDataException,
6618
- WAFSubscriptionNotFoundException,
6604
+ GeoMatchConstraintType,
6605
+ GeoMatchConstraintValue,
6606
+ IPSetDescriptorType,
6607
+ RateKey,
6608
+ PredicateType,
6609
+ WAFBadRequestException,
6619
6610
  WAFTagOperationException,
6620
6611
  WAFTagOperationInternalErrorException,
6621
- WafActionType,
6622
- WafOverrideActionType,
6623
- WafRuleType,
6624
- __Client
6612
+ ComparisonOperator,
6613
+ MigrationErrorType,
6614
+ WAFEntityMigrationException,
6615
+ WAFInvalidOperationException,
6616
+ WAFNonexistentItemException,
6617
+ WAFNonEmptyEntityException,
6618
+ WAFReferencedItemException,
6619
+ ChangeTokenStatus,
6620
+ WAFServiceLinkedRoleErrorException,
6621
+ WAFInvalidPermissionPolicyException,
6622
+ ChangeAction,
6623
+ WAFNonexistentContainerException,
6624
+ WAFInvalidRegexPatternException,
6625
+ WAFSubscriptionNotFoundException
6625
6626
  });
6626
6627
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-waf",
3
3
  "description": "AWS SDK for JavaScript Waf Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-waf",
@@ -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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.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",