@aws-sdk/client-sagemaker-a2i-runtime 3.169.0 → 3.170.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sagemaker-a2i-runtime
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-sagemaker-a2i-runtime
@@ -1,30 +1,94 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand";
3
- import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "./commands/DescribeHumanLoopCommand";
4
- import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "./commands/ListHumanLoopsCommand";
5
- import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "./commands/StartHumanLoopCommand";
6
- import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "./commands/StopHumanLoopCommand";
7
- import { SageMakerA2IRuntimeClient } from "./SageMakerA2IRuntimeClient";
8
-
9
- export declare class SageMakerA2IRuntime extends SageMakerA2IRuntimeClient {
10
-
11
- deleteHumanLoop(args: DeleteHumanLoopCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHumanLoopCommandOutput>;
12
- deleteHumanLoop(args: DeleteHumanLoopCommandInput, cb: (err: any, data?: DeleteHumanLoopCommandOutput) => void): void;
13
- deleteHumanLoop(args: DeleteHumanLoopCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHumanLoopCommandOutput) => void): void;
14
-
15
- describeHumanLoop(args: DescribeHumanLoopCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHumanLoopCommandOutput>;
16
- describeHumanLoop(args: DescribeHumanLoopCommandInput, cb: (err: any, data?: DescribeHumanLoopCommandOutput) => void): void;
17
- describeHumanLoop(args: DescribeHumanLoopCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHumanLoopCommandOutput) => void): void;
18
-
19
- listHumanLoops(args: ListHumanLoopsCommandInput, options?: __HttpHandlerOptions): Promise<ListHumanLoopsCommandOutput>;
20
- listHumanLoops(args: ListHumanLoopsCommandInput, cb: (err: any, data?: ListHumanLoopsCommandOutput) => void): void;
21
- listHumanLoops(args: ListHumanLoopsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHumanLoopsCommandOutput) => void): void;
22
-
23
- startHumanLoop(args: StartHumanLoopCommandInput, options?: __HttpHandlerOptions): Promise<StartHumanLoopCommandOutput>;
24
- startHumanLoop(args: StartHumanLoopCommandInput, cb: (err: any, data?: StartHumanLoopCommandOutput) => void): void;
25
- startHumanLoop(args: StartHumanLoopCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartHumanLoopCommandOutput) => void): void;
26
-
27
- stopHumanLoop(args: StopHumanLoopCommandInput, options?: __HttpHandlerOptions): Promise<StopHumanLoopCommandOutput>;
28
- stopHumanLoop(args: StopHumanLoopCommandInput, cb: (err: any, data?: StopHumanLoopCommandOutput) => void): void;
29
- stopHumanLoop(args: StopHumanLoopCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopHumanLoopCommandOutput) => void): void;
30
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ DeleteHumanLoopCommandInput,
4
+ DeleteHumanLoopCommandOutput,
5
+ } from "./commands/DeleteHumanLoopCommand";
6
+ import {
7
+ DescribeHumanLoopCommandInput,
8
+ DescribeHumanLoopCommandOutput,
9
+ } from "./commands/DescribeHumanLoopCommand";
10
+ import {
11
+ ListHumanLoopsCommandInput,
12
+ ListHumanLoopsCommandOutput,
13
+ } from "./commands/ListHumanLoopsCommand";
14
+ import {
15
+ StartHumanLoopCommandInput,
16
+ StartHumanLoopCommandOutput,
17
+ } from "./commands/StartHumanLoopCommand";
18
+ import {
19
+ StopHumanLoopCommandInput,
20
+ StopHumanLoopCommandOutput,
21
+ } from "./commands/StopHumanLoopCommand";
22
+ import { SageMakerA2IRuntimeClient } from "./SageMakerA2IRuntimeClient";
23
+
24
+ export declare class SageMakerA2IRuntime extends SageMakerA2IRuntimeClient {
25
+ deleteHumanLoop(
26
+ args: DeleteHumanLoopCommandInput,
27
+ options?: __HttpHandlerOptions
28
+ ): Promise<DeleteHumanLoopCommandOutput>;
29
+ deleteHumanLoop(
30
+ args: DeleteHumanLoopCommandInput,
31
+ cb: (err: any, data?: DeleteHumanLoopCommandOutput) => void
32
+ ): void;
33
+ deleteHumanLoop(
34
+ args: DeleteHumanLoopCommandInput,
35
+ options: __HttpHandlerOptions,
36
+ cb: (err: any, data?: DeleteHumanLoopCommandOutput) => void
37
+ ): void;
38
+
39
+ describeHumanLoop(
40
+ args: DescribeHumanLoopCommandInput,
41
+ options?: __HttpHandlerOptions
42
+ ): Promise<DescribeHumanLoopCommandOutput>;
43
+ describeHumanLoop(
44
+ args: DescribeHumanLoopCommandInput,
45
+ cb: (err: any, data?: DescribeHumanLoopCommandOutput) => void
46
+ ): void;
47
+ describeHumanLoop(
48
+ args: DescribeHumanLoopCommandInput,
49
+ options: __HttpHandlerOptions,
50
+ cb: (err: any, data?: DescribeHumanLoopCommandOutput) => void
51
+ ): void;
52
+
53
+ listHumanLoops(
54
+ args: ListHumanLoopsCommandInput,
55
+ options?: __HttpHandlerOptions
56
+ ): Promise<ListHumanLoopsCommandOutput>;
57
+ listHumanLoops(
58
+ args: ListHumanLoopsCommandInput,
59
+ cb: (err: any, data?: ListHumanLoopsCommandOutput) => void
60
+ ): void;
61
+ listHumanLoops(
62
+ args: ListHumanLoopsCommandInput,
63
+ options: __HttpHandlerOptions,
64
+ cb: (err: any, data?: ListHumanLoopsCommandOutput) => void
65
+ ): void;
66
+
67
+ startHumanLoop(
68
+ args: StartHumanLoopCommandInput,
69
+ options?: __HttpHandlerOptions
70
+ ): Promise<StartHumanLoopCommandOutput>;
71
+ startHumanLoop(
72
+ args: StartHumanLoopCommandInput,
73
+ cb: (err: any, data?: StartHumanLoopCommandOutput) => void
74
+ ): void;
75
+ startHumanLoop(
76
+ args: StartHumanLoopCommandInput,
77
+ options: __HttpHandlerOptions,
78
+ cb: (err: any, data?: StartHumanLoopCommandOutput) => void
79
+ ): void;
80
+
81
+ stopHumanLoop(
82
+ args: StopHumanLoopCommandInput,
83
+ options?: __HttpHandlerOptions
84
+ ): Promise<StopHumanLoopCommandOutput>;
85
+ stopHumanLoop(
86
+ args: StopHumanLoopCommandInput,
87
+ cb: (err: any, data?: StopHumanLoopCommandOutput) => void
88
+ ): void;
89
+ stopHumanLoop(
90
+ args: StopHumanLoopCommandInput,
91
+ options: __HttpHandlerOptions,
92
+ cb: (err: any, data?: StopHumanLoopCommandOutput) => void
93
+ ): void;
94
+ }
@@ -1,78 +1,160 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand";
10
- import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "./commands/DescribeHumanLoopCommand";
11
- import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "./commands/ListHumanLoopsCommand";
12
- import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "./commands/StartHumanLoopCommand";
13
- import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "./commands/StopHumanLoopCommand";
14
- export declare type ServiceInputTypes = DeleteHumanLoopCommandInput | DescribeHumanLoopCommandInput | ListHumanLoopsCommandInput | StartHumanLoopCommandInput | StopHumanLoopCommandInput;
15
- export declare type ServiceOutputTypes = DeleteHumanLoopCommandOutput | DescribeHumanLoopCommandOutput | ListHumanLoopsCommandOutput | StartHumanLoopCommandOutput | StopHumanLoopCommandOutput;
16
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
17
-
18
- requestHandler?: __HttpHandler;
19
-
20
- sha256?: __HashConstructor;
21
-
22
- urlParser?: __UrlParser;
23
-
24
- bodyLengthChecker?: __BodyLengthCalculator;
25
-
26
- streamCollector?: __StreamCollector;
27
-
28
- base64Decoder?: __Decoder;
29
-
30
- base64Encoder?: __Encoder;
31
-
32
- utf8Decoder?: __Decoder;
33
-
34
- utf8Encoder?: __Encoder;
35
-
36
- runtime?: string;
37
-
38
- disableHostPrefix?: boolean;
39
-
40
- maxAttempts?: number | __Provider<number>;
41
-
42
- retryMode?: string | __Provider<string>;
43
-
44
- logger?: __Logger;
45
-
46
- useDualstackEndpoint?: boolean | __Provider<boolean>;
47
-
48
- useFipsEndpoint?: boolean | __Provider<boolean>;
49
-
50
- serviceId?: string;
51
-
52
- region?: string | __Provider<string>;
53
-
54
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
55
-
56
- regionInfoProvider?: RegionInfoProvider;
57
-
58
- defaultUserAgentProvider?: Provider<__UserAgent>;
59
-
60
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
61
- }
62
- declare type SageMakerA2IRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
63
-
64
- export interface SageMakerA2IRuntimeClientConfig extends SageMakerA2IRuntimeClientConfigType {
65
- }
66
- declare type SageMakerA2IRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
67
-
68
- export interface SageMakerA2IRuntimeClientResolvedConfig extends SageMakerA2IRuntimeClientResolvedConfigType {
69
- }
70
-
71
- export declare class SageMakerA2IRuntimeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SageMakerA2IRuntimeClientResolvedConfig> {
72
-
73
- readonly config: SageMakerA2IRuntimeClientResolvedConfig;
74
- constructor(configuration: SageMakerA2IRuntimeClientConfig);
75
-
76
- destroy(): void;
77
- }
78
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ DeleteHumanLoopCommandInput,
47
+ DeleteHumanLoopCommandOutput,
48
+ } from "./commands/DeleteHumanLoopCommand";
49
+ import {
50
+ DescribeHumanLoopCommandInput,
51
+ DescribeHumanLoopCommandOutput,
52
+ } from "./commands/DescribeHumanLoopCommand";
53
+ import {
54
+ ListHumanLoopsCommandInput,
55
+ ListHumanLoopsCommandOutput,
56
+ } from "./commands/ListHumanLoopsCommand";
57
+ import {
58
+ StartHumanLoopCommandInput,
59
+ StartHumanLoopCommandOutput,
60
+ } from "./commands/StartHumanLoopCommand";
61
+ import {
62
+ StopHumanLoopCommandInput,
63
+ StopHumanLoopCommandOutput,
64
+ } from "./commands/StopHumanLoopCommand";
65
+ export declare type ServiceInputTypes =
66
+ | DeleteHumanLoopCommandInput
67
+ | DescribeHumanLoopCommandInput
68
+ | ListHumanLoopsCommandInput
69
+ | StartHumanLoopCommandInput
70
+ | StopHumanLoopCommandInput;
71
+ export declare type ServiceOutputTypes =
72
+ | DeleteHumanLoopCommandOutput
73
+ | DescribeHumanLoopCommandOutput
74
+ | ListHumanLoopsCommandOutput
75
+ | StartHumanLoopCommandOutput
76
+ | StopHumanLoopCommandOutput;
77
+ export interface ClientDefaults
78
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
79
+ requestHandler?: __HttpHandler;
80
+
81
+ sha256?: __HashConstructor;
82
+
83
+ urlParser?: __UrlParser;
84
+
85
+ bodyLengthChecker?: __BodyLengthCalculator;
86
+
87
+ streamCollector?: __StreamCollector;
88
+
89
+ base64Decoder?: __Decoder;
90
+
91
+ base64Encoder?: __Encoder;
92
+
93
+ utf8Decoder?: __Decoder;
94
+
95
+ utf8Encoder?: __Encoder;
96
+
97
+ runtime?: string;
98
+
99
+ disableHostPrefix?: boolean;
100
+
101
+ maxAttempts?: number | __Provider<number>;
102
+
103
+ retryMode?: string | __Provider<string>;
104
+
105
+ logger?: __Logger;
106
+
107
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
108
+
109
+ useFipsEndpoint?: boolean | __Provider<boolean>;
110
+
111
+ serviceId?: string;
112
+
113
+ region?: string | __Provider<string>;
114
+
115
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
116
+
117
+ regionInfoProvider?: RegionInfoProvider;
118
+
119
+ defaultUserAgentProvider?: Provider<__UserAgent>;
120
+
121
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
122
+ }
123
+ declare type SageMakerA2IRuntimeClientConfigType = Partial<
124
+ __SmithyConfiguration<__HttpHandlerOptions>
125
+ > &
126
+ ClientDefaults &
127
+ RegionInputConfig &
128
+ EndpointsInputConfig &
129
+ RetryInputConfig &
130
+ HostHeaderInputConfig &
131
+ AwsAuthInputConfig &
132
+ UserAgentInputConfig;
133
+
134
+ export interface SageMakerA2IRuntimeClientConfig
135
+ extends SageMakerA2IRuntimeClientConfigType {}
136
+ declare type SageMakerA2IRuntimeClientResolvedConfigType =
137
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
138
+ Required<ClientDefaults> &
139
+ RegionResolvedConfig &
140
+ EndpointsResolvedConfig &
141
+ RetryResolvedConfig &
142
+ HostHeaderResolvedConfig &
143
+ AwsAuthResolvedConfig &
144
+ UserAgentResolvedConfig;
145
+
146
+ export interface SageMakerA2IRuntimeClientResolvedConfig
147
+ extends SageMakerA2IRuntimeClientResolvedConfigType {}
148
+
149
+ export declare class SageMakerA2IRuntimeClient extends __Client<
150
+ __HttpHandlerOptions,
151
+ ServiceInputTypes,
152
+ ServiceOutputTypes,
153
+ SageMakerA2IRuntimeClientResolvedConfig
154
+ > {
155
+ readonly config: SageMakerA2IRuntimeClientResolvedConfig;
156
+ constructor(configuration: SageMakerA2IRuntimeClientConfig);
157
+
158
+ destroy(): void;
159
+ }
160
+ export {};
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteHumanLoopRequest, DeleteHumanLoopResponse } from "../models/models_0";
4
- import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
5
- export interface DeleteHumanLoopCommandInput extends DeleteHumanLoopRequest {
6
- }
7
- export interface DeleteHumanLoopCommandOutput extends DeleteHumanLoopResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHumanLoopCommand extends $Command<DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
11
- readonly input: DeleteHumanLoopCommandInput;
12
- constructor(input: DeleteHumanLoopCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerA2IRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteHumanLoopRequest,
10
+ DeleteHumanLoopResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ SageMakerA2IRuntimeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SageMakerA2IRuntimeClient";
17
+ export interface DeleteHumanLoopCommandInput extends DeleteHumanLoopRequest {}
18
+ export interface DeleteHumanLoopCommandOutput
19
+ extends DeleteHumanLoopResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteHumanLoopCommand extends $Command<
23
+ DeleteHumanLoopCommandInput,
24
+ DeleteHumanLoopCommandOutput,
25
+ SageMakerA2IRuntimeClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteHumanLoopCommandInput;
28
+ constructor(input: DeleteHumanLoopCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SageMakerA2IRuntimeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeHumanLoopRequest, DescribeHumanLoopResponse } from "../models/models_0";
4
- import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
5
- export interface DescribeHumanLoopCommandInput extends DescribeHumanLoopRequest {
6
- }
7
- export interface DescribeHumanLoopCommandOutput extends DescribeHumanLoopResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeHumanLoopCommand extends $Command<DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
11
- readonly input: DescribeHumanLoopCommandInput;
12
- constructor(input: DescribeHumanLoopCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerA2IRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeHumanLoopRequest,
10
+ DescribeHumanLoopResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ SageMakerA2IRuntimeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SageMakerA2IRuntimeClient";
17
+ export interface DescribeHumanLoopCommandInput
18
+ extends DescribeHumanLoopRequest {}
19
+ export interface DescribeHumanLoopCommandOutput
20
+ extends DescribeHumanLoopResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeHumanLoopCommand extends $Command<
24
+ DescribeHumanLoopCommandInput,
25
+ DescribeHumanLoopCommandOutput,
26
+ SageMakerA2IRuntimeClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeHumanLoopCommandInput;
29
+ constructor(input: DescribeHumanLoopCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SageMakerA2IRuntimeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListHumanLoopsRequest, ListHumanLoopsResponse } from "../models/models_0";
4
- import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
5
- export interface ListHumanLoopsCommandInput extends ListHumanLoopsRequest {
6
- }
7
- export interface ListHumanLoopsCommandOutput extends ListHumanLoopsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHumanLoopsCommand extends $Command<ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
11
- readonly input: ListHumanLoopsCommandInput;
12
- constructor(input: ListHumanLoopsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerA2IRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListHumanLoopsRequest,
10
+ ListHumanLoopsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ SageMakerA2IRuntimeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SageMakerA2IRuntimeClient";
17
+ export interface ListHumanLoopsCommandInput extends ListHumanLoopsRequest {}
18
+ export interface ListHumanLoopsCommandOutput
19
+ extends ListHumanLoopsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListHumanLoopsCommand extends $Command<
23
+ ListHumanLoopsCommandInput,
24
+ ListHumanLoopsCommandOutput,
25
+ SageMakerA2IRuntimeClientResolvedConfig
26
+ > {
27
+ readonly input: ListHumanLoopsCommandInput;
28
+ constructor(input: ListHumanLoopsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SageMakerA2IRuntimeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartHumanLoopRequest, StartHumanLoopResponse } from "../models/models_0";
4
- import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
5
- export interface StartHumanLoopCommandInput extends StartHumanLoopRequest {
6
- }
7
- export interface StartHumanLoopCommandOutput extends StartHumanLoopResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartHumanLoopCommand extends $Command<StartHumanLoopCommandInput, StartHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig> {
11
- readonly input: StartHumanLoopCommandInput;
12
- constructor(input: StartHumanLoopCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerA2IRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartHumanLoopCommandInput, StartHumanLoopCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartHumanLoopRequest,
10
+ StartHumanLoopResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ SageMakerA2IRuntimeClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SageMakerA2IRuntimeClient";
17
+ export interface StartHumanLoopCommandInput extends StartHumanLoopRequest {}
18
+ export interface StartHumanLoopCommandOutput
19
+ extends StartHumanLoopResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class StartHumanLoopCommand extends $Command<
23
+ StartHumanLoopCommandInput,
24
+ StartHumanLoopCommandOutput,
25
+ SageMakerA2IRuntimeClientResolvedConfig
26
+ > {
27
+ readonly input: StartHumanLoopCommandInput;
28
+ constructor(input: StartHumanLoopCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SageMakerA2IRuntimeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<StartHumanLoopCommandInput, StartHumanLoopCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }