@aws-sdk/client-lookoutequipment 3.168.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 +16 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +598 -170
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +328 -106
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +33 -33
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2372 -136
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLabelGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +401 -101
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateLabelGroupRequest,
|
|
15
|
+
CreateLabelGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {}
|
|
18
|
+
export interface CreateLabelGroupCommandOutput
|
|
19
|
+
extends CreateLabelGroupResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateLabelGroupCommand extends $Command<
|
|
23
|
+
CreateLabelGroupCommandInput,
|
|
24
|
+
CreateLabelGroupCommandOutput,
|
|
25
|
+
LookoutEquipmentClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLabelGroupCommandInput;
|
|
28
|
+
constructor(input: CreateLabelGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateModelCommandInput extends CreateModelRequest {}
|
|
15
|
+
export interface CreateModelCommandOutput
|
|
16
|
+
extends CreateModelResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateModelCommand extends $Command<
|
|
20
|
+
CreateModelCommandInput,
|
|
21
|
+
CreateModelCommandOutput,
|
|
22
|
+
LookoutEquipmentClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateModelCommandInput;
|
|
25
|
+
constructor(input: CreateModelCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { DeleteDatasetRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
15
|
+
export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteDatasetCommand extends $Command<
|
|
18
|
+
DeleteDatasetCommandInput,
|
|
19
|
+
DeleteDatasetCommandOutput,
|
|
20
|
+
LookoutEquipmentClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteDatasetCommandInput;
|
|
23
|
+
constructor(input: DeleteDatasetCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { DeleteInferenceSchedulerRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteInferenceSchedulerCommandInput
|
|
15
|
+
extends DeleteInferenceSchedulerRequest {}
|
|
16
|
+
export interface DeleteInferenceSchedulerCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteInferenceSchedulerCommand extends $Command<
|
|
20
|
+
DeleteInferenceSchedulerCommandInput,
|
|
21
|
+
DeleteInferenceSchedulerCommandOutput,
|
|
22
|
+
LookoutEquipmentClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteInferenceSchedulerCommandInput;
|
|
25
|
+
constructor(input: DeleteInferenceSchedulerCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteInferenceSchedulerCommandInput,
|
|
33
|
+
DeleteInferenceSchedulerCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { DeleteLabelRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteLabelCommandInput extends DeleteLabelRequest {}
|
|
15
|
+
export interface DeleteLabelCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteLabelCommand extends $Command<
|
|
18
|
+
DeleteLabelCommandInput,
|
|
19
|
+
DeleteLabelCommandOutput,
|
|
20
|
+
LookoutEquipmentClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteLabelCommandInput;
|
|
23
|
+
constructor(input: DeleteLabelCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteLabelCommandInput, DeleteLabelCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { DeleteLabelGroupRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {}
|
|
15
|
+
export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteLabelGroupCommand extends $Command<
|
|
18
|
+
DeleteLabelGroupCommandInput,
|
|
19
|
+
DeleteLabelGroupCommandOutput,
|
|
20
|
+
LookoutEquipmentClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteLabelGroupCommandInput;
|
|
23
|
+
constructor(input: DeleteLabelGroupCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { DeleteModelRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteModelCommandInput extends DeleteModelRequest {}
|
|
15
|
+
export interface DeleteModelCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteModelCommand extends $Command<
|
|
18
|
+
DeleteModelCommandInput,
|
|
19
|
+
DeleteModelCommandOutput,
|
|
20
|
+
LookoutEquipmentClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteModelCommandInput;
|
|
23
|
+
constructor(input: DeleteModelCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDataIngestionJobRequest,
|
|
15
|
+
DescribeDataIngestionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDataIngestionJobCommandInput
|
|
18
|
+
extends DescribeDataIngestionJobRequest {}
|
|
19
|
+
export interface DescribeDataIngestionJobCommandOutput
|
|
20
|
+
extends DescribeDataIngestionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDataIngestionJobCommand extends $Command<
|
|
24
|
+
DescribeDataIngestionJobCommandInput,
|
|
25
|
+
DescribeDataIngestionJobCommandOutput,
|
|
26
|
+
LookoutEquipmentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDataIngestionJobCommandInput;
|
|
29
|
+
constructor(input: DescribeDataIngestionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDataIngestionJobCommandInput,
|
|
37
|
+
DescribeDataIngestionJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDatasetRequest,
|
|
15
|
+
DescribeDatasetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
18
|
+
export interface DescribeDatasetCommandOutput
|
|
19
|
+
extends DescribeDatasetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeDatasetCommand extends $Command<
|
|
23
|
+
DescribeDatasetCommandInput,
|
|
24
|
+
DescribeDatasetCommandOutput,
|
|
25
|
+
LookoutEquipmentClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDatasetCommandInput;
|
|
28
|
+
constructor(input: DescribeDatasetCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeInferenceSchedulerRequest,
|
|
15
|
+
DescribeInferenceSchedulerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInferenceSchedulerCommandInput
|
|
18
|
+
extends DescribeInferenceSchedulerRequest {}
|
|
19
|
+
export interface DescribeInferenceSchedulerCommandOutput
|
|
20
|
+
extends DescribeInferenceSchedulerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeInferenceSchedulerCommand extends $Command<
|
|
24
|
+
DescribeInferenceSchedulerCommandInput,
|
|
25
|
+
DescribeInferenceSchedulerCommandOutput,
|
|
26
|
+
LookoutEquipmentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeInferenceSchedulerCommandInput;
|
|
29
|
+
constructor(input: DescribeInferenceSchedulerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeInferenceSchedulerCommandInput,
|
|
37
|
+
DescribeInferenceSchedulerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeLabelRequest,
|
|
15
|
+
DescribeLabelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLabelCommandInput extends DescribeLabelRequest {}
|
|
18
|
+
export interface DescribeLabelCommandOutput
|
|
19
|
+
extends DescribeLabelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeLabelCommand extends $Command<
|
|
23
|
+
DescribeLabelCommandInput,
|
|
24
|
+
DescribeLabelCommandOutput,
|
|
25
|
+
LookoutEquipmentClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeLabelCommandInput;
|
|
28
|
+
constructor(input: DescribeLabelCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeLabelCommandInput, DescribeLabelCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|