@aws-sdk/client-lookoutequipment 3.168.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 +16 -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,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 { CreateLabelGroupRequest, CreateLabelGroupResponse } from "../models/models_0";
5
- export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {
6
- }
7
- export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLabelGroupCommand extends $Command<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
- readonly input: CreateLabelGroupCommandInput;
12
- constructor(input: CreateLabelGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput>;
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
+ CreateLabelGroupRequest,
15
+ CreateLabelGroupResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {}
18
+ export interface CreateLabelGroupCommandOutput
19
+ extends CreateLabelGroupResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateLabelGroupCommand extends $Command<
23
+ CreateLabelGroupCommandInput,
24
+ CreateLabelGroupCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLabelGroupCommandInput;
28
+ constructor(input: CreateLabelGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LookoutEquipmentClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput>;
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 { 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
+
19
+ export declare class CreateModelCommand extends $Command<
20
+ CreateModelCommandInput,
21
+ CreateModelCommandOutput,
22
+ LookoutEquipmentClientResolvedConfig
23
+ > {
24
+ readonly input: CreateModelCommandInput;
25
+ constructor(input: CreateModelCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LookoutEquipmentClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { 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
+
17
+ export declare class DeleteDatasetCommand extends $Command<
18
+ DeleteDatasetCommandInput,
19
+ DeleteDatasetCommandOutput,
20
+ LookoutEquipmentClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteDatasetCommandInput;
23
+ constructor(input: DeleteDatasetCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+
19
+ export declare class DeleteInferenceSchedulerCommand extends $Command<
20
+ DeleteInferenceSchedulerCommandInput,
21
+ DeleteInferenceSchedulerCommandOutput,
22
+ LookoutEquipmentClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteInferenceSchedulerCommandInput;
25
+ constructor(input: DeleteInferenceSchedulerCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LookoutEquipmentClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteInferenceSchedulerCommandInput,
33
+ DeleteInferenceSchedulerCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
+
17
+ export declare class DeleteLabelCommand extends $Command<
18
+ DeleteLabelCommandInput,
19
+ DeleteLabelCommandOutput,
20
+ LookoutEquipmentClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteLabelCommandInput;
23
+ constructor(input: DeleteLabelCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteLabelCommandInput, DeleteLabelCommandOutput>;
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 { 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
+
17
+ export declare class DeleteLabelGroupCommand extends $Command<
18
+ DeleteLabelGroupCommandInput,
19
+ DeleteLabelGroupCommandOutput,
20
+ LookoutEquipmentClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteLabelGroupCommandInput;
23
+ constructor(input: DeleteLabelGroupCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput>;
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 { 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
+
17
+ export declare class DeleteModelCommand extends $Command<
18
+ DeleteModelCommandInput,
19
+ DeleteModelCommandOutput,
20
+ LookoutEquipmentClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteModelCommandInput;
23
+ constructor(input: DeleteModelCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LookoutEquipmentClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+
23
+ export declare class DescribeDataIngestionJobCommand extends $Command<
24
+ DescribeDataIngestionJobCommandInput,
25
+ DescribeDataIngestionJobCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDataIngestionJobCommandInput;
29
+ constructor(input: DescribeDataIngestionJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDataIngestionJobCommandInput,
37
+ DescribeDataIngestionJobCommandOutput
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 { 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
+
22
+ export declare class DescribeDatasetCommand extends $Command<
23
+ DescribeDatasetCommandInput,
24
+ DescribeDatasetCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeDatasetCommandInput;
28
+ constructor(input: DescribeDatasetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LookoutEquipmentClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
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 { 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
+
23
+ export declare class DescribeInferenceSchedulerCommand extends $Command<
24
+ DescribeInferenceSchedulerCommandInput,
25
+ DescribeInferenceSchedulerCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeInferenceSchedulerCommandInput;
29
+ constructor(input: DescribeInferenceSchedulerCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeInferenceSchedulerCommandInput,
37
+ DescribeInferenceSchedulerCommandOutput
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 { 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
+
22
+ export declare class DescribeLabelCommand extends $Command<
23
+ DescribeLabelCommandInput,
24
+ DescribeLabelCommandOutput,
25
+ LookoutEquipmentClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeLabelCommandInput;
28
+ constructor(input: DescribeLabelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LookoutEquipmentClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeLabelCommandInput, DescribeLabelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }