@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,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 { ListLabelGroupsRequest, ListLabelGroupsResponse } 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 ListLabelGroupsCommandInput extends ListLabelGroupsRequest {
|
|
|
22
19
|
export interface ListLabelGroupsCommandOutput extends ListLabelGroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLabelGroupsCommand_base: {
|
|
25
|
-
new (input: ListLabelGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListLabelGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLabelGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListLabelGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns a list of the label groups. </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 { ListLabelsRequest, ListLabelsResponse } 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 ListLabelsCommandInput extends ListLabelsRequest {
|
|
|
22
19
|
export interface ListLabelsCommandOutput extends ListLabelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLabelsCommand_base: {
|
|
25
|
-
new (input: ListLabelsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListLabelsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLabelsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListLabelsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Provides a list 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 { ListModelVersionsRequest, ListModelVersionsResponse } 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 ListModelVersionsCommandInput extends ListModelVersionsRequest
|
|
|
22
19
|
export interface ListModelVersionsCommandOutput extends ListModelVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListModelVersionsCommand_base: {
|
|
25
|
-
new (input: ListModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListModelVersionsCommandInput, ListModelVersionsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListModelVersionsCommandInput, ListModelVersionsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListModelVersionsCommandInput, ListModelVersionsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListModelVersionsCommandInput, ListModelVersionsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Generates a list of all model versions for a given model, including the model version,
|
|
@@ -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 { ListModelsRequest, ListModelsResponse } 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 ListModelsCommandInput extends ListModelsRequest {
|
|
|
22
19
|
export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListModelsCommand_base: {
|
|
25
|
-
new (input: ListModelsCommandInput): import("@smithy/core/client").CommandImpl<ListModelsCommandInput, ListModelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListModelsCommandInput]): import("@smithy/core/client").CommandImpl<ListModelsCommandInput, ListModelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListModelsCommandInput): import("@smithy/core/client").CommandImpl<ListModelsCommandInput, ListModelsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListModelsCommandInput]): import("@smithy/core/client").CommandImpl<ListModelsCommandInput, ListModelsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Generates a list of all models in the account, including model name and ARN, 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 { ListRetrainingSchedulersRequest, ListRetrainingSchedulersResponse } 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 ListRetrainingSchedulersCommandInput extends ListRetrainingSche
|
|
|
22
19
|
export interface ListRetrainingSchedulersCommandOutput extends ListRetrainingSchedulersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRetrainingSchedulersCommand_base: {
|
|
25
|
-
new (input: ListRetrainingSchedulersCommandInput): import("@smithy/core/client").CommandImpl<ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRetrainingSchedulersCommandInput]): import("@smithy/core/client").CommandImpl<ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRetrainingSchedulersCommandInput): import("@smithy/core/client").CommandImpl<ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRetrainingSchedulersCommandInput]): import("@smithy/core/client").CommandImpl<ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all retraining schedulers in your account, filtering by model name prefix and
|
|
@@ -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 { ListSensorStatisticsRequest, ListSensorStatisticsResponse } 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 ListSensorStatisticsCommandInput extends ListSensorStatisticsRe
|
|
|
22
19
|
export interface ListSensorStatisticsCommandOutput extends ListSensorStatisticsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSensorStatisticsCommand_base: {
|
|
25
|
-
new (input: ListSensorStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSensorStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSensorStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSensorStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists statistics about the data collected for each of the sensors that have been
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the tags for a specified resource, including key and value. </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 { PutResourcePolicyRequest, PutResourcePolicyResponse } 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 PutResourcePolicyCommandInput extends PutResourcePolicyRequest
|
|
|
22
19
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutResourcePolicyCommand_base: {
|
|
25
|
-
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a resource control policy for a given resource.</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 { StartDataIngestionJobRequest, StartDataIngestionJobResponse } 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 StartDataIngestionJobCommandInput extends StartDataIngestionJob
|
|
|
22
19
|
export interface StartDataIngestionJobCommandOutput extends StartDataIngestionJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartDataIngestionJobCommand_base: {
|
|
25
|
-
new (input: StartDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. </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 { StartInferenceSchedulerRequest, StartInferenceSchedulerResponse } 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 StartInferenceSchedulerCommandInput extends StartInferenceSched
|
|
|
22
19
|
export interface StartInferenceSchedulerCommandOutput extends StartInferenceSchedulerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartInferenceSchedulerCommand_base: {
|
|
25
|
-
new (input: StartInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts an inference scheduler. </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 { StartRetrainingSchedulerRequest, StartRetrainingSchedulerResponse } 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 StartRetrainingSchedulerCommandInput extends StartRetrainingSch
|
|
|
22
19
|
export interface StartRetrainingSchedulerCommandOutput extends StartRetrainingSchedulerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: StartRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a retraining scheduler. </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 { StopInferenceSchedulerRequest, StopInferenceSchedulerResponse } 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 StopInferenceSchedulerCommandInput extends StopInferenceSchedul
|
|
|
22
19
|
export interface StopInferenceSchedulerCommandOutput extends StopInferenceSchedulerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopInferenceSchedulerCommand_base: {
|
|
25
|
-
new (input: StopInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops an inference scheduler. </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 { StopRetrainingSchedulerRequest, StopRetrainingSchedulerResponse } 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 StopRetrainingSchedulerCommandInput extends StopRetrainingSched
|
|
|
22
19
|
export interface StopRetrainingSchedulerCommandOutput extends StopRetrainingSchedulerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: StopRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops a retraining scheduler. </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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates a given tag to a resource in your account. A tag is a key-value pair which
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes a specific tag from a given resource. The tag is specified by its key. </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 { UpdateActiveModelVersionRequest, UpdateActiveModelVersionResponse } 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 UpdateActiveModelVersionCommandInput extends UpdateActiveModelV
|
|
|
22
19
|
export interface UpdateActiveModelVersionCommandOutput extends UpdateActiveModelVersionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateActiveModelVersionCommand_base: {
|
|
25
|
-
new (input: UpdateActiveModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateActiveModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateActiveModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateActiveModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets the active model version for a given machine learning 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 { UpdateInferenceSchedulerRequest } 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 UpdateInferenceSchedulerCommandInput extends UpdateInferenceSch
|
|
|
22
19
|
export interface UpdateInferenceSchedulerCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateInferenceSchedulerCommand_base: {
|
|
25
|
-
new (input: UpdateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an inference scheduler. </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 { UpdateLabelGroupRequest } 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 UpdateLabelGroupCommandInput extends UpdateLabelGroupRequest {
|
|
|
22
19
|
export interface UpdateLabelGroupCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateLabelGroupCommand_base: {
|
|
25
|
-
new (input: UpdateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates the label group. </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 { UpdateModelRequest } 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 UpdateModelCommandInput extends UpdateModelRequest {
|
|
|
22
19
|
export interface UpdateModelCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateModelCommand_base: {
|
|
25
|
-
new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a model in the account.</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 { UpdateRetrainingSchedulerRequest } 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 UpdateRetrainingSchedulerCommandInput extends UpdateRetrainingS
|
|
|
22
19
|
export interface UpdateRetrainingSchedulerCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: UpdateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a retraining scheduler. </p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
10
10
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
11
|
export type { LookoutEquipmentExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
13
14
|
export * from "./schemas/schemas_0";
|
|
14
15
|
export * from "./pagination";
|
|
15
16
|
export * from "./models/enums";
|