@aws-sdk/client-lookoutequipment 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/LookoutEquipment.d.ts +598 -170
  3. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +328 -106
  4. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +32 -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 +8 -6
  41. package/dist-types/ts3.4/models/index.d.ts +1 -1
  42. package/dist-types/ts3.4/models/models_0.d.ts +2372 -136
  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 +68 -38
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  59. package/package.json +34 -34
@@ -1,17 +1,38 @@
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
+
23
+ export declare class DescribeLabelGroupCommand extends $Command<
24
+ DescribeLabelGroupCommandInput,
25
+ DescribeLabelGroupCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeLabelGroupCommandInput;
29
+ constructor(input: DescribeLabelGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class DescribeModelCommand extends $Command<
23
+ DescribeModelCommandInput,
24
+ DescribeModelCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeModelCommandInput;
28
+ constructor(input: DescribeModelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LookoutEquipmentClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeModelCommandInput, DescribeModelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class ListDataIngestionJobsCommand extends $Command<
24
+ ListDataIngestionJobsCommandInput,
25
+ ListDataIngestionJobsCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: ListDataIngestionJobsCommandInput;
29
+ constructor(input: ListDataIngestionJobsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDataIngestionJobsCommandInput,
37
+ ListDataIngestionJobsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class ListDatasetsCommand extends $Command<
20
+ ListDatasetsCommandInput,
21
+ ListDatasetsCommandOutput,
22
+ LookoutEquipmentClientResolvedConfig
23
+ > {
24
+ readonly input: ListDatasetsCommandInput;
25
+ constructor(input: ListDatasetsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LookoutEquipmentClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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
+
23
+ export declare class ListInferenceEventsCommand extends $Command<
24
+ ListInferenceEventsCommandInput,
25
+ ListInferenceEventsCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: ListInferenceEventsCommandInput;
29
+ constructor(input: ListInferenceEventsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class ListInferenceExecutionsCommand extends $Command<
24
+ ListInferenceExecutionsCommandInput,
25
+ ListInferenceExecutionsCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: ListInferenceExecutionsCommandInput;
29
+ constructor(input: ListInferenceExecutionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListInferenceExecutionsCommandInput,
37
+ ListInferenceExecutionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class ListInferenceSchedulersCommand extends $Command<
24
+ ListInferenceSchedulersCommandInput,
25
+ ListInferenceSchedulersCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: ListInferenceSchedulersCommandInput;
29
+ constructor(input: ListInferenceSchedulersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListInferenceSchedulersCommandInput,
37
+ ListInferenceSchedulersCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class ListLabelGroupsCommand extends $Command<
23
+ ListLabelGroupsCommandInput,
24
+ ListLabelGroupsCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: ListLabelGroupsCommandInput;
28
+ constructor(input: ListLabelGroupsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LookoutEquipmentClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class ListLabelsCommand extends $Command<
20
+ ListLabelsCommandInput,
21
+ ListLabelsCommandOutput,
22
+ LookoutEquipmentClientResolvedConfig
23
+ > {
24
+ readonly input: ListLabelsCommandInput;
25
+ constructor(input: ListLabelsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LookoutEquipmentClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListLabelsCommandInput, ListLabelsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class ListModelsCommand extends $Command<
20
+ ListModelsCommandInput,
21
+ ListModelsCommandOutput,
22
+ LookoutEquipmentClientResolvedConfig
23
+ > {
24
+ readonly input: ListModelsCommandInput;
25
+ constructor(input: ListModelsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LookoutEquipmentClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListModelsCommandInput, ListModelsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class ListSensorStatisticsCommand extends $Command<
24
+ ListSensorStatisticsCommandInput,
25
+ ListSensorStatisticsCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: ListSensorStatisticsCommandInput;
29
+ constructor(input: ListSensorStatisticsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListSensorStatisticsCommandInput,
37
+ ListSensorStatisticsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }