@aws-sdk/client-lookoutequipment 3.296.0 → 3.298.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 (117) hide show
  1. package/dist-cjs/commands/CreateDatasetCommand.js +2 -3
  2. package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +2 -3
  3. package/dist-cjs/commands/CreateLabelCommand.js +2 -3
  4. package/dist-cjs/commands/CreateLabelGroupCommand.js +2 -3
  5. package/dist-cjs/commands/CreateModelCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteLabelCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteLabelGroupCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteModelCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeLabelCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeLabelGroupCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeModelCommand.js +2 -3
  17. package/dist-cjs/commands/ListDataIngestionJobsCommand.js +2 -3
  18. package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
  19. package/dist-cjs/commands/ListInferenceEventsCommand.js +2 -3
  20. package/dist-cjs/commands/ListInferenceExecutionsCommand.js +2 -3
  21. package/dist-cjs/commands/ListInferenceSchedulersCommand.js +2 -3
  22. package/dist-cjs/commands/ListLabelGroupsCommand.js +2 -3
  23. package/dist-cjs/commands/ListLabelsCommand.js +2 -3
  24. package/dist-cjs/commands/ListModelsCommand.js +2 -3
  25. package/dist-cjs/commands/ListSensorStatisticsCommand.js +2 -3
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  27. package/dist-cjs/commands/StartDataIngestionJobCommand.js +2 -3
  28. package/dist-cjs/commands/StartInferenceSchedulerCommand.js +2 -3
  29. package/dist-cjs/commands/StopInferenceSchedulerCommand.js +2 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateLabelGroupCommand.js +2 -3
  34. package/dist-cjs/models/models_0.js +1 -383
  35. package/dist-es/commands/CreateDatasetCommand.js +2 -3
  36. package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -3
  37. package/dist-es/commands/CreateLabelCommand.js +2 -3
  38. package/dist-es/commands/CreateLabelGroupCommand.js +2 -3
  39. package/dist-es/commands/CreateModelCommand.js +2 -3
  40. package/dist-es/commands/DeleteDatasetCommand.js +2 -3
  41. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -3
  42. package/dist-es/commands/DeleteLabelCommand.js +2 -3
  43. package/dist-es/commands/DeleteLabelGroupCommand.js +2 -3
  44. package/dist-es/commands/DeleteModelCommand.js +2 -3
  45. package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -3
  46. package/dist-es/commands/DescribeDatasetCommand.js +2 -3
  47. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -3
  48. package/dist-es/commands/DescribeLabelCommand.js +2 -3
  49. package/dist-es/commands/DescribeLabelGroupCommand.js +2 -3
  50. package/dist-es/commands/DescribeModelCommand.js +2 -3
  51. package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -3
  52. package/dist-es/commands/ListDatasetsCommand.js +2 -3
  53. package/dist-es/commands/ListInferenceEventsCommand.js +2 -3
  54. package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -3
  55. package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -3
  56. package/dist-es/commands/ListLabelGroupsCommand.js +2 -3
  57. package/dist-es/commands/ListLabelsCommand.js +2 -3
  58. package/dist-es/commands/ListModelsCommand.js +2 -3
  59. package/dist-es/commands/ListSensorStatisticsCommand.js +2 -3
  60. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  61. package/dist-es/commands/StartDataIngestionJobCommand.js +2 -3
  62. package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -3
  63. package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -3
  64. package/dist-es/commands/TagResourceCommand.js +2 -3
  65. package/dist-es/commands/UntagResourceCommand.js +2 -3
  66. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -3
  67. package/dist-es/commands/UpdateLabelGroupCommand.js +2 -3
  68. package/dist-es/models/models_0.js +0 -285
  69. package/dist-types/LookoutEquipment.d.ts +34 -0
  70. package/dist-types/LookoutEquipmentClient.d.ts +24 -4
  71. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateLabelCommand.d.ts +16 -0
  74. package/dist-types/commands/CreateLabelGroupCommand.d.ts +16 -0
  75. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteLabelCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  81. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +16 -0
  82. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  83. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +16 -0
  84. package/dist-types/commands/DescribeLabelCommand.d.ts +16 -0
  85. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +16 -0
  86. package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
  87. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +16 -0
  88. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListInferenceEventsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +16 -0
  91. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +16 -0
  92. package/dist-types/commands/ListLabelGroupsCommand.d.ts +16 -0
  93. package/dist-types/commands/ListLabelsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListModelsCommand.d.ts +16 -0
  95. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +16 -0
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  97. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +16 -0
  98. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +16 -0
  99. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +16 -0
  100. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  101. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +16 -0
  104. package/dist-types/models/LookoutEquipmentServiceException.d.ts +2 -0
  105. package/dist-types/models/models_0.d.ts +254 -381
  106. package/dist-types/pagination/Interfaces.d.ts +3 -0
  107. package/dist-types/pagination/ListDataIngestionJobsPaginator.d.ts +3 -0
  108. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListInferenceEventsPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListInferenceExecutionsPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListInferenceSchedulersPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListLabelGroupsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/ListLabelsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
  115. package/dist-types/pagination/ListSensorStatisticsPaginator.d.ts +3 -0
  116. package/dist-types/ts3.4/models/models_0.d.ts +0 -275
  117. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { CreateInferenceSchedulerRequest, CreateInferenceSchedulerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateInferenceSchedulerCommand}.
8
10
  */
9
11
  export interface CreateInferenceSchedulerCommandInput extends CreateInferenceSchedulerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateInferenceSchedulerCommand}.
13
17
  */
14
18
  export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSchedulerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Creates a scheduled inference. Scheduling an inference is setting up a continuous
18
23
  * real-time inference plan to analyze new measurement data. When setting up the schedule, you
19
24
  * provide an S3 bucket location for the input data, assign it a delimiter between separate
@@ -29,6 +34,8 @@ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSc
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateInferenceSchedulerCommandInput - {@link CreateInferenceSchedulerCommandInput}
38
+ * @returns {@link CreateInferenceSchedulerCommandOutput}
32
39
  * @see {@link CreateInferenceSchedulerCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateInferenceSchedulerCommandOutput} for command's `response` shape.
34
41
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -64,11 +71,20 @@ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSc
64
71
  export declare class CreateInferenceSchedulerCommand extends $Command<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
65
72
  readonly input: CreateInferenceSchedulerCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: CreateInferenceSchedulerCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { CreateLabelRequest, CreateLabelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLabelCommand}.
8
10
  */
9
11
  export interface CreateLabelCommandInput extends CreateLabelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLabelCommand}.
13
17
  */
14
18
  export interface CreateLabelCommandOutput extends CreateLabelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Creates a label for an event.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface CreateLabelCommandOutput extends CreateLabelResponse, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateLabelCommandInput - {@link CreateLabelCommandInput}
36
+ * @returns {@link CreateLabelCommandOutput}
30
37
  * @see {@link CreateLabelCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateLabelCommandOutput} for command's `response` shape.
32
39
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -62,11 +69,20 @@ export interface CreateLabelCommandOutput extends CreateLabelResponse, __Metadat
62
69
  export declare class CreateLabelCommand extends $Command<CreateLabelCommandInput, CreateLabelCommandOutput, LookoutEquipmentClientResolvedConfig> {
63
70
  readonly input: CreateLabelCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: CreateLabelCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLabelCommandInput, CreateLabelCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { CreateLabelGroupRequest, CreateLabelGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLabelGroupCommand}.
8
10
  */
9
11
  export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLabelGroupCommand}.
13
17
  */
14
18
  export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Creates a group of labels.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateLabelGroupCommandInput - {@link CreateLabelGroupCommandInput}
36
+ * @returns {@link CreateLabelGroupCommandOutput}
30
37
  * @see {@link CreateLabelGroupCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateLabelGroupCommandOutput} for command's `response` shape.
32
39
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse,
58
65
  export declare class CreateLabelGroupCommand extends $Command<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig> {
59
66
  readonly input: CreateLabelGroupCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateLabelGroupCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateModelCommand}.
8
10
  */
9
11
  export interface CreateModelCommandInput extends CreateModelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateModelCommand}.
13
17
  */
14
18
  export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an ML model for data inference. </p>
18
23
  * <p>A machine-learning (ML) model is a mathematical model that finds patterns in your data.
19
24
  * In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and
@@ -33,6 +38,8 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param CreateModelCommandInput - {@link CreateModelCommandInput}
42
+ * @returns {@link CreateModelCommandOutput}
36
43
  * @see {@link CreateModelCommandInput} for command's `input` shape.
37
44
  * @see {@link CreateModelCommandOutput} for command's `response` shape.
38
45
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -68,11 +75,20 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
68
75
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
69
76
  readonly input: CreateModelCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: CreateModelCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DeleteDatasetRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDatasetCommand}.
8
10
  */
9
11
  export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDatasetCommand}.
13
17
  */
14
18
  export interface DeleteDatasetCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a dataset and associated artifacts. The operation will check to see if any
18
23
  * inference scheduler or data ingestion job is currently using the dataset, and if there
19
24
  * isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted.
@@ -29,6 +34,8 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteDatasetCommandInput - {@link DeleteDatasetCommandInput}
38
+ * @returns {@link DeleteDatasetCommandOutput}
32
39
  * @see {@link DeleteDatasetCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
34
41
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -61,11 +68,20 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
61
68
  export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
62
69
  readonly input: DeleteDatasetCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DeleteDatasetCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DeleteInferenceSchedulerRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteInferenceSchedulerCommand}.
8
10
  */
9
11
  export interface DeleteInferenceSchedulerCommandInput extends DeleteInferenceSchedulerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteInferenceSchedulerCommand}.
13
17
  */
14
18
  export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an inference scheduler that has been set up. Already processed output results
18
23
  * are not affected. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteInferenceSchedulerCommandInput - {@link DeleteInferenceSchedulerCommandInput}
35
+ * @returns {@link DeleteInferenceSchedulerCommandOutput}
29
36
  * @see {@link DeleteInferenceSchedulerCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteInferenceSchedulerCommandOutput} for command's `response` shape.
31
38
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer
58
65
  export declare class DeleteInferenceSchedulerCommand extends $Command<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
59
66
  readonly input: DeleteInferenceSchedulerCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteInferenceSchedulerCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DeleteLabelRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLabelCommand}.
8
10
  */
9
11
  export interface DeleteLabelCommandInput extends DeleteLabelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLabelCommand}.
13
17
  */
14
18
  export interface DeleteLabelCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Deletes a label.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DeleteLabelCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteLabelCommandInput - {@link DeleteLabelCommandInput}
36
+ * @returns {@link DeleteLabelCommandOutput}
30
37
  * @see {@link DeleteLabelCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteLabelCommandOutput} for command's `response` shape.
32
39
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -59,11 +66,20 @@ export interface DeleteLabelCommandOutput extends __MetadataBearer {
59
66
  export declare class DeleteLabelCommand extends $Command<DeleteLabelCommandInput, DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig> {
60
67
  readonly input: DeleteLabelCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: DeleteLabelCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLabelCommandInput, DeleteLabelCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DeleteLabelGroupRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLabelGroupCommand}.
8
10
  */
9
11
  export interface DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLabelGroupCommand}.
13
17
  */
14
18
  export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Deletes a group of labels.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteLabelGroupCommandInput - {@link DeleteLabelGroupCommandInput}
36
+ * @returns {@link DeleteLabelGroupCommandOutput}
30
37
  * @see {@link DeleteLabelGroupCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteLabelGroupCommandOutput} for command's `response` shape.
32
39
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -59,11 +66,20 @@ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
59
66
  export declare class DeleteLabelGroupCommand extends $Command<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig> {
60
67
  readonly input: DeleteLabelGroupCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: DeleteLabelGroupCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DeleteModelRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteModelCommand}.
8
10
  */
9
11
  export interface DeleteModelCommandInput extends DeleteModelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteModelCommand}.
13
17
  */
14
18
  export interface DeleteModelCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an ML model currently available for Amazon Lookout for Equipment. This will
18
23
  * prevent it from being used with an inference scheduler, even one that is already set up.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteModelCommandInput - {@link DeleteModelCommandInput}
36
+ * @returns {@link DeleteModelCommandOutput}
30
37
  * @see {@link DeleteModelCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteModelCommandOutput} for command's `response` shape.
32
39
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -59,11 +66,20 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
59
66
  export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
60
67
  readonly input: DeleteModelCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: DeleteModelCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDataIngestionJobCommand}.
8
10
  */
9
11
  export interface DescribeDataIngestionJobCommandInput extends DescribeDataIngestionJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDataIngestionJobCommand}.
13
17
  */
14
18
  export interface DescribeDataIngestionJobCommandOutput extends DescribeDataIngestionJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides information on a specific data ingestion job such as creation time, dataset
18
23
  * ARN, and status.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataInges
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeDataIngestionJobCommandInput - {@link DescribeDataIngestionJobCommandInput}
35
+ * @returns {@link DescribeDataIngestionJobCommandOutput}
29
36
  * @see {@link DescribeDataIngestionJobCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeDataIngestionJobCommandOutput} for command's `response` shape.
31
38
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataInges
54
61
  export declare class DescribeDataIngestionJobCommand extends $Command<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig> {
55
62
  readonly input: DescribeDataIngestionJobCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeDataIngestionJobCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDatasetCommand}.
8
10
  */
9
11
  export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDatasetCommand}.
13
17
  */
14
18
  export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides a JSON description of the data in each time series dataset, including names,
18
23
  * column names, and data types.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeDatasetCommandInput - {@link DescribeDatasetCommandInput}
35
+ * @returns {@link DescribeDatasetCommandOutput}
29
36
  * @see {@link DescribeDatasetCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
31
38
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
54
61
  export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
55
62
  readonly input: DescribeDatasetCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeDatasetCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeInferenceSchedulerCommand}.
8
10
  */
9
11
  export interface DescribeInferenceSchedulerCommandInput extends DescribeInferenceSchedulerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeInferenceSchedulerCommand}.
13
17
  */
14
18
  export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferenceSchedulerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Specifies information about the inference scheduler being used, including name, model,
18
23
  * status, and associated metadata </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferen
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeInferenceSchedulerCommandInput - {@link DescribeInferenceSchedulerCommandInput}
35
+ * @returns {@link DescribeInferenceSchedulerCommandOutput}
29
36
  * @see {@link DescribeInferenceSchedulerCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeInferenceSchedulerCommandOutput} for command's `response` shape.
31
38
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferen
54
61
  export declare class DescribeInferenceSchedulerCommand extends $Command<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
55
62
  readonly input: DescribeInferenceSchedulerCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeInferenceSchedulerCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { DescribeLabelRequest, DescribeLabelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeLabelCommand}.
8
10
  */
9
11
  export interface DescribeLabelCommandInput extends DescribeLabelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeLabelCommand}.
13
17
  */
14
18
  export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Returns the name of the label.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeLabelCommandInput - {@link DescribeLabelCommandInput}
36
+ * @returns {@link DescribeLabelCommandOutput}
30
37
  * @see {@link DescribeLabelCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeLabelCommandOutput} for command's `response` shape.
32
39
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __Met
55
62
  export declare class DescribeLabelCommand extends $Command<DescribeLabelCommandInput, DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig> {
56
63
  readonly input: DescribeLabelCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeLabelCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLabelCommandInput, DescribeLabelCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }