@aws-sdk/client-cloudsearch-domain 3.496.0 → 3.501.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 +9 -8
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -547,17 +547,18 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
547
547
|
// Annotate the CommonJS export names for ESM import in node:
|
|
548
548
|
|
|
549
549
|
0 && (module.exports = {
|
|
550
|
-
CloudSearchDomain,
|
|
551
|
-
CloudSearchDomainClient,
|
|
552
550
|
CloudSearchDomainServiceException,
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
551
|
+
__Client,
|
|
552
|
+
CloudSearchDomainClient,
|
|
553
|
+
CloudSearchDomain,
|
|
554
|
+
$Command,
|
|
556
555
|
SearchCommand,
|
|
557
|
-
SearchException,
|
|
558
556
|
SuggestCommand,
|
|
559
557
|
UploadDocumentsCommand,
|
|
560
|
-
|
|
561
|
-
|
|
558
|
+
SearchException,
|
|
559
|
+
QueryParser,
|
|
560
|
+
DocumentServiceException,
|
|
561
|
+
ContentType,
|
|
562
|
+
UploadDocumentsRequestFilterSensitiveLog
|
|
562
563
|
});
|
|
563
564
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudsearch-domain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudsearch Domain Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.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-cloudsearch-domain",
|
|
@@ -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.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.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",
|