@aws-sdk/client-bedrock-runtime 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 +14 -13
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -862,28 +862,29 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
862
862
|
// Annotate the CommonJS export names for ESM import in node:
|
|
863
863
|
|
|
864
864
|
0 && (module.exports = {
|
|
865
|
-
AccessDeniedException,
|
|
866
|
-
BedrockRuntime,
|
|
867
|
-
BedrockRuntimeClient,
|
|
868
865
|
BedrockRuntimeServiceException,
|
|
869
|
-
|
|
866
|
+
__Client,
|
|
867
|
+
BedrockRuntimeClient,
|
|
868
|
+
BedrockRuntime,
|
|
869
|
+
$Command,
|
|
870
870
|
InvokeModelCommand,
|
|
871
|
-
InvokeModelRequestFilterSensitiveLog,
|
|
872
|
-
InvokeModelResponseFilterSensitiveLog,
|
|
873
871
|
InvokeModelWithResponseStreamCommand,
|
|
874
|
-
|
|
875
|
-
|
|
872
|
+
AccessDeniedException,
|
|
873
|
+
InternalServerException,
|
|
876
874
|
ModelErrorException,
|
|
877
875
|
ModelNotReadyException,
|
|
878
|
-
ModelStreamErrorException,
|
|
879
876
|
ModelTimeoutException,
|
|
880
|
-
PayloadPartFilterSensitiveLog,
|
|
881
877
|
ResourceNotFoundException,
|
|
882
|
-
ResponseStream,
|
|
883
|
-
ResponseStreamFilterSensitiveLog,
|
|
884
878
|
ServiceQuotaExceededException,
|
|
885
879
|
ThrottlingException,
|
|
886
880
|
ValidationException,
|
|
887
|
-
|
|
881
|
+
ModelStreamErrorException,
|
|
882
|
+
ResponseStream,
|
|
883
|
+
InvokeModelRequestFilterSensitiveLog,
|
|
884
|
+
InvokeModelResponseFilterSensitiveLog,
|
|
885
|
+
InvokeModelWithResponseStreamRequestFilterSensitiveLog,
|
|
886
|
+
PayloadPartFilterSensitiveLog,
|
|
887
|
+
ResponseStreamFilterSensitiveLog,
|
|
888
|
+
InvokeModelWithResponseStreamResponseFilterSensitiveLog
|
|
888
889
|
});
|
|
889
890
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Runtime 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-bedrock-runtime",
|
|
@@ -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",
|