@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 { ListDataIngestionJobsRequest, ListDataIngestionJobsResponse } from "../models/models_0";
5
- export interface ListDataIngestionJobsCommandInput extends ListDataIngestionJobsRequest {
6
- }
7
- export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDataIngestionJobsCommand extends $Command<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListDataIngestionJobsCommandInput;
12
- constructor(input: ListDataIngestionJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput>;
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
+ ListDataIngestionJobsRequest,
15
+ ListDataIngestionJobsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDataIngestionJobsCommandInput
18
+ extends ListDataIngestionJobsRequest {}
19
+ export interface ListDataIngestionJobsCommandOutput
20
+ extends ListDataIngestionJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListDataIngestionJobsCommand extends $Command<
23
+ ListDataIngestionJobsCommandInput,
24
+ ListDataIngestionJobsCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: ListDataIngestionJobsCommandInput;
28
+ constructor(input: ListDataIngestionJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListDataIngestionJobsCommandInput,
35
+ ListDataIngestionJobsCommandOutput
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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
5
- export interface ListDatasetsCommandInput extends ListDatasetsRequest {
6
- }
7
- export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListDatasetsCommandInput;
12
- constructor(input: ListDatasetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
14
+ export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
15
+ export interface ListDatasetsCommandOutput
16
+ extends ListDatasetsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListDatasetsCommand extends $Command<
19
+ ListDatasetsCommandInput,
20
+ ListDatasetsCommandOutput,
21
+ LookoutEquipmentClientResolvedConfig
22
+ > {
23
+ readonly input: ListDatasetsCommandInput;
24
+ constructor(input: ListDatasetsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { ListInferenceEventsRequest, ListInferenceEventsResponse } from "../models/models_0";
5
- export interface ListInferenceEventsCommandInput extends ListInferenceEventsRequest {
6
- }
7
- export interface ListInferenceEventsCommandOutput extends ListInferenceEventsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListInferenceEventsCommand extends $Command<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListInferenceEventsCommandInput;
12
- constructor(input: ListInferenceEventsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput>;
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
+ ListInferenceEventsRequest,
15
+ ListInferenceEventsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListInferenceEventsCommandInput
18
+ extends ListInferenceEventsRequest {}
19
+ export interface ListInferenceEventsCommandOutput
20
+ extends ListInferenceEventsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListInferenceEventsCommand extends $Command<
23
+ ListInferenceEventsCommandInput,
24
+ ListInferenceEventsCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: ListInferenceEventsCommandInput;
28
+ constructor(input: ListInferenceEventsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { ListInferenceExecutionsRequest, ListInferenceExecutionsResponse } from "../models/models_0";
5
- export interface ListInferenceExecutionsCommandInput extends ListInferenceExecutionsRequest {
6
- }
7
- export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecutionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListInferenceExecutionsCommand extends $Command<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListInferenceExecutionsCommandInput;
12
- constructor(input: ListInferenceExecutionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput>;
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
+ ListInferenceExecutionsRequest,
15
+ ListInferenceExecutionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListInferenceExecutionsCommandInput
18
+ extends ListInferenceExecutionsRequest {}
19
+ export interface ListInferenceExecutionsCommandOutput
20
+ extends ListInferenceExecutionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListInferenceExecutionsCommand extends $Command<
23
+ ListInferenceExecutionsCommandInput,
24
+ ListInferenceExecutionsCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: ListInferenceExecutionsCommandInput;
28
+ constructor(input: ListInferenceExecutionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListInferenceExecutionsCommandInput,
35
+ ListInferenceExecutionsCommandOutput
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 { ListInferenceSchedulersRequest, ListInferenceSchedulersResponse } from "../models/models_0";
5
- export interface ListInferenceSchedulersCommandInput extends ListInferenceSchedulersRequest {
6
- }
7
- export interface ListInferenceSchedulersCommandOutput extends ListInferenceSchedulersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListInferenceSchedulersCommand extends $Command<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListInferenceSchedulersCommandInput;
12
- constructor(input: ListInferenceSchedulersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput>;
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
+ ListInferenceSchedulersRequest,
15
+ ListInferenceSchedulersResponse,
16
+ } from "../models/models_0";
17
+ export interface ListInferenceSchedulersCommandInput
18
+ extends ListInferenceSchedulersRequest {}
19
+ export interface ListInferenceSchedulersCommandOutput
20
+ extends ListInferenceSchedulersResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListInferenceSchedulersCommand extends $Command<
23
+ ListInferenceSchedulersCommandInput,
24
+ ListInferenceSchedulersCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: ListInferenceSchedulersCommandInput;
28
+ constructor(input: ListInferenceSchedulersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListInferenceSchedulersCommandInput,
35
+ ListInferenceSchedulersCommandOutput
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 { ListLabelGroupsRequest, ListLabelGroupsResponse } from "../models/models_0";
5
- export interface ListLabelGroupsCommandInput extends ListLabelGroupsRequest {
6
- }
7
- export interface ListLabelGroupsCommandOutput extends ListLabelGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLabelGroupsCommand extends $Command<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListLabelGroupsCommandInput;
12
- constructor(input: ListLabelGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput>;
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
+ ListLabelGroupsRequest,
15
+ ListLabelGroupsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListLabelGroupsCommandInput extends ListLabelGroupsRequest {}
18
+ export interface ListLabelGroupsCommandOutput
19
+ extends ListLabelGroupsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListLabelGroupsCommand extends $Command<
22
+ ListLabelGroupsCommandInput,
23
+ ListLabelGroupsCommandOutput,
24
+ LookoutEquipmentClientResolvedConfig
25
+ > {
26
+ readonly input: ListLabelGroupsCommandInput;
27
+ constructor(input: ListLabelGroupsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LookoutEquipmentClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListLabelsRequest, ListLabelsResponse } from "../models/models_0";
5
- export interface ListLabelsCommandInput extends ListLabelsRequest {
6
- }
7
- export interface ListLabelsCommandOutput extends ListLabelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLabelsCommand extends $Command<ListLabelsCommandInput, ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListLabelsCommandInput;
12
- constructor(input: ListLabelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLabelsCommandInput, ListLabelsCommandOutput>;
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 { ListLabelsRequest, ListLabelsResponse } from "../models/models_0";
14
+ export interface ListLabelsCommandInput extends ListLabelsRequest {}
15
+ export interface ListLabelsCommandOutput
16
+ extends ListLabelsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListLabelsCommand extends $Command<
19
+ ListLabelsCommandInput,
20
+ ListLabelsCommandOutput,
21
+ LookoutEquipmentClientResolvedConfig
22
+ > {
23
+ readonly input: ListLabelsCommandInput;
24
+ constructor(input: ListLabelsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListLabelsCommandInput, ListLabelsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { ListModelsRequest, ListModelsResponse } from "../models/models_0";
5
- export interface ListModelsCommandInput extends ListModelsRequest {
6
- }
7
- export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListModelsCommand extends $Command<ListModelsCommandInput, ListModelsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListModelsCommandInput;
12
- constructor(input: ListModelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListModelsCommandInput, ListModelsCommandOutput>;
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 { ListModelsRequest, ListModelsResponse } from "../models/models_0";
14
+ export interface ListModelsCommandInput extends ListModelsRequest {}
15
+ export interface ListModelsCommandOutput
16
+ extends ListModelsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListModelsCommand extends $Command<
19
+ ListModelsCommandInput,
20
+ ListModelsCommandOutput,
21
+ LookoutEquipmentClientResolvedConfig
22
+ > {
23
+ readonly input: ListModelsCommandInput;
24
+ constructor(input: ListModelsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListModelsCommandInput, ListModelsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { ListSensorStatisticsRequest, ListSensorStatisticsResponse } from "../models/models_0";
5
- export interface ListSensorStatisticsCommandInput extends ListSensorStatisticsRequest {
6
- }
7
- export interface ListSensorStatisticsCommandOutput extends ListSensorStatisticsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSensorStatisticsCommand extends $Command<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListSensorStatisticsCommandInput;
12
- constructor(input: ListSensorStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput>;
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
+ ListSensorStatisticsRequest,
15
+ ListSensorStatisticsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSensorStatisticsCommandInput
18
+ extends ListSensorStatisticsRequest {}
19
+ export interface ListSensorStatisticsCommandOutput
20
+ extends ListSensorStatisticsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListSensorStatisticsCommand extends $Command<
23
+ ListSensorStatisticsCommandInput,
24
+ ListSensorStatisticsCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: ListSensorStatisticsCommandInput;
28
+ constructor(input: ListSensorStatisticsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSensorStatisticsCommandInput,
35
+ ListSensorStatisticsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { StartDataIngestionJobRequest, StartDataIngestionJobResponse } from "../models/models_0";
5
- export interface StartDataIngestionJobCommandInput extends StartDataIngestionJobRequest {
6
- }
7
- export interface StartDataIngestionJobCommandOutput extends StartDataIngestionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDataIngestionJobCommand extends $Command<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: StartDataIngestionJobCommandInput;
12
- constructor(input: StartDataIngestionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput>;
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
+ StartDataIngestionJobRequest,
15
+ StartDataIngestionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface StartDataIngestionJobCommandInput
18
+ extends StartDataIngestionJobRequest {}
19
+ export interface StartDataIngestionJobCommandOutput
20
+ extends StartDataIngestionJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartDataIngestionJobCommand extends $Command<
23
+ StartDataIngestionJobCommandInput,
24
+ StartDataIngestionJobCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: StartDataIngestionJobCommandInput;
28
+ constructor(input: StartDataIngestionJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LookoutEquipmentClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartDataIngestionJobCommandInput,
35
+ StartDataIngestionJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }