@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,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 { CreateModelRequest, CreateModelResponse } from "../models/models_0";
5
- export interface CreateModelCommandInput extends CreateModelRequest {
6
- }
7
- export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: CreateModelCommandInput;
12
- constructor(input: CreateModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
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 { CreateModelRequest, CreateModelResponse } from "../models/models_0";
14
+ export interface CreateModelCommandInput extends CreateModelRequest {}
15
+ export interface CreateModelCommandOutput
16
+ extends CreateModelResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateModelCommand extends $Command<
19
+ CreateModelCommandInput,
20
+ CreateModelCommandOutput,
21
+ LookoutEquipmentClientResolvedConfig
22
+ > {
23
+ readonly input: CreateModelCommandInput;
24
+ constructor(input: CreateModelCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DeleteDatasetRequest } from "../models/models_0";
5
- export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
6
- }
7
- export interface DeleteDatasetCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DeleteDatasetCommandInput;
12
- constructor(input: DeleteDatasetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
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 { DeleteDatasetRequest } from "../models/models_0";
14
+ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
15
+ export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteDatasetCommand extends $Command<
17
+ DeleteDatasetCommandInput,
18
+ DeleteDatasetCommandOutput,
19
+ LookoutEquipmentClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteDatasetCommandInput;
22
+ constructor(input: DeleteDatasetCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: LookoutEquipmentClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DeleteInferenceSchedulerRequest } from "../models/models_0";
5
- export interface DeleteInferenceSchedulerCommandInput extends DeleteInferenceSchedulerRequest {
6
- }
7
- export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteInferenceSchedulerCommand extends $Command<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DeleteInferenceSchedulerCommandInput;
12
- constructor(input: DeleteInferenceSchedulerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput>;
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 { DeleteInferenceSchedulerRequest } from "../models/models_0";
14
+ export interface DeleteInferenceSchedulerCommandInput
15
+ extends DeleteInferenceSchedulerRequest {}
16
+ export interface DeleteInferenceSchedulerCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteInferenceSchedulerCommand extends $Command<
19
+ DeleteInferenceSchedulerCommandInput,
20
+ DeleteInferenceSchedulerCommandOutput,
21
+ LookoutEquipmentClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteInferenceSchedulerCommandInput;
24
+ constructor(input: DeleteInferenceSchedulerCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteInferenceSchedulerCommandInput,
31
+ DeleteInferenceSchedulerCommandOutput
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 { DeleteLabelRequest } from "../models/models_0";
5
- export interface DeleteLabelCommandInput extends DeleteLabelRequest {
6
- }
7
- export interface DeleteLabelCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLabelCommand extends $Command<DeleteLabelCommandInput, DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DeleteLabelCommandInput;
12
- constructor(input: DeleteLabelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLabelCommandInput, DeleteLabelCommandOutput>;
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 { DeleteLabelRequest } from "../models/models_0";
14
+ export interface DeleteLabelCommandInput extends DeleteLabelRequest {}
15
+ export interface DeleteLabelCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteLabelCommand extends $Command<
17
+ DeleteLabelCommandInput,
18
+ DeleteLabelCommandOutput,
19
+ LookoutEquipmentClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteLabelCommandInput;
22
+ constructor(input: DeleteLabelCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: LookoutEquipmentClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteLabelCommandInput, DeleteLabelCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DeleteLabelGroupRequest } from "../models/models_0";
5
- export interface DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {
6
- }
7
- export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLabelGroupCommand extends $Command<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DeleteLabelGroupCommandInput;
12
- constructor(input: DeleteLabelGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput>;
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 { DeleteLabelGroupRequest } from "../models/models_0";
14
+ export interface DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {}
15
+ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteLabelGroupCommand extends $Command<
17
+ DeleteLabelGroupCommandInput,
18
+ DeleteLabelGroupCommandOutput,
19
+ LookoutEquipmentClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteLabelGroupCommandInput;
22
+ constructor(input: DeleteLabelGroupCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: LookoutEquipmentClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DeleteModelRequest } from "../models/models_0";
5
- export interface DeleteModelCommandInput extends DeleteModelRequest {
6
- }
7
- export interface DeleteModelCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DeleteModelCommandInput;
12
- constructor(input: DeleteModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
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 { DeleteModelRequest } from "../models/models_0";
14
+ export interface DeleteModelCommandInput extends DeleteModelRequest {}
15
+ export interface DeleteModelCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteModelCommand extends $Command<
17
+ DeleteModelCommandInput,
18
+ DeleteModelCommandOutput,
19
+ LookoutEquipmentClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteModelCommandInput;
22
+ constructor(input: DeleteModelCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: LookoutEquipmentClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } from "../models/models_0";
5
- export interface DescribeDataIngestionJobCommandInput extends DescribeDataIngestionJobRequest {
6
- }
7
- export interface DescribeDataIngestionJobCommandOutput extends DescribeDataIngestionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDataIngestionJobCommand extends $Command<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DescribeDataIngestionJobCommandInput;
12
- constructor(input: DescribeDataIngestionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput>;
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
+ DescribeDataIngestionJobRequest,
15
+ DescribeDataIngestionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeDataIngestionJobCommandInput
18
+ extends DescribeDataIngestionJobRequest {}
19
+ export interface DescribeDataIngestionJobCommandOutput
20
+ extends DescribeDataIngestionJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeDataIngestionJobCommand extends $Command<
23
+ DescribeDataIngestionJobCommandInput,
24
+ DescribeDataIngestionJobCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeDataIngestionJobCommandInput;
28
+ constructor(input: DescribeDataIngestionJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeDataIngestionJobCommandInput,
35
+ DescribeDataIngestionJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
5
- export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
6
- }
7
- export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DescribeDatasetCommandInput;
12
- constructor(input: DescribeDatasetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
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
+ DescribeDatasetRequest,
15
+ DescribeDatasetResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
18
+ export interface DescribeDatasetCommandOutput
19
+ extends DescribeDatasetResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeDatasetCommand extends $Command<
22
+ DescribeDatasetCommandInput,
23
+ DescribeDatasetCommandOutput,
24
+ LookoutEquipmentClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeDatasetCommandInput;
27
+ constructor(input: DescribeDatasetCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LookoutEquipmentClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } from "../models/models_0";
5
- export interface DescribeInferenceSchedulerCommandInput extends DescribeInferenceSchedulerRequest {
6
- }
7
- export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferenceSchedulerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeInferenceSchedulerCommand extends $Command<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DescribeInferenceSchedulerCommandInput;
12
- constructor(input: DescribeInferenceSchedulerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput>;
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
+ DescribeInferenceSchedulerRequest,
15
+ DescribeInferenceSchedulerResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeInferenceSchedulerCommandInput
18
+ extends DescribeInferenceSchedulerRequest {}
19
+ export interface DescribeInferenceSchedulerCommandOutput
20
+ extends DescribeInferenceSchedulerResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeInferenceSchedulerCommand extends $Command<
23
+ DescribeInferenceSchedulerCommandInput,
24
+ DescribeInferenceSchedulerCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeInferenceSchedulerCommandInput;
28
+ constructor(input: DescribeInferenceSchedulerCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeInferenceSchedulerCommandInput,
35
+ DescribeInferenceSchedulerCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { DescribeLabelRequest, DescribeLabelResponse } from "../models/models_0";
5
- export interface DescribeLabelCommandInput extends DescribeLabelRequest {
6
- }
7
- export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLabelCommand extends $Command<DescribeLabelCommandInput, DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DescribeLabelCommandInput;
12
- constructor(input: DescribeLabelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLabelCommandInput, DescribeLabelCommandOutput>;
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
+ DescribeLabelRequest,
15
+ DescribeLabelResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeLabelCommandInput extends DescribeLabelRequest {}
18
+ export interface DescribeLabelCommandOutput
19
+ extends DescribeLabelResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeLabelCommand extends $Command<
22
+ DescribeLabelCommandInput,
23
+ DescribeLabelCommandOutput,
24
+ LookoutEquipmentClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeLabelCommandInput;
27
+ constructor(input: DescribeLabelCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LookoutEquipmentClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeLabelCommandInput, DescribeLabelCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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 { DescribeLabelGroupRequest, DescribeLabelGroupResponse } from "../models/models_0";
5
- export interface DescribeLabelGroupCommandInput extends DescribeLabelGroupRequest {
6
- }
7
- export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLabelGroupCommand extends $Command<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DescribeLabelGroupCommandInput;
12
- constructor(input: DescribeLabelGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput>;
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
+ DescribeLabelGroupRequest,
15
+ DescribeLabelGroupResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeLabelGroupCommandInput
18
+ extends DescribeLabelGroupRequest {}
19
+ export interface DescribeLabelGroupCommandOutput
20
+ extends DescribeLabelGroupResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeLabelGroupCommand extends $Command<
23
+ DescribeLabelGroupCommandInput,
24
+ DescribeLabelGroupCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeLabelGroupCommandInput;
28
+ constructor(input: DescribeLabelGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { DescribeModelRequest, DescribeModelResponse } from "../models/models_0";
5
- export interface DescribeModelCommandInput extends DescribeModelRequest {
6
- }
7
- export interface DescribeModelCommandOutput extends DescribeModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeModelCommand extends $Command<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: DescribeModelCommandInput;
12
- constructor(input: DescribeModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelCommandInput, DescribeModelCommandOutput>;
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
+ DescribeModelRequest,
15
+ DescribeModelResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeModelCommandInput extends DescribeModelRequest {}
18
+ export interface DescribeModelCommandOutput
19
+ extends DescribeModelResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeModelCommand extends $Command<
22
+ DescribeModelCommandInput,
23
+ DescribeModelCommandOutput,
24
+ LookoutEquipmentClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeModelCommandInput;
27
+ constructor(input: DescribeModelCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LookoutEquipmentClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeModelCommandInput, DescribeModelCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }