@aws-sdk/client-sagemaker-runtime 3.890.0 → 3.891.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.
|
@@ -44,6 +44,8 @@ declare const InvokeEndpointAsyncCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { SageMakerRuntimeClient, InvokeEndpointAsyncCommand } from "@aws-sdk/client-sagemaker-runtime"; // ES Modules import
|
|
46
46
|
* // const { SageMakerRuntimeClient, InvokeEndpointAsyncCommand } = require("@aws-sdk/client-sagemaker-runtime"); // CommonJS import
|
|
47
|
+
* // import type { SageMakerRuntimeClientConfig } from "@aws-sdk/client-sagemaker-runtime";
|
|
48
|
+
* const config = {}; // type is SageMakerRuntimeClientConfig
|
|
47
49
|
* const client = new SageMakerRuntimeClient(config);
|
|
48
50
|
* const input = { // InvokeEndpointAsyncInput
|
|
49
51
|
* EndpointName: "STRING_VALUE", // required
|
|
@@ -64,6 +64,8 @@ declare const InvokeEndpointCommand_base: {
|
|
|
64
64
|
* ```javascript
|
|
65
65
|
* import { SageMakerRuntimeClient, InvokeEndpointCommand } from "@aws-sdk/client-sagemaker-runtime"; // ES Modules import
|
|
66
66
|
* // const { SageMakerRuntimeClient, InvokeEndpointCommand } = require("@aws-sdk/client-sagemaker-runtime"); // CommonJS import
|
|
67
|
+
* // import type { SageMakerRuntimeClientConfig } from "@aws-sdk/client-sagemaker-runtime";
|
|
68
|
+
* const config = {}; // type is SageMakerRuntimeClientConfig
|
|
67
69
|
* const client = new SageMakerRuntimeClient(config);
|
|
68
70
|
* const input = { // InvokeEndpointInput
|
|
69
71
|
* EndpointName: "STRING_VALUE", // required
|
|
@@ -62,6 +62,8 @@ declare const InvokeEndpointWithResponseStreamCommand_base: {
|
|
|
62
62
|
* ```javascript
|
|
63
63
|
* import { SageMakerRuntimeClient, InvokeEndpointWithResponseStreamCommand } from "@aws-sdk/client-sagemaker-runtime"; // ES Modules import
|
|
64
64
|
* // const { SageMakerRuntimeClient, InvokeEndpointWithResponseStreamCommand } = require("@aws-sdk/client-sagemaker-runtime"); // CommonJS import
|
|
65
|
+
* // import type { SageMakerRuntimeClientConfig } from "@aws-sdk/client-sagemaker-runtime";
|
|
66
|
+
* const config = {}; // type is SageMakerRuntimeClientConfig
|
|
65
67
|
* const client = new SageMakerRuntimeClient(config);
|
|
66
68
|
* const input = { // InvokeEndpointWithResponseStreamInput
|
|
67
69
|
* EndpointName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.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-sagemaker-runtime",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/eventstream-serde-browser": "^4.1.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
44
|
-
"@smithy/middleware-retry": "^4.2.
|
|
44
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
45
45
|
"@smithy/middleware-serde": "^4.1.1",
|
|
46
46
|
"@smithy/middleware-stack": "^4.1.1",
|
|
47
47
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
58
58
|
"@smithy/util-endpoints": "^3.1.2",
|
|
59
59
|
"@smithy/util-middleware": "^4.1.1",
|
|
60
|
-
"@smithy/util-retry": "^4.1.
|
|
60
|
+
"@smithy/util-retry": "^4.1.2",
|
|
61
61
|
"@smithy/util-stream": "^4.3.1",
|
|
62
62
|
"@smithy/util-utf8": "^4.1.0",
|
|
63
63
|
"tslib": "^2.6.2"
|