@aws-sdk/client-lookoutequipment 3.533.0 → 3.535.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 (103) hide show
  1. package/dist-types/LookoutEquipment.d.ts +7 -1
  2. package/dist-types/LookoutEquipmentClient.d.ts +1 -1
  3. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateLabelCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateLabelGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteLabelCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeLabelCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeModelCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeModelVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +2 -1
  25. package/dist-types/commands/ImportDatasetCommand.d.ts +2 -1
  26. package/dist-types/commands/ImportModelVersionCommand.d.ts +2 -1
  27. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListInferenceEventsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +2 -1
  32. package/dist-types/commands/ListLabelGroupsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListLabelsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListModelVersionsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListModelsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +2 -1
  37. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  40. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +2 -1
  41. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +2 -1
  42. package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +2 -1
  43. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +2 -1
  44. package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +2 -1
  45. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +2 -1
  52. package/dist-types/models/models_0.d.ts +588 -588
  53. package/dist-types/ts3.4/LookoutEquipment.d.ts +6 -0
  54. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +9 -0
  103. package/package.json +40 -40
@@ -197,12 +197,14 @@ export interface LookoutEquipment {
197
197
  /**
198
198
  * @see {@link ListDataIngestionJobsCommand}
199
199
  */
200
+ listDataIngestionJobs(): Promise<ListDataIngestionJobsCommandOutput>;
200
201
  listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataIngestionJobsCommandOutput>;
201
202
  listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void): void;
202
203
  listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void): void;
203
204
  /**
204
205
  * @see {@link ListDatasetsCommand}
205
206
  */
207
+ listDatasets(): Promise<ListDatasetsCommandOutput>;
206
208
  listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
207
209
  listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
208
210
  listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
@@ -221,12 +223,14 @@ export interface LookoutEquipment {
221
223
  /**
222
224
  * @see {@link ListInferenceSchedulersCommand}
223
225
  */
226
+ listInferenceSchedulers(): Promise<ListInferenceSchedulersCommandOutput>;
224
227
  listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, options?: __HttpHandlerOptions): Promise<ListInferenceSchedulersCommandOutput>;
225
228
  listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void): void;
226
229
  listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void): void;
227
230
  /**
228
231
  * @see {@link ListLabelGroupsCommand}
229
232
  */
233
+ listLabelGroups(): Promise<ListLabelGroupsCommandOutput>;
230
234
  listLabelGroups(args: ListLabelGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListLabelGroupsCommandOutput>;
231
235
  listLabelGroups(args: ListLabelGroupsCommandInput, cb: (err: any, data?: ListLabelGroupsCommandOutput) => void): void;
232
236
  listLabelGroups(args: ListLabelGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLabelGroupsCommandOutput) => void): void;
@@ -239,6 +243,7 @@ export interface LookoutEquipment {
239
243
  /**
240
244
  * @see {@link ListModelsCommand}
241
245
  */
246
+ listModels(): Promise<ListModelsCommandOutput>;
242
247
  listModels(args: ListModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelsCommandOutput>;
243
248
  listModels(args: ListModelsCommandInput, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
244
249
  listModels(args: ListModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
@@ -251,6 +256,7 @@ export interface LookoutEquipment {
251
256
  /**
252
257
  * @see {@link ListRetrainingSchedulersCommand}
253
258
  */
259
+ listRetrainingSchedulers(): Promise<ListRetrainingSchedulersCommandOutput>;
254
260
  listRetrainingSchedulers(args: ListRetrainingSchedulersCommandInput, options?: __HttpHandlerOptions): Promise<ListRetrainingSchedulersCommandOutput>;
255
261
  listRetrainingSchedulers(args: ListRetrainingSchedulersCommandInput, cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void): void;
256
262
  listRetrainingSchedulers(args: ListRetrainingSchedulersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void): void;
@@ -346,9 +352,9 @@ export interface LookoutEquipment {
346
352
  updateRetrainingScheduler(args: UpdateRetrainingSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void): void;
347
353
  }
348
354
  /**
349
- * @public
350
355
  * <p>Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify
351
356
  * anomalies in machines from sensor data for use in predictive maintenance. </p>
357
+ * @public
352
358
  */
353
359
  export declare class LookoutEquipment extends LookoutEquipmentClient implements LookoutEquipment {
354
360
  }
@@ -200,9 +200,9 @@ export type LookoutEquipmentClientResolvedConfigType = __SmithyResolvedConfigura
200
200
  export interface LookoutEquipmentClientResolvedConfig extends LookoutEquipmentClientResolvedConfigType {
201
201
  }
202
202
  /**
203
- * @public
204
203
  * <p>Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify
205
204
  * anomalies in machines from sensor data for use in predictive maintenance. </p>
205
+ * @public
206
206
  */
207
207
  export declare class LookoutEquipmentClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LookoutEquipmentClientResolvedConfig> {
208
208
  /**
@@ -22,10 +22,10 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
22
22
  }
23
23
  declare const CreateDatasetCommand_base: {
24
24
  new (input: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a container for a collection of data being ingested for analysis. The dataset
30
30
  * contains the metadata describing where the data is and what the data actually looks like.
31
31
  * For example, it contains the location of the data source, the data schema, and other
@@ -91,6 +91,7 @@ declare const CreateDatasetCommand_base: {
91
91
  * @throws {@link LookoutEquipmentServiceException}
92
92
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSc
22
22
  }
23
23
  declare const CreateInferenceSchedulerCommand_base: {
24
24
  new (input: CreateInferenceSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateInferenceSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a scheduled inference. Scheduling an inference is setting up a continuous
30
30
  * real-time inference plan to analyze new measurement data. When setting up the schedule, you
31
31
  * provide an S3 bucket location for the input data, assign it a delimiter between separate
@@ -116,6 +116,7 @@ declare const CreateInferenceSchedulerCommand_base: {
116
116
  * @throws {@link LookoutEquipmentServiceException}
117
117
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class CreateInferenceSchedulerCommand extends CreateInferenceSchedulerCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface CreateLabelCommandOutput extends CreateLabelResponse, __Metadat
22
22
  }
23
23
  declare const CreateLabelCommand_base: {
24
24
  new (input: CreateLabelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLabelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a label for an event. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const CreateLabelCommand_base: {
86
86
  * @throws {@link LookoutEquipmentServiceException}
87
87
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class CreateLabelCommand extends CreateLabelCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse,
22
22
  }
23
23
  declare const CreateLabelGroupCommand_base: {
24
24
  new (input: CreateLabelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLabelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a group of labels. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const CreateLabelGroupCommand_base: {
86
86
  * @throws {@link LookoutEquipmentServiceException}
87
87
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class CreateLabelGroupCommand extends CreateLabelGroupCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
22
22
  }
23
23
  declare const CreateModelCommand_base: {
24
24
  new (input: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a machine learning model for data inference. </p>
30
30
  * <p>A machine-learning (ML) model is a mathematical model that finds patterns in your data.
31
31
  * In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal
@@ -123,6 +123,7 @@ declare const CreateModelCommand_base: {
123
123
  * @throws {@link LookoutEquipmentServiceException}
124
124
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class CreateModelCommand extends CreateModelCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface CreateRetrainingSchedulerCommandOutput extends CreateRetraining
22
22
  }
23
23
  declare const CreateRetrainingSchedulerCommand_base: {
24
24
  new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRetrainingSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a retraining scheduler on the specified model. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const CreateRetrainingSchedulerCommand_base: {
83
83
  * @throws {@link LookoutEquipmentServiceException}
84
84
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
85
85
  *
86
+ * @public
86
87
  * @example Creates a retraining scheduler with manual promote mode
87
88
  * ```javascript
88
89
  * //
@@ -22,10 +22,10 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDatasetCommand_base: {
24
24
  new (input: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a dataset and associated artifacts. The operation will check to see if any
30
30
  * inference scheduler or data ingestion job is currently using the dataset, and if there
31
31
  * isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted.
@@ -78,6 +78,7 @@ declare const DeleteDatasetCommand_base: {
78
78
  * @throws {@link LookoutEquipmentServiceException}
79
79
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteInferenceSchedulerCommand_base: {
24
24
  new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteInferenceSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an inference scheduler that has been set up. Prior inference results will not be
30
30
  * deleted.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const DeleteInferenceSchedulerCommand_base: {
75
75
  * @throws {@link LookoutEquipmentServiceException}
76
76
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteInferenceSchedulerCommand extends DeleteInferenceSchedulerCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteLabelCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteLabelCommand_base: {
24
24
  new (input: DeleteLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a label. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DeleteLabelCommand_base: {
75
75
  * @throws {@link LookoutEquipmentServiceException}
76
76
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteLabelCommand extends DeleteLabelCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteLabelGroupCommand_base: {
24
24
  new (input: DeleteLabelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLabelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a group of labels. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const DeleteLabelGroupCommand_base: {
74
74
  * @throws {@link LookoutEquipmentServiceException}
75
75
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteLabelGroupCommand extends DeleteLabelGroupCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteModelCommand_base: {
24
24
  new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it
30
30
  * from being used with an inference scheduler, even one that is already set up. </p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const DeleteModelCommand_base: {
75
75
  * @throws {@link LookoutEquipmentServiceException}
76
76
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteModelCommand extends DeleteModelCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the resource policy attached to the resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const DeleteResourcePolicyCommand_base: {
74
74
  * @throws {@link LookoutEquipmentServiceException}
75
75
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteRetrainingSchedulerCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteRetrainingSchedulerCommand_base: {
24
24
  new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRetrainingSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a retraining scheduler from a model. The retraining scheduler must be in the
30
30
  * <code>STOPPED</code> status. </p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const DeleteRetrainingSchedulerCommand_base: {
75
75
  * @throws {@link LookoutEquipmentServiceException}
76
76
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
77
77
  *
78
+ * @public
78
79
  * @example Deletes a retraining scheduler
79
80
  * ```javascript
80
81
  * //
@@ -22,10 +22,10 @@ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataInges
22
22
  }
23
23
  declare const DescribeDataIngestionJobCommand_base: {
24
24
  new (input: DescribeDataIngestionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDataIngestionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information on a specific data ingestion job such as creation time, dataset
30
30
  * ARN, and status.</p>
31
31
  * @example
@@ -124,6 +124,7 @@ declare const DescribeDataIngestionJobCommand_base: {
124
124
  * @throws {@link LookoutEquipmentServiceException}
125
125
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class DescribeDataIngestionJobCommand extends DescribeDataIngestionJobCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
22
22
  }
23
23
  declare const DescribeDatasetCommand_base: {
24
24
  new (input: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a JSON description of the data in each time series dataset, including names,
30
30
  * column names, and data types.</p>
31
31
  * @example
@@ -124,6 +124,7 @@ declare const DescribeDatasetCommand_base: {
124
124
  * @throws {@link LookoutEquipmentServiceException}
125
125
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferen
22
22
  }
23
23
  declare const DescribeInferenceSchedulerCommand_base: {
24
24
  new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeInferenceSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Specifies information about the inference scheduler being used, including name, model,
30
30
  * status, and associated metadata </p>
31
31
  * @example
@@ -102,6 +102,7 @@ declare const DescribeInferenceSchedulerCommand_base: {
102
102
  * @throws {@link LookoutEquipmentServiceException}
103
103
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class DescribeInferenceSchedulerCommand extends DescribeInferenceSchedulerCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __Met
22
22
  }
23
23
  declare const DescribeLabelCommand_base: {
24
24
  new (input: DescribeLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns the name of the label. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DescribeLabelCommand_base: {
82
82
  * @throws {@link LookoutEquipmentServiceException}
83
83
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeLabelCommand extends DescribeLabelCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupRespo
22
22
  }
23
23
  declare const DescribeLabelGroupCommand_base: {
24
24
  new (input: DescribeLabelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLabelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns information about the label group. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const DescribeLabelGroupCommand_base: {
78
78
  * @throws {@link LookoutEquipmentServiceException}
79
79
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DescribeLabelGroupCommand extends DescribeLabelGroupCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met
22
22
  }
23
23
  declare const DescribeModelCommand_base: {
24
24
  new (input: DescribeModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a JSON containing the overall information about a specific machine learning
30
30
  * model, including model name and ARN, dataset, training and evaluation information, status,
31
31
  * and so on. </p>
@@ -129,6 +129,7 @@ declare const DescribeModelCommand_base: {
129
129
  * @throws {@link LookoutEquipmentServiceException}
130
130
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
131
131
  *
132
+ * @public
132
133
  */
133
134
  export declare class DescribeModelCommand extends DescribeModelCommand_base {
134
135
  }
@@ -22,10 +22,10 @@ export interface DescribeModelVersionCommandOutput extends DescribeModelVersionR
22
22
  }
23
23
  declare const DescribeModelVersionCommand_base: {
24
24
  new (input: DescribeModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about a specific machine learning model version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -124,6 +124,7 @@ declare const DescribeModelVersionCommand_base: {
124
124
  * @throws {@link LookoutEquipmentServiceException}
125
125
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class DescribeModelVersionCommand extends DescribeModelVersionCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
22
22
  }
23
23
  declare const DescribeResourcePolicyCommand_base: {
24
24
  new (input: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides the details of a resource policy attached to a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DescribeResourcePolicyCommand_base: {
75
75
  * @throws {@link LookoutEquipmentServiceException}
76
76
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DescribeRetrainingSchedulerCommandOutput extends DescribeRetrai
22
22
  }
23
23
  declare const DescribeRetrainingSchedulerCommand_base: {
24
24
  new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeRetrainingSchedulerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a description of the retraining scheduler, including information such as the
30
30
  * model name and retraining parameters. </p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const DescribeRetrainingSchedulerCommand_base: {
81
81
  * @throws {@link LookoutEquipmentServiceException}
82
82
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
83
83
  *
84
+ * @public
84
85
  * @example Describes a retraining scheduler
85
86
  * ```javascript
86
87
  * //
@@ -22,10 +22,10 @@ export interface ImportDatasetCommandOutput extends ImportDatasetResponse, __Met
22
22
  }
23
23
  declare const ImportDatasetCommand_base: {
24
24
  new (input: ImportDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports a dataset.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const ImportDatasetCommand_base: {
91
91
  * @throws {@link LookoutEquipmentServiceException}
92
92
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ImportDatasetCommand extends ImportDatasetCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ImportModelVersionCommandOutput extends ImportModelVersionRespo
22
22
  }
23
23
  declare const ImportModelVersionCommand_base: {
24
24
  new (input: ImportModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports a model that has been trained successfully.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const ImportModelVersionCommand_base: {
102
102
  * @throws {@link LookoutEquipmentServiceException}
103
103
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class ImportModelVersionCommand extends ImportModelVersionCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJob
22
22
  }
23
23
  declare const ListDataIngestionJobsCommand_base: {
24
24
  new (input: ListDataIngestionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDataIngestionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location
30
30
  * of the input data, status, and so on. </p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const ListDataIngestionJobsCommand_base: {
87
87
  * @throws {@link LookoutEquipmentServiceException}
88
88
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListDataIngestionJobsCommand extends ListDataIngestionJobsCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
22
22
  }
23
23
  declare const ListDatasetsCommand_base: {
24
24
  new (input: ListDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all datasets currently available in your account, filtering on the dataset name.
30
30
  * </p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const ListDatasetsCommand_base: {
79
79
  * @throws {@link LookoutEquipmentServiceException}
80
80
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListInferenceEventsCommandOutput extends ListInferenceEventsRes
22
22
  }
23
23
  declare const ListInferenceEventsCommand_base: {
24
24
  new (input: ListInferenceEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListInferenceEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists all inference events that have been found for the specified inference scheduler.
30
30
  * </p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const ListInferenceEventsCommand_base: {
87
87
  * @throws {@link LookoutEquipmentServiceException}
88
88
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListInferenceEventsCommand extends ListInferenceEventsCommand_base {
92
93
  }