@aws-sdk/client-sagemaker-a2i-runtime 3.775.0 → 3.777.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 +1 -0
- package/dist-types/commands/DescribeHumanLoopCommand.d.ts +1 -0
- package/dist-types/commands/ListHumanLoopsCommand.d.ts +1 -0
- package/dist-types/commands/StartHumanLoopCommand.d.ts +1 -0
- package/dist-types/commands/StopHumanLoopCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -71,6 +71,7 @@ declare const DeleteHumanLoopCommand_base: {
|
|
|
71
71
|
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteHumanLoopCommand extends DeleteHumanLoopCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DescribeHumanLoopCommand_base: {
|
|
|
81
81
|
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DescribeHumanLoopCommand extends DescribeHumanLoopCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListHumanLoopsCommand_base: {
|
|
|
85
85
|
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListHumanLoopsCommand extends ListHumanLoopsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const StartHumanLoopCommand_base: {
|
|
|
88
88
|
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class StartHumanLoopCommand extends StartHumanLoopCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const StopHumanLoopCommand_base: {
|
|
|
69
69
|
* @throws {@link SageMakerA2IRuntimeServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from SageMakerA2IRuntime service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class StopHumanLoopCommand extends StopHumanLoopCommand_base {
|
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.777.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-a2i-runtime",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|