@aws-sdk/client-lookoutequipment 3.337.0 → 3.338.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/LookoutEquipmentClient.js +2 -1
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +2 -1
- package/dist-cjs/commands/CreateLabelCommand.js +2 -1
- package/dist-cjs/commands/CreateLabelGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateModelCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +2 -1
- package/dist-cjs/commands/DeleteLabelCommand.js +2 -1
- package/dist-cjs/commands/DeleteLabelGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteModelCommand.js +2 -1
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +2 -1
- package/dist-cjs/commands/DescribeLabelCommand.js +2 -1
- package/dist-cjs/commands/DescribeLabelGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelCommand.js +2 -1
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
- package/dist-cjs/commands/ListInferenceEventsCommand.js +2 -1
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js +2 -1
- package/dist-cjs/commands/ListLabelGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListLabelsCommand.js +2 -1
- package/dist-cjs/commands/ListModelsCommand.js +2 -1
- package/dist-cjs/commands/ListSensorStatisticsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/StartDataIngestionJobCommand.js +2 -1
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js +2 -1
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +2 -1
- package/dist-cjs/commands/UpdateLabelGroupCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/LookoutEquipmentServiceException.js +2 -1
- package/dist-es/LookoutEquipmentClient.js +1 -0
- package/dist-es/commands/CreateDatasetCommand.js +1 -0
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +1 -0
- package/dist-es/commands/CreateLabelCommand.js +1 -0
- package/dist-es/commands/CreateLabelGroupCommand.js +1 -0
- package/dist-es/commands/CreateModelCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetCommand.js +1 -0
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +1 -0
- package/dist-es/commands/DeleteLabelCommand.js +1 -0
- package/dist-es/commands/DeleteLabelGroupCommand.js +1 -0
- package/dist-es/commands/DeleteModelCommand.js +1 -0
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetCommand.js +1 -0
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +1 -0
- package/dist-es/commands/DescribeLabelCommand.js +1 -0
- package/dist-es/commands/DescribeLabelGroupCommand.js +1 -0
- package/dist-es/commands/DescribeModelCommand.js +1 -0
- package/dist-es/commands/ListDataIngestionJobsCommand.js +1 -0
- package/dist-es/commands/ListDatasetsCommand.js +1 -0
- package/dist-es/commands/ListInferenceEventsCommand.js +1 -0
- package/dist-es/commands/ListInferenceExecutionsCommand.js +1 -0
- package/dist-es/commands/ListInferenceSchedulersCommand.js +1 -0
- package/dist-es/commands/ListLabelGroupsCommand.js +1 -0
- package/dist-es/commands/ListLabelsCommand.js +1 -0
- package/dist-es/commands/ListModelsCommand.js +1 -0
- package/dist-es/commands/ListSensorStatisticsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/StartDataIngestionJobCommand.js +1 -0
- package/dist-es/commands/StartInferenceSchedulerCommand.js +1 -0
- package/dist-es/commands/StopInferenceSchedulerCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +1 -0
- package/dist-es/commands/UpdateLabelGroupCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/LookoutEquipmentServiceException.js +1 -0
- package/dist-types/LookoutEquipmentClient.d.ts +3 -3
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +4 -0
- package/dist-types/commands/CreateLabelCommand.d.ts +4 -0
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLabelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +4 -0
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +4 -0
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +4 -0
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListLabelsCommand.d.ts +4 -0
- package/dist-types/commands/ListModelsCommand.d.ts +4 -0
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +4 -0
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +4 -0
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +4 -0
- package/dist-types/index.d.ts +8 -2
- package/dist-types/models/LookoutEquipmentServiceException.d.ts +1 -0
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
5
5
|
import { UpdateLabelGroupRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify
|
|
3
|
+
* anomalies in machines from sensor data for use in predictive maintenance. </p>
|
|
4
|
+
*
|
|
5
|
+
* @packageDocumentation
|
|
6
|
+
*/
|
|
2
7
|
export * from "./LookoutEquipmentClient";
|
|
8
|
+
export * from "./LookoutEquipment";
|
|
3
9
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
10
|
export * from "./pagination";
|
|
11
|
+
export * from "./models";
|
|
6
12
|
export { LookoutEquipmentServiceException } from "./models/LookoutEquipmentServiceException";
|
|
@@ -183,6 +183,7 @@ import {
|
|
|
183
183
|
ClientResolvedEndpointParameters,
|
|
184
184
|
EndpointParameters,
|
|
185
185
|
} from "./endpoint/EndpointParameters";
|
|
186
|
+
export { __Client };
|
|
186
187
|
export type ServiceInputTypes =
|
|
187
188
|
| CreateDatasetCommandInput
|
|
188
189
|
| CreateInferenceSchedulerCommandInput
|
|
@@ -275,7 +276,7 @@ export interface ClientDefaults
|
|
|
275
276
|
logger?: __Logger;
|
|
276
277
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
277
278
|
}
|
|
278
|
-
type LookoutEquipmentClientConfigType = Partial<
|
|
279
|
+
export type LookoutEquipmentClientConfigType = Partial<
|
|
279
280
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
280
281
|
> &
|
|
281
282
|
ClientDefaults &
|
|
@@ -288,7 +289,7 @@ type LookoutEquipmentClientConfigType = Partial<
|
|
|
288
289
|
ClientInputEndpointParameters;
|
|
289
290
|
export interface LookoutEquipmentClientConfig
|
|
290
291
|
extends LookoutEquipmentClientConfigType {}
|
|
291
|
-
type LookoutEquipmentClientResolvedConfigType =
|
|
292
|
+
export type LookoutEquipmentClientResolvedConfigType =
|
|
292
293
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
293
294
|
Required<ClientDefaults> &
|
|
294
295
|
RegionResolvedConfig &
|
|
@@ -310,4 +311,3 @@ export declare class LookoutEquipmentClient extends __Client<
|
|
|
310
311
|
constructor(configuration: LookoutEquipmentClientConfig);
|
|
311
312
|
destroy(): void;
|
|
312
313
|
}
|
|
313
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDatasetRequest,
|
|
16
16
|
CreateDatasetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
19
20
|
export interface CreateDatasetCommandOutput
|
|
20
21
|
extends CreateDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateInferenceSchedulerRequest,
|
|
16
16
|
CreateInferenceSchedulerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateInferenceSchedulerCommandInput
|
|
19
20
|
extends CreateInferenceSchedulerRequest {}
|
|
20
21
|
export interface CreateInferenceSchedulerCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { CreateLabelRequest, CreateLabelResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateLabelCommandInput extends CreateLabelRequest {}
|
|
16
17
|
export interface CreateLabelCommandOutput
|
|
17
18
|
extends CreateLabelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateLabelGroupRequest,
|
|
16
16
|
CreateLabelGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {}
|
|
19
20
|
export interface CreateLabelGroupCommandOutput
|
|
20
21
|
extends CreateLabelGroupResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateModelCommandInput extends CreateModelRequest {}
|
|
16
17
|
export interface CreateModelCommandOutput
|
|
17
18
|
extends CreateModelResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { DeleteDatasetRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
16
17
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteDatasetCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { DeleteInferenceSchedulerRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteInferenceSchedulerCommandInput
|
|
16
17
|
extends DeleteInferenceSchedulerRequest {}
|
|
17
18
|
export interface DeleteInferenceSchedulerCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { DeleteLabelRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteLabelCommandInput extends DeleteLabelRequest {}
|
|
16
17
|
export interface DeleteLabelCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteLabelCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { DeleteLabelGroupRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {}
|
|
16
17
|
export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteLabelGroupCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { DeleteModelRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteModelCommandInput extends DeleteModelRequest {}
|
|
16
17
|
export interface DeleteModelCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteModelCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDataIngestionJobRequest,
|
|
16
16
|
DescribeDataIngestionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDataIngestionJobCommandInput
|
|
19
20
|
extends DescribeDataIngestionJobRequest {}
|
|
20
21
|
export interface DescribeDataIngestionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDatasetRequest,
|
|
16
16
|
DescribeDatasetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
19
20
|
export interface DescribeDatasetCommandOutput
|
|
20
21
|
extends DescribeDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeInferenceSchedulerRequest,
|
|
16
16
|
DescribeInferenceSchedulerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeInferenceSchedulerCommandInput
|
|
19
20
|
extends DescribeInferenceSchedulerRequest {}
|
|
20
21
|
export interface DescribeInferenceSchedulerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeLabelRequest,
|
|
16
16
|
DescribeLabelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLabelCommandInput extends DescribeLabelRequest {}
|
|
19
20
|
export interface DescribeLabelCommandOutput
|
|
20
21
|
extends DescribeLabelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeLabelGroupRequest,
|
|
16
16
|
DescribeLabelGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLabelGroupCommandInput
|
|
19
20
|
extends DescribeLabelGroupRequest {}
|
|
20
21
|
export interface DescribeLabelGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeModelRequest,
|
|
16
16
|
DescribeModelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeModelCommandInput extends DescribeModelRequest {}
|
|
19
20
|
export interface DescribeModelCommandOutput
|
|
20
21
|
extends DescribeModelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDataIngestionJobsRequest,
|
|
16
16
|
ListDataIngestionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDataIngestionJobsCommandInput
|
|
19
20
|
extends ListDataIngestionJobsRequest {}
|
|
20
21
|
export interface ListDataIngestionJobsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
16
17
|
export interface ListDatasetsCommandOutput
|
|
17
18
|
extends ListDatasetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListInferenceEventsRequest,
|
|
16
16
|
ListInferenceEventsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListInferenceEventsCommandInput
|
|
19
20
|
extends ListInferenceEventsRequest {}
|
|
20
21
|
export interface ListInferenceEventsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListInferenceExecutionsRequest,
|
|
16
16
|
ListInferenceExecutionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListInferenceExecutionsCommandInput
|
|
19
20
|
extends ListInferenceExecutionsRequest {}
|
|
20
21
|
export interface ListInferenceExecutionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListInferenceSchedulersRequest,
|
|
16
16
|
ListInferenceSchedulersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListInferenceSchedulersCommandInput
|
|
19
20
|
extends ListInferenceSchedulersRequest {}
|
|
20
21
|
export interface ListInferenceSchedulersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListLabelGroupsRequest,
|
|
16
16
|
ListLabelGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListLabelGroupsCommandInput extends ListLabelGroupsRequest {}
|
|
19
20
|
export interface ListLabelGroupsCommandOutput
|
|
20
21
|
extends ListLabelGroupsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { ListLabelsRequest, ListLabelsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListLabelsCommandInput extends ListLabelsRequest {}
|
|
16
17
|
export interface ListLabelsCommandOutput
|
|
17
18
|
extends ListLabelsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { ListModelsRequest, ListModelsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListModelsCommandInput extends ListModelsRequest {}
|
|
16
17
|
export interface ListModelsCommandOutput
|
|
17
18
|
extends ListModelsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListSensorStatisticsRequest,
|
|
16
16
|
ListSensorStatisticsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSensorStatisticsCommandInput
|
|
19
20
|
extends ListSensorStatisticsRequest {}
|
|
20
21
|
export interface ListSensorStatisticsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartDataIngestionJobRequest,
|
|
16
16
|
StartDataIngestionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartDataIngestionJobCommandInput
|
|
19
20
|
extends StartDataIngestionJobRequest {}
|
|
20
21
|
export interface StartDataIngestionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartInferenceSchedulerRequest,
|
|
16
16
|
StartInferenceSchedulerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartInferenceSchedulerCommandInput
|
|
19
20
|
extends StartInferenceSchedulerRequest {}
|
|
20
21
|
export interface StartInferenceSchedulerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StopInferenceSchedulerRequest,
|
|
16
16
|
StopInferenceSchedulerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StopInferenceSchedulerCommandInput
|
|
19
20
|
extends StopInferenceSchedulerRequest {}
|
|
20
21
|
export interface StopInferenceSchedulerCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { UpdateInferenceSchedulerRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateInferenceSchedulerCommandInput
|
|
16
17
|
extends UpdateInferenceSchedulerRequest {}
|
|
17
18
|
export interface UpdateInferenceSchedulerCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LookoutEquipmentClient";
|
|
14
14
|
import { UpdateLabelGroupRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateLabelGroupCommandInput extends UpdateLabelGroupRequest {}
|
|
16
17
|
export interface UpdateLabelGroupCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UpdateLabelGroupCommand extends $Command<
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./LookoutEquipment";
|
|
2
1
|
export * from "./LookoutEquipmentClient";
|
|
2
|
+
export * from "./LookoutEquipment";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { LookoutEquipmentServiceException } from "./models/LookoutEquipmentServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class LookoutEquipmentServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lookoutequipment",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|