@aws-sdk/client-lookoutequipment 3.1077.0 → 3.1079.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 { DeleteLabelRequest } 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 DeleteLabelCommandInput extends DeleteLabelRequest {
|
|
|
22
19
|
export interface DeleteLabelCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteLabelCommand_base: {
|
|
25
|
-
new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes a label. </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 { DeleteLabelGroupRequest } 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 DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {
|
|
|
22
19
|
export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteLabelGroupCommand_base: {
|
|
25
|
-
new (input: DeleteLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes 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 { DeleteModelRequest } 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 DeleteModelCommandInput extends DeleteModelRequest {
|
|
|
22
19
|
export interface DeleteModelCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteModelCommand_base: {
|
|
25
|
-
new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it
|
|
@@ -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 { DeleteResourcePolicyRequest } 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 DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
22
19
|
export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the resource policy attached to the 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 { DeleteRetrainingSchedulerRequest } 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 DeleteRetrainingSchedulerCommandInput extends DeleteRetrainingS
|
|
|
22
19
|
export interface DeleteRetrainingSchedulerCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a retraining scheduler from a model. The retraining scheduler must be in the
|
|
@@ -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 { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } 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 DescribeDataIngestionJobCommandInput extends DescribeDataIngest
|
|
|
22
19
|
export interface DescribeDataIngestionJobCommandOutput extends DescribeDataIngestionJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDataIngestionJobCommand_base: {
|
|
25
|
-
new (input: DescribeDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides information on a specific data ingestion job such as creation time, 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 { DescribeDatasetRequest, DescribeDatasetResponse } 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 DescribeDatasetCommandInput extends DescribeDatasetRequest {
|
|
|
22
19
|
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDatasetCommand_base: {
|
|
25
|
-
new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides a JSON description of the data in each time series dataset, including names,
|
|
@@ -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 { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } 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 DescribeInferenceSchedulerCommandInput extends DescribeInferenc
|
|
|
22
19
|
export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferenceSchedulerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeInferenceSchedulerCommand_base: {
|
|
25
|
-
new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Specifies information about the inference scheduler being used, including name, model,
|
|
@@ -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 { DescribeLabelRequest, DescribeLabelResponse } 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 DescribeLabelCommandInput extends DescribeLabelRequest {
|
|
|
22
19
|
export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLabelCommand_base: {
|
|
25
|
-
new (input: DescribeLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns the name of the label. </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 { DescribeLabelGroupRequest, DescribeLabelGroupResponse } 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 DescribeLabelGroupCommandInput extends DescribeLabelGroupReques
|
|
|
22
19
|
export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLabelGroupCommand_base: {
|
|
25
|
-
new (input: DescribeLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns information about 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 { DescribeModelRequest, DescribeModelResponse } 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 DescribeModelCommandInput extends DescribeModelRequest {
|
|
|
22
19
|
export interface DescribeModelCommandOutput extends DescribeModelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeModelCommand_base: {
|
|
25
|
-
new (input: DescribeModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides a JSON containing the overall information about a specific machine learning
|
|
@@ -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 { DescribeModelVersionRequest, DescribeModelVersionResponse } 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 DescribeModelVersionCommandInput extends DescribeModelVersionRe
|
|
|
22
19
|
export interface DescribeModelVersionCommandOutput extends DescribeModelVersionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeModelVersionCommand_base: {
|
|
25
|
-
new (input: DescribeModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a specific machine learning model version.</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 { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } 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 DescribeResourcePolicyCommandInput extends DescribeResourcePoli
|
|
|
22
19
|
export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides the details of a resource policy attached to a 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 { DescribeRetrainingSchedulerRequest, DescribeRetrainingSchedulerResponse } 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 DescribeRetrainingSchedulerCommandInput extends DescribeRetrain
|
|
|
22
19
|
export interface DescribeRetrainingSchedulerCommandOutput extends DescribeRetrainingSchedulerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides a description of the retraining scheduler, including information such as the
|
|
@@ -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 { ImportDatasetRequest, ImportDatasetResponse } 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 ImportDatasetCommandInput extends ImportDatasetRequest {
|
|
|
22
19
|
export interface ImportDatasetCommandOutput extends ImportDatasetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ImportDatasetCommand_base: {
|
|
25
|
-
new (input: ImportDatasetCommandInput): import("@smithy/core/client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ImportDatasetCommandInput): import("@smithy/core/client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ImportDatasetCommandInput): import("@smithy/core/client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ImportDatasetCommandInput): import("@smithy/core/client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Imports a dataset.</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 { ImportModelVersionRequest, ImportModelVersionResponse } 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 ImportModelVersionCommandInput extends ImportModelVersionReques
|
|
|
22
19
|
export interface ImportModelVersionCommandOutput extends ImportModelVersionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ImportModelVersionCommand_base: {
|
|
25
|
-
new (input: ImportModelVersionCommandInput): import("@smithy/core/client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ImportModelVersionCommandInput): import("@smithy/core/client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ImportModelVersionCommandInput): import("@smithy/core/client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ImportModelVersionCommandInput): import("@smithy/core/client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Imports a model that has been trained successfully.</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 { ListDataIngestionJobsRequest, ListDataIngestionJobsResponse } 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 ListDataIngestionJobsCommandInput extends ListDataIngestionJobs
|
|
|
22
19
|
export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataIngestionJobsCommand_base: {
|
|
25
|
-
new (input: ListDataIngestionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDataIngestionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataIngestionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDataIngestionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location
|
|
@@ -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 { ListDatasetsRequest, ListDatasetsResponse } 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 ListDatasetsCommandInput extends ListDatasetsRequest {
|
|
|
22
19
|
export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDatasetsCommand_base: {
|
|
25
|
-
new (input: ListDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all datasets currently available in your account, filtering on the dataset name.
|
|
@@ -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 { ListInferenceEventsRequest, ListInferenceEventsResponse } 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 ListInferenceEventsCommandInput extends ListInferenceEventsRequ
|
|
|
22
19
|
export interface ListInferenceEventsCommandOutput extends ListInferenceEventsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListInferenceEventsCommand_base: {
|
|
25
|
-
new (input: ListInferenceEventsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListInferenceEventsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListInferenceEventsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListInferenceEventsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists all inference events that have been found for the specified inference scheduler.
|
|
@@ -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 { ListInferenceExecutionsRequest, ListInferenceExecutionsResponse } 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 ListInferenceExecutionsCommandInput extends ListInferenceExecut
|
|
|
22
19
|
export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecutionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListInferenceExecutionsCommand_base: {
|
|
25
|
-
new (input: ListInferenceExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListInferenceExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListInferenceExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListInferenceExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists all inference executions that have been performed by the specified inference
|
|
@@ -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 { ListInferenceSchedulersRequest, ListInferenceSchedulersResponse } 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 ListInferenceSchedulersCommandInput extends ListInferenceSchedu
|
|
|
22
19
|
export interface ListInferenceSchedulersCommandOutput extends ListInferenceSchedulersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListInferenceSchedulersCommand_base: {
|
|
25
|
-
new (input: ListInferenceSchedulersCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListInferenceSchedulersCommandInput]): import("@smithy/core/client").CommandImpl<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListInferenceSchedulersCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListInferenceSchedulersCommandInput]): import("@smithy/core/client").CommandImpl<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of all inference schedulers currently available for your account.
|