@aws-sdk/client-lookoutequipment 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 +8 -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,38 @@
|
|
|
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
|
+
DescribeLabelGroupRequest,
|
|
15
|
+
DescribeLabelGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLabelGroupCommandInput
|
|
18
|
+
extends DescribeLabelGroupRequest {}
|
|
19
|
+
export interface DescribeLabelGroupCommandOutput
|
|
20
|
+
extends DescribeLabelGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeLabelGroupCommand extends $Command<
|
|
24
|
+
DescribeLabelGroupCommandInput,
|
|
25
|
+
DescribeLabelGroupCommandOutput,
|
|
26
|
+
LookoutEquipmentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeLabelGroupCommandInput;
|
|
29
|
+
constructor(input: DescribeLabelGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DescribeModelRequest,
|
|
15
|
+
DescribeModelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeModelCommandInput extends DescribeModelRequest {}
|
|
18
|
+
export interface DescribeModelCommandOutput
|
|
19
|
+
extends DescribeModelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeModelCommand extends $Command<
|
|
23
|
+
DescribeModelCommandInput,
|
|
24
|
+
DescribeModelCommandOutput,
|
|
25
|
+
LookoutEquipmentClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeModelCommandInput;
|
|
28
|
+
constructor(input: DescribeModelCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeModelCommandInput, DescribeModelCommandOutput>;
|
|
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
|
+
ListDataIngestionJobsRequest,
|
|
15
|
+
ListDataIngestionJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDataIngestionJobsCommandInput
|
|
18
|
+
extends ListDataIngestionJobsRequest {}
|
|
19
|
+
export interface ListDataIngestionJobsCommandOutput
|
|
20
|
+
extends ListDataIngestionJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDataIngestionJobsCommand extends $Command<
|
|
24
|
+
ListDataIngestionJobsCommandInput,
|
|
25
|
+
ListDataIngestionJobsCommandOutput,
|
|
26
|
+
LookoutEquipmentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDataIngestionJobsCommandInput;
|
|
29
|
+
constructor(input: ListDataIngestionJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDataIngestionJobsCommandInput,
|
|
37
|
+
ListDataIngestionJobsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
15
|
+
export interface ListDatasetsCommandOutput
|
|
16
|
+
extends ListDatasetsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListDatasetsCommand extends $Command<
|
|
20
|
+
ListDatasetsCommandInput,
|
|
21
|
+
ListDatasetsCommandOutput,
|
|
22
|
+
LookoutEquipmentClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListDatasetsCommandInput;
|
|
25
|
+
constructor(input: ListDatasetsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ListInferenceEventsRequest,
|
|
15
|
+
ListInferenceEventsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListInferenceEventsCommandInput
|
|
18
|
+
extends ListInferenceEventsRequest {}
|
|
19
|
+
export interface ListInferenceEventsCommandOutput
|
|
20
|
+
extends ListInferenceEventsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListInferenceEventsCommand extends $Command<
|
|
24
|
+
ListInferenceEventsCommandInput,
|
|
25
|
+
ListInferenceEventsCommandOutput,
|
|
26
|
+
LookoutEquipmentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListInferenceEventsCommandInput;
|
|
29
|
+
constructor(input: ListInferenceEventsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ListInferenceExecutionsRequest,
|
|
15
|
+
ListInferenceExecutionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListInferenceExecutionsCommandInput
|
|
18
|
+
extends ListInferenceExecutionsRequest {}
|
|
19
|
+
export interface ListInferenceExecutionsCommandOutput
|
|
20
|
+
extends ListInferenceExecutionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListInferenceExecutionsCommand extends $Command<
|
|
24
|
+
ListInferenceExecutionsCommandInput,
|
|
25
|
+
ListInferenceExecutionsCommandOutput,
|
|
26
|
+
LookoutEquipmentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListInferenceExecutionsCommandInput;
|
|
29
|
+
constructor(input: ListInferenceExecutionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListInferenceExecutionsCommandInput,
|
|
37
|
+
ListInferenceExecutionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListInferenceSchedulersRequest,
|
|
15
|
+
ListInferenceSchedulersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListInferenceSchedulersCommandInput
|
|
18
|
+
extends ListInferenceSchedulersRequest {}
|
|
19
|
+
export interface ListInferenceSchedulersCommandOutput
|
|
20
|
+
extends ListInferenceSchedulersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListInferenceSchedulersCommand extends $Command<
|
|
24
|
+
ListInferenceSchedulersCommandInput,
|
|
25
|
+
ListInferenceSchedulersCommandOutput,
|
|
26
|
+
LookoutEquipmentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListInferenceSchedulersCommandInput;
|
|
29
|
+
constructor(input: ListInferenceSchedulersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListInferenceSchedulersCommandInput,
|
|
37
|
+
ListInferenceSchedulersCommandOutput
|
|
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
|
+
ListLabelGroupsRequest,
|
|
15
|
+
ListLabelGroupsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListLabelGroupsCommandInput extends ListLabelGroupsRequest {}
|
|
18
|
+
export interface ListLabelGroupsCommandOutput
|
|
19
|
+
extends ListLabelGroupsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListLabelGroupsCommand extends $Command<
|
|
23
|
+
ListLabelGroupsCommandInput,
|
|
24
|
+
ListLabelGroupsCommandOutput,
|
|
25
|
+
LookoutEquipmentClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListLabelGroupsCommandInput;
|
|
28
|
+
constructor(input: ListLabelGroupsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput>;
|
|
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 { ListLabelsRequest, ListLabelsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListLabelsCommandInput extends ListLabelsRequest {}
|
|
15
|
+
export interface ListLabelsCommandOutput
|
|
16
|
+
extends ListLabelsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListLabelsCommand extends $Command<
|
|
20
|
+
ListLabelsCommandInput,
|
|
21
|
+
ListLabelsCommandOutput,
|
|
22
|
+
LookoutEquipmentClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListLabelsCommandInput;
|
|
25
|
+
constructor(input: ListLabelsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListLabelsCommandInput, ListLabelsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { ListModelsRequest, ListModelsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListModelsCommandInput extends ListModelsRequest {}
|
|
15
|
+
export interface ListModelsCommandOutput
|
|
16
|
+
extends ListModelsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListModelsCommand extends $Command<
|
|
20
|
+
ListModelsCommandInput,
|
|
21
|
+
ListModelsCommandOutput,
|
|
22
|
+
LookoutEquipmentClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListModelsCommandInput;
|
|
25
|
+
constructor(input: ListModelsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListModelsCommandInput, ListModelsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ListSensorStatisticsRequest,
|
|
15
|
+
ListSensorStatisticsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListSensorStatisticsCommandInput
|
|
18
|
+
extends ListSensorStatisticsRequest {}
|
|
19
|
+
export interface ListSensorStatisticsCommandOutput
|
|
20
|
+
extends ListSensorStatisticsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListSensorStatisticsCommand extends $Command<
|
|
24
|
+
ListSensorStatisticsCommandInput,
|
|
25
|
+
ListSensorStatisticsCommandOutput,
|
|
26
|
+
LookoutEquipmentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListSensorStatisticsCommandInput;
|
|
29
|
+
constructor(input: ListSensorStatisticsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListSensorStatisticsCommandInput,
|
|
37
|
+
ListSensorStatisticsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|