@aws-sdk/client-lookoutequipment 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +57 -493
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/CreateLabelCommand.js +2 -14
- package/dist-es/commands/CreateLabelGroupCommand.js +2 -14
- package/dist-es/commands/CreateModelCommand.js +2 -14
- package/dist-es/commands/CreateRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/DeleteLabelCommand.js +2 -14
- package/dist-es/commands/DeleteLabelGroupCommand.js +2 -14
- package/dist-es/commands/DeleteModelCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/DescribeLabelCommand.js +2 -14
- package/dist-es/commands/DescribeLabelGroupCommand.js +2 -14
- package/dist-es/commands/DescribeModelCommand.js +2 -14
- package/dist-es/commands/DescribeModelVersionCommand.js +2 -14
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/ImportDatasetCommand.js +2 -14
- package/dist-es/commands/ImportModelVersionCommand.js +2 -14
- package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListInferenceEventsCommand.js +2 -14
- package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -14
- package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -14
- package/dist-es/commands/ListLabelGroupsCommand.js +2 -14
- package/dist-es/commands/ListLabelsCommand.js +2 -14
- package/dist-es/commands/ListModelVersionsCommand.js +2 -14
- package/dist-es/commands/ListModelsCommand.js +2 -14
- package/dist-es/commands/ListRetrainingSchedulersCommand.js +2 -14
- package/dist-es/commands/ListSensorStatisticsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/StartDataIngestionJobCommand.js +2 -14
- package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/StartRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/StopRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateActiveModelVersionCommand.js +2 -14
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/UpdateLabelGroupCommand.js +2 -14
- package/dist-es/commands/UpdateModelCommand.js +2 -14
- package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/CreateLabelCommand.d.ts +3 -8
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLabelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/ImportDatasetCommand.d.ts +3 -8
- package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +3 -8
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListLabelsCommand.d.ts +3 -8
- package/dist-types/commands/ListModelVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +3 -8
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListModelVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListModelVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "ListModelVersions", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "ListModelVersionsCommand")
|
|
14
|
-
.sc(ListModelVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListModelVersionsCommand extends command(_ep0, _mw0, "ListModelVersions", ListModelVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListModels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListModelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "ListModels", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "ListModelsCommand")
|
|
14
|
-
.sc(ListModels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListModelsCommand extends command(_ep0, _mw0, "ListModels", ListModels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRetrainingSchedulers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRetrainingSchedulersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "ListRetrainingSchedulers", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "ListRetrainingSchedulersCommand")
|
|
14
|
-
.sc(ListRetrainingSchedulers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRetrainingSchedulersCommand extends command(_ep0, _mw0, "ListRetrainingSchedulers", ListRetrainingSchedulers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListSensorStatistics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSensorStatisticsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "ListSensorStatistics", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "ListSensorStatisticsCommand")
|
|
14
|
-
.sc(ListSensorStatistics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSensorStatisticsCommand extends command(_ep0, _mw0, "ListSensorStatistics", ListSensorStatistics$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "ListTagsForResource", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "PutResourcePolicy", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "PutResourcePolicyCommand")
|
|
14
|
-
.sc(PutResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartDataIngestionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartDataIngestionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "StartDataIngestionJob", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "StartDataIngestionJobCommand")
|
|
14
|
-
.sc(StartDataIngestionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartDataIngestionJobCommand extends command(_ep0, _mw0, "StartDataIngestionJob", StartDataIngestionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartInferenceScheduler$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartInferenceSchedulerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "StartInferenceScheduler", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "StartInferenceSchedulerCommand")
|
|
14
|
-
.sc(StartInferenceScheduler$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartInferenceSchedulerCommand extends command(_ep0, _mw0, "StartInferenceScheduler", StartInferenceScheduler$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartRetrainingScheduler$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartRetrainingSchedulerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "StartRetrainingScheduler", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "StartRetrainingSchedulerCommand")
|
|
14
|
-
.sc(StartRetrainingScheduler$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartRetrainingSchedulerCommand extends command(_ep0, _mw0, "StartRetrainingScheduler", StartRetrainingScheduler$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopInferenceScheduler$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopInferenceSchedulerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "StopInferenceScheduler", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "StopInferenceSchedulerCommand")
|
|
14
|
-
.sc(StopInferenceScheduler$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopInferenceSchedulerCommand extends command(_ep0, _mw0, "StopInferenceScheduler", StopInferenceScheduler$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopRetrainingScheduler$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopRetrainingSchedulerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "StopRetrainingScheduler", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "StopRetrainingSchedulerCommand")
|
|
14
|
-
.sc(StopRetrainingScheduler$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopRetrainingSchedulerCommand extends command(_ep0, _mw0, "StopRetrainingScheduler", StopRetrainingScheduler$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "TagResource", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "UntagResource", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateActiveModelVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateActiveModelVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateActiveModelVersion", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "UpdateActiveModelVersionCommand")
|
|
14
|
-
.sc(UpdateActiveModelVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateActiveModelVersionCommand extends command(_ep0, _mw0, "UpdateActiveModelVersion", UpdateActiveModelVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateInferenceScheduler$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateInferenceSchedulerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateInferenceScheduler", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "UpdateInferenceSchedulerCommand")
|
|
14
|
-
.sc(UpdateInferenceScheduler$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateInferenceSchedulerCommand extends command(_ep0, _mw0, "UpdateInferenceScheduler", UpdateInferenceScheduler$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLabelGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLabelGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateLabelGroup", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "UpdateLabelGroupCommand")
|
|
14
|
-
.sc(UpdateLabelGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLabelGroupCommand extends command(_ep0, _mw0, "UpdateLabelGroup", UpdateLabelGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateModel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateModelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateModel", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "UpdateModelCommand")
|
|
14
|
-
.sc(UpdateModel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateModelCommand extends command(_ep0, _mw0, "UpdateModel", UpdateModel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateRetrainingScheduler$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateRetrainingSchedulerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateRetrainingScheduler", {})
|
|
13
|
-
.n("LookoutEquipmentClient", "UpdateRetrainingSchedulerCommand")
|
|
14
|
-
.sc(UpdateRetrainingScheduler$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateRetrainingSchedulerCommand extends command(_ep0, _mw0, "UpdateRetrainingScheduler", UpdateRetrainingScheduler$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./LookoutEquipmentClient";
|
|
2
2
|
export * from "./LookoutEquipment";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./LookoutEquipmentClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
2
|
import type { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {
|
|
|
22
19
|
export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDatasetCommand_base: {
|
|
25
|
-
new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a container for a collection of data being ingested for analysis. The dataset
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
2
|
import type { CreateInferenceSchedulerRequest, CreateInferenceSchedulerResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateInferenceSchedulerCommandInput extends CreateInferenceSch
|
|
|
22
19
|
export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSchedulerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateInferenceSchedulerCommand_base: {
|
|
25
|
-
new (input: CreateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a scheduled inference. Scheduling an inference is setting up a continuous
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
2
|
import type { CreateLabelRequest, CreateLabelResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLabelCommandInput extends CreateLabelRequest {
|
|
|
22
19
|
export interface CreateLabelCommandOutput extends CreateLabelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLabelCommand_base: {
|
|
25
|
-
new (input: CreateLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a label for an event. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
2
|
import type { CreateLabelGroupRequest, CreateLabelGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {
|
|
|
22
19
|
export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLabelGroupCommand_base: {
|
|
25
|
-
new (input: CreateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a group of labels. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
2
|
import type { CreateModelRequest, CreateModelResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateModelCommandInput extends CreateModelRequest {
|
|
|
22
19
|
export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateModelCommand_base: {
|
|
25
|
-
new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a machine learning model for data inference. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
2
|
import type { CreateRetrainingSchedulerRequest, CreateRetrainingSchedulerResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateRetrainingSchedulerCommandInput extends CreateRetrainingS
|
|
|
22
19
|
export interface CreateRetrainingSchedulerCommandOutput extends CreateRetrainingSchedulerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a retraining scheduler on the specified model. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
2
|
import type { DeleteDatasetRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
|
|
|
22
19
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDatasetCommand_base: {
|
|
25
|
-
new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes a dataset and associated artifacts. The operation will check to see if any
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
2
|
import type { DeleteInferenceSchedulerRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteInferenceSchedulerCommandInput extends DeleteInferenceSch
|
|
|
22
19
|
export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteInferenceSchedulerCommand_base: {
|
|
25
|
-
new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an inference scheduler that has been set up. Prior inference results will not be
|