@aws-sdk/client-waf 3.495.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.
- package/dist-cjs/index.js +35 -32
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -6503,10 +6503,13 @@ var WAF = _WAF;
|
|
|
6503
6503
|
// src/index.ts
|
|
6504
6504
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
6505
6505
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6506
|
+
|
|
6506
6507
|
0 && (module.exports = {
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6508
|
+
WAFServiceException,
|
|
6509
|
+
__Client,
|
|
6510
|
+
WAFClient,
|
|
6511
|
+
WAF,
|
|
6512
|
+
$Command,
|
|
6510
6513
|
CreateByteMatchSetCommand,
|
|
6511
6514
|
CreateGeoMatchSetCommand,
|
|
6512
6515
|
CreateIPSetCommand,
|
|
@@ -6534,8 +6537,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6534
6537
|
DeleteSqlInjectionMatchSetCommand,
|
|
6535
6538
|
DeleteWebACLCommand,
|
|
6536
6539
|
DeleteXssMatchSetCommand,
|
|
6537
|
-
GeoMatchConstraintType,
|
|
6538
|
-
GeoMatchConstraintValue,
|
|
6539
6540
|
GetByteMatchSetCommand,
|
|
6540
6541
|
GetChangeTokenCommand,
|
|
6541
6542
|
GetChangeTokenStatusCommand,
|
|
@@ -6554,7 +6555,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6554
6555
|
GetSqlInjectionMatchSetCommand,
|
|
6555
6556
|
GetWebACLCommand,
|
|
6556
6557
|
GetXssMatchSetCommand,
|
|
6557
|
-
IPSetDescriptorType,
|
|
6558
6558
|
ListActivatedRulesInRuleGroupCommand,
|
|
6559
6559
|
ListByteMatchSetsCommand,
|
|
6560
6560
|
ListGeoMatchSetsCommand,
|
|
@@ -6571,17 +6571,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6571
6571
|
ListTagsForResourceCommand,
|
|
6572
6572
|
ListWebACLsCommand,
|
|
6573
6573
|
ListXssMatchSetsCommand,
|
|
6574
|
-
MatchFieldType,
|
|
6575
|
-
MigrationErrorType,
|
|
6576
|
-
ParameterExceptionField,
|
|
6577
|
-
ParameterExceptionReason,
|
|
6578
|
-
PositionalConstraint,
|
|
6579
|
-
PredicateType,
|
|
6580
6574
|
PutLoggingConfigurationCommand,
|
|
6581
6575
|
PutPermissionPolicyCommand,
|
|
6582
|
-
RateKey,
|
|
6583
6576
|
TagResourceCommand,
|
|
6584
|
-
TextTransformation,
|
|
6585
6577
|
UntagResourceCommand,
|
|
6586
6578
|
UpdateByteMatchSetCommand,
|
|
6587
6579
|
UpdateGeoMatchSetCommand,
|
|
@@ -6595,30 +6587,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6595
6587
|
UpdateSqlInjectionMatchSetCommand,
|
|
6596
6588
|
UpdateWebACLCommand,
|
|
6597
6589
|
UpdateXssMatchSetCommand,
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
6590
|
+
WafActionType,
|
|
6591
|
+
WafOverrideActionType,
|
|
6592
|
+
WafRuleType,
|
|
6593
|
+
MatchFieldType,
|
|
6594
|
+
PositionalConstraint,
|
|
6595
|
+
TextTransformation,
|
|
6601
6596
|
WAFDisallowedNameException,
|
|
6602
|
-
WAFEntityMigrationException,
|
|
6603
6597
|
WAFInternalErrorException,
|
|
6604
6598
|
WAFInvalidAccountException,
|
|
6605
|
-
|
|
6599
|
+
ParameterExceptionField,
|
|
6600
|
+
ParameterExceptionReason,
|
|
6606
6601
|
WAFInvalidParameterException,
|
|
6607
|
-
WAFInvalidPermissionPolicyException,
|
|
6608
|
-
WAFInvalidRegexPatternException,
|
|
6609
6602
|
WAFLimitsExceededException,
|
|
6610
|
-
WAFNonEmptyEntityException,
|
|
6611
|
-
WAFNonexistentContainerException,
|
|
6612
|
-
WAFNonexistentItemException,
|
|
6613
|
-
WAFReferencedItemException,
|
|
6614
|
-
WAFServiceException,
|
|
6615
|
-
WAFServiceLinkedRoleErrorException,
|
|
6616
6603
|
WAFStaleDataException,
|
|
6617
|
-
|
|
6604
|
+
GeoMatchConstraintType,
|
|
6605
|
+
GeoMatchConstraintValue,
|
|
6606
|
+
IPSetDescriptorType,
|
|
6607
|
+
RateKey,
|
|
6608
|
+
PredicateType,
|
|
6609
|
+
WAFBadRequestException,
|
|
6618
6610
|
WAFTagOperationException,
|
|
6619
6611
|
WAFTagOperationInternalErrorException,
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
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
|
|
6624
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.
|
|
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,46 +20,46 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
38
|
-
"@smithy/hash-node": "^2.1.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
43
|
-
"@smithy/middleware-serde": "^2.1.
|
|
44
|
-
"@smithy/middleware-stack": "^2.1.
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.3.
|
|
47
|
-
"@smithy/protocol-http": "^3.1.
|
|
48
|
-
"@smithy/smithy-client": "^2.3.
|
|
49
|
-
"@smithy/types": "^2.9.
|
|
50
|
-
"@smithy/url-parser": "^2.1.
|
|
51
|
-
"@smithy/util-base64": "^2.1.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
57
|
-
"@smithy/util-retry": "^2.1.
|
|
58
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
38
|
+
"@smithy/hash-node": "^2.1.1",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
43
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
47
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
48
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
49
|
+
"@smithy/types": "^2.9.1",
|
|
50
|
+
"@smithy/url-parser": "^2.1.1",
|
|
51
|
+
"@smithy/util-base64": "^2.1.1",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
57
|
+
"@smithy/util-retry": "^2.1.1",
|
|
58
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
59
59
|
"tslib": "^2.5.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
62
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
63
63
|
"@tsconfig/node14": "1.0.3",
|
|
64
64
|
"@types/node": "^14.14.31",
|
|
65
65
|
"concurrently": "7.0.0",
|