@aws-sdk/client-lookoutequipment 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/LookoutEquipment.d.ts +167 -193
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +13 -47
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -44,18 +41,12 @@ import {
|
|
|
44
41
|
CreateInferenceSchedulerCommandInput,
|
|
45
42
|
CreateInferenceSchedulerCommandOutput,
|
|
46
43
|
} from "./commands/CreateInferenceSchedulerCommand";
|
|
47
|
-
import {
|
|
48
|
-
CreateLabelCommandInput,
|
|
49
|
-
CreateLabelCommandOutput,
|
|
50
|
-
} from "./commands/CreateLabelCommand";
|
|
44
|
+
import { CreateLabelCommandInput, CreateLabelCommandOutput } from "./commands/CreateLabelCommand";
|
|
51
45
|
import {
|
|
52
46
|
CreateLabelGroupCommandInput,
|
|
53
47
|
CreateLabelGroupCommandOutput,
|
|
54
48
|
} from "./commands/CreateLabelGroupCommand";
|
|
55
|
-
import {
|
|
56
|
-
CreateModelCommandInput,
|
|
57
|
-
CreateModelCommandOutput,
|
|
58
|
-
} from "./commands/CreateModelCommand";
|
|
49
|
+
import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
|
|
59
50
|
import {
|
|
60
51
|
CreateRetrainingSchedulerCommandInput,
|
|
61
52
|
CreateRetrainingSchedulerCommandOutput,
|
|
@@ -68,18 +59,12 @@ import {
|
|
|
68
59
|
DeleteInferenceSchedulerCommandInput,
|
|
69
60
|
DeleteInferenceSchedulerCommandOutput,
|
|
70
61
|
} from "./commands/DeleteInferenceSchedulerCommand";
|
|
71
|
-
import {
|
|
72
|
-
DeleteLabelCommandInput,
|
|
73
|
-
DeleteLabelCommandOutput,
|
|
74
|
-
} from "./commands/DeleteLabelCommand";
|
|
62
|
+
import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
|
|
75
63
|
import {
|
|
76
64
|
DeleteLabelGroupCommandInput,
|
|
77
65
|
DeleteLabelGroupCommandOutput,
|
|
78
66
|
} from "./commands/DeleteLabelGroupCommand";
|
|
79
|
-
import {
|
|
80
|
-
DeleteModelCommandInput,
|
|
81
|
-
DeleteModelCommandOutput,
|
|
82
|
-
} from "./commands/DeleteModelCommand";
|
|
67
|
+
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
83
68
|
import {
|
|
84
69
|
DeleteResourcePolicyCommandInput,
|
|
85
70
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -156,14 +141,8 @@ import {
|
|
|
156
141
|
ListLabelGroupsCommandInput,
|
|
157
142
|
ListLabelGroupsCommandOutput,
|
|
158
143
|
} from "./commands/ListLabelGroupsCommand";
|
|
159
|
-
import {
|
|
160
|
-
|
|
161
|
-
ListLabelsCommandOutput,
|
|
162
|
-
} from "./commands/ListLabelsCommand";
|
|
163
|
-
import {
|
|
164
|
-
ListModelsCommandInput,
|
|
165
|
-
ListModelsCommandOutput,
|
|
166
|
-
} from "./commands/ListModelsCommand";
|
|
144
|
+
import { ListLabelsCommandInput, ListLabelsCommandOutput } from "./commands/ListLabelsCommand";
|
|
145
|
+
import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
|
|
167
146
|
import {
|
|
168
147
|
ListModelVersionsCommandInput,
|
|
169
148
|
ListModelVersionsCommandOutput,
|
|
@@ -204,10 +183,7 @@ import {
|
|
|
204
183
|
StopRetrainingSchedulerCommandInput,
|
|
205
184
|
StopRetrainingSchedulerCommandOutput,
|
|
206
185
|
} from "./commands/StopRetrainingSchedulerCommand";
|
|
207
|
-
import {
|
|
208
|
-
TagResourceCommandInput,
|
|
209
|
-
TagResourceCommandOutput,
|
|
210
|
-
} from "./commands/TagResourceCommand";
|
|
186
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
211
187
|
import {
|
|
212
188
|
UntagResourceCommandInput,
|
|
213
189
|
UntagResourceCommandOutput,
|
|
@@ -224,10 +200,7 @@ import {
|
|
|
224
200
|
UpdateLabelGroupCommandInput,
|
|
225
201
|
UpdateLabelGroupCommandOutput,
|
|
226
202
|
} from "./commands/UpdateLabelGroupCommand";
|
|
227
|
-
import {
|
|
228
|
-
UpdateModelCommandInput,
|
|
229
|
-
UpdateModelCommandOutput,
|
|
230
|
-
} from "./commands/UpdateModelCommand";
|
|
203
|
+
import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
|
|
231
204
|
import {
|
|
232
205
|
UpdateRetrainingSchedulerCommandInput,
|
|
233
206
|
UpdateRetrainingSchedulerCommandOutput,
|
|
@@ -339,8 +312,7 @@ export type ServiceOutputTypes =
|
|
|
339
312
|
| UpdateLabelGroupCommandOutput
|
|
340
313
|
| UpdateModelCommandOutput
|
|
341
314
|
| UpdateRetrainingSchedulerCommandOutput;
|
|
342
|
-
export interface ClientDefaults
|
|
343
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
315
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
344
316
|
requestHandler?: __HttpHandlerUserInput;
|
|
345
317
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
346
318
|
urlParser?: __UrlParser;
|
|
@@ -376,8 +348,7 @@ export type LookoutEquipmentClientConfigType = Partial<
|
|
|
376
348
|
EndpointInputConfig<EndpointParameters> &
|
|
377
349
|
HttpAuthSchemeInputConfig &
|
|
378
350
|
ClientInputEndpointParameters;
|
|
379
|
-
export interface LookoutEquipmentClientConfig
|
|
380
|
-
extends LookoutEquipmentClientConfigType {}
|
|
351
|
+
export interface LookoutEquipmentClientConfig extends LookoutEquipmentClientConfigType {}
|
|
381
352
|
export type LookoutEquipmentClientResolvedConfigType =
|
|
382
353
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
383
354
|
Required<ClientDefaults> &
|
|
@@ -389,8 +360,7 @@ export type LookoutEquipmentClientResolvedConfigType =
|
|
|
389
360
|
EndpointResolvedConfig<EndpointParameters> &
|
|
390
361
|
HttpAuthSchemeResolvedConfig &
|
|
391
362
|
ClientResolvedEndpointParameters;
|
|
392
|
-
export interface LookoutEquipmentClientResolvedConfig
|
|
393
|
-
extends LookoutEquipmentClientResolvedConfigType {}
|
|
363
|
+
export interface LookoutEquipmentClientResolvedConfig extends LookoutEquipmentClientResolvedConfigType {}
|
|
394
364
|
export declare class LookoutEquipmentClient extends __Client<
|
|
395
365
|
__HttpHandlerOptions,
|
|
396
366
|
ServiceInputTypes,
|
|
@@ -398,10 +368,6 @@ export declare class LookoutEquipmentClient extends __Client<
|
|
|
398
368
|
LookoutEquipmentClientResolvedConfig
|
|
399
369
|
> {
|
|
400
370
|
readonly config: LookoutEquipmentClientResolvedConfig;
|
|
401
|
-
constructor(
|
|
402
|
-
...[
|
|
403
|
-
configuration,
|
|
404
|
-
]: __CheckOptionalClientConfig<LookoutEquipmentClientConfig>
|
|
405
|
-
);
|
|
371
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<LookoutEquipmentClientConfig>);
|
|
406
372
|
destroy(): void;
|
|
407
373
|
}
|
|
@@ -7,17 +7,10 @@ import { LookoutEquipmentHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: LookoutEquipmentHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: LookoutEquipmentHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): LookoutEquipmentHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { LookoutEquipmentClientResolvedConfig } from "../LookoutEquipmentClient";
|
|
15
|
-
export interface LookoutEquipmentHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface LookoutEquipmentHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface LookoutEquipmentHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface LookoutEquipmentHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
LookoutEquipmentClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
LookoutEquipmentHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultLookoutEquipmentHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: LookoutEquipmentClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<LookoutEquipmentHttpAuthSchemeParameters>;
|
|
31
|
-
export interface LookoutEquipmentHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<LookoutEquipmentHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface LookoutEquipmentHttpAuthSchemeProvider extends HttpAuthSchemeProvider<LookoutEquipmentHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultLookoutEquipmentHttpAuthSchemeProvider: LookoutEquipmentHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: LookoutEquipmentHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: LookoutEquipmentHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./LookoutEquipmentClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
LookoutEquipmentClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDatasetRequest,
|
|
4
|
-
CreateDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
8
|
-
export interface CreateDatasetCommandOutput
|
|
9
|
-
extends CreateDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDatasetCommandInput
|
|
8
|
+
input: CreateDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDatasetCommandInput,
|
|
16
11
|
CreateDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDatasetCommandInput
|
|
17
|
+
input: CreateDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDatasetCommandInput,
|
|
25
20
|
CreateDatasetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateInferenceSchedulerResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateInferenceSchedulerCommandInput
|
|
8
|
-
extends CreateInferenceSchedulerRequest {}
|
|
7
|
+
export interface CreateInferenceSchedulerCommandInput extends CreateInferenceSchedulerRequest {}
|
|
9
8
|
export interface CreateInferenceSchedulerCommandOutput
|
|
10
|
-
extends CreateInferenceSchedulerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateInferenceSchedulerResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateInferenceSchedulerCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateInferenceSchedulerCommandInput
|
|
12
|
+
input: CreateInferenceSchedulerCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateInferenceSchedulerCommandInput,
|
|
17
15
|
CreateInferenceSchedulerCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateInferenceSchedulerCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateInferenceSchedulerCommandInput
|
|
21
|
+
input: CreateInferenceSchedulerCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateInferenceSchedulerCommandInput,
|
|
26
24
|
CreateInferenceSchedulerCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateLabelRequest, CreateLabelResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateLabelCommandInput extends CreateLabelRequest {}
|
|
5
|
-
export interface CreateLabelCommandOutput
|
|
6
|
-
extends CreateLabelResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateLabelCommandOutput extends CreateLabelResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateLabelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateLabelCommandInput
|
|
8
|
+
input: CreateLabelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateLabelCommandInput,
|
|
13
11
|
CreateLabelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateLabelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateLabelCommandInput
|
|
17
|
+
input: CreateLabelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateLabelCommandInput,
|
|
22
20
|
CreateLabelCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateLabelGroupRequest,
|
|
4
|
-
CreateLabelGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateLabelGroupRequest, CreateLabelGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {}
|
|
8
|
-
export interface CreateLabelGroupCommandOutput
|
|
9
|
-
extends CreateLabelGroupResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateLabelGroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateLabelGroupCommandInput
|
|
8
|
+
input: CreateLabelGroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateLabelGroupCommandInput,
|
|
16
11
|
CreateLabelGroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateLabelGroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateLabelGroupCommandInput
|
|
17
|
+
input: CreateLabelGroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateLabelGroupCommandInput,
|
|
25
20
|
CreateLabelGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateModelCommandInput extends CreateModelRequest {}
|
|
5
|
-
export interface CreateModelCommandOutput
|
|
6
|
-
extends CreateModelResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateModelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateModelCommandInput
|
|
8
|
+
input: CreateModelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateModelCommandInput,
|
|
13
11
|
CreateModelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateModelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateModelCommandInput
|
|
17
|
+
input: CreateModelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateModelCommandInput,
|
|
22
20
|
CreateModelCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateRetrainingSchedulerResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateRetrainingSchedulerCommandInput
|
|
8
|
-
extends CreateRetrainingSchedulerRequest {}
|
|
7
|
+
export interface CreateRetrainingSchedulerCommandInput extends CreateRetrainingSchedulerRequest {}
|
|
9
8
|
export interface CreateRetrainingSchedulerCommandOutput
|
|
10
|
-
extends CreateRetrainingSchedulerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateRetrainingSchedulerResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateRetrainingSchedulerCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateRetrainingSchedulerCommandInput
|
|
12
|
+
input: CreateRetrainingSchedulerCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateRetrainingSchedulerCommandInput,
|
|
17
15
|
CreateRetrainingSchedulerCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateRetrainingSchedulerCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateRetrainingSchedulerCommandInput
|
|
21
|
+
input: CreateRetrainingSchedulerCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateRetrainingSchedulerCommandInput,
|
|
26
24
|
CreateRetrainingSchedulerCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
|
5
5
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteDatasetCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteDatasetCommandInput
|
|
8
|
+
input: DeleteDatasetCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteDatasetCommandInput,
|
|
11
11
|
DeleteDatasetCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteDatasetCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteDatasetCommandInput
|
|
17
|
+
input: DeleteDatasetCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDatasetCommandInput,
|
|
20
20
|
DeleteDatasetCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteInferenceSchedulerRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteInferenceSchedulerCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteInferenceSchedulerCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteInferenceSchedulerCommandInput extends DeleteInferenceSchedulerRequest {}
|
|
5
|
+
export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteInferenceSchedulerCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteInferenceSchedulerCommandInput
|
|
8
|
+
input: DeleteInferenceSchedulerCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteInferenceSchedulerCommandInput,
|
|
13
11
|
DeleteInferenceSchedulerCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteInferenceSchedulerCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteInferenceSchedulerCommandInput
|
|
17
|
+
input: DeleteInferenceSchedulerCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteInferenceSchedulerCommandInput,
|
|
22
20
|
DeleteInferenceSchedulerCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteLabelCommandInput extends DeleteLabelRequest {}
|
|
|
5
5
|
export interface DeleteLabelCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteLabelCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteLabelCommandInput
|
|
8
|
+
input: DeleteLabelCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteLabelCommandInput,
|
|
11
11
|
DeleteLabelCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteLabelCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteLabelCommandInput
|
|
17
|
+
input: DeleteLabelCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteLabelCommandInput,
|
|
20
20
|
DeleteLabelCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {}
|
|
|
5
5
|
export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteLabelGroupCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteLabelGroupCommandInput
|
|
8
|
+
input: DeleteLabelGroupCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteLabelGroupCommandInput,
|
|
11
11
|
DeleteLabelGroupCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteLabelGroupCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteLabelGroupCommandInput
|
|
17
|
+
input: DeleteLabelGroupCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteLabelGroupCommandInput,
|
|
20
20
|
DeleteLabelGroupCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteModelCommandInput extends DeleteModelRequest {}
|
|
|
5
5
|
export interface DeleteModelCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteModelCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteModelCommandInput
|
|
8
|
+
input: DeleteModelCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteModelCommandInput,
|
|
11
11
|
DeleteModelCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteModelCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteModelCommandInput
|
|
17
|
+
input: DeleteModelCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteModelCommandInput,
|
|
20
20
|
DeleteModelCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteResourcePolicyRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteResourcePolicyCommandInput
|
|
5
|
-
extends DeleteResourcePolicyRequest {}
|
|
4
|
+
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
|
|
6
5
|
export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteResourcePolicyCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteResourcePolicyCommandInput
|
|
8
|
+
input: DeleteResourcePolicyCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteResourcePolicyCommandInput,
|
|
12
11
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteResourcePolicyCommandInput
|
|
17
|
+
input: DeleteResourcePolicyCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteResourcePolicyCommandInput,
|
|
21
20
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteRetrainingSchedulerRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteRetrainingSchedulerCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteRetrainingSchedulerCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteRetrainingSchedulerCommandInput extends DeleteRetrainingSchedulerRequest {}
|
|
5
|
+
export interface DeleteRetrainingSchedulerCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteRetrainingSchedulerCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteRetrainingSchedulerCommandInput
|
|
8
|
+
input: DeleteRetrainingSchedulerCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteRetrainingSchedulerCommandInput,
|
|
13
11
|
DeleteRetrainingSchedulerCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteRetrainingSchedulerCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteRetrainingSchedulerCommandInput
|
|
17
|
+
input: DeleteRetrainingSchedulerCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteRetrainingSchedulerCommandInput,
|
|
22
20
|
DeleteRetrainingSchedulerCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDataIngestionJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDataIngestionJobCommandInput
|
|
8
|
-
extends DescribeDataIngestionJobRequest {}
|
|
7
|
+
export interface DescribeDataIngestionJobCommandInput extends DescribeDataIngestionJobRequest {}
|
|
9
8
|
export interface DescribeDataIngestionJobCommandOutput
|
|
10
|
-
extends DescribeDataIngestionJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDataIngestionJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDataIngestionJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDataIngestionJobCommandInput
|
|
12
|
+
input: DescribeDataIngestionJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDataIngestionJobCommandInput,
|
|
17
15
|
DescribeDataIngestionJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDataIngestionJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDataIngestionJobCommandInput
|
|
21
|
+
input: DescribeDataIngestionJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDataIngestionJobCommandInput,
|
|
26
24
|
DescribeDataIngestionJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDatasetRequest,
|
|
4
|
-
DescribeDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
8
|
-
export interface DescribeDatasetCommandOutput
|
|
9
|
-
extends DescribeDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeDatasetCommandInput
|
|
8
|
+
input: DescribeDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeDatasetCommandInput,
|
|
16
11
|
DescribeDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeDatasetCommandInput
|
|
17
|
+
input: DescribeDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeDatasetCommandInput,
|
|
25
20
|
DescribeDatasetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeInferenceSchedulerResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeInferenceSchedulerCommandInput
|
|
8
|
-
extends DescribeInferenceSchedulerRequest {}
|
|
7
|
+
export interface DescribeInferenceSchedulerCommandInput extends DescribeInferenceSchedulerRequest {}
|
|
9
8
|
export interface DescribeInferenceSchedulerCommandOutput
|
|
10
|
-
extends DescribeInferenceSchedulerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeInferenceSchedulerResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeInferenceSchedulerCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeInferenceSchedulerCommandInput
|
|
12
|
+
input: DescribeInferenceSchedulerCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeInferenceSchedulerCommandInput,
|
|
17
15
|
DescribeInferenceSchedulerCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeInferenceSchedulerCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeInferenceSchedulerCommandInput
|
|
21
|
+
input: DescribeInferenceSchedulerCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeInferenceSchedulerCommandInput,
|
|
26
24
|
DescribeInferenceSchedulerCommandOutput,
|