@aws-sdk/client-lookoutequipment 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +565 -170
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +303 -106
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/index.d.ts +33 -33
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +938 -394
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLabelGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +401 -101
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
StartInferenceSchedulerRequest,
|
|
15
|
+
StartInferenceSchedulerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartInferenceSchedulerCommandInput
|
|
18
|
+
extends StartInferenceSchedulerRequest {}
|
|
19
|
+
export interface StartInferenceSchedulerCommandOutput
|
|
20
|
+
extends StartInferenceSchedulerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartInferenceSchedulerCommand extends $Command<
|
|
23
|
+
StartInferenceSchedulerCommandInput,
|
|
24
|
+
StartInferenceSchedulerCommandOutput,
|
|
25
|
+
LookoutEquipmentClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartInferenceSchedulerCommandInput;
|
|
28
|
+
constructor(input: StartInferenceSchedulerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StartInferenceSchedulerCommandInput,
|
|
35
|
+
StartInferenceSchedulerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
StopInferenceSchedulerRequest,
|
|
15
|
+
StopInferenceSchedulerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopInferenceSchedulerCommandInput
|
|
18
|
+
extends StopInferenceSchedulerRequest {}
|
|
19
|
+
export interface StopInferenceSchedulerCommandOutput
|
|
20
|
+
extends StopInferenceSchedulerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StopInferenceSchedulerCommand extends $Command<
|
|
23
|
+
StopInferenceSchedulerCommandInput,
|
|
24
|
+
StopInferenceSchedulerCommandOutput,
|
|
25
|
+
LookoutEquipmentClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopInferenceSchedulerCommandInput;
|
|
28
|
+
constructor(input: StopInferenceSchedulerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StopInferenceSchedulerCommandInput,
|
|
35
|
+
StopInferenceSchedulerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
LookoutEquipmentClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import {
|
|
14
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UntagResourceCommand extends $Command<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
LookoutEquipmentClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UntagResourceCommandInput;
|
|
27
|
+
constructor(input: UntagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { UpdateInferenceSchedulerRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateInferenceSchedulerCommandInput
|
|
15
|
+
extends UpdateInferenceSchedulerRequest {}
|
|
16
|
+
export interface UpdateInferenceSchedulerCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateInferenceSchedulerCommand extends $Command<
|
|
19
|
+
UpdateInferenceSchedulerCommandInput,
|
|
20
|
+
UpdateInferenceSchedulerCommandOutput,
|
|
21
|
+
LookoutEquipmentClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateInferenceSchedulerCommandInput;
|
|
24
|
+
constructor(input: UpdateInferenceSchedulerCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateInferenceSchedulerCommandInput,
|
|
31
|
+
UpdateInferenceSchedulerCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LookoutEquipmentClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LookoutEquipmentClient";
|
|
13
|
+
import { UpdateLabelGroupRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateLabelGroupCommandInput extends UpdateLabelGroupRequest {}
|
|
15
|
+
export interface UpdateLabelGroupCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UpdateLabelGroupCommand extends $Command<
|
|
17
|
+
UpdateLabelGroupCommandInput,
|
|
18
|
+
UpdateLabelGroupCommandOutput,
|
|
19
|
+
LookoutEquipmentClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UpdateLabelGroupCommandInput;
|
|
22
|
+
constructor(input: UpdateLabelGroupCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
export * from "./CreateDatasetCommand";
|
|
2
|
-
export * from "./CreateInferenceSchedulerCommand";
|
|
3
|
-
export * from "./CreateLabelCommand";
|
|
4
|
-
export * from "./CreateLabelGroupCommand";
|
|
5
|
-
export * from "./CreateModelCommand";
|
|
6
|
-
export * from "./DeleteDatasetCommand";
|
|
7
|
-
export * from "./DeleteInferenceSchedulerCommand";
|
|
8
|
-
export * from "./DeleteLabelCommand";
|
|
9
|
-
export * from "./DeleteLabelGroupCommand";
|
|
10
|
-
export * from "./DeleteModelCommand";
|
|
11
|
-
export * from "./DescribeDataIngestionJobCommand";
|
|
12
|
-
export * from "./DescribeDatasetCommand";
|
|
13
|
-
export * from "./DescribeInferenceSchedulerCommand";
|
|
14
|
-
export * from "./DescribeLabelCommand";
|
|
15
|
-
export * from "./DescribeLabelGroupCommand";
|
|
16
|
-
export * from "./DescribeModelCommand";
|
|
17
|
-
export * from "./ListDataIngestionJobsCommand";
|
|
18
|
-
export * from "./ListDatasetsCommand";
|
|
19
|
-
export * from "./ListInferenceEventsCommand";
|
|
20
|
-
export * from "./ListInferenceExecutionsCommand";
|
|
21
|
-
export * from "./ListInferenceSchedulersCommand";
|
|
22
|
-
export * from "./ListLabelGroupsCommand";
|
|
23
|
-
export * from "./ListLabelsCommand";
|
|
24
|
-
export * from "./ListModelsCommand";
|
|
25
|
-
export * from "./ListSensorStatisticsCommand";
|
|
26
|
-
export * from "./ListTagsForResourceCommand";
|
|
27
|
-
export * from "./StartDataIngestionJobCommand";
|
|
28
|
-
export * from "./StartInferenceSchedulerCommand";
|
|
29
|
-
export * from "./StopInferenceSchedulerCommand";
|
|
30
|
-
export * from "./TagResourceCommand";
|
|
31
|
-
export * from "./UntagResourceCommand";
|
|
32
|
-
export * from "./UpdateInferenceSchedulerCommand";
|
|
33
|
-
export * from "./UpdateLabelGroupCommand";
|
|
1
|
+
export * from "./CreateDatasetCommand";
|
|
2
|
+
export * from "./CreateInferenceSchedulerCommand";
|
|
3
|
+
export * from "./CreateLabelCommand";
|
|
4
|
+
export * from "./CreateLabelGroupCommand";
|
|
5
|
+
export * from "./CreateModelCommand";
|
|
6
|
+
export * from "./DeleteDatasetCommand";
|
|
7
|
+
export * from "./DeleteInferenceSchedulerCommand";
|
|
8
|
+
export * from "./DeleteLabelCommand";
|
|
9
|
+
export * from "./DeleteLabelGroupCommand";
|
|
10
|
+
export * from "./DeleteModelCommand";
|
|
11
|
+
export * from "./DescribeDataIngestionJobCommand";
|
|
12
|
+
export * from "./DescribeDatasetCommand";
|
|
13
|
+
export * from "./DescribeInferenceSchedulerCommand";
|
|
14
|
+
export * from "./DescribeLabelCommand";
|
|
15
|
+
export * from "./DescribeLabelGroupCommand";
|
|
16
|
+
export * from "./DescribeModelCommand";
|
|
17
|
+
export * from "./ListDataIngestionJobsCommand";
|
|
18
|
+
export * from "./ListDatasetsCommand";
|
|
19
|
+
export * from "./ListInferenceEventsCommand";
|
|
20
|
+
export * from "./ListInferenceExecutionsCommand";
|
|
21
|
+
export * from "./ListInferenceSchedulersCommand";
|
|
22
|
+
export * from "./ListLabelGroupsCommand";
|
|
23
|
+
export * from "./ListLabelsCommand";
|
|
24
|
+
export * from "./ListModelsCommand";
|
|
25
|
+
export * from "./ListSensorStatisticsCommand";
|
|
26
|
+
export * from "./ListTagsForResourceCommand";
|
|
27
|
+
export * from "./StartDataIngestionJobCommand";
|
|
28
|
+
export * from "./StartInferenceSchedulerCommand";
|
|
29
|
+
export * from "./StopInferenceSchedulerCommand";
|
|
30
|
+
export * from "./TagResourceCommand";
|
|
31
|
+
export * from "./UntagResourceCommand";
|
|
32
|
+
export * from "./UpdateInferenceSchedulerCommand";
|
|
33
|
+
export * from "./UpdateLabelGroupCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./LookoutEquipment";
|
|
2
|
-
export * from "./LookoutEquipmentClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { LookoutEquipmentServiceException } from "./models/LookoutEquipmentServiceException";
|
|
1
|
+
export * from "./LookoutEquipment";
|
|
2
|
+
export * from "./LookoutEquipmentClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { LookoutEquipmentServiceException } from "./models/LookoutEquipmentServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class LookoutEquipmentServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|