@aws-sdk/client-lookoutequipment 3.296.0 → 3.298.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/commands/CreateDatasetCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/CreateLabelCommand.js +2 -3
- package/dist-cjs/commands/CreateLabelGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -3
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/DeleteLabelCommand.js +2 -3
- package/dist-cjs/commands/DeleteLabelGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCommand.js +2 -3
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceEventsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js +2 -3
- package/dist-cjs/commands/ListLabelGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelsCommand.js +2 -3
- package/dist-cjs/commands/ListModelsCommand.js +2 -3
- package/dist-cjs/commands/ListSensorStatisticsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartDataIngestionJobCommand.js +2 -3
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/UpdateLabelGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -383
- package/dist-es/commands/CreateDatasetCommand.js +2 -3
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/CreateLabelCommand.js +2 -3
- package/dist-es/commands/CreateLabelGroupCommand.js +2 -3
- package/dist-es/commands/CreateModelCommand.js +2 -3
- package/dist-es/commands/DeleteDatasetCommand.js +2 -3
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/DeleteLabelCommand.js +2 -3
- package/dist-es/commands/DeleteLabelGroupCommand.js +2 -3
- package/dist-es/commands/DeleteModelCommand.js +2 -3
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -3
- package/dist-es/commands/DescribeDatasetCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/DescribeLabelCommand.js +2 -3
- package/dist-es/commands/DescribeLabelGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelCommand.js +2 -3
- package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -3
- package/dist-es/commands/ListDatasetsCommand.js +2 -3
- package/dist-es/commands/ListInferenceEventsCommand.js +2 -3
- package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -3
- package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -3
- package/dist-es/commands/ListLabelGroupsCommand.js +2 -3
- package/dist-es/commands/ListLabelsCommand.js +2 -3
- package/dist-es/commands/ListModelsCommand.js +2 -3
- package/dist-es/commands/ListSensorStatisticsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartDataIngestionJobCommand.js +2 -3
- package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/UpdateLabelGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -285
- package/dist-types/LookoutEquipment.d.ts +34 -0
- package/dist-types/LookoutEquipmentClient.d.ts +24 -4
- package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +16 -0
- package/dist-types/commands/CreateLabelCommand.d.ts +16 -0
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLabelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +16 -0
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListLabelsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelsCommand.d.ts +16 -0
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +16 -0
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +16 -0
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +16 -0
- package/dist-types/models/LookoutEquipmentServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +254 -381
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDataIngestionJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceSchedulersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLabelGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLabelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSensorStatisticsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -275
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { DescribeLabelGroupRequest, DescribeLabelGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLabelGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLabelGroupCommandInput extends DescribeLabelGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLabelGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Returns information about the label group.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupRespo
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeLabelGroupCommandInput - {@link DescribeLabelGroupCommandInput}
|
|
36
|
+
* @returns {@link DescribeLabelGroupCommandOutput}
|
|
30
37
|
* @see {@link DescribeLabelGroupCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeLabelGroupCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupRespo
|
|
|
55
62
|
export declare class DescribeLabelGroupCommand extends $Command<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeLabelGroupCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DescribeLabelGroupCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { DescribeModelRequest, DescribeModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeModelCommandInput extends DescribeModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeModelCommandOutput extends DescribeModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides a JSON containing the overall information about a specific ML model, including
|
|
18
23
|
* model name and ARN, dataset, training and evaluation information, status, and so on.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeModelCommandInput - {@link DescribeModelCommandInput}
|
|
36
|
+
* @returns {@link DescribeModelCommandOutput}
|
|
30
37
|
* @see {@link DescribeModelCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeModelCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met
|
|
|
55
62
|
export declare class DescribeModelCommand extends $Command<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeModelCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DescribeModelCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelCommandInput, DescribeModelCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListDataIngestionJobsRequest, ListDataIngestionJobsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDataIngestionJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDataIngestionJobsCommandInput extends ListDataIngestionJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDataIngestionJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location
|
|
18
23
|
* of the input data, status, and so on. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJob
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListDataIngestionJobsCommandInput - {@link ListDataIngestionJobsCommandInput}
|
|
35
|
+
* @returns {@link ListDataIngestionJobsCommandOutput}
|
|
29
36
|
* @see {@link ListDataIngestionJobsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListDataIngestionJobsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJob
|
|
|
50
57
|
export declare class ListDataIngestionJobsCommand extends $Command<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
51
58
|
readonly input: ListDataIngestionJobsCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListDataIngestionJobsCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDatasetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDatasetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all datasets currently available in your account, filtering on the dataset name.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListDatasetsCommandInput - {@link ListDatasetsCommandInput}
|
|
35
|
+
* @returns {@link ListDatasetsCommandOutput}
|
|
29
36
|
* @see {@link ListDatasetsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListDatasetsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
50
57
|
export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
51
58
|
readonly input: ListDatasetsCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListDatasetsCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListInferenceEventsRequest, ListInferenceEventsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListInferenceEventsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListInferenceEventsCommandInput extends ListInferenceEventsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListInferenceEventsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListInferenceEventsCommandOutput extends ListInferenceEventsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Lists all inference events that have been found for the specified inference scheduler.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListInferenceEventsCommandOutput extends ListInferenceEventsRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListInferenceEventsCommandInput - {@link ListInferenceEventsCommandInput}
|
|
35
|
+
* @returns {@link ListInferenceEventsCommandOutput}
|
|
29
36
|
* @see {@link ListInferenceEventsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListInferenceEventsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface ListInferenceEventsCommandOutput extends ListInferenceEventsRes
|
|
|
54
61
|
export declare class ListInferenceEventsCommand extends $Command<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
55
62
|
readonly input: ListInferenceEventsCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListInferenceEventsCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListInferenceExecutionsRequest, ListInferenceExecutionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListInferenceExecutionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListInferenceExecutionsCommandInput extends ListInferenceExecutionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListInferenceExecutionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecutionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Lists all inference executions that have been performed by the specified inference
|
|
18
23
|
* scheduler. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecu
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListInferenceExecutionsCommandInput - {@link ListInferenceExecutionsCommandInput}
|
|
35
|
+
* @returns {@link ListInferenceExecutionsCommandOutput}
|
|
29
36
|
* @see {@link ListInferenceExecutionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListInferenceExecutionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecu
|
|
|
54
61
|
export declare class ListInferenceExecutionsCommand extends $Command<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
55
62
|
readonly input: ListInferenceExecutionsCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListInferenceExecutionsCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListInferenceSchedulersRequest, ListInferenceSchedulersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListInferenceSchedulersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListInferenceSchedulersCommandInput extends ListInferenceSchedulersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListInferenceSchedulersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListInferenceSchedulersCommandOutput extends ListInferenceSchedulersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of all inference schedulers currently available for your account.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListInferenceSchedulersCommandOutput extends ListInferenceSched
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListInferenceSchedulersCommandInput - {@link ListInferenceSchedulersCommandInput}
|
|
35
|
+
* @returns {@link ListInferenceSchedulersCommandOutput}
|
|
29
36
|
* @see {@link ListInferenceSchedulersCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListInferenceSchedulersCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListInferenceSchedulersCommandOutput extends ListInferenceSched
|
|
|
50
57
|
export declare class ListInferenceSchedulersCommand extends $Command<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
51
58
|
readonly input: ListInferenceSchedulersCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListInferenceSchedulersCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListLabelGroupsRequest, ListLabelGroupsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListLabelGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListLabelGroupsCommandInput extends ListLabelGroupsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListLabelGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListLabelGroupsCommandOutput extends ListLabelGroupsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Returns a list of the label groups.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ListLabelGroupsCommandOutput extends ListLabelGroupsResponse, _
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListLabelGroupsCommandInput - {@link ListLabelGroupsCommandInput}
|
|
36
|
+
* @returns {@link ListLabelGroupsCommandOutput}
|
|
30
37
|
* @see {@link ListLabelGroupsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListLabelGroupsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface ListLabelGroupsCommandOutput extends ListLabelGroupsResponse, _
|
|
|
51
58
|
export declare class ListLabelGroupsCommand extends $Command<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
52
59
|
readonly input: ListLabelGroupsCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: ListLabelGroupsCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListLabelsRequest, ListLabelsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListLabelsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListLabelsCommandInput extends ListLabelsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListLabelsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListLabelsCommandOutput extends ListLabelsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Provides a list of labels.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ListLabelsCommandOutput extends ListLabelsResponse, __MetadataB
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListLabelsCommandInput - {@link ListLabelsCommandInput}
|
|
36
|
+
* @returns {@link ListLabelsCommandOutput}
|
|
30
37
|
* @see {@link ListLabelsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListLabelsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface ListLabelsCommandOutput extends ListLabelsResponse, __MetadataB
|
|
|
51
58
|
export declare class ListLabelsCommand extends $Command<ListLabelsCommandInput, ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
52
59
|
readonly input: ListLabelsCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: ListLabelsCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLabelsCommandInput, ListLabelsCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListModelsRequest, ListModelsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListModelsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListModelsCommandInput extends ListModelsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListModelsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Generates a list of all models in the account, including model name and ARN, dataset,
|
|
18
23
|
* and status. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataB
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListModelsCommandInput - {@link ListModelsCommandInput}
|
|
35
|
+
* @returns {@link ListModelsCommandOutput}
|
|
29
36
|
* @see {@link ListModelsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListModelsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataB
|
|
|
50
57
|
export declare class ListModelsCommand extends $Command<ListModelsCommandInput, ListModelsCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
51
58
|
readonly input: ListModelsCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListModelsCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListModelsCommandInput, ListModelsCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListSensorStatisticsRequest, ListSensorStatisticsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSensorStatisticsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSensorStatisticsCommandInput extends ListSensorStatisticsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSensorStatisticsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSensorStatisticsCommandOutput extends ListSensorStatisticsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Lists statistics about the data collected for each of the sensors that have been
|
|
18
23
|
* successfully ingested in the particular dataset. Can also be used to retreive Sensor
|
|
19
24
|
* Statistics for a previous ingestion job. </p>
|
|
@@ -27,6 +32,8 @@ export interface ListSensorStatisticsCommandOutput extends ListSensorStatisticsR
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListSensorStatisticsCommandInput - {@link ListSensorStatisticsCommandInput}
|
|
36
|
+
* @returns {@link ListSensorStatisticsCommandOutput}
|
|
30
37
|
* @see {@link ListSensorStatisticsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListSensorStatisticsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListSensorStatisticsCommandOutput extends ListSensorStatisticsR
|
|
|
55
62
|
export declare class ListSensorStatisticsCommand extends $Command<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
56
63
|
readonly input: ListSensorStatisticsCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListSensorStatisticsCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all the tags for a specified resource, including key and value. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
53
60
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
54
61
|
readonly input: ListTagsForResourceCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ListTagsForResourceCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { StartDataIngestionJobRequest, StartDataIngestionJobResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartDataIngestionJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartDataIngestionJobCommandInput extends StartDataIngestionJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartDataIngestionJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartDataIngestionJobCommandOutput extends StartDataIngestionJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface StartDataIngestionJobCommandOutput extends StartDataIngestionJo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param StartDataIngestionJobCommandInput - {@link StartDataIngestionJobCommandInput}
|
|
35
|
+
* @returns {@link StartDataIngestionJobCommandOutput}
|
|
29
36
|
* @see {@link StartDataIngestionJobCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link StartDataIngestionJobCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface StartDataIngestionJobCommandOutput extends StartDataIngestionJo
|
|
|
61
68
|
export declare class StartDataIngestionJobCommand extends $Command<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
62
69
|
readonly input: StartDataIngestionJobCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: StartDataIngestionJobCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|