@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
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput } from "../commands/ListRetrainingSchedulersCommand";
3
+ import { LookoutEquipmentPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListRetrainingSchedulers(config: LookoutEquipmentPaginationConfiguration, input: ListRetrainingSchedulersCommandInput, ...additionalArguments: any): Paginator<ListRetrainingSchedulersCommandOutput>;
@@ -8,4 +8,5 @@ export * from "./ListLabelGroupsPaginator";
8
8
  export * from "./ListLabelsPaginator";
9
9
  export * from "./ListModelVersionsPaginator";
10
10
  export * from "./ListModelsPaginator";
11
+ export * from "./ListRetrainingSchedulersPaginator";
11
12
  export * from "./ListSensorStatisticsPaginator";
@@ -5,12 +5,14 @@ import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOu
5
5
  import { CreateLabelCommandInput, CreateLabelCommandOutput } from "../commands/CreateLabelCommand";
6
6
  import { CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput } from "../commands/CreateLabelGroupCommand";
7
7
  import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
8
+ import { CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput } from "../commands/CreateRetrainingSchedulerCommand";
8
9
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
9
10
  import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput } from "../commands/DeleteInferenceSchedulerCommand";
10
11
  import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "../commands/DeleteLabelCommand";
11
12
  import { DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput } from "../commands/DeleteLabelGroupCommand";
12
13
  import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
13
14
  import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
15
+ import { DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput } from "../commands/DeleteRetrainingSchedulerCommand";
14
16
  import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "../commands/DescribeDataIngestionJobCommand";
15
17
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
16
18
  import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "../commands/DescribeInferenceSchedulerCommand";
@@ -19,6 +21,7 @@ import { DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput } from
19
21
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "../commands/DescribeModelCommand";
20
22
  import { DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput } from "../commands/DescribeModelVersionCommand";
21
23
  import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
24
+ import { DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput } from "../commands/DescribeRetrainingSchedulerCommand";
22
25
  import { ImportDatasetCommandInput, ImportDatasetCommandOutput } from "../commands/ImportDatasetCommand";
23
26
  import { ImportModelVersionCommandInput, ImportModelVersionCommandOutput } from "../commands/ImportModelVersionCommand";
24
27
  import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "../commands/ListDataIngestionJobsCommand";
@@ -30,17 +33,22 @@ import { ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput } from "../co
30
33
  import { ListLabelsCommandInput, ListLabelsCommandOutput } from "../commands/ListLabelsCommand";
31
34
  import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
32
35
  import { ListModelVersionsCommandInput, ListModelVersionsCommandOutput } from "../commands/ListModelVersionsCommand";
36
+ import { ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput } from "../commands/ListRetrainingSchedulersCommand";
33
37
  import { ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput } from "../commands/ListSensorStatisticsCommand";
34
38
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
35
39
  import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
36
40
  import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "../commands/StartDataIngestionJobCommand";
37
41
  import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "../commands/StartInferenceSchedulerCommand";
42
+ import { StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput } from "../commands/StartRetrainingSchedulerCommand";
38
43
  import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "../commands/StopInferenceSchedulerCommand";
44
+ import { StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput } from "../commands/StopRetrainingSchedulerCommand";
39
45
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
40
46
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
41
47
  import { UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput } from "../commands/UpdateActiveModelVersionCommand";
42
48
  import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "../commands/UpdateInferenceSchedulerCommand";
43
49
  import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "../commands/UpdateLabelGroupCommand";
50
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "../commands/UpdateModelCommand";
51
+ import { UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput } from "../commands/UpdateRetrainingSchedulerCommand";
44
52
  /**
45
53
  * serializeAws_json1_0CreateDatasetCommand
46
54
  */
@@ -61,6 +69,10 @@ export declare const se_CreateLabelGroupCommand: (input: CreateLabelGroupCommand
61
69
  * serializeAws_json1_0CreateModelCommand
62
70
  */
63
71
  export declare const se_CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_json1_0CreateRetrainingSchedulerCommand
74
+ */
75
+ export declare const se_CreateRetrainingSchedulerCommand: (input: CreateRetrainingSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
76
  /**
65
77
  * serializeAws_json1_0DeleteDatasetCommand
66
78
  */
@@ -85,6 +97,10 @@ export declare const se_DeleteModelCommand: (input: DeleteModelCommandInput, con
85
97
  * serializeAws_json1_0DeleteResourcePolicyCommand
86
98
  */
87
99
  export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_json1_0DeleteRetrainingSchedulerCommand
102
+ */
103
+ export declare const se_DeleteRetrainingSchedulerCommand: (input: DeleteRetrainingSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
104
  /**
89
105
  * serializeAws_json1_0DescribeDataIngestionJobCommand
90
106
  */
@@ -117,6 +133,10 @@ export declare const se_DescribeModelVersionCommand: (input: DescribeModelVersio
117
133
  * serializeAws_json1_0DescribeResourcePolicyCommand
118
134
  */
119
135
  export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ /**
137
+ * serializeAws_json1_0DescribeRetrainingSchedulerCommand
138
+ */
139
+ export declare const se_DescribeRetrainingSchedulerCommand: (input: DescribeRetrainingSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
140
  /**
121
141
  * serializeAws_json1_0ImportDatasetCommand
122
142
  */
@@ -161,6 +181,10 @@ export declare const se_ListModelsCommand: (input: ListModelsCommandInput, conte
161
181
  * serializeAws_json1_0ListModelVersionsCommand
162
182
  */
163
183
  export declare const se_ListModelVersionsCommand: (input: ListModelVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
+ /**
185
+ * serializeAws_json1_0ListRetrainingSchedulersCommand
186
+ */
187
+ export declare const se_ListRetrainingSchedulersCommand: (input: ListRetrainingSchedulersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
188
  /**
165
189
  * serializeAws_json1_0ListSensorStatisticsCommand
166
190
  */
@@ -181,10 +205,18 @@ export declare const se_StartDataIngestionJobCommand: (input: StartDataIngestion
181
205
  * serializeAws_json1_0StartInferenceSchedulerCommand
182
206
  */
183
207
  export declare const se_StartInferenceSchedulerCommand: (input: StartInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
+ /**
209
+ * serializeAws_json1_0StartRetrainingSchedulerCommand
210
+ */
211
+ export declare const se_StartRetrainingSchedulerCommand: (input: StartRetrainingSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
212
  /**
185
213
  * serializeAws_json1_0StopInferenceSchedulerCommand
186
214
  */
187
215
  export declare const se_StopInferenceSchedulerCommand: (input: StopInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
+ /**
217
+ * serializeAws_json1_0StopRetrainingSchedulerCommand
218
+ */
219
+ export declare const se_StopRetrainingSchedulerCommand: (input: StopRetrainingSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
220
  /**
189
221
  * serializeAws_json1_0TagResourceCommand
190
222
  */
@@ -205,6 +237,14 @@ export declare const se_UpdateInferenceSchedulerCommand: (input: UpdateInference
205
237
  * serializeAws_json1_0UpdateLabelGroupCommand
206
238
  */
207
239
  export declare const se_UpdateLabelGroupCommand: (input: UpdateLabelGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
+ /**
241
+ * serializeAws_json1_0UpdateModelCommand
242
+ */
243
+ export declare const se_UpdateModelCommand: (input: UpdateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
+ /**
245
+ * serializeAws_json1_0UpdateRetrainingSchedulerCommand
246
+ */
247
+ export declare const se_UpdateRetrainingSchedulerCommand: (input: UpdateRetrainingSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
248
  /**
209
249
  * deserializeAws_json1_0CreateDatasetCommand
210
250
  */
@@ -225,6 +265,10 @@ export declare const de_CreateLabelGroupCommand: (output: __HttpResponse, contex
225
265
  * deserializeAws_json1_0CreateModelCommand
226
266
  */
227
267
  export declare const de_CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
268
+ /**
269
+ * deserializeAws_json1_0CreateRetrainingSchedulerCommand
270
+ */
271
+ export declare const de_CreateRetrainingSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRetrainingSchedulerCommandOutput>;
228
272
  /**
229
273
  * deserializeAws_json1_0DeleteDatasetCommand
230
274
  */
@@ -249,6 +293,10 @@ export declare const de_DeleteModelCommand: (output: __HttpResponse, context: __
249
293
  * deserializeAws_json1_0DeleteResourcePolicyCommand
250
294
  */
251
295
  export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
296
+ /**
297
+ * deserializeAws_json1_0DeleteRetrainingSchedulerCommand
298
+ */
299
+ export declare const de_DeleteRetrainingSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRetrainingSchedulerCommandOutput>;
252
300
  /**
253
301
  * deserializeAws_json1_0DescribeDataIngestionJobCommand
254
302
  */
@@ -281,6 +329,10 @@ export declare const de_DescribeModelVersionCommand: (output: __HttpResponse, co
281
329
  * deserializeAws_json1_0DescribeResourcePolicyCommand
282
330
  */
283
331
  export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
332
+ /**
333
+ * deserializeAws_json1_0DescribeRetrainingSchedulerCommand
334
+ */
335
+ export declare const de_DescribeRetrainingSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRetrainingSchedulerCommandOutput>;
284
336
  /**
285
337
  * deserializeAws_json1_0ImportDatasetCommand
286
338
  */
@@ -325,6 +377,10 @@ export declare const de_ListModelsCommand: (output: __HttpResponse, context: __S
325
377
  * deserializeAws_json1_0ListModelVersionsCommand
326
378
  */
327
379
  export declare const de_ListModelVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelVersionsCommandOutput>;
380
+ /**
381
+ * deserializeAws_json1_0ListRetrainingSchedulersCommand
382
+ */
383
+ export declare const de_ListRetrainingSchedulersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRetrainingSchedulersCommandOutput>;
328
384
  /**
329
385
  * deserializeAws_json1_0ListSensorStatisticsCommand
330
386
  */
@@ -345,10 +401,18 @@ export declare const de_StartDataIngestionJobCommand: (output: __HttpResponse, c
345
401
  * deserializeAws_json1_0StartInferenceSchedulerCommand
346
402
  */
347
403
  export declare const de_StartInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInferenceSchedulerCommandOutput>;
404
+ /**
405
+ * deserializeAws_json1_0StartRetrainingSchedulerCommand
406
+ */
407
+ export declare const de_StartRetrainingSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRetrainingSchedulerCommandOutput>;
348
408
  /**
349
409
  * deserializeAws_json1_0StopInferenceSchedulerCommand
350
410
  */
351
411
  export declare const de_StopInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopInferenceSchedulerCommandOutput>;
412
+ /**
413
+ * deserializeAws_json1_0StopRetrainingSchedulerCommand
414
+ */
415
+ export declare const de_StopRetrainingSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRetrainingSchedulerCommandOutput>;
352
416
  /**
353
417
  * deserializeAws_json1_0TagResourceCommand
354
418
  */
@@ -369,3 +433,11 @@ export declare const de_UpdateInferenceSchedulerCommand: (output: __HttpResponse
369
433
  * deserializeAws_json1_0UpdateLabelGroupCommand
370
434
  */
371
435
  export declare const de_UpdateLabelGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLabelGroupCommandOutput>;
436
+ /**
437
+ * deserializeAws_json1_0UpdateModelCommand
438
+ */
439
+ export declare const de_UpdateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCommandOutput>;
440
+ /**
441
+ * deserializeAws_json1_0UpdateRetrainingSchedulerCommand
442
+ */
443
+ export declare const de_UpdateRetrainingSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRetrainingSchedulerCommandOutput>;
@@ -19,6 +19,10 @@ import {
19
19
  CreateModelCommandInput,
20
20
  CreateModelCommandOutput,
21
21
  } from "./commands/CreateModelCommand";
22
+ import {
23
+ CreateRetrainingSchedulerCommandInput,
24
+ CreateRetrainingSchedulerCommandOutput,
25
+ } from "./commands/CreateRetrainingSchedulerCommand";
22
26
  import {
23
27
  DeleteDatasetCommandInput,
24
28
  DeleteDatasetCommandOutput,
@@ -43,6 +47,10 @@ import {
43
47
  DeleteResourcePolicyCommandInput,
44
48
  DeleteResourcePolicyCommandOutput,
45
49
  } from "./commands/DeleteResourcePolicyCommand";
50
+ import {
51
+ DeleteRetrainingSchedulerCommandInput,
52
+ DeleteRetrainingSchedulerCommandOutput,
53
+ } from "./commands/DeleteRetrainingSchedulerCommand";
46
54
  import {
47
55
  DescribeDataIngestionJobCommandInput,
48
56
  DescribeDataIngestionJobCommandOutput,
@@ -75,6 +83,10 @@ import {
75
83
  DescribeResourcePolicyCommandInput,
76
84
  DescribeResourcePolicyCommandOutput,
77
85
  } from "./commands/DescribeResourcePolicyCommand";
86
+ import {
87
+ DescribeRetrainingSchedulerCommandInput,
88
+ DescribeRetrainingSchedulerCommandOutput,
89
+ } from "./commands/DescribeRetrainingSchedulerCommand";
78
90
  import {
79
91
  ImportDatasetCommandInput,
80
92
  ImportDatasetCommandOutput,
@@ -119,6 +131,10 @@ import {
119
131
  ListModelVersionsCommandInput,
120
132
  ListModelVersionsCommandOutput,
121
133
  } from "./commands/ListModelVersionsCommand";
134
+ import {
135
+ ListRetrainingSchedulersCommandInput,
136
+ ListRetrainingSchedulersCommandOutput,
137
+ } from "./commands/ListRetrainingSchedulersCommand";
122
138
  import {
123
139
  ListSensorStatisticsCommandInput,
124
140
  ListSensorStatisticsCommandOutput,
@@ -139,10 +155,18 @@ import {
139
155
  StartInferenceSchedulerCommandInput,
140
156
  StartInferenceSchedulerCommandOutput,
141
157
  } from "./commands/StartInferenceSchedulerCommand";
158
+ import {
159
+ StartRetrainingSchedulerCommandInput,
160
+ StartRetrainingSchedulerCommandOutput,
161
+ } from "./commands/StartRetrainingSchedulerCommand";
142
162
  import {
143
163
  StopInferenceSchedulerCommandInput,
144
164
  StopInferenceSchedulerCommandOutput,
145
165
  } from "./commands/StopInferenceSchedulerCommand";
166
+ import {
167
+ StopRetrainingSchedulerCommandInput,
168
+ StopRetrainingSchedulerCommandOutput,
169
+ } from "./commands/StopRetrainingSchedulerCommand";
146
170
  import {
147
171
  TagResourceCommandInput,
148
172
  TagResourceCommandOutput,
@@ -163,6 +187,14 @@ import {
163
187
  UpdateLabelGroupCommandInput,
164
188
  UpdateLabelGroupCommandOutput,
165
189
  } from "./commands/UpdateLabelGroupCommand";
190
+ import {
191
+ UpdateModelCommandInput,
192
+ UpdateModelCommandOutput,
193
+ } from "./commands/UpdateModelCommand";
194
+ import {
195
+ UpdateRetrainingSchedulerCommandInput,
196
+ UpdateRetrainingSchedulerCommandOutput,
197
+ } from "./commands/UpdateRetrainingSchedulerCommand";
166
198
  import { LookoutEquipmentClient } from "./LookoutEquipmentClient";
167
199
  export interface LookoutEquipment {
168
200
  createDataset(
@@ -230,6 +262,19 @@ export interface LookoutEquipment {
230
262
  options: __HttpHandlerOptions,
231
263
  cb: (err: any, data?: CreateModelCommandOutput) => void
232
264
  ): void;
265
+ createRetrainingScheduler(
266
+ args: CreateRetrainingSchedulerCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<CreateRetrainingSchedulerCommandOutput>;
269
+ createRetrainingScheduler(
270
+ args: CreateRetrainingSchedulerCommandInput,
271
+ cb: (err: any, data?: CreateRetrainingSchedulerCommandOutput) => void
272
+ ): void;
273
+ createRetrainingScheduler(
274
+ args: CreateRetrainingSchedulerCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: CreateRetrainingSchedulerCommandOutput) => void
277
+ ): void;
233
278
  deleteDataset(
234
279
  args: DeleteDatasetCommandInput,
235
280
  options?: __HttpHandlerOptions
@@ -308,6 +353,19 @@ export interface LookoutEquipment {
308
353
  options: __HttpHandlerOptions,
309
354
  cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
310
355
  ): void;
356
+ deleteRetrainingScheduler(
357
+ args: DeleteRetrainingSchedulerCommandInput,
358
+ options?: __HttpHandlerOptions
359
+ ): Promise<DeleteRetrainingSchedulerCommandOutput>;
360
+ deleteRetrainingScheduler(
361
+ args: DeleteRetrainingSchedulerCommandInput,
362
+ cb: (err: any, data?: DeleteRetrainingSchedulerCommandOutput) => void
363
+ ): void;
364
+ deleteRetrainingScheduler(
365
+ args: DeleteRetrainingSchedulerCommandInput,
366
+ options: __HttpHandlerOptions,
367
+ cb: (err: any, data?: DeleteRetrainingSchedulerCommandOutput) => void
368
+ ): void;
311
369
  describeDataIngestionJob(
312
370
  args: DescribeDataIngestionJobCommandInput,
313
371
  options?: __HttpHandlerOptions
@@ -412,6 +470,19 @@ export interface LookoutEquipment {
412
470
  options: __HttpHandlerOptions,
413
471
  cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
414
472
  ): void;
473
+ describeRetrainingScheduler(
474
+ args: DescribeRetrainingSchedulerCommandInput,
475
+ options?: __HttpHandlerOptions
476
+ ): Promise<DescribeRetrainingSchedulerCommandOutput>;
477
+ describeRetrainingScheduler(
478
+ args: DescribeRetrainingSchedulerCommandInput,
479
+ cb: (err: any, data?: DescribeRetrainingSchedulerCommandOutput) => void
480
+ ): void;
481
+ describeRetrainingScheduler(
482
+ args: DescribeRetrainingSchedulerCommandInput,
483
+ options: __HttpHandlerOptions,
484
+ cb: (err: any, data?: DescribeRetrainingSchedulerCommandOutput) => void
485
+ ): void;
415
486
  importDataset(
416
487
  args: ImportDatasetCommandInput,
417
488
  options?: __HttpHandlerOptions
@@ -555,6 +626,19 @@ export interface LookoutEquipment {
555
626
  options: __HttpHandlerOptions,
556
627
  cb: (err: any, data?: ListModelVersionsCommandOutput) => void
557
628
  ): void;
629
+ listRetrainingSchedulers(
630
+ args: ListRetrainingSchedulersCommandInput,
631
+ options?: __HttpHandlerOptions
632
+ ): Promise<ListRetrainingSchedulersCommandOutput>;
633
+ listRetrainingSchedulers(
634
+ args: ListRetrainingSchedulersCommandInput,
635
+ cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void
636
+ ): void;
637
+ listRetrainingSchedulers(
638
+ args: ListRetrainingSchedulersCommandInput,
639
+ options: __HttpHandlerOptions,
640
+ cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void
641
+ ): void;
558
642
  listSensorStatistics(
559
643
  args: ListSensorStatisticsCommandInput,
560
644
  options?: __HttpHandlerOptions
@@ -620,6 +704,19 @@ export interface LookoutEquipment {
620
704
  options: __HttpHandlerOptions,
621
705
  cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void
622
706
  ): void;
707
+ startRetrainingScheduler(
708
+ args: StartRetrainingSchedulerCommandInput,
709
+ options?: __HttpHandlerOptions
710
+ ): Promise<StartRetrainingSchedulerCommandOutput>;
711
+ startRetrainingScheduler(
712
+ args: StartRetrainingSchedulerCommandInput,
713
+ cb: (err: any, data?: StartRetrainingSchedulerCommandOutput) => void
714
+ ): void;
715
+ startRetrainingScheduler(
716
+ args: StartRetrainingSchedulerCommandInput,
717
+ options: __HttpHandlerOptions,
718
+ cb: (err: any, data?: StartRetrainingSchedulerCommandOutput) => void
719
+ ): void;
623
720
  stopInferenceScheduler(
624
721
  args: StopInferenceSchedulerCommandInput,
625
722
  options?: __HttpHandlerOptions
@@ -633,6 +730,19 @@ export interface LookoutEquipment {
633
730
  options: __HttpHandlerOptions,
634
731
  cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void
635
732
  ): void;
733
+ stopRetrainingScheduler(
734
+ args: StopRetrainingSchedulerCommandInput,
735
+ options?: __HttpHandlerOptions
736
+ ): Promise<StopRetrainingSchedulerCommandOutput>;
737
+ stopRetrainingScheduler(
738
+ args: StopRetrainingSchedulerCommandInput,
739
+ cb: (err: any, data?: StopRetrainingSchedulerCommandOutput) => void
740
+ ): void;
741
+ stopRetrainingScheduler(
742
+ args: StopRetrainingSchedulerCommandInput,
743
+ options: __HttpHandlerOptions,
744
+ cb: (err: any, data?: StopRetrainingSchedulerCommandOutput) => void
745
+ ): void;
636
746
  tagResource(
637
747
  args: TagResourceCommandInput,
638
748
  options?: __HttpHandlerOptions
@@ -698,6 +808,32 @@ export interface LookoutEquipment {
698
808
  options: __HttpHandlerOptions,
699
809
  cb: (err: any, data?: UpdateLabelGroupCommandOutput) => void
700
810
  ): void;
811
+ updateModel(
812
+ args: UpdateModelCommandInput,
813
+ options?: __HttpHandlerOptions
814
+ ): Promise<UpdateModelCommandOutput>;
815
+ updateModel(
816
+ args: UpdateModelCommandInput,
817
+ cb: (err: any, data?: UpdateModelCommandOutput) => void
818
+ ): void;
819
+ updateModel(
820
+ args: UpdateModelCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: UpdateModelCommandOutput) => void
823
+ ): void;
824
+ updateRetrainingScheduler(
825
+ args: UpdateRetrainingSchedulerCommandInput,
826
+ options?: __HttpHandlerOptions
827
+ ): Promise<UpdateRetrainingSchedulerCommandOutput>;
828
+ updateRetrainingScheduler(
829
+ args: UpdateRetrainingSchedulerCommandInput,
830
+ cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void
831
+ ): void;
832
+ updateRetrainingScheduler(
833
+ args: UpdateRetrainingSchedulerCommandInput,
834
+ options: __HttpHandlerOptions,
835
+ cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void
836
+ ): void;
701
837
  }
702
838
  export declare class LookoutEquipment
703
839
  extends LookoutEquipmentClient
@@ -65,6 +65,10 @@ import {
65
65
  CreateModelCommandInput,
66
66
  CreateModelCommandOutput,
67
67
  } from "./commands/CreateModelCommand";
68
+ import {
69
+ CreateRetrainingSchedulerCommandInput,
70
+ CreateRetrainingSchedulerCommandOutput,
71
+ } from "./commands/CreateRetrainingSchedulerCommand";
68
72
  import {
69
73
  DeleteDatasetCommandInput,
70
74
  DeleteDatasetCommandOutput,
@@ -89,6 +93,10 @@ import {
89
93
  DeleteResourcePolicyCommandInput,
90
94
  DeleteResourcePolicyCommandOutput,
91
95
  } from "./commands/DeleteResourcePolicyCommand";
96
+ import {
97
+ DeleteRetrainingSchedulerCommandInput,
98
+ DeleteRetrainingSchedulerCommandOutput,
99
+ } from "./commands/DeleteRetrainingSchedulerCommand";
92
100
  import {
93
101
  DescribeDataIngestionJobCommandInput,
94
102
  DescribeDataIngestionJobCommandOutput,
@@ -121,6 +129,10 @@ import {
121
129
  DescribeResourcePolicyCommandInput,
122
130
  DescribeResourcePolicyCommandOutput,
123
131
  } from "./commands/DescribeResourcePolicyCommand";
132
+ import {
133
+ DescribeRetrainingSchedulerCommandInput,
134
+ DescribeRetrainingSchedulerCommandOutput,
135
+ } from "./commands/DescribeRetrainingSchedulerCommand";
124
136
  import {
125
137
  ImportDatasetCommandInput,
126
138
  ImportDatasetCommandOutput,
@@ -165,6 +177,10 @@ import {
165
177
  ListModelVersionsCommandInput,
166
178
  ListModelVersionsCommandOutput,
167
179
  } from "./commands/ListModelVersionsCommand";
180
+ import {
181
+ ListRetrainingSchedulersCommandInput,
182
+ ListRetrainingSchedulersCommandOutput,
183
+ } from "./commands/ListRetrainingSchedulersCommand";
168
184
  import {
169
185
  ListSensorStatisticsCommandInput,
170
186
  ListSensorStatisticsCommandOutput,
@@ -185,10 +201,18 @@ import {
185
201
  StartInferenceSchedulerCommandInput,
186
202
  StartInferenceSchedulerCommandOutput,
187
203
  } from "./commands/StartInferenceSchedulerCommand";
204
+ import {
205
+ StartRetrainingSchedulerCommandInput,
206
+ StartRetrainingSchedulerCommandOutput,
207
+ } from "./commands/StartRetrainingSchedulerCommand";
188
208
  import {
189
209
  StopInferenceSchedulerCommandInput,
190
210
  StopInferenceSchedulerCommandOutput,
191
211
  } from "./commands/StopInferenceSchedulerCommand";
212
+ import {
213
+ StopRetrainingSchedulerCommandInput,
214
+ StopRetrainingSchedulerCommandOutput,
215
+ } from "./commands/StopRetrainingSchedulerCommand";
192
216
  import {
193
217
  TagResourceCommandInput,
194
218
  TagResourceCommandOutput,
@@ -209,6 +233,14 @@ import {
209
233
  UpdateLabelGroupCommandInput,
210
234
  UpdateLabelGroupCommandOutput,
211
235
  } from "./commands/UpdateLabelGroupCommand";
236
+ import {
237
+ UpdateModelCommandInput,
238
+ UpdateModelCommandOutput,
239
+ } from "./commands/UpdateModelCommand";
240
+ import {
241
+ UpdateRetrainingSchedulerCommandInput,
242
+ UpdateRetrainingSchedulerCommandOutput,
243
+ } from "./commands/UpdateRetrainingSchedulerCommand";
212
244
  import {
213
245
  ClientInputEndpointParameters,
214
246
  ClientResolvedEndpointParameters,
@@ -222,12 +254,14 @@ export type ServiceInputTypes =
222
254
  | CreateLabelCommandInput
223
255
  | CreateLabelGroupCommandInput
224
256
  | CreateModelCommandInput
257
+ | CreateRetrainingSchedulerCommandInput
225
258
  | DeleteDatasetCommandInput
226
259
  | DeleteInferenceSchedulerCommandInput
227
260
  | DeleteLabelCommandInput
228
261
  | DeleteLabelGroupCommandInput
229
262
  | DeleteModelCommandInput
230
263
  | DeleteResourcePolicyCommandInput
264
+ | DeleteRetrainingSchedulerCommandInput
231
265
  | DescribeDataIngestionJobCommandInput
232
266
  | DescribeDatasetCommandInput
233
267
  | DescribeInferenceSchedulerCommandInput
@@ -236,6 +270,7 @@ export type ServiceInputTypes =
236
270
  | DescribeModelCommandInput
237
271
  | DescribeModelVersionCommandInput
238
272
  | DescribeResourcePolicyCommandInput
273
+ | DescribeRetrainingSchedulerCommandInput
239
274
  | ImportDatasetCommandInput
240
275
  | ImportModelVersionCommandInput
241
276
  | ListDataIngestionJobsCommandInput
@@ -247,29 +282,36 @@ export type ServiceInputTypes =
247
282
  | ListLabelsCommandInput
248
283
  | ListModelVersionsCommandInput
249
284
  | ListModelsCommandInput
285
+ | ListRetrainingSchedulersCommandInput
250
286
  | ListSensorStatisticsCommandInput
251
287
  | ListTagsForResourceCommandInput
252
288
  | PutResourcePolicyCommandInput
253
289
  | StartDataIngestionJobCommandInput
254
290
  | StartInferenceSchedulerCommandInput
291
+ | StartRetrainingSchedulerCommandInput
255
292
  | StopInferenceSchedulerCommandInput
293
+ | StopRetrainingSchedulerCommandInput
256
294
  | TagResourceCommandInput
257
295
  | UntagResourceCommandInput
258
296
  | UpdateActiveModelVersionCommandInput
259
297
  | UpdateInferenceSchedulerCommandInput
260
- | UpdateLabelGroupCommandInput;
298
+ | UpdateLabelGroupCommandInput
299
+ | UpdateModelCommandInput
300
+ | UpdateRetrainingSchedulerCommandInput;
261
301
  export type ServiceOutputTypes =
262
302
  | CreateDatasetCommandOutput
263
303
  | CreateInferenceSchedulerCommandOutput
264
304
  | CreateLabelCommandOutput
265
305
  | CreateLabelGroupCommandOutput
266
306
  | CreateModelCommandOutput
307
+ | CreateRetrainingSchedulerCommandOutput
267
308
  | DeleteDatasetCommandOutput
268
309
  | DeleteInferenceSchedulerCommandOutput
269
310
  | DeleteLabelCommandOutput
270
311
  | DeleteLabelGroupCommandOutput
271
312
  | DeleteModelCommandOutput
272
313
  | DeleteResourcePolicyCommandOutput
314
+ | DeleteRetrainingSchedulerCommandOutput
273
315
  | DescribeDataIngestionJobCommandOutput
274
316
  | DescribeDatasetCommandOutput
275
317
  | DescribeInferenceSchedulerCommandOutput
@@ -278,6 +320,7 @@ export type ServiceOutputTypes =
278
320
  | DescribeModelCommandOutput
279
321
  | DescribeModelVersionCommandOutput
280
322
  | DescribeResourcePolicyCommandOutput
323
+ | DescribeRetrainingSchedulerCommandOutput
281
324
  | ImportDatasetCommandOutput
282
325
  | ImportModelVersionCommandOutput
283
326
  | ListDataIngestionJobsCommandOutput
@@ -289,17 +332,22 @@ export type ServiceOutputTypes =
289
332
  | ListLabelsCommandOutput
290
333
  | ListModelVersionsCommandOutput
291
334
  | ListModelsCommandOutput
335
+ | ListRetrainingSchedulersCommandOutput
292
336
  | ListSensorStatisticsCommandOutput
293
337
  | ListTagsForResourceCommandOutput
294
338
  | PutResourcePolicyCommandOutput
295
339
  | StartDataIngestionJobCommandOutput
296
340
  | StartInferenceSchedulerCommandOutput
341
+ | StartRetrainingSchedulerCommandOutput
297
342
  | StopInferenceSchedulerCommandOutput
343
+ | StopRetrainingSchedulerCommandOutput
298
344
  | TagResourceCommandOutput
299
345
  | UntagResourceCommandOutput
300
346
  | UpdateActiveModelVersionCommandOutput
301
347
  | UpdateInferenceSchedulerCommandOutput
302
- | UpdateLabelGroupCommandOutput;
348
+ | UpdateLabelGroupCommandOutput
349
+ | UpdateModelCommandOutput
350
+ | UpdateRetrainingSchedulerCommandOutput;
303
351
  export interface ClientDefaults
304
352
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
305
353
  requestHandler?: __HttpHandler;
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ LookoutEquipmentClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LookoutEquipmentClient";
14
+ import {
15
+ CreateRetrainingSchedulerRequest,
16
+ CreateRetrainingSchedulerResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateRetrainingSchedulerCommandInput
20
+ extends CreateRetrainingSchedulerRequest {}
21
+ export interface CreateRetrainingSchedulerCommandOutput
22
+ extends CreateRetrainingSchedulerResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateRetrainingSchedulerCommand extends $Command<
25
+ CreateRetrainingSchedulerCommandInput,
26
+ CreateRetrainingSchedulerCommandOutput,
27
+ LookoutEquipmentClientResolvedConfig
28
+ > {
29
+ readonly input: CreateRetrainingSchedulerCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateRetrainingSchedulerCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: LookoutEquipmentClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateRetrainingSchedulerCommandInput,
38
+ CreateRetrainingSchedulerCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }