@aws-sdk/client-qbusiness 3.995.0 → 3.996.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 +17 -18
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -1614,18 +1614,9 @@ const ScoreConfidence = {
|
|
|
1614
1614
|
VERY_HIGH: "VERY_HIGH",
|
|
1615
1615
|
};
|
|
1616
1616
|
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
});
|
|
1621
|
-
Object.defineProperty(exports, "__Client", {
|
|
1622
|
-
enumerable: true,
|
|
1623
|
-
get: function () { return smithyClient.Client; }
|
|
1624
|
-
});
|
|
1625
|
-
Object.defineProperty(exports, "QBusinessServiceException", {
|
|
1626
|
-
enumerable: true,
|
|
1627
|
-
get: function () { return QBusinessServiceException.QBusinessServiceException; }
|
|
1628
|
-
});
|
|
1617
|
+
exports.$Command = smithyClient.Command;
|
|
1618
|
+
exports.__Client = smithyClient.Client;
|
|
1619
|
+
exports.QBusinessServiceException = QBusinessServiceException.QBusinessServiceException;
|
|
1629
1620
|
exports.APISchemaType = APISchemaType;
|
|
1630
1621
|
exports.ActionPayloadFieldType = ActionPayloadFieldType;
|
|
1631
1622
|
exports.ApplicationStatus = ApplicationStatus;
|
|
@@ -1791,15 +1782,23 @@ exports.paginateListRetrievers = paginateListRetrievers;
|
|
|
1791
1782
|
exports.paginateListSubscriptions = paginateListSubscriptions;
|
|
1792
1783
|
exports.paginateListWebExperiences = paginateListWebExperiences;
|
|
1793
1784
|
exports.paginateSearchRelevantContent = paginateSearchRelevantContent;
|
|
1794
|
-
Object.
|
|
1795
|
-
|
|
1785
|
+
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
1786
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
1787
|
+
Object.defineProperty(exports, '__proto__', {
|
|
1796
1788
|
enumerable: true,
|
|
1797
|
-
|
|
1789
|
+
value: schemas_0['__proto__']
|
|
1798
1790
|
});
|
|
1791
|
+
|
|
1792
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1793
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
1799
1794
|
});
|
|
1800
|
-
Object.
|
|
1801
|
-
|
|
1795
|
+
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
1796
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
1797
|
+
Object.defineProperty(exports, '__proto__', {
|
|
1802
1798
|
enumerable: true,
|
|
1803
|
-
|
|
1799
|
+
value: errors['__proto__']
|
|
1804
1800
|
});
|
|
1801
|
+
|
|
1802
|
+
Object.keys(errors).forEach(function (k) {
|
|
1803
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
1805
1804
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qbusiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.996.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/eventstream-handler-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.12",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.11",
|
|
26
|
+
"@aws-sdk/eventstream-handler-node": "^3.972.6",
|
|
27
27
|
"@aws-sdk/middleware-eventstream": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.12",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.996.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.11",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
38
|
"@smithy/core": "^3.23.2",
|
|
39
39
|
"@smithy/eventstream-serde-browser": "^4.2.8",
|