@aws-sdk/client-dax 3.758.0 → 3.772.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 +18 -18
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ChangeType: () => ChangeType,
|
|
25
25
|
ClusterAlreadyExistsFault: () => ClusterAlreadyExistsFault,
|
|
26
26
|
ClusterEndpointEncryptionType: () => ClusterEndpointEncryptionType,
|
|
@@ -80,7 +80,7 @@ __export(src_exports, {
|
|
|
80
80
|
UpdateSubnetGroupCommand: () => UpdateSubnetGroupCommand,
|
|
81
81
|
__Client: () => import_smithy_client.Client
|
|
82
82
|
});
|
|
83
|
-
module.exports = __toCommonJS(
|
|
83
|
+
module.exports = __toCommonJS(index_exports);
|
|
84
84
|
|
|
85
85
|
// src/DAXClient.ts
|
|
86
86
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -207,9 +207,9 @@ var DAXClient = class extends import_smithy_client.Client {
|
|
|
207
207
|
this.middlewareStack.use(
|
|
208
208
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
209
209
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDAXHttpAuthSchemeParametersProvider,
|
|
210
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
210
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
211
211
|
"aws.auth#sigv4": config.credentials
|
|
212
|
-
})
|
|
212
|
+
}), "identityProviderConfigProvider")
|
|
213
213
|
})
|
|
214
214
|
);
|
|
215
215
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1511,12 +1511,12 @@ var de_TagQuotaPerResourceExceededRes = /* @__PURE__ */ __name(async (parsedOutp
|
|
|
1511
1511
|
var se_DescribeEventsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1512
1512
|
return (0, import_smithy_client.take)(input, {
|
|
1513
1513
|
Duration: [],
|
|
1514
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
1514
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
1515
1515
|
MaxResults: [],
|
|
1516
1516
|
NextToken: [],
|
|
1517
1517
|
SourceName: [],
|
|
1518
1518
|
SourceType: [],
|
|
1519
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
1519
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
1520
1520
|
});
|
|
1521
1521
|
}, "se_DescribeEventsRequest");
|
|
1522
1522
|
var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1530,7 +1530,7 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
1530
1530
|
IamRoleArn: import_smithy_client.expectString,
|
|
1531
1531
|
NodeIdsToRemove: import_smithy_client._json,
|
|
1532
1532
|
NodeType: import_smithy_client.expectString,
|
|
1533
|
-
Nodes: (_) => de_NodeList(_, context),
|
|
1533
|
+
Nodes: /* @__PURE__ */ __name((_) => de_NodeList(_, context), "Nodes"),
|
|
1534
1534
|
NotificationConfiguration: import_smithy_client._json,
|
|
1535
1535
|
ParameterGroup: import_smithy_client._json,
|
|
1536
1536
|
PreferredMaintenanceWindow: import_smithy_client.expectString,
|
|
@@ -1549,34 +1549,34 @@ var de_ClusterList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1549
1549
|
}, "de_ClusterList");
|
|
1550
1550
|
var de_CreateClusterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1551
1551
|
return (0, import_smithy_client.take)(output, {
|
|
1552
|
-
Cluster: (_) => de_Cluster(_, context)
|
|
1552
|
+
Cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "Cluster")
|
|
1553
1553
|
});
|
|
1554
1554
|
}, "de_CreateClusterResponse");
|
|
1555
1555
|
var de_DecreaseReplicationFactorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1556
1556
|
return (0, import_smithy_client.take)(output, {
|
|
1557
|
-
Cluster: (_) => de_Cluster(_, context)
|
|
1557
|
+
Cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "Cluster")
|
|
1558
1558
|
});
|
|
1559
1559
|
}, "de_DecreaseReplicationFactorResponse");
|
|
1560
1560
|
var de_DeleteClusterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1561
1561
|
return (0, import_smithy_client.take)(output, {
|
|
1562
|
-
Cluster: (_) => de_Cluster(_, context)
|
|
1562
|
+
Cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "Cluster")
|
|
1563
1563
|
});
|
|
1564
1564
|
}, "de_DeleteClusterResponse");
|
|
1565
1565
|
var de_DescribeClustersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1566
1566
|
return (0, import_smithy_client.take)(output, {
|
|
1567
|
-
Clusters: (_) => de_ClusterList(_, context),
|
|
1567
|
+
Clusters: /* @__PURE__ */ __name((_) => de_ClusterList(_, context), "Clusters"),
|
|
1568
1568
|
NextToken: import_smithy_client.expectString
|
|
1569
1569
|
});
|
|
1570
1570
|
}, "de_DescribeClustersResponse");
|
|
1571
1571
|
var de_DescribeEventsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1572
1572
|
return (0, import_smithy_client.take)(output, {
|
|
1573
|
-
Events: (_) => de_EventList(_, context),
|
|
1573
|
+
Events: /* @__PURE__ */ __name((_) => de_EventList(_, context), "Events"),
|
|
1574
1574
|
NextToken: import_smithy_client.expectString
|
|
1575
1575
|
});
|
|
1576
1576
|
}, "de_DescribeEventsResponse");
|
|
1577
1577
|
var de_Event = /* @__PURE__ */ __name((output, context) => {
|
|
1578
1578
|
return (0, import_smithy_client.take)(output, {
|
|
1579
|
-
Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1579
|
+
Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
|
|
1580
1580
|
Message: import_smithy_client.expectString,
|
|
1581
1581
|
SourceName: import_smithy_client.expectString,
|
|
1582
1582
|
SourceType: import_smithy_client.expectString
|
|
@@ -1590,14 +1590,14 @@ var de_EventList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1590
1590
|
}, "de_EventList");
|
|
1591
1591
|
var de_IncreaseReplicationFactorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1592
1592
|
return (0, import_smithy_client.take)(output, {
|
|
1593
|
-
Cluster: (_) => de_Cluster(_, context)
|
|
1593
|
+
Cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "Cluster")
|
|
1594
1594
|
});
|
|
1595
1595
|
}, "de_IncreaseReplicationFactorResponse");
|
|
1596
1596
|
var de_Node = /* @__PURE__ */ __name((output, context) => {
|
|
1597
1597
|
return (0, import_smithy_client.take)(output, {
|
|
1598
1598
|
AvailabilityZone: import_smithy_client.expectString,
|
|
1599
1599
|
Endpoint: import_smithy_client._json,
|
|
1600
|
-
NodeCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1600
|
+
NodeCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "NodeCreateTime"),
|
|
1601
1601
|
NodeId: import_smithy_client.expectString,
|
|
1602
1602
|
NodeStatus: import_smithy_client.expectString,
|
|
1603
1603
|
ParameterGroupStatus: import_smithy_client.expectString
|
|
@@ -1611,12 +1611,12 @@ var de_NodeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1611
1611
|
}, "de_NodeList");
|
|
1612
1612
|
var de_RebootNodeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1613
1613
|
return (0, import_smithy_client.take)(output, {
|
|
1614
|
-
Cluster: (_) => de_Cluster(_, context)
|
|
1614
|
+
Cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "Cluster")
|
|
1615
1615
|
});
|
|
1616
1616
|
}, "de_RebootNodeResponse");
|
|
1617
1617
|
var de_UpdateClusterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1618
1618
|
return (0, import_smithy_client.take)(output, {
|
|
1619
|
-
Cluster: (_) => de_Cluster(_, context)
|
|
1619
|
+
Cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "Cluster")
|
|
1620
1620
|
});
|
|
1621
1621
|
}, "de_UpdateClusterResponse");
|
|
1622
1622
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
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.772.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|