@aws-sdk/client-lookoutequipment 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +114 -115
- package/dist-cjs/models/LookoutEquipmentServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/LookoutEquipment.js +1 -1
- package/dist-es/LookoutEquipmentClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateDatasetCommand.js +2 -2
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -2
- package/dist-es/commands/CreateLabelCommand.js +2 -2
- package/dist-es/commands/CreateLabelGroupCommand.js +2 -2
- package/dist-es/commands/CreateModelCommand.js +2 -2
- package/dist-es/commands/CreateRetrainingSchedulerCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -2
- package/dist-es/commands/DeleteLabelCommand.js +2 -2
- package/dist-es/commands/DeleteLabelGroupCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +2 -2
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -2
- package/dist-es/commands/DescribeLabelCommand.js +2 -2
- package/dist-es/commands/DescribeLabelGroupCommand.js +2 -2
- package/dist-es/commands/DescribeModelCommand.js +2 -2
- package/dist-es/commands/DescribeModelVersionCommand.js +2 -2
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +2 -2
- package/dist-es/commands/ImportDatasetCommand.js +2 -2
- package/dist-es/commands/ImportModelVersionCommand.js +2 -2
- package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -2
- package/dist-es/commands/ListDatasetsCommand.js +2 -2
- package/dist-es/commands/ListInferenceEventsCommand.js +2 -2
- package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -2
- package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -2
- package/dist-es/commands/ListLabelGroupsCommand.js +2 -2
- package/dist-es/commands/ListLabelsCommand.js +2 -2
- package/dist-es/commands/ListModelVersionsCommand.js +2 -2
- package/dist-es/commands/ListModelsCommand.js +2 -2
- package/dist-es/commands/ListRetrainingSchedulersCommand.js +2 -2
- package/dist-es/commands/ListSensorStatisticsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/StartDataIngestionJobCommand.js +2 -2
- package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -2
- package/dist-es/commands/StartRetrainingSchedulerCommand.js +2 -2
- package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -2
- package/dist-es/commands/StopRetrainingSchedulerCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateActiveModelVersionCommand.js +2 -2
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -2
- package/dist-es/commands/UpdateLabelGroupCommand.js +2 -2
- package/dist-es/commands/UpdateModelCommand.js +2 -2
- package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/LookoutEquipmentServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/LookoutEquipmentClient.d.ts +5 -5
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -4
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/CreateLabelCommand.d.ts +6 -4
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLabelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLabelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribeModelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeModelVersionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/ImportDatasetCommand.d.ts +6 -4
- package/dist-types/commands/ImportModelVersionCommand.d.ts +6 -4
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -4
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +6 -4
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListLabelsCommand.d.ts +6 -4
- package/dist-types/commands/ListModelVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +6 -4
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +6 -4
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateModelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/LookoutEquipmentServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { DescribeModelRequest, DescribeModelResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeModelCommandInput extends DescribeModelRequest {
|
|
|
22
22
|
export interface DescribeModelCommandOutput extends DescribeModelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeModelCommand_base: {
|
|
25
|
-
new (input: DescribeModelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeModelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a JSON containing the overall information about a specific machine learning
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { DescribeModelVersionRequest, DescribeModelVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeModelVersionCommandInput extends DescribeModelVersionRe
|
|
|
22
22
|
export interface DescribeModelVersionCommandOutput extends DescribeModelVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeModelVersionCommand_base: {
|
|
25
|
-
new (input: DescribeModelVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeModelVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a specific machine learning model version.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeResourcePolicyCommandInput extends DescribeResourcePoli
|
|
|
22
22
|
export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DescribeResourcePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeResourcePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides the details of a resource policy attached to a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { DescribeRetrainingSchedulerRequest, DescribeRetrainingSchedulerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeRetrainingSchedulerCommandInput extends DescribeRetrain
|
|
|
22
22
|
export interface DescribeRetrainingSchedulerCommandOutput extends DescribeRetrainingSchedulerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a description of the retraining scheduler, including information such as the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ImportDatasetRequest, ImportDatasetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportDatasetCommandInput extends ImportDatasetRequest {
|
|
|
22
22
|
export interface ImportDatasetCommandOutput extends ImportDatasetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportDatasetCommand_base: {
|
|
25
|
-
new (input: ImportDatasetCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportDatasetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Imports a dataset.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ImportModelVersionRequest, ImportModelVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportModelVersionCommandInput extends ImportModelVersionReques
|
|
|
22
22
|
export interface ImportModelVersionCommandOutput extends ImportModelVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportModelVersionCommand_base: {
|
|
25
|
-
new (input: ImportModelVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportModelVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Imports a model that has been trained successfully.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListDataIngestionJobsRequest, ListDataIngestionJobsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataIngestionJobsCommandInput extends ListDataIngestionJobs
|
|
|
22
22
|
export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataIngestionJobsCommand_base: {
|
|
25
|
-
new (input: ListDataIngestionJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDataIngestionJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {
|
|
|
22
22
|
export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDatasetsCommand_base: {
|
|
25
|
-
new (input: ListDatasetsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all datasets currently available in your account, filtering on the dataset name.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListInferenceEventsRequest, ListInferenceEventsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListInferenceEventsCommandInput extends ListInferenceEventsRequ
|
|
|
22
22
|
export interface ListInferenceEventsCommandOutput extends ListInferenceEventsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInferenceEventsCommand_base: {
|
|
25
|
-
new (input: ListInferenceEventsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListInferenceEventsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists all inference events that have been found for the specified inference scheduler.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListInferenceExecutionsRequest, ListInferenceExecutionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListInferenceExecutionsCommandInput extends ListInferenceExecut
|
|
|
22
22
|
export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecutionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInferenceExecutionsCommand_base: {
|
|
25
|
-
new (input: ListInferenceExecutionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListInferenceExecutionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists all inference executions that have been performed by the specified inference
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListInferenceSchedulersRequest, ListInferenceSchedulersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListInferenceSchedulersCommandInput extends ListInferenceSchedu
|
|
|
22
22
|
export interface ListInferenceSchedulersCommandOutput extends ListInferenceSchedulersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInferenceSchedulersCommand_base: {
|
|
25
|
-
new (input: ListInferenceSchedulersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListInferenceSchedulersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of all inference schedulers currently available for your account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListLabelGroupsRequest, ListLabelGroupsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLabelGroupsCommandInput extends ListLabelGroupsRequest {
|
|
|
22
22
|
export interface ListLabelGroupsCommandOutput extends ListLabelGroupsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLabelGroupsCommand_base: {
|
|
25
|
-
new (input: ListLabelGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListLabelGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns a list of the label groups. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListLabelsRequest, ListLabelsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLabelsCommandInput extends ListLabelsRequest {
|
|
|
22
22
|
export interface ListLabelsCommandOutput extends ListLabelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLabelsCommand_base: {
|
|
25
|
-
new (input: ListLabelsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLabelsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Provides a list of labels. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListModelVersionsRequest, ListModelVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListModelVersionsCommandInput extends ListModelVersionsRequest
|
|
|
22
22
|
export interface ListModelVersionsCommandOutput extends ListModelVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListModelVersionsCommand_base: {
|
|
25
|
-
new (input: ListModelVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListModelVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Generates a list of all model versions for a given model, including the model version,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListModelsRequest, ListModelsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListModelsCommandInput extends ListModelsRequest {
|
|
|
22
22
|
export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListModelsCommand_base: {
|
|
25
|
-
new (input: ListModelsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListModelsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Generates a list of all models in the account, including model name and ARN, dataset,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListRetrainingSchedulersRequest, ListRetrainingSchedulersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRetrainingSchedulersCommandInput extends ListRetrainingSche
|
|
|
22
22
|
export interface ListRetrainingSchedulersCommandOutput extends ListRetrainingSchedulersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRetrainingSchedulersCommand_base: {
|
|
25
|
-
new (input: ListRetrainingSchedulersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListRetrainingSchedulersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all retraining schedulers in your account, filtering by model name prefix and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListSensorStatisticsRequest, ListSensorStatisticsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSensorStatisticsCommandInput extends ListSensorStatisticsRe
|
|
|
22
22
|
export interface ListSensorStatisticsCommandOutput extends ListSensorStatisticsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSensorStatisticsCommand_base: {
|
|
25
|
-
new (input: ListSensorStatisticsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListSensorStatisticsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists statistics about the data collected for each of the sensors that have been
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the tags for a specified resource, including key and value. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
|
|
|
22
22
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutResourcePolicyCommand_base: {
|
|
25
|
-
new (input: PutResourcePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutResourcePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a resource control policy for a given resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { StartDataIngestionJobRequest, StartDataIngestionJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartDataIngestionJobCommandInput extends StartDataIngestionJob
|
|
|
22
22
|
export interface StartDataIngestionJobCommandOutput extends StartDataIngestionJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartDataIngestionJobCommand_base: {
|
|
25
|
-
new (input: StartDataIngestionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartDataIngestionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { StartInferenceSchedulerRequest, StartInferenceSchedulerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartInferenceSchedulerCommandInput extends StartInferenceSched
|
|
|
22
22
|
export interface StartInferenceSchedulerCommandOutput extends StartInferenceSchedulerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartInferenceSchedulerCommand_base: {
|
|
25
|
-
new (input: StartInferenceSchedulerCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartInferenceSchedulerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts an inference scheduler. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { StartRetrainingSchedulerRequest, StartRetrainingSchedulerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartRetrainingSchedulerCommandInput extends StartRetrainingSch
|
|
|
22
22
|
export interface StartRetrainingSchedulerCommandOutput extends StartRetrainingSchedulerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: StartRetrainingSchedulerCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartRetrainingSchedulerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts a retraining scheduler. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { StopInferenceSchedulerRequest, StopInferenceSchedulerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopInferenceSchedulerCommandInput extends StopInferenceSchedul
|
|
|
22
22
|
export interface StopInferenceSchedulerCommandOutput extends StopInferenceSchedulerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopInferenceSchedulerCommand_base: {
|
|
25
|
-
new (input: StopInferenceSchedulerCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopInferenceSchedulerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops an inference scheduler. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { StopRetrainingSchedulerRequest, StopRetrainingSchedulerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopRetrainingSchedulerCommandInput extends StopRetrainingSched
|
|
|
22
22
|
export interface StopRetrainingSchedulerCommandOutput extends StopRetrainingSchedulerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopRetrainingSchedulerCommand_base: {
|
|
25
|
-
new (input: StopRetrainingSchedulerCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopRetrainingSchedulerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops a retraining scheduler. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a given tag to a resource in your account. A tag is a key-value pair which
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a specific tag from a given resource. The tag is specified by its key. </p>
|