@aws-sdk/client-lookoutequipment 3.410.0 → 3.413.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 (101) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/LookoutEquipment.js +16 -0
  3. package/dist-cjs/commands/CreateRetrainingSchedulerCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteRetrainingSchedulerCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeRetrainingSchedulerCommand.js +46 -0
  6. package/dist-cjs/commands/ListRetrainingSchedulersCommand.js +46 -0
  7. package/dist-cjs/commands/StartRetrainingSchedulerCommand.js +46 -0
  8. package/dist-cjs/commands/StopRetrainingSchedulerCommand.js +46 -0
  9. package/dist-cjs/commands/UpdateModelCommand.js +46 -0
  10. package/dist-cjs/commands/UpdateRetrainingSchedulerCommand.js +46 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/models/models_0.js +28 -6
  13. package/dist-cjs/pagination/ListRetrainingSchedulersPaginator.js +29 -0
  14. package/dist-cjs/pagination/index.js +1 -0
  15. package/dist-cjs/protocols/Aws_json1_0.js +502 -2
  16. package/dist-es/LookoutEquipment.js +16 -0
  17. package/dist-es/commands/CreateRetrainingSchedulerCommand.js +42 -0
  18. package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +42 -0
  19. package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +42 -0
  20. package/dist-es/commands/ListRetrainingSchedulersCommand.js +42 -0
  21. package/dist-es/commands/StartRetrainingSchedulerCommand.js +42 -0
  22. package/dist-es/commands/StopRetrainingSchedulerCommand.js +42 -0
  23. package/dist-es/commands/UpdateModelCommand.js +42 -0
  24. package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +42 -0
  25. package/dist-es/commands/index.js +8 -0
  26. package/dist-es/models/models_0.js +27 -5
  27. package/dist-es/pagination/ListRetrainingSchedulersPaginator.js +25 -0
  28. package/dist-es/pagination/index.js +1 -0
  29. package/dist-es/protocols/Aws_json1_0.js +484 -0
  30. package/dist-types/LookoutEquipment.d.ts +56 -0
  31. package/dist-types/LookoutEquipmentClient.d.ts +10 -2
  32. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -2
  33. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +2 -2
  34. package/dist-types/commands/CreateLabelCommand.d.ts +3 -5
  35. package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -5
  36. package/dist-types/commands/CreateModelCommand.d.ts +7 -7
  37. package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +147 -0
  38. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -2
  39. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +4 -4
  40. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -5
  41. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -5
  42. package/dist-types/commands/DeleteModelCommand.d.ts +4 -5
  43. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +106 -0
  45. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +2 -2
  46. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -2
  47. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +2 -2
  48. package/dist-types/commands/DescribeLabelCommand.d.ts +3 -5
  49. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -5
  50. package/dist-types/commands/DescribeModelCommand.d.ts +15 -5
  51. package/dist-types/commands/DescribeModelVersionCommand.d.ts +6 -2
  52. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -2
  53. package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +125 -0
  54. package/dist-types/commands/ImportDatasetCommand.d.ts +2 -2
  55. package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -2
  56. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +2 -2
  57. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -2
  58. package/dist-types/commands/ListInferenceEventsCommand.d.ts +2 -2
  59. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +4 -2
  60. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +2 -2
  61. package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -5
  62. package/dist-types/commands/ListLabelsCommand.d.ts +3 -5
  63. package/dist-types/commands/ListModelVersionsCommand.d.ts +5 -5
  64. package/dist-types/commands/ListModelsCommand.d.ts +7 -2
  65. package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +143 -0
  66. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +2 -2
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  68. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -2
  69. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -4
  70. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +2 -2
  71. package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +116 -0
  72. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +2 -2
  73. package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +116 -0
  74. package/dist-types/commands/TagResourceCommand.d.ts +6 -6
  75. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  76. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +2 -2
  77. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +2 -2
  78. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -5
  79. package/dist-types/commands/UpdateModelCommand.d.ts +116 -0
  80. package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +111 -0
  81. package/dist-types/commands/index.d.ts +8 -0
  82. package/dist-types/models/models_0.d.ts +895 -433
  83. package/dist-types/pagination/ListRetrainingSchedulersPaginator.d.ts +7 -0
  84. package/dist-types/pagination/index.d.ts +1 -0
  85. package/dist-types/protocols/Aws_json1_0.d.ts +72 -0
  86. package/dist-types/ts3.4/LookoutEquipment.d.ts +136 -0
  87. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +50 -2
  88. package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +38 -0
  90. package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +42 -0
  91. package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +42 -0
  92. package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +42 -0
  93. package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +42 -0
  94. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +33 -0
  95. package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +38 -0
  96. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  97. package/dist-types/ts3.4/models/models_0.d.ts +137 -9
  98. package/dist-types/ts3.4/pagination/ListRetrainingSchedulersPaginator.d.ts +11 -0
  99. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  100. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
  101. package/package.json +28 -28
@@ -4,12 +4,14 @@ import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOu
4
4
  import { CreateLabelCommandInput, CreateLabelCommandOutput } from "./commands/CreateLabelCommand";
5
5
  import { CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput } from "./commands/CreateLabelGroupCommand";
6
6
  import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
7
+ import { CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput } from "./commands/CreateRetrainingSchedulerCommand";
7
8
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
8
9
  import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput } from "./commands/DeleteInferenceSchedulerCommand";
9
10
  import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
10
11
  import { DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput } from "./commands/DeleteLabelGroupCommand";
11
12
  import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
12
13
  import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
14
+ import { DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput } from "./commands/DeleteRetrainingSchedulerCommand";
13
15
  import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "./commands/DescribeDataIngestionJobCommand";
14
16
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
15
17
  import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "./commands/DescribeInferenceSchedulerCommand";
@@ -18,6 +20,7 @@ import { DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput } from
18
20
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
19
21
  import { DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput } from "./commands/DescribeModelVersionCommand";
20
22
  import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
23
+ import { DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput } from "./commands/DescribeRetrainingSchedulerCommand";
21
24
  import { ImportDatasetCommandInput, ImportDatasetCommandOutput } from "./commands/ImportDatasetCommand";
22
25
  import { ImportModelVersionCommandInput, ImportModelVersionCommandOutput } from "./commands/ImportModelVersionCommand";
23
26
  import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "./commands/ListDataIngestionJobsCommand";
@@ -29,17 +32,22 @@ import { ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput } from "./com
29
32
  import { ListLabelsCommandInput, ListLabelsCommandOutput } from "./commands/ListLabelsCommand";
30
33
  import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
31
34
  import { ListModelVersionsCommandInput, ListModelVersionsCommandOutput } from "./commands/ListModelVersionsCommand";
35
+ import { ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput } from "./commands/ListRetrainingSchedulersCommand";
32
36
  import { ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput } from "./commands/ListSensorStatisticsCommand";
33
37
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
38
  import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
35
39
  import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "./commands/StartDataIngestionJobCommand";
36
40
  import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "./commands/StartInferenceSchedulerCommand";
41
+ import { StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput } from "./commands/StartRetrainingSchedulerCommand";
37
42
  import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "./commands/StopInferenceSchedulerCommand";
43
+ import { StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput } from "./commands/StopRetrainingSchedulerCommand";
38
44
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
39
45
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
46
  import { UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput } from "./commands/UpdateActiveModelVersionCommand";
41
47
  import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "./commands/UpdateInferenceSchedulerCommand";
42
48
  import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "./commands/UpdateLabelGroupCommand";
49
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
50
+ import { UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput } from "./commands/UpdateRetrainingSchedulerCommand";
43
51
  import { LookoutEquipmentClient } from "./LookoutEquipmentClient";
44
52
  export interface LookoutEquipment {
45
53
  /**
@@ -72,6 +80,12 @@ export interface LookoutEquipment {
72
80
  createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
73
81
  createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
74
82
  createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
83
+ /**
84
+ * @see {@link CreateRetrainingSchedulerCommand}
85
+ */
86
+ createRetrainingScheduler(args: CreateRetrainingSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<CreateRetrainingSchedulerCommandOutput>;
87
+ createRetrainingScheduler(args: CreateRetrainingSchedulerCommandInput, cb: (err: any, data?: CreateRetrainingSchedulerCommandOutput) => void): void;
88
+ createRetrainingScheduler(args: CreateRetrainingSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRetrainingSchedulerCommandOutput) => void): void;
75
89
  /**
76
90
  * @see {@link DeleteDatasetCommand}
77
91
  */
@@ -108,6 +122,12 @@ export interface LookoutEquipment {
108
122
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
109
123
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
110
124
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
125
+ /**
126
+ * @see {@link DeleteRetrainingSchedulerCommand}
127
+ */
128
+ deleteRetrainingScheduler(args: DeleteRetrainingSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRetrainingSchedulerCommandOutput>;
129
+ deleteRetrainingScheduler(args: DeleteRetrainingSchedulerCommandInput, cb: (err: any, data?: DeleteRetrainingSchedulerCommandOutput) => void): void;
130
+ deleteRetrainingScheduler(args: DeleteRetrainingSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRetrainingSchedulerCommandOutput) => void): void;
111
131
  /**
112
132
  * @see {@link DescribeDataIngestionJobCommand}
113
133
  */
@@ -156,6 +176,12 @@ export interface LookoutEquipment {
156
176
  describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePolicyCommandOutput>;
157
177
  describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
158
178
  describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
179
+ /**
180
+ * @see {@link DescribeRetrainingSchedulerCommand}
181
+ */
182
+ describeRetrainingScheduler(args: DescribeRetrainingSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRetrainingSchedulerCommandOutput>;
183
+ describeRetrainingScheduler(args: DescribeRetrainingSchedulerCommandInput, cb: (err: any, data?: DescribeRetrainingSchedulerCommandOutput) => void): void;
184
+ describeRetrainingScheduler(args: DescribeRetrainingSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRetrainingSchedulerCommandOutput) => void): void;
159
185
  /**
160
186
  * @see {@link ImportDatasetCommand}
161
187
  */
@@ -222,6 +248,12 @@ export interface LookoutEquipment {
222
248
  listModelVersions(args: ListModelVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelVersionsCommandOutput>;
223
249
  listModelVersions(args: ListModelVersionsCommandInput, cb: (err: any, data?: ListModelVersionsCommandOutput) => void): void;
224
250
  listModelVersions(args: ListModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelVersionsCommandOutput) => void): void;
251
+ /**
252
+ * @see {@link ListRetrainingSchedulersCommand}
253
+ */
254
+ listRetrainingSchedulers(args: ListRetrainingSchedulersCommandInput, options?: __HttpHandlerOptions): Promise<ListRetrainingSchedulersCommandOutput>;
255
+ listRetrainingSchedulers(args: ListRetrainingSchedulersCommandInput, cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void): void;
256
+ listRetrainingSchedulers(args: ListRetrainingSchedulersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void): void;
225
257
  /**
226
258
  * @see {@link ListSensorStatisticsCommand}
227
259
  */
@@ -252,12 +284,24 @@ export interface LookoutEquipment {
252
284
  startInferenceScheduler(args: StartInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<StartInferenceSchedulerCommandOutput>;
253
285
  startInferenceScheduler(args: StartInferenceSchedulerCommandInput, cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void): void;
254
286
  startInferenceScheduler(args: StartInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void): void;
287
+ /**
288
+ * @see {@link StartRetrainingSchedulerCommand}
289
+ */
290
+ startRetrainingScheduler(args: StartRetrainingSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<StartRetrainingSchedulerCommandOutput>;
291
+ startRetrainingScheduler(args: StartRetrainingSchedulerCommandInput, cb: (err: any, data?: StartRetrainingSchedulerCommandOutput) => void): void;
292
+ startRetrainingScheduler(args: StartRetrainingSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRetrainingSchedulerCommandOutput) => void): void;
255
293
  /**
256
294
  * @see {@link StopInferenceSchedulerCommand}
257
295
  */
258
296
  stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<StopInferenceSchedulerCommandOutput>;
259
297
  stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void): void;
260
298
  stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void): void;
299
+ /**
300
+ * @see {@link StopRetrainingSchedulerCommand}
301
+ */
302
+ stopRetrainingScheduler(args: StopRetrainingSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<StopRetrainingSchedulerCommandOutput>;
303
+ stopRetrainingScheduler(args: StopRetrainingSchedulerCommandInput, cb: (err: any, data?: StopRetrainingSchedulerCommandOutput) => void): void;
304
+ stopRetrainingScheduler(args: StopRetrainingSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRetrainingSchedulerCommandOutput) => void): void;
261
305
  /**
262
306
  * @see {@link TagResourceCommand}
263
307
  */
@@ -288,6 +332,18 @@ export interface LookoutEquipment {
288
332
  updateLabelGroup(args: UpdateLabelGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLabelGroupCommandOutput>;
289
333
  updateLabelGroup(args: UpdateLabelGroupCommandInput, cb: (err: any, data?: UpdateLabelGroupCommandOutput) => void): void;
290
334
  updateLabelGroup(args: UpdateLabelGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLabelGroupCommandOutput) => void): void;
335
+ /**
336
+ * @see {@link UpdateModelCommand}
337
+ */
338
+ updateModel(args: UpdateModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelCommandOutput>;
339
+ updateModel(args: UpdateModelCommandInput, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
340
+ updateModel(args: UpdateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
341
+ /**
342
+ * @see {@link UpdateRetrainingSchedulerCommand}
343
+ */
344
+ updateRetrainingScheduler(args: UpdateRetrainingSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRetrainingSchedulerCommandOutput>;
345
+ updateRetrainingScheduler(args: UpdateRetrainingSchedulerCommandInput, cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void): void;
346
+ updateRetrainingScheduler(args: UpdateRetrainingSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void): void;
291
347
  }
292
348
  /**
293
349
  * @public
@@ -13,12 +13,14 @@ import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOu
13
13
  import { CreateLabelCommandInput, CreateLabelCommandOutput } from "./commands/CreateLabelCommand";
14
14
  import { CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput } from "./commands/CreateLabelGroupCommand";
15
15
  import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
16
+ import { CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput } from "./commands/CreateRetrainingSchedulerCommand";
16
17
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
17
18
  import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput } from "./commands/DeleteInferenceSchedulerCommand";
18
19
  import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
19
20
  import { DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput } from "./commands/DeleteLabelGroupCommand";
20
21
  import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
21
22
  import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
23
+ import { DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput } from "./commands/DeleteRetrainingSchedulerCommand";
22
24
  import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "./commands/DescribeDataIngestionJobCommand";
23
25
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
24
26
  import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "./commands/DescribeInferenceSchedulerCommand";
@@ -27,6 +29,7 @@ import { DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput } from
27
29
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
28
30
  import { DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput } from "./commands/DescribeModelVersionCommand";
29
31
  import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
32
+ import { DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput } from "./commands/DescribeRetrainingSchedulerCommand";
30
33
  import { ImportDatasetCommandInput, ImportDatasetCommandOutput } from "./commands/ImportDatasetCommand";
31
34
  import { ImportModelVersionCommandInput, ImportModelVersionCommandOutput } from "./commands/ImportModelVersionCommand";
32
35
  import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "./commands/ListDataIngestionJobsCommand";
@@ -38,28 +41,33 @@ import { ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput } from "./com
38
41
  import { ListLabelsCommandInput, ListLabelsCommandOutput } from "./commands/ListLabelsCommand";
39
42
  import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
40
43
  import { ListModelVersionsCommandInput, ListModelVersionsCommandOutput } from "./commands/ListModelVersionsCommand";
44
+ import { ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput } from "./commands/ListRetrainingSchedulersCommand";
41
45
  import { ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput } from "./commands/ListSensorStatisticsCommand";
42
46
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
43
47
  import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
44
48
  import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "./commands/StartDataIngestionJobCommand";
45
49
  import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "./commands/StartInferenceSchedulerCommand";
50
+ import { StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput } from "./commands/StartRetrainingSchedulerCommand";
46
51
  import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "./commands/StopInferenceSchedulerCommand";
52
+ import { StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput } from "./commands/StopRetrainingSchedulerCommand";
47
53
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
48
54
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
49
55
  import { UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput } from "./commands/UpdateActiveModelVersionCommand";
50
56
  import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "./commands/UpdateInferenceSchedulerCommand";
51
57
  import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "./commands/UpdateLabelGroupCommand";
58
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
59
+ import { UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput } from "./commands/UpdateRetrainingSchedulerCommand";
52
60
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
53
61
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
54
62
  export { __Client };
55
63
  /**
56
64
  * @public
57
65
  */
58
- export type ServiceInputTypes = CreateDatasetCommandInput | CreateInferenceSchedulerCommandInput | CreateLabelCommandInput | CreateLabelGroupCommandInput | CreateModelCommandInput | DeleteDatasetCommandInput | DeleteInferenceSchedulerCommandInput | DeleteLabelCommandInput | DeleteLabelGroupCommandInput | DeleteModelCommandInput | DeleteResourcePolicyCommandInput | DescribeDataIngestionJobCommandInput | DescribeDatasetCommandInput | DescribeInferenceSchedulerCommandInput | DescribeLabelCommandInput | DescribeLabelGroupCommandInput | DescribeModelCommandInput | DescribeModelVersionCommandInput | DescribeResourcePolicyCommandInput | ImportDatasetCommandInput | ImportModelVersionCommandInput | ListDataIngestionJobsCommandInput | ListDatasetsCommandInput | ListInferenceEventsCommandInput | ListInferenceExecutionsCommandInput | ListInferenceSchedulersCommandInput | ListLabelGroupsCommandInput | ListLabelsCommandInput | ListModelVersionsCommandInput | ListModelsCommandInput | ListSensorStatisticsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | StartDataIngestionJobCommandInput | StartInferenceSchedulerCommandInput | StopInferenceSchedulerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActiveModelVersionCommandInput | UpdateInferenceSchedulerCommandInput | UpdateLabelGroupCommandInput;
66
+ export type ServiceInputTypes = CreateDatasetCommandInput | CreateInferenceSchedulerCommandInput | CreateLabelCommandInput | CreateLabelGroupCommandInput | CreateModelCommandInput | CreateRetrainingSchedulerCommandInput | DeleteDatasetCommandInput | DeleteInferenceSchedulerCommandInput | DeleteLabelCommandInput | DeleteLabelGroupCommandInput | DeleteModelCommandInput | DeleteResourcePolicyCommandInput | DeleteRetrainingSchedulerCommandInput | DescribeDataIngestionJobCommandInput | DescribeDatasetCommandInput | DescribeInferenceSchedulerCommandInput | DescribeLabelCommandInput | DescribeLabelGroupCommandInput | DescribeModelCommandInput | DescribeModelVersionCommandInput | DescribeResourcePolicyCommandInput | DescribeRetrainingSchedulerCommandInput | ImportDatasetCommandInput | ImportModelVersionCommandInput | ListDataIngestionJobsCommandInput | ListDatasetsCommandInput | ListInferenceEventsCommandInput | ListInferenceExecutionsCommandInput | ListInferenceSchedulersCommandInput | ListLabelGroupsCommandInput | ListLabelsCommandInput | ListModelVersionsCommandInput | ListModelsCommandInput | ListRetrainingSchedulersCommandInput | ListSensorStatisticsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | StartDataIngestionJobCommandInput | StartInferenceSchedulerCommandInput | StartRetrainingSchedulerCommandInput | StopInferenceSchedulerCommandInput | StopRetrainingSchedulerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActiveModelVersionCommandInput | UpdateInferenceSchedulerCommandInput | UpdateLabelGroupCommandInput | UpdateModelCommandInput | UpdateRetrainingSchedulerCommandInput;
59
67
  /**
60
68
  * @public
61
69
  */
62
- export type ServiceOutputTypes = CreateDatasetCommandOutput | CreateInferenceSchedulerCommandOutput | CreateLabelCommandOutput | CreateLabelGroupCommandOutput | CreateModelCommandOutput | DeleteDatasetCommandOutput | DeleteInferenceSchedulerCommandOutput | DeleteLabelCommandOutput | DeleteLabelGroupCommandOutput | DeleteModelCommandOutput | DeleteResourcePolicyCommandOutput | DescribeDataIngestionJobCommandOutput | DescribeDatasetCommandOutput | DescribeInferenceSchedulerCommandOutput | DescribeLabelCommandOutput | DescribeLabelGroupCommandOutput | DescribeModelCommandOutput | DescribeModelVersionCommandOutput | DescribeResourcePolicyCommandOutput | ImportDatasetCommandOutput | ImportModelVersionCommandOutput | ListDataIngestionJobsCommandOutput | ListDatasetsCommandOutput | ListInferenceEventsCommandOutput | ListInferenceExecutionsCommandOutput | ListInferenceSchedulersCommandOutput | ListLabelGroupsCommandOutput | ListLabelsCommandOutput | ListModelVersionsCommandOutput | ListModelsCommandOutput | ListSensorStatisticsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | StartDataIngestionJobCommandOutput | StartInferenceSchedulerCommandOutput | StopInferenceSchedulerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActiveModelVersionCommandOutput | UpdateInferenceSchedulerCommandOutput | UpdateLabelGroupCommandOutput;
70
+ export type ServiceOutputTypes = CreateDatasetCommandOutput | CreateInferenceSchedulerCommandOutput | CreateLabelCommandOutput | CreateLabelGroupCommandOutput | CreateModelCommandOutput | CreateRetrainingSchedulerCommandOutput | DeleteDatasetCommandOutput | DeleteInferenceSchedulerCommandOutput | DeleteLabelCommandOutput | DeleteLabelGroupCommandOutput | DeleteModelCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRetrainingSchedulerCommandOutput | DescribeDataIngestionJobCommandOutput | DescribeDatasetCommandOutput | DescribeInferenceSchedulerCommandOutput | DescribeLabelCommandOutput | DescribeLabelGroupCommandOutput | DescribeModelCommandOutput | DescribeModelVersionCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRetrainingSchedulerCommandOutput | ImportDatasetCommandOutput | ImportModelVersionCommandOutput | ListDataIngestionJobsCommandOutput | ListDatasetsCommandOutput | ListInferenceEventsCommandOutput | ListInferenceExecutionsCommandOutput | ListInferenceSchedulersCommandOutput | ListLabelGroupsCommandOutput | ListLabelsCommandOutput | ListModelVersionsCommandOutput | ListModelsCommandOutput | ListRetrainingSchedulersCommandOutput | ListSensorStatisticsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | StartDataIngestionJobCommandOutput | StartInferenceSchedulerCommandOutput | StartRetrainingSchedulerCommandOutput | StopInferenceSchedulerCommandOutput | StopRetrainingSchedulerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActiveModelVersionCommandOutput | UpdateInferenceSchedulerCommandOutput | UpdateLabelGroupCommandOutput | UpdateModelCommandOutput | UpdateRetrainingSchedulerCommandOutput;
63
71
  /**
64
72
  * @public
65
73
  */
@@ -82,8 +82,8 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
82
82
  * <p>The request was denied due to request throttling.</p>
83
83
  *
84
84
  * @throws {@link ValidationException} (client fault)
85
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
86
- * related Amazon Web Services service that's being utilized. </p>
85
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
86
+ * service that's being utilized. </p>
87
87
  *
88
88
  * @throws {@link LookoutEquipmentServiceException}
89
89
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -106,8 +106,8 @@ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSc
106
106
  * <p>The request was denied due to request throttling.</p>
107
107
  *
108
108
  * @throws {@link ValidationException} (client fault)
109
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
110
- * related Amazon Web Services service that's being utilized. </p>
109
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
110
+ * service that's being utilized. </p>
111
111
  *
112
112
  * @throws {@link LookoutEquipmentServiceException}
113
113
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -23,9 +23,7 @@ export interface CreateLabelCommandOutput extends CreateLabelResponse, __Metadat
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>
27
- * Creates a label for an event.
28
- * </p>
26
+ * <p> Creates a label for an event. </p>
29
27
  * @example
30
28
  * Use a bare-bones client and the command you need to make an API call.
31
29
  * ```javascript
@@ -79,8 +77,8 @@ export interface CreateLabelCommandOutput extends CreateLabelResponse, __Metadat
79
77
  * <p>The request was denied due to request throttling.</p>
80
78
  *
81
79
  * @throws {@link ValidationException} (client fault)
82
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
83
- * related Amazon Web Services service that's being utilized. </p>
80
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
81
+ * service that's being utilized. </p>
84
82
  *
85
83
  * @throws {@link LookoutEquipmentServiceException}
86
84
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -23,9 +23,7 @@ export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>
27
- * Creates a group of labels.
28
- * </p>
26
+ * <p> Creates a group of labels. </p>
29
27
  * @example
30
28
  * Use a bare-bones client and the command you need to make an API call.
31
29
  * ```javascript
@@ -79,8 +77,8 @@ export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse,
79
77
  * <p>The request was denied due to request throttling.</p>
80
78
  *
81
79
  * @throws {@link ValidationException} (client fault)
82
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
83
- * related Amazon Web Services service that's being utilized. </p>
80
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
81
+ * service that's being utilized. </p>
84
82
  *
85
83
  * @throws {@link LookoutEquipmentServiceException}
86
84
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -23,12 +23,12 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates an ML model for data inference. </p>
26
+ * <p>Creates a machine learning model for data inference. </p>
27
27
  * <p>A machine-learning (ML) model is a mathematical model that finds patterns in your data.
28
- * In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and
29
- * detects abnormal behavior that could be potential equipment failure (or maintenance
30
- * events). The models are made by analyzing normal data and abnormalities in machine behavior
31
- * that have already occurred.</p>
28
+ * In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal
29
+ * behavior that could be potential equipment failure (or maintenance events). The models are
30
+ * made by analyzing normal data and abnormalities in machine behavior that have already
31
+ * occurred.</p>
32
32
  * <p>Your model is trained using a portion of the data from your dataset and uses that data
33
33
  * to learn patterns of normal behavior and abnormal patterns that lead to equipment failure.
34
34
  * Another portion of the data is used to evaluate the model's accuracy. </p>
@@ -107,8 +107,8 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
107
107
  * <p>The request was denied due to request throttling.</p>
108
108
  *
109
109
  * @throws {@link ValidationException} (client fault)
110
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
111
- * related Amazon Web Services service that's being utilized. </p>
110
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
111
+ * service that's being utilized. </p>
112
112
  *
113
113
  * @throws {@link LookoutEquipmentServiceException}
114
114
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -0,0 +1,147 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
+ import { CreateRetrainingSchedulerRequest, CreateRetrainingSchedulerResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateRetrainingSchedulerCommand}.
14
+ */
15
+ export interface CreateRetrainingSchedulerCommandInput extends CreateRetrainingSchedulerRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateRetrainingSchedulerCommand}.
21
+ */
22
+ export interface CreateRetrainingSchedulerCommandOutput extends CreateRetrainingSchedulerResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates a retraining scheduler on the specified model. </p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { LookoutEquipmentClient, CreateRetrainingSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
31
+ * // const { LookoutEquipmentClient, CreateRetrainingSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
32
+ * const client = new LookoutEquipmentClient(config);
33
+ * const input = { // CreateRetrainingSchedulerRequest
34
+ * ModelName: "STRING_VALUE", // required
35
+ * RetrainingStartDate: new Date("TIMESTAMP"),
36
+ * RetrainingFrequency: "STRING_VALUE", // required
37
+ * LookbackWindow: "STRING_VALUE", // required
38
+ * PromoteMode: "MANAGED" || "MANUAL",
39
+ * ClientToken: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new CreateRetrainingSchedulerCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // CreateRetrainingSchedulerResponse
44
+ * // ModelName: "STRING_VALUE",
45
+ * // ModelArn: "STRING_VALUE",
46
+ * // Status: "PENDING" || "RUNNING" || "STOPPING" || "STOPPED",
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param CreateRetrainingSchedulerCommandInput - {@link CreateRetrainingSchedulerCommandInput}
52
+ * @returns {@link CreateRetrainingSchedulerCommandOutput}
53
+ * @see {@link CreateRetrainingSchedulerCommandInput} for command's `input` shape.
54
+ * @see {@link CreateRetrainingSchedulerCommandOutput} for command's `response` shape.
55
+ * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>The request could not be completed because you do not have access to the resource.
59
+ * </p>
60
+ *
61
+ * @throws {@link ConflictException} (client fault)
62
+ * <p> The request could not be completed due to a conflict with the current state of the
63
+ * target resource. </p>
64
+ *
65
+ * @throws {@link InternalServerException} (server fault)
66
+ * <p> Processing of the request has failed because of an unknown error, exception or failure.
67
+ * </p>
68
+ *
69
+ * @throws {@link ResourceNotFoundException} (client fault)
70
+ * <p> The resource requested could not be found. Verify the resource ID and retry your
71
+ * request. </p>
72
+ *
73
+ * @throws {@link ThrottlingException} (client fault)
74
+ * <p>The request was denied due to request throttling.</p>
75
+ *
76
+ * @throws {@link ValidationException} (client fault)
77
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
78
+ * service that's being utilized. </p>
79
+ *
80
+ * @throws {@link LookoutEquipmentServiceException}
81
+ * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
82
+ *
83
+ * @example Creates a retraining scheduler with manual promote mode
84
+ * ```javascript
85
+ * //
86
+ * const input = {
87
+ * "ClientToken": "sample-client-token",
88
+ * "LookbackWindow": "P360D",
89
+ * "ModelName": "sample-model",
90
+ * "PromoteMode": "MANUAL",
91
+ * "RetrainingFrequency": "P1M"
92
+ * };
93
+ * const command = new CreateRetrainingSchedulerCommand(input);
94
+ * const response = await client.send(command);
95
+ * /* response ==
96
+ * {
97
+ * "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
98
+ * "ModelName": "sample-model",
99
+ * "Status": "PENDING"
100
+ * }
101
+ * *\/
102
+ * // example id: creates-a-retraining-scheduler-with-manual-promote-mode-1694018486212
103
+ * ```
104
+ *
105
+ * @example Creates a retraining scheduler with a specific start date
106
+ * ```javascript
107
+ * //
108
+ * const input = {
109
+ * "ClientToken": "sample-client-token",
110
+ * "LookbackWindow": "P360D",
111
+ * "ModelName": "sample-model",
112
+ * "RetrainingFrequency": "P1M",
113
+ * "RetrainingStartDate": "2024-01-01T00:00:00Z"
114
+ * };
115
+ * const command = new CreateRetrainingSchedulerCommand(input);
116
+ * const response = await client.send(command);
117
+ * /* response ==
118
+ * {
119
+ * "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
120
+ * "ModelName": "sample-model",
121
+ * "Status": "PENDING"
122
+ * }
123
+ * *\/
124
+ * // example id: creates-a-retraining-scheduler-with-a-specific-start-date-1694018790519
125
+ * ```
126
+ *
127
+ */
128
+ export declare class CreateRetrainingSchedulerCommand extends $Command<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
129
+ readonly input: CreateRetrainingSchedulerCommandInput;
130
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
131
+ /**
132
+ * @public
133
+ */
134
+ constructor(input: CreateRetrainingSchedulerCommandInput);
135
+ /**
136
+ * @internal
137
+ */
138
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput>;
139
+ /**
140
+ * @internal
141
+ */
142
+ private serialize;
143
+ /**
144
+ * @internal
145
+ */
146
+ private deserialize;
147
+ }
@@ -69,8 +69,8 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
69
69
  * <p>The request was denied due to request throttling.</p>
70
70
  *
71
71
  * @throws {@link ValidationException} (client fault)
72
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
73
- * related Amazon Web Services service that's being utilized. </p>
72
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
73
+ * service that's being utilized. </p>
74
74
  *
75
75
  * @throws {@link LookoutEquipmentServiceException}
76
76
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -23,8 +23,8 @@ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes an inference scheduler that has been set up. Already processed output results
27
- * are not affected. </p>
26
+ * <p>Deletes an inference scheduler that has been set up. Prior inference results will not be
27
+ * deleted.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -66,8 +66,8 @@ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer
66
66
  * <p>The request was denied due to request throttling.</p>
67
67
  *
68
68
  * @throws {@link ValidationException} (client fault)
69
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
70
- * related Amazon Web Services service that's being utilized. </p>
69
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
70
+ * service that's being utilized. </p>
71
71
  *
72
72
  * @throws {@link LookoutEquipmentServiceException}
73
73
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -23,9 +23,7 @@ export interface DeleteLabelCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>
27
- * Deletes a label.
28
- * </p>
26
+ * <p> Deletes a label. </p>
29
27
  * @example
30
28
  * Use a bare-bones client and the command you need to make an API call.
31
29
  * ```javascript
@@ -68,8 +66,8 @@ export interface DeleteLabelCommandOutput extends __MetadataBearer {
68
66
  * <p>The request was denied due to request throttling.</p>
69
67
  *
70
68
  * @throws {@link ValidationException} (client fault)
71
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
72
- * related Amazon Web Services service that's being utilized. </p>
69
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
70
+ * service that's being utilized. </p>
73
71
  *
74
72
  * @throws {@link LookoutEquipmentServiceException}
75
73
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -23,9 +23,7 @@ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>
27
- * Deletes a group of labels.
28
- * </p>
26
+ * <p> Deletes a group of labels. </p>
29
27
  * @example
30
28
  * Use a bare-bones client and the command you need to make an API call.
31
29
  * ```javascript
@@ -67,8 +65,8 @@ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
67
65
  * <p>The request was denied due to request throttling.</p>
68
66
  *
69
67
  * @throws {@link ValidationException} (client fault)
70
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
71
- * related Amazon Web Services service that's being utilized. </p>
68
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
69
+ * service that's being utilized. </p>
72
70
  *
73
71
  * @throws {@link LookoutEquipmentServiceException}
74
72
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -23,9 +23,8 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes an ML model currently available for Amazon Lookout for Equipment. This will
27
- * prevent it from being used with an inference scheduler, even one that is already set up.
28
- * </p>
26
+ * <p>Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it
27
+ * from being used with an inference scheduler, even one that is already set up. </p>
29
28
  * @example
30
29
  * Use a bare-bones client and the command you need to make an API call.
31
30
  * ```javascript
@@ -67,8 +66,8 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
67
66
  * <p>The request was denied due to request throttling.</p>
68
67
  *
69
68
  * @throws {@link ValidationException} (client fault)
70
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
71
- * related Amazon Web Services service that's being utilized. </p>
69
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
70
+ * service that's being utilized. </p>
72
71
  *
73
72
  * @throws {@link LookoutEquipmentServiceException}
74
73
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -65,8 +65,8 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
65
65
  * <p>The request was denied due to request throttling.</p>
66
66
  *
67
67
  * @throws {@link ValidationException} (client fault)
68
- * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
69
- * related Amazon Web Services service that's being utilized. </p>
68
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services
69
+ * service that's being utilized. </p>
70
70
  *
71
71
  * @throws {@link LookoutEquipmentServiceException}
72
72
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>