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