@aws-sdk/client-waf-regional 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 +36 -35
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -6807,10 +6807,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6807
6807
  // Annotate the CommonJS export names for ESM import in node:
6808
6808
 
6809
6809
  0 && (module.exports = {
6810
+ WAFRegionalServiceException,
6811
+ __Client,
6812
+ WAFRegionalClient,
6813
+ WAFRegional,
6814
+ $Command,
6810
6815
  AssociateWebACLCommand,
6811
- ChangeAction,
6812
- ChangeTokenStatus,
6813
- ComparisonOperator,
6814
6816
  CreateByteMatchSetCommand,
6815
6817
  CreateGeoMatchSetCommand,
6816
6818
  CreateIPSetCommand,
@@ -6839,8 +6841,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6839
6841
  DeleteWebACLCommand,
6840
6842
  DeleteXssMatchSetCommand,
6841
6843
  DisassociateWebACLCommand,
6842
- GeoMatchConstraintType,
6843
- GeoMatchConstraintValue,
6844
6844
  GetByteMatchSetCommand,
6845
6845
  GetChangeTokenCommand,
6846
6846
  GetChangeTokenStatusCommand,
@@ -6860,7 +6860,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6860
6860
  GetWebACLCommand,
6861
6861
  GetWebACLForResourceCommand,
6862
6862
  GetXssMatchSetCommand,
6863
- IPSetDescriptorType,
6864
6863
  ListActivatedRulesInRuleGroupCommand,
6865
6864
  ListByteMatchSetsCommand,
6866
6865
  ListGeoMatchSetsCommand,
@@ -6878,18 +6877,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6878
6877
  ListTagsForResourceCommand,
6879
6878
  ListWebACLsCommand,
6880
6879
  ListXssMatchSetsCommand,
6881
- MatchFieldType,
6882
- MigrationErrorType,
6883
- ParameterExceptionField,
6884
- ParameterExceptionReason,
6885
- PositionalConstraint,
6886
- PredicateType,
6887
6880
  PutLoggingConfigurationCommand,
6888
6881
  PutPermissionPolicyCommand,
6889
- RateKey,
6890
- ResourceType,
6891
6882
  TagResourceCommand,
6892
- TextTransformation,
6893
6883
  UntagResourceCommand,
6894
6884
  UpdateByteMatchSetCommand,
6895
6885
  UpdateGeoMatchSetCommand,
@@ -6903,32 +6893,43 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6903
6893
  UpdateSqlInjectionMatchSetCommand,
6904
6894
  UpdateWebACLCommand,
6905
6895
  UpdateXssMatchSetCommand,
6906
- WAFBadRequestException,
6907
- WAFDisallowedNameException,
6908
- WAFEntityMigrationException,
6896
+ WafActionType,
6897
+ WafOverrideActionType,
6898
+ WafRuleType,
6909
6899
  WAFInternalErrorException,
6910
6900
  WAFInvalidAccountException,
6911
- WAFInvalidOperationException,
6901
+ ParameterExceptionField,
6902
+ ParameterExceptionReason,
6912
6903
  WAFInvalidParameterException,
6913
- WAFInvalidPermissionPolicyException,
6914
- WAFInvalidRegexPatternException,
6915
- WAFLimitsExceededException,
6916
- WAFNonEmptyEntityException,
6917
- WAFNonexistentContainerException,
6918
6904
  WAFNonexistentItemException,
6919
- WAFReferencedItemException,
6920
- WAFRegional,
6921
- WAFRegionalClient,
6922
- WAFRegionalServiceException,
6923
- WAFServiceLinkedRoleErrorException,
6905
+ WAFUnavailableEntityException,
6906
+ MatchFieldType,
6907
+ PositionalConstraint,
6908
+ TextTransformation,
6909
+ WAFDisallowedNameException,
6910
+ WAFLimitsExceededException,
6924
6911
  WAFStaleDataException,
6925
- WAFSubscriptionNotFoundException,
6912
+ GeoMatchConstraintType,
6913
+ GeoMatchConstraintValue,
6914
+ IPSetDescriptorType,
6915
+ RateKey,
6916
+ PredicateType,
6917
+ WAFBadRequestException,
6926
6918
  WAFTagOperationException,
6927
6919
  WAFTagOperationInternalErrorException,
6928
- WAFUnavailableEntityException,
6929
- WafActionType,
6930
- WafOverrideActionType,
6931
- WafRuleType,
6932
- __Client
6920
+ ComparisonOperator,
6921
+ MigrationErrorType,
6922
+ WAFEntityMigrationException,
6923
+ WAFInvalidOperationException,
6924
+ WAFNonEmptyEntityException,
6925
+ WAFReferencedItemException,
6926
+ ChangeTokenStatus,
6927
+ ResourceType,
6928
+ WAFServiceLinkedRoleErrorException,
6929
+ WAFInvalidPermissionPolicyException,
6930
+ ChangeAction,
6931
+ WAFNonexistentContainerException,
6932
+ WAFInvalidRegexPatternException,
6933
+ WAFSubscriptionNotFoundException
6933
6934
  });
6934
6935
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-waf-regional",
3
3
  "description": "AWS SDK for JavaScript Waf Regional 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-regional",
@@ -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",