@aws-sdk/client-lookoutequipment 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/LookoutEquipment.d.ts +167 -193
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +13 -47
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopInferenceSchedulerRequest,
|
|
4
|
-
StopInferenceSchedulerResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopInferenceSchedulerRequest, StopInferenceSchedulerResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopInferenceSchedulerCommandInput
|
|
8
|
-
extends StopInferenceSchedulerRequest {}
|
|
4
|
+
export interface StopInferenceSchedulerCommandInput extends StopInferenceSchedulerRequest {}
|
|
9
5
|
export interface StopInferenceSchedulerCommandOutput
|
|
10
|
-
extends StopInferenceSchedulerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopInferenceSchedulerResponse, __MetadataBearer {}
|
|
12
7
|
declare const StopInferenceSchedulerCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopInferenceSchedulerCommandInput
|
|
9
|
+
input: StopInferenceSchedulerCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopInferenceSchedulerCommandInput,
|
|
17
12
|
StopInferenceSchedulerCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StopInferenceSchedulerCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StopInferenceSchedulerCommandInput
|
|
18
|
+
input: StopInferenceSchedulerCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StopInferenceSchedulerCommandInput,
|
|
26
21
|
StopInferenceSchedulerCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StopRetrainingSchedulerResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopRetrainingSchedulerCommandInput
|
|
8
|
-
extends StopRetrainingSchedulerRequest {}
|
|
7
|
+
export interface StopRetrainingSchedulerCommandInput extends StopRetrainingSchedulerRequest {}
|
|
9
8
|
export interface StopRetrainingSchedulerCommandOutput
|
|
10
|
-
extends StopRetrainingSchedulerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StopRetrainingSchedulerResponse, __MetadataBearer {}
|
|
12
10
|
declare const StopRetrainingSchedulerCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StopRetrainingSchedulerCommandInput
|
|
12
|
+
input: StopRetrainingSchedulerCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StopRetrainingSchedulerCommandInput,
|
|
17
15
|
StopRetrainingSchedulerCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StopRetrainingSchedulerCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StopRetrainingSchedulerCommandInput
|
|
21
|
+
input: StopRetrainingSchedulerCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StopRetrainingSchedulerCommandInput,
|
|
26
24
|
StopRetrainingSchedulerCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateActiveModelVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateActiveModelVersionCommandInput
|
|
8
|
-
extends UpdateActiveModelVersionRequest {}
|
|
7
|
+
export interface UpdateActiveModelVersionCommandInput extends UpdateActiveModelVersionRequest {}
|
|
9
8
|
export interface UpdateActiveModelVersionCommandOutput
|
|
10
|
-
extends UpdateActiveModelVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateActiveModelVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateActiveModelVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateActiveModelVersionCommandInput
|
|
12
|
+
input: UpdateActiveModelVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateActiveModelVersionCommandInput,
|
|
17
15
|
UpdateActiveModelVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateActiveModelVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateActiveModelVersionCommandInput
|
|
21
|
+
input: UpdateActiveModelVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateActiveModelVersionCommandInput,
|
|
26
24
|
UpdateActiveModelVersionCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateInferenceSchedulerRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateInferenceSchedulerCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateInferenceSchedulerCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateInferenceSchedulerCommandInput extends UpdateInferenceSchedulerRequest {}
|
|
5
|
+
export interface UpdateInferenceSchedulerCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateInferenceSchedulerCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateInferenceSchedulerCommandInput
|
|
8
|
+
input: UpdateInferenceSchedulerCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateInferenceSchedulerCommandInput,
|
|
13
11
|
UpdateInferenceSchedulerCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateInferenceSchedulerCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateInferenceSchedulerCommandInput
|
|
17
|
+
input: UpdateInferenceSchedulerCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateInferenceSchedulerCommandInput,
|
|
22
20
|
UpdateInferenceSchedulerCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateLabelGroupCommandInput extends UpdateLabelGroupRequest {}
|
|
|
5
5
|
export interface UpdateLabelGroupCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UpdateLabelGroupCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateLabelGroupCommandInput
|
|
8
|
+
input: UpdateLabelGroupCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateLabelGroupCommandInput,
|
|
11
11
|
UpdateLabelGroupCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateLabelGroupCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateLabelGroupCommandInput
|
|
17
|
+
input: UpdateLabelGroupCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateLabelGroupCommandInput,
|
|
20
20
|
UpdateLabelGroupCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateModelCommandInput extends UpdateModelRequest {}
|
|
|
5
5
|
export interface UpdateModelCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UpdateModelCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateModelCommandInput
|
|
8
|
+
input: UpdateModelCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateModelCommandInput,
|
|
11
11
|
UpdateModelCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateModelCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateModelCommandInput
|
|
17
|
+
input: UpdateModelCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateModelCommandInput,
|
|
20
20
|
UpdateModelCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateRetrainingSchedulerRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateRetrainingSchedulerCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateRetrainingSchedulerCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateRetrainingSchedulerCommandInput extends UpdateRetrainingSchedulerRequest {}
|
|
5
|
+
export interface UpdateRetrainingSchedulerCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateRetrainingSchedulerCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateRetrainingSchedulerCommandInput
|
|
8
|
+
input: UpdateRetrainingSchedulerCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateRetrainingSchedulerCommandInput,
|
|
13
11
|
UpdateRetrainingSchedulerCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateRetrainingSchedulerCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateRetrainingSchedulerCommandInput
|
|
17
|
+
input: UpdateRetrainingSchedulerCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateRetrainingSchedulerCommandInput,
|
|
22
20
|
UpdateRetrainingSchedulerCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface LookoutEquipmentExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -5,8 +5,7 @@ export declare const AutoPromotionResult: {
|
|
|
5
5
|
readonly RETRAINING_CUSTOMER_ERROR: "RETRAINING_CUSTOMER_ERROR";
|
|
6
6
|
readonly RETRAINING_INTERNAL_ERROR: "RETRAINING_INTERNAL_ERROR";
|
|
7
7
|
};
|
|
8
|
-
export type AutoPromotionResult =
|
|
9
|
-
(typeof AutoPromotionResult)[keyof typeof AutoPromotionResult];
|
|
8
|
+
export type AutoPromotionResult = (typeof AutoPromotionResult)[keyof typeof AutoPromotionResult];
|
|
10
9
|
export declare const DatasetStatus: {
|
|
11
10
|
readonly ACTIVE: "ACTIVE";
|
|
12
11
|
readonly CREATED: "CREATED";
|
|
@@ -21,8 +20,7 @@ export declare const DataUploadFrequency: {
|
|
|
21
20
|
readonly PT30M: "PT30M";
|
|
22
21
|
readonly PT5M: "PT5M";
|
|
23
22
|
};
|
|
24
|
-
export type DataUploadFrequency =
|
|
25
|
-
(typeof DataUploadFrequency)[keyof typeof DataUploadFrequency];
|
|
23
|
+
export type DataUploadFrequency = (typeof DataUploadFrequency)[keyof typeof DataUploadFrequency];
|
|
26
24
|
export declare const ModelQuality: {
|
|
27
25
|
readonly CANNOT_DETERMINE_QUALITY: "CANNOT_DETERMINE_QUALITY";
|
|
28
26
|
readonly POOR_QUALITY_DETECTED: "POOR_QUALITY_DETECTED";
|
|
@@ -56,8 +54,7 @@ export declare const TargetSamplingRate: {
|
|
|
56
54
|
readonly PT5M: "PT5M";
|
|
57
55
|
readonly PT5S: "PT5S";
|
|
58
56
|
};
|
|
59
|
-
export type TargetSamplingRate =
|
|
60
|
-
(typeof TargetSamplingRate)[keyof typeof TargetSamplingRate];
|
|
57
|
+
export type TargetSamplingRate = (typeof TargetSamplingRate)[keyof typeof TargetSamplingRate];
|
|
61
58
|
export declare const ModelStatus: {
|
|
62
59
|
readonly FAILED: "FAILED";
|
|
63
60
|
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
@@ -69,8 +66,7 @@ export declare const ModelPromoteMode: {
|
|
|
69
66
|
readonly MANAGED: "MANAGED";
|
|
70
67
|
readonly MANUAL: "MANUAL";
|
|
71
68
|
};
|
|
72
|
-
export type ModelPromoteMode =
|
|
73
|
-
(typeof ModelPromoteMode)[keyof typeof ModelPromoteMode];
|
|
69
|
+
export type ModelPromoteMode = (typeof ModelPromoteMode)[keyof typeof ModelPromoteMode];
|
|
74
70
|
export declare const RetrainingSchedulerStatus: {
|
|
75
71
|
readonly PENDING: "PENDING";
|
|
76
72
|
readonly RUNNING: "RUNNING";
|
|
@@ -85,8 +81,7 @@ export declare const IngestionJobStatus: {
|
|
|
85
81
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
86
82
|
readonly SUCCESS: "SUCCESS";
|
|
87
83
|
};
|
|
88
|
-
export type IngestionJobStatus =
|
|
89
|
-
(typeof IngestionJobStatus)[keyof typeof IngestionJobStatus];
|
|
84
|
+
export type IngestionJobStatus = (typeof IngestionJobStatus)[keyof typeof IngestionJobStatus];
|
|
90
85
|
export declare const LatestInferenceResult: {
|
|
91
86
|
readonly ANOMALOUS: "ANOMALOUS";
|
|
92
87
|
readonly NORMAL: "NORMAL";
|
|
@@ -100,8 +95,7 @@ export declare const ModelVersionStatus: {
|
|
|
100
95
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
101
96
|
readonly SUCCESS: "SUCCESS";
|
|
102
97
|
};
|
|
103
|
-
export type ModelVersionStatus =
|
|
104
|
-
(typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];
|
|
98
|
+
export type ModelVersionStatus = (typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];
|
|
105
99
|
export declare const ModelVersionSourceType: {
|
|
106
100
|
readonly IMPORT: "IMPORT";
|
|
107
101
|
readonly RETRAINING: "RETRAINING";
|
|
@@ -4,9 +4,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
Message: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
8
|
}
|
|
11
9
|
export declare class ConflictException extends __BaseException {
|
|
12
10
|
readonly name: "ConflictException";
|
|
@@ -18,39 +16,29 @@ export declare class InternalServerException extends __BaseException {
|
|
|
18
16
|
readonly name: "InternalServerException";
|
|
19
17
|
readonly $fault: "server";
|
|
20
18
|
Message: string | undefined;
|
|
21
|
-
constructor(
|
|
22
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
23
|
-
);
|
|
19
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
24
20
|
}
|
|
25
21
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
26
22
|
readonly name: "ServiceQuotaExceededException";
|
|
27
23
|
readonly $fault: "client";
|
|
28
24
|
Message: string | undefined;
|
|
29
|
-
constructor(
|
|
30
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
31
|
-
);
|
|
25
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
32
26
|
}
|
|
33
27
|
export declare class ThrottlingException extends __BaseException {
|
|
34
28
|
readonly name: "ThrottlingException";
|
|
35
29
|
readonly $fault: "client";
|
|
36
30
|
Message: string | undefined;
|
|
37
|
-
constructor(
|
|
38
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
39
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
40
32
|
}
|
|
41
33
|
export declare class ValidationException extends __BaseException {
|
|
42
34
|
readonly name: "ValidationException";
|
|
43
35
|
readonly $fault: "client";
|
|
44
36
|
Message: string | undefined;
|
|
45
|
-
constructor(
|
|
46
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
47
|
-
);
|
|
37
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
48
38
|
}
|
|
49
39
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
50
40
|
readonly name: "ResourceNotFoundException";
|
|
51
41
|
readonly $fault: "client";
|
|
52
42
|
Message: string | undefined;
|
|
53
|
-
constructor(
|
|
54
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
55
|
-
);
|
|
43
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
56
44
|
}
|
|
@@ -134,9 +134,7 @@ export interface CreateModelRequest {
|
|
|
134
134
|
ServerSideKmsKeyId?: string | undefined;
|
|
135
135
|
Tags?: Tag[] | undefined;
|
|
136
136
|
OffCondition?: string | undefined;
|
|
137
|
-
ModelDiagnosticsOutputConfiguration?:
|
|
138
|
-
| ModelDiagnosticsOutputConfiguration
|
|
139
|
-
| undefined;
|
|
137
|
+
ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration | undefined;
|
|
140
138
|
}
|
|
141
139
|
export interface CreateModelResponse {
|
|
142
140
|
ModelArn?: string | undefined;
|
|
@@ -352,9 +350,7 @@ export interface DescribeModelResponse {
|
|
|
352
350
|
AccumulatedInferenceDataStartTime?: Date | undefined;
|
|
353
351
|
AccumulatedInferenceDataEndTime?: Date | undefined;
|
|
354
352
|
RetrainingSchedulerStatus?: RetrainingSchedulerStatus | undefined;
|
|
355
|
-
ModelDiagnosticsOutputConfiguration?:
|
|
356
|
-
| ModelDiagnosticsOutputConfiguration
|
|
357
|
-
| undefined;
|
|
353
|
+
ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration | undefined;
|
|
358
354
|
ModelQuality?: ModelQuality | undefined;
|
|
359
355
|
}
|
|
360
356
|
export interface DescribeModelVersionRequest {
|
|
@@ -394,9 +390,7 @@ export interface DescribeModelVersionResponse {
|
|
|
394
390
|
RetrainingAvailableDataInDays?: number | undefined;
|
|
395
391
|
AutoPromotionResult?: AutoPromotionResult | undefined;
|
|
396
392
|
AutoPromotionResultReason?: string | undefined;
|
|
397
|
-
ModelDiagnosticsOutputConfiguration?:
|
|
398
|
-
| ModelDiagnosticsOutputConfiguration
|
|
399
|
-
| undefined;
|
|
393
|
+
ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration | undefined;
|
|
400
394
|
ModelDiagnosticsResultsObject?: S3Object | undefined;
|
|
401
395
|
ModelQuality?: ModelQuality | undefined;
|
|
402
396
|
}
|
|
@@ -614,9 +608,7 @@ export interface ModelSummary {
|
|
|
614
608
|
LatestScheduledRetrainingStartTime?: Date | undefined;
|
|
615
609
|
NextScheduledRetrainingStartDate?: Date | undefined;
|
|
616
610
|
RetrainingSchedulerStatus?: RetrainingSchedulerStatus | undefined;
|
|
617
|
-
ModelDiagnosticsOutputConfiguration?:
|
|
618
|
-
| ModelDiagnosticsOutputConfiguration
|
|
619
|
-
| undefined;
|
|
611
|
+
ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration | undefined;
|
|
620
612
|
ModelQuality?: ModelQuality | undefined;
|
|
621
613
|
}
|
|
622
614
|
export interface ListModelsResponse {
|
|
@@ -811,9 +803,7 @@ export interface UpdateModelRequest {
|
|
|
811
803
|
ModelName: string | undefined;
|
|
812
804
|
LabelsInputConfiguration?: LabelsInputConfiguration | undefined;
|
|
813
805
|
RoleArn?: string | undefined;
|
|
814
|
-
ModelDiagnosticsOutputConfiguration?:
|
|
815
|
-
| ModelDiagnosticsOutputConfiguration
|
|
816
|
-
| undefined;
|
|
806
|
+
ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration | undefined;
|
|
817
807
|
}
|
|
818
808
|
export interface UpdateRetrainingSchedulerRequest {
|
|
819
809
|
ModelName: string | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { LookoutEquipmentClient } from "../LookoutEquipmentClient";
|
|
3
|
-
export interface LookoutEquipmentPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface LookoutEquipmentPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: LookoutEquipmentClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListLabelsCommandInput,
|
|
4
|
-
ListLabelsCommandOutput,
|
|
5
|
-
} from "../commands/ListLabelsCommand";
|
|
2
|
+
import { ListLabelsCommandInput, ListLabelsCommandOutput } from "../commands/ListLabelsCommand";
|
|
6
3
|
import { LookoutEquipmentPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListLabels: (
|
|
8
5
|
config: LookoutEquipmentPaginationConfiguration,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListModelsCommandInput,
|
|
4
|
-
ListModelsCommandOutput,
|
|
5
|
-
} from "../commands/ListModelsCommand";
|
|
2
|
+
import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
|
|
6
3
|
import { LookoutEquipmentPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListModels: (
|
|
8
5
|
config: LookoutEquipmentPaginationConfiguration,
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: LookoutEquipmentClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider:
|
|
12
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
-
| ((
|
|
14
|
-
_: unknown
|
|
15
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
12
|
defaultUserAgentProvider: (
|
|
17
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
18
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
-
requestHandler:
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
24
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
19
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
21
|
) => Promise<Uint8Array>;
|
|
32
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
|
|
|
55
45
|
logger: import("@smithy/types").Logger;
|
|
56
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
userAgentAppId?:
|
|
59
|
-
|
|
60
|
-
| undefined
|
|
61
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
50
|
endpoint?:
|
|
66
51
|
| ((
|
|
67
52
|
| string
|
|
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
83
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
69
|
context?: {
|
|
85
70
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
71
|
+
},
|
|
87
72
|
) => import("@smithy/types").EndpointV2;
|
|
88
73
|
tls?: boolean;
|
|
89
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
96
81
|
signer?:
|
|
97
82
|
| import("@smithy/types").RequestSigner
|
|
98
83
|
| ((
|
|
99
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
100
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
86
|
signingEscapePath?: boolean;
|
|
102
87
|
systemClockOffset?: number;
|
|
103
88
|
signingRegion?: string;
|
|
104
89
|
signerConstructor?: new (
|
|
105
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
107
92
|
) => import("@smithy/types").RequestSigner;
|
|
108
93
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: LookoutEquipmentClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
|
|
|
12
10
|
credentialDefaultProvider:
|
|
13
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
12
|
| ((
|
|
15
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
16
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
15
|
defaultUserAgentProvider: (
|
|
18
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
19
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
| RequestHandler
|
|
24
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
22
|
streamCollector: (
|
|
27
|
-
stream:
|
|
28
|
-
| import("stream").Readable
|
|
29
|
-
| import("stream/web").ReadableStream
|
|
30
|
-
| ReadableStream
|
|
31
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
32
24
|
) => Promise<Uint8Array>;
|
|
33
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
|
|
|
55
47
|
logger: import("@smithy/types").Logger;
|
|
56
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
retryStrategy?:
|
|
59
|
-
| import("@smithy/types").RetryStrategy
|
|
60
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
61
51
|
endpoint?:
|
|
62
52
|
| ((
|
|
63
53
|
| string
|
|
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
|
|
|
79
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
70
|
context?: {
|
|
81
71
|
logger?: import("@smithy/types").Logger;
|
|
82
|
-
}
|
|
72
|
+
},
|
|
83
73
|
) => import("@smithy/types").EndpointV2;
|
|
84
74
|
tls?: boolean;
|
|
85
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
91
81
|
signer?:
|
|
92
82
|
| import("@smithy/types").RequestSigner
|
|
93
83
|
| ((
|
|
94
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
95
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
96
86
|
signingEscapePath?: boolean;
|
|
97
87
|
systemClockOffset?: number;
|
|
98
88
|
signingRegion?: string;
|
|
99
89
|
signerConstructor?: new (
|
|
100
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
101
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
102
92
|
) => import("@smithy/types").RequestSigner;
|
|
103
93
|
};
|