@aws-sdk/client-dax 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.
- package/dist-cjs/index.js +30 -29
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2586,17 +2586,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2586
2586
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2587
2587
|
|
|
2588
2588
|
0 && (module.exports = {
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2589
|
+
DAXServiceException,
|
|
2590
|
+
__Client,
|
|
2591
|
+
DAXClient,
|
|
2592
|
+
DAX,
|
|
2593
|
+
$Command,
|
|
2594
2594
|
CreateClusterCommand,
|
|
2595
2595
|
CreateParameterGroupCommand,
|
|
2596
2596
|
CreateSubnetGroupCommand,
|
|
2597
|
-
DAX,
|
|
2598
|
-
DAXClient,
|
|
2599
|
-
DAXServiceException,
|
|
2600
2597
|
DecreaseReplicationFactorCommand,
|
|
2601
2598
|
DeleteClusterCommand,
|
|
2602
2599
|
DeleteParameterGroupCommand,
|
|
@@ -2608,41 +2605,45 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2608
2605
|
DescribeParametersCommand,
|
|
2609
2606
|
DescribeSubnetGroupsCommand,
|
|
2610
2607
|
IncreaseReplicationFactorCommand,
|
|
2608
|
+
ListTagsCommand,
|
|
2609
|
+
RebootNodeCommand,
|
|
2610
|
+
TagResourceCommand,
|
|
2611
|
+
UntagResourceCommand,
|
|
2612
|
+
UpdateClusterCommand,
|
|
2613
|
+
UpdateParameterGroupCommand,
|
|
2614
|
+
UpdateSubnetGroupCommand,
|
|
2615
|
+
ClusterAlreadyExistsFault,
|
|
2616
|
+
ClusterQuotaForCustomerExceededFault,
|
|
2617
|
+
ClusterEndpointEncryptionType,
|
|
2618
|
+
SSEStatus,
|
|
2611
2619
|
InsufficientClusterCapacityFault,
|
|
2612
|
-
InvalidARNFault,
|
|
2613
2620
|
InvalidClusterStateFault,
|
|
2614
2621
|
InvalidParameterCombinationException,
|
|
2615
2622
|
InvalidParameterGroupStateFault,
|
|
2616
2623
|
InvalidParameterValueException,
|
|
2617
|
-
InvalidSubnet,
|
|
2618
2624
|
InvalidVPCNetworkStateFault,
|
|
2619
|
-
IsModifiable,
|
|
2620
|
-
ListTagsCommand,
|
|
2621
|
-
NodeNotFoundFault,
|
|
2622
2625
|
NodeQuotaForClusterExceededFault,
|
|
2623
2626
|
NodeQuotaForCustomerExceededFault,
|
|
2624
|
-
ParameterGroupAlreadyExistsFault,
|
|
2625
2627
|
ParameterGroupNotFoundFault,
|
|
2626
|
-
ParameterGroupQuotaExceededFault,
|
|
2627
|
-
ParameterType,
|
|
2628
|
-
RebootNodeCommand,
|
|
2629
|
-
SSEStatus,
|
|
2630
2628
|
ServiceLinkedRoleNotFoundFault,
|
|
2631
2629
|
ServiceQuotaExceededException,
|
|
2632
|
-
SourceType,
|
|
2633
|
-
SubnetGroupAlreadyExistsFault,
|
|
2634
|
-
SubnetGroupInUseFault,
|
|
2635
2630
|
SubnetGroupNotFoundFault,
|
|
2631
|
+
TagQuotaPerResourceExceeded,
|
|
2632
|
+
ParameterGroupAlreadyExistsFault,
|
|
2633
|
+
ParameterGroupQuotaExceededFault,
|
|
2634
|
+
InvalidSubnet,
|
|
2635
|
+
SubnetGroupAlreadyExistsFault,
|
|
2636
2636
|
SubnetGroupQuotaExceededFault,
|
|
2637
|
-
SubnetInUse,
|
|
2638
2637
|
SubnetQuotaExceededFault,
|
|
2638
|
+
ClusterNotFoundFault,
|
|
2639
|
+
NodeNotFoundFault,
|
|
2640
|
+
SubnetGroupInUseFault,
|
|
2641
|
+
ChangeType,
|
|
2642
|
+
IsModifiable,
|
|
2643
|
+
ParameterType,
|
|
2644
|
+
SourceType,
|
|
2645
|
+
InvalidARNFault,
|
|
2639
2646
|
TagNotFoundFault,
|
|
2640
|
-
|
|
2641
|
-
TagResourceCommand,
|
|
2642
|
-
UntagResourceCommand,
|
|
2643
|
-
UpdateClusterCommand,
|
|
2644
|
-
UpdateParameterGroupCommand,
|
|
2645
|
-
UpdateSubnetGroupCommand,
|
|
2646
|
-
__Client
|
|
2647
|
+
SubnetInUse
|
|
2647
2648
|
});
|
|
2648
2649
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dax",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dax 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-dax",
|
|
@@ -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.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|