@aws-sdk/client-sagemaker-a2i-runtime 3.321.1 → 3.326.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-types/commands/DeleteHumanLoopCommand.d.ts +4 -0
- package/dist-types/commands/DescribeHumanLoopCommand.d.ts +15 -0
- package/dist-types/commands/ListHumanLoopsCommand.d.ts +15 -0
- package/dist-types/commands/StartHumanLoopCommand.d.ts +6 -0
- package/dist-types/commands/StopHumanLoopCommand.d.ts +4 -0
- package/package.json +16 -16
|
@@ -33,6 +33,8 @@ export interface DeleteHumanLoopCommandOutput extends DeleteHumanLoopResponse, _
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteHumanLoopCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteHumanLoopCommandInput - {@link DeleteHumanLoopCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface DeleteHumanLoopCommandOutput extends DeleteHumanLoopResponse, _
|
|
|
58
60
|
* <p>The
|
|
59
61
|
* request isn't valid. Check the syntax and try again.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class DeleteHumanLoopCommand extends $Command<DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
|
|
@@ -32,6 +32,19 @@ export interface DescribeHumanLoopCommandOutput extends DescribeHumanLoopRespons
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeHumanLoopCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeHumanLoopResponse
|
|
36
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
37
|
+
* // FailureReason: "STRING_VALUE",
|
|
38
|
+
* // FailureCode: "STRING_VALUE",
|
|
39
|
+
* // HumanLoopStatus: "STRING_VALUE", // required
|
|
40
|
+
* // HumanLoopName: "STRING_VALUE", // required
|
|
41
|
+
* // HumanLoopArn: "STRING_VALUE", // required
|
|
42
|
+
* // FlowDefinitionArn: "STRING_VALUE", // required
|
|
43
|
+
* // HumanLoopOutput: { // HumanLoopOutput
|
|
44
|
+
* // OutputS3Uri: "STRING_VALUE", // required
|
|
45
|
+
* // },
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
35
48
|
* ```
|
|
36
49
|
*
|
|
37
50
|
* @param DescribeHumanLoopCommandInput - {@link DescribeHumanLoopCommandInput}
|
|
@@ -57,6 +70,8 @@ export interface DescribeHumanLoopCommandOutput extends DescribeHumanLoopRespons
|
|
|
57
70
|
* <p>The
|
|
58
71
|
* request isn't valid. Check the syntax and try again.</p>
|
|
59
72
|
*
|
|
73
|
+
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
60
75
|
*
|
|
61
76
|
*/
|
|
62
77
|
export declare class DescribeHumanLoopCommand extends $Command<DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
|
|
@@ -36,6 +36,19 @@ export interface ListHumanLoopsCommandOutput extends ListHumanLoopsResponse, __M
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ListHumanLoopsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ListHumanLoopsResponse
|
|
40
|
+
* // HumanLoopSummaries: [ // HumanLoopSummaries // required
|
|
41
|
+
* // { // HumanLoopSummary
|
|
42
|
+
* // HumanLoopName: "STRING_VALUE",
|
|
43
|
+
* // HumanLoopStatus: "STRING_VALUE",
|
|
44
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // FailureReason: "STRING_VALUE",
|
|
46
|
+
* // FlowDefinitionArn: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // NextToken: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
39
52
|
* ```
|
|
40
53
|
*
|
|
41
54
|
* @param ListHumanLoopsCommandInput - {@link ListHumanLoopsCommandInput}
|
|
@@ -61,6 +74,8 @@ export interface ListHumanLoopsCommandOutput extends ListHumanLoopsResponse, __M
|
|
|
61
74
|
* <p>The
|
|
62
75
|
* request isn't valid. Check the syntax and try again.</p>
|
|
63
76
|
*
|
|
77
|
+
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
64
79
|
*
|
|
65
80
|
*/
|
|
66
81
|
export declare class ListHumanLoopsCommand extends $Command<ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
|
|
@@ -40,6 +40,10 @@ export interface StartHumanLoopCommandOutput extends StartHumanLoopResponse, __M
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new StartHumanLoopCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // StartHumanLoopResponse
|
|
44
|
+
* // HumanLoopArn: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
43
47
|
* ```
|
|
44
48
|
*
|
|
45
49
|
* @param StartHumanLoopCommandInput - {@link StartHumanLoopCommandInput}
|
|
@@ -73,6 +77,8 @@ export interface StartHumanLoopCommandOutput extends StartHumanLoopResponse, __M
|
|
|
73
77
|
* <p>The
|
|
74
78
|
* request isn't valid. Check the syntax and try again.</p>
|
|
75
79
|
*
|
|
80
|
+
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
76
82
|
*
|
|
77
83
|
*/
|
|
78
84
|
export declare class StartHumanLoopCommand extends $Command<StartHumanLoopCommandInput, StartHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface StopHumanLoopCommandOutput extends StopHumanLoopResponse, __Met
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopHumanLoopCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param StopHumanLoopCommandInput - {@link StopHumanLoopCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface StopHumanLoopCommandOutput extends StopHumanLoopResponse, __Met
|
|
|
56
58
|
* <p>The
|
|
57
59
|
* request isn't valid. Check the syntax and try again.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class StopHumanLoopCommand extends $Command<StopHumanLoopCommandInput, StopHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker-a2i-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker A2i Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|