@aws-sdk/client-docdb-elastic 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 +18 -17
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1510,36 +1510,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1510
1510
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1511
1511
|
|
|
1512
1512
|
0 && (module.exports = {
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1513
|
+
DocDBElasticServiceException,
|
|
1514
|
+
__Client,
|
|
1515
|
+
DocDBElasticClient,
|
|
1516
|
+
DocDBElastic,
|
|
1517
|
+
$Command,
|
|
1516
1518
|
CreateClusterCommand,
|
|
1517
|
-
CreateClusterInputFilterSensitiveLog,
|
|
1518
1519
|
CreateClusterSnapshotCommand,
|
|
1519
1520
|
DeleteClusterCommand,
|
|
1520
1521
|
DeleteClusterSnapshotCommand,
|
|
1521
|
-
DocDBElastic,
|
|
1522
|
-
DocDBElasticClient,
|
|
1523
|
-
DocDBElasticServiceException,
|
|
1524
1522
|
GetClusterCommand,
|
|
1525
1523
|
GetClusterSnapshotCommand,
|
|
1526
|
-
InternalServerException,
|
|
1527
1524
|
ListClusterSnapshotsCommand,
|
|
1528
1525
|
ListClustersCommand,
|
|
1529
1526
|
ListTagsForResourceCommand,
|
|
1530
|
-
ResourceNotFoundException,
|
|
1531
1527
|
RestoreClusterFromSnapshotCommand,
|
|
1532
|
-
ServiceQuotaExceededException,
|
|
1533
|
-
Status,
|
|
1534
1528
|
TagResourceCommand,
|
|
1535
|
-
ThrottlingException,
|
|
1536
1529
|
UntagResourceCommand,
|
|
1537
1530
|
UpdateClusterCommand,
|
|
1538
|
-
UpdateClusterInputFilterSensitiveLog,
|
|
1539
|
-
ValidationException,
|
|
1540
|
-
ValidationExceptionReason,
|
|
1541
|
-
__Client,
|
|
1542
1531
|
paginateListClusterSnapshots,
|
|
1543
|
-
paginateListClusters
|
|
1532
|
+
paginateListClusters,
|
|
1533
|
+
AccessDeniedException,
|
|
1534
|
+
Auth,
|
|
1535
|
+
ConflictException,
|
|
1536
|
+
Status,
|
|
1537
|
+
InternalServerException,
|
|
1538
|
+
ServiceQuotaExceededException,
|
|
1539
|
+
ThrottlingException,
|
|
1540
|
+
ValidationExceptionReason,
|
|
1541
|
+
ValidationException,
|
|
1542
|
+
ResourceNotFoundException,
|
|
1543
|
+
CreateClusterInputFilterSensitiveLog,
|
|
1544
|
+
UpdateClusterInputFilterSensitiveLog
|
|
1544
1545
|
});
|
|
1545
1546
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-docdb-elastic",
|
|
3
3
|
"description": "AWS SDK for JavaScript Docdb Elastic 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-docdb-elastic",
|
|
@@ -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",
|