@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
package/README.md CHANGED
@@ -243,6 +243,14 @@ CreateModel
243
243
 
244
244
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/createmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/createmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/createmodelcommandoutput.html)
245
245
 
246
+ </details>
247
+ <details>
248
+ <summary>
249
+ CreateRetrainingScheduler
250
+ </summary>
251
+
252
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/createretrainingschedulercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/createretrainingschedulercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/createretrainingschedulercommandoutput.html)
253
+
246
254
  </details>
247
255
  <details>
248
256
  <summary>
@@ -291,6 +299,14 @@ DeleteResourcePolicy
291
299
 
292
300
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/deleteresourcepolicycommandoutput.html)
293
301
 
302
+ </details>
303
+ <details>
304
+ <summary>
305
+ DeleteRetrainingScheduler
306
+ </summary>
307
+
308
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/deleteretrainingschedulercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/deleteretrainingschedulercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/deleteretrainingschedulercommandoutput.html)
309
+
294
310
  </details>
295
311
  <details>
296
312
  <summary>
@@ -355,6 +371,14 @@ DescribeResourcePolicy
355
371
 
356
372
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/describeresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describeresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describeresourcepolicycommandoutput.html)
357
373
 
374
+ </details>
375
+ <details>
376
+ <summary>
377
+ DescribeRetrainingScheduler
378
+ </summary>
379
+
380
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/describeretrainingschedulercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describeretrainingschedulercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describeretrainingschedulercommandoutput.html)
381
+
358
382
  </details>
359
383
  <details>
360
384
  <summary>
@@ -443,6 +467,14 @@ ListModelVersions
443
467
 
444
468
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/listmodelversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listmodelversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listmodelversionscommandoutput.html)
445
469
 
470
+ </details>
471
+ <details>
472
+ <summary>
473
+ ListRetrainingSchedulers
474
+ </summary>
475
+
476
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/listretrainingschedulerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listretrainingschedulerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listretrainingschedulerscommandoutput.html)
477
+
446
478
  </details>
447
479
  <details>
448
480
  <summary>
@@ -483,6 +515,14 @@ StartInferenceScheduler
483
515
 
484
516
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/startinferenceschedulercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/startinferenceschedulercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/startinferenceschedulercommandoutput.html)
485
517
 
518
+ </details>
519
+ <details>
520
+ <summary>
521
+ StartRetrainingScheduler
522
+ </summary>
523
+
524
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/startretrainingschedulercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/startretrainingschedulercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/startretrainingschedulercommandoutput.html)
525
+
486
526
  </details>
487
527
  <details>
488
528
  <summary>
@@ -491,6 +531,14 @@ StopInferenceScheduler
491
531
 
492
532
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/stopinferenceschedulercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/stopinferenceschedulercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/stopinferenceschedulercommandoutput.html)
493
533
 
534
+ </details>
535
+ <details>
536
+ <summary>
537
+ StopRetrainingScheduler
538
+ </summary>
539
+
540
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/stopretrainingschedulercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/stopretrainingschedulercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/stopretrainingschedulercommandoutput.html)
541
+
494
542
  </details>
495
543
  <details>
496
544
  <summary>
@@ -532,3 +580,19 @@ UpdateLabelGroup
532
580
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/updatelabelgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/updatelabelgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/updatelabelgroupcommandoutput.html)
533
581
 
534
582
  </details>
583
+ <details>
584
+ <summary>
585
+ UpdateModel
586
+ </summary>
587
+
588
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/updatemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/updatemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/updatemodelcommandoutput.html)
589
+
590
+ </details>
591
+ <details>
592
+ <summary>
593
+ UpdateRetrainingScheduler
594
+ </summary>
595
+
596
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/updateretrainingschedulercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/updateretrainingschedulercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/updateretrainingschedulercommandoutput.html)
597
+
598
+ </details>
@@ -7,12 +7,14 @@ const CreateInferenceSchedulerCommand_1 = require("./commands/CreateInferenceSch
7
7
  const CreateLabelCommand_1 = require("./commands/CreateLabelCommand");
8
8
  const CreateLabelGroupCommand_1 = require("./commands/CreateLabelGroupCommand");
9
9
  const CreateModelCommand_1 = require("./commands/CreateModelCommand");
10
+ const CreateRetrainingSchedulerCommand_1 = require("./commands/CreateRetrainingSchedulerCommand");
10
11
  const DeleteDatasetCommand_1 = require("./commands/DeleteDatasetCommand");
11
12
  const DeleteInferenceSchedulerCommand_1 = require("./commands/DeleteInferenceSchedulerCommand");
12
13
  const DeleteLabelCommand_1 = require("./commands/DeleteLabelCommand");
13
14
  const DeleteLabelGroupCommand_1 = require("./commands/DeleteLabelGroupCommand");
14
15
  const DeleteModelCommand_1 = require("./commands/DeleteModelCommand");
15
16
  const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
17
+ const DeleteRetrainingSchedulerCommand_1 = require("./commands/DeleteRetrainingSchedulerCommand");
16
18
  const DescribeDataIngestionJobCommand_1 = require("./commands/DescribeDataIngestionJobCommand");
17
19
  const DescribeDatasetCommand_1 = require("./commands/DescribeDatasetCommand");
18
20
  const DescribeInferenceSchedulerCommand_1 = require("./commands/DescribeInferenceSchedulerCommand");
@@ -21,6 +23,7 @@ const DescribeLabelGroupCommand_1 = require("./commands/DescribeLabelGroupComman
21
23
  const DescribeModelCommand_1 = require("./commands/DescribeModelCommand");
22
24
  const DescribeModelVersionCommand_1 = require("./commands/DescribeModelVersionCommand");
23
25
  const DescribeResourcePolicyCommand_1 = require("./commands/DescribeResourcePolicyCommand");
26
+ const DescribeRetrainingSchedulerCommand_1 = require("./commands/DescribeRetrainingSchedulerCommand");
24
27
  const ImportDatasetCommand_1 = require("./commands/ImportDatasetCommand");
25
28
  const ImportModelVersionCommand_1 = require("./commands/ImportModelVersionCommand");
26
29
  const ListDataIngestionJobsCommand_1 = require("./commands/ListDataIngestionJobsCommand");
@@ -32,17 +35,22 @@ const ListLabelGroupsCommand_1 = require("./commands/ListLabelGroupsCommand");
32
35
  const ListLabelsCommand_1 = require("./commands/ListLabelsCommand");
33
36
  const ListModelsCommand_1 = require("./commands/ListModelsCommand");
34
37
  const ListModelVersionsCommand_1 = require("./commands/ListModelVersionsCommand");
38
+ const ListRetrainingSchedulersCommand_1 = require("./commands/ListRetrainingSchedulersCommand");
35
39
  const ListSensorStatisticsCommand_1 = require("./commands/ListSensorStatisticsCommand");
36
40
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
37
41
  const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
38
42
  const StartDataIngestionJobCommand_1 = require("./commands/StartDataIngestionJobCommand");
39
43
  const StartInferenceSchedulerCommand_1 = require("./commands/StartInferenceSchedulerCommand");
44
+ const StartRetrainingSchedulerCommand_1 = require("./commands/StartRetrainingSchedulerCommand");
40
45
  const StopInferenceSchedulerCommand_1 = require("./commands/StopInferenceSchedulerCommand");
46
+ const StopRetrainingSchedulerCommand_1 = require("./commands/StopRetrainingSchedulerCommand");
41
47
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
42
48
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
43
49
  const UpdateActiveModelVersionCommand_1 = require("./commands/UpdateActiveModelVersionCommand");
44
50
  const UpdateInferenceSchedulerCommand_1 = require("./commands/UpdateInferenceSchedulerCommand");
45
51
  const UpdateLabelGroupCommand_1 = require("./commands/UpdateLabelGroupCommand");
52
+ const UpdateModelCommand_1 = require("./commands/UpdateModelCommand");
53
+ const UpdateRetrainingSchedulerCommand_1 = require("./commands/UpdateRetrainingSchedulerCommand");
46
54
  const LookoutEquipmentClient_1 = require("./LookoutEquipmentClient");
47
55
  const commands = {
48
56
  CreateDatasetCommand: CreateDatasetCommand_1.CreateDatasetCommand,
@@ -50,12 +58,14 @@ const commands = {
50
58
  CreateLabelCommand: CreateLabelCommand_1.CreateLabelCommand,
51
59
  CreateLabelGroupCommand: CreateLabelGroupCommand_1.CreateLabelGroupCommand,
52
60
  CreateModelCommand: CreateModelCommand_1.CreateModelCommand,
61
+ CreateRetrainingSchedulerCommand: CreateRetrainingSchedulerCommand_1.CreateRetrainingSchedulerCommand,
53
62
  DeleteDatasetCommand: DeleteDatasetCommand_1.DeleteDatasetCommand,
54
63
  DeleteInferenceSchedulerCommand: DeleteInferenceSchedulerCommand_1.DeleteInferenceSchedulerCommand,
55
64
  DeleteLabelCommand: DeleteLabelCommand_1.DeleteLabelCommand,
56
65
  DeleteLabelGroupCommand: DeleteLabelGroupCommand_1.DeleteLabelGroupCommand,
57
66
  DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
58
67
  DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
68
+ DeleteRetrainingSchedulerCommand: DeleteRetrainingSchedulerCommand_1.DeleteRetrainingSchedulerCommand,
59
69
  DescribeDataIngestionJobCommand: DescribeDataIngestionJobCommand_1.DescribeDataIngestionJobCommand,
60
70
  DescribeDatasetCommand: DescribeDatasetCommand_1.DescribeDatasetCommand,
61
71
  DescribeInferenceSchedulerCommand: DescribeInferenceSchedulerCommand_1.DescribeInferenceSchedulerCommand,
@@ -64,6 +74,7 @@ const commands = {
64
74
  DescribeModelCommand: DescribeModelCommand_1.DescribeModelCommand,
65
75
  DescribeModelVersionCommand: DescribeModelVersionCommand_1.DescribeModelVersionCommand,
66
76
  DescribeResourcePolicyCommand: DescribeResourcePolicyCommand_1.DescribeResourcePolicyCommand,
77
+ DescribeRetrainingSchedulerCommand: DescribeRetrainingSchedulerCommand_1.DescribeRetrainingSchedulerCommand,
67
78
  ImportDatasetCommand: ImportDatasetCommand_1.ImportDatasetCommand,
68
79
  ImportModelVersionCommand: ImportModelVersionCommand_1.ImportModelVersionCommand,
69
80
  ListDataIngestionJobsCommand: ListDataIngestionJobsCommand_1.ListDataIngestionJobsCommand,
@@ -75,17 +86,22 @@ const commands = {
75
86
  ListLabelsCommand: ListLabelsCommand_1.ListLabelsCommand,
76
87
  ListModelsCommand: ListModelsCommand_1.ListModelsCommand,
77
88
  ListModelVersionsCommand: ListModelVersionsCommand_1.ListModelVersionsCommand,
89
+ ListRetrainingSchedulersCommand: ListRetrainingSchedulersCommand_1.ListRetrainingSchedulersCommand,
78
90
  ListSensorStatisticsCommand: ListSensorStatisticsCommand_1.ListSensorStatisticsCommand,
79
91
  ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
80
92
  PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
81
93
  StartDataIngestionJobCommand: StartDataIngestionJobCommand_1.StartDataIngestionJobCommand,
82
94
  StartInferenceSchedulerCommand: StartInferenceSchedulerCommand_1.StartInferenceSchedulerCommand,
95
+ StartRetrainingSchedulerCommand: StartRetrainingSchedulerCommand_1.StartRetrainingSchedulerCommand,
83
96
  StopInferenceSchedulerCommand: StopInferenceSchedulerCommand_1.StopInferenceSchedulerCommand,
97
+ StopRetrainingSchedulerCommand: StopRetrainingSchedulerCommand_1.StopRetrainingSchedulerCommand,
84
98
  TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
85
99
  UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
86
100
  UpdateActiveModelVersionCommand: UpdateActiveModelVersionCommand_1.UpdateActiveModelVersionCommand,
87
101
  UpdateInferenceSchedulerCommand: UpdateInferenceSchedulerCommand_1.UpdateInferenceSchedulerCommand,
88
102
  UpdateLabelGroupCommand: UpdateLabelGroupCommand_1.UpdateLabelGroupCommand,
103
+ UpdateModelCommand: UpdateModelCommand_1.UpdateModelCommand,
104
+ UpdateRetrainingSchedulerCommand: UpdateRetrainingSchedulerCommand_1.UpdateRetrainingSchedulerCommand,
89
105
  };
90
106
  class LookoutEquipment extends LookoutEquipmentClient_1.LookoutEquipmentClient {
91
107
  }
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateRetrainingSchedulerCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class CreateRetrainingSchedulerCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRetrainingSchedulerCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "CreateRetrainingSchedulerCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_0_1.se_CreateRetrainingSchedulerCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_CreateRetrainingSchedulerCommand)(output, context);
44
+ }
45
+ }
46
+ exports.CreateRetrainingSchedulerCommand = CreateRetrainingSchedulerCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteRetrainingSchedulerCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class DeleteRetrainingSchedulerCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteRetrainingSchedulerCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "DeleteRetrainingSchedulerCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_0_1.se_DeleteRetrainingSchedulerCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_DeleteRetrainingSchedulerCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DeleteRetrainingSchedulerCommand = DeleteRetrainingSchedulerCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeRetrainingSchedulerCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class DescribeRetrainingSchedulerCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeRetrainingSchedulerCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "DescribeRetrainingSchedulerCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_0_1.se_DescribeRetrainingSchedulerCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_DescribeRetrainingSchedulerCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DescribeRetrainingSchedulerCommand = DescribeRetrainingSchedulerCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListRetrainingSchedulersCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class ListRetrainingSchedulersCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRetrainingSchedulersCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "ListRetrainingSchedulersCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_0_1.se_ListRetrainingSchedulersCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_ListRetrainingSchedulersCommand)(output, context);
44
+ }
45
+ }
46
+ exports.ListRetrainingSchedulersCommand = ListRetrainingSchedulersCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StartRetrainingSchedulerCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class StartRetrainingSchedulerCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartRetrainingSchedulerCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "StartRetrainingSchedulerCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_0_1.se_StartRetrainingSchedulerCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_StartRetrainingSchedulerCommand)(output, context);
44
+ }
45
+ }
46
+ exports.StartRetrainingSchedulerCommand = StartRetrainingSchedulerCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StopRetrainingSchedulerCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class StopRetrainingSchedulerCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StopRetrainingSchedulerCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "StopRetrainingSchedulerCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_0_1.se_StopRetrainingSchedulerCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_StopRetrainingSchedulerCommand)(output, context);
44
+ }
45
+ }
46
+ exports.StopRetrainingSchedulerCommand = StopRetrainingSchedulerCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateModelCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class UpdateModelCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateModelCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "UpdateModelCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_0_1.se_UpdateModelCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_UpdateModelCommand)(output, context);
44
+ }
45
+ }
46
+ exports.UpdateModelCommand = UpdateModelCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateRetrainingSchedulerCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class UpdateRetrainingSchedulerCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateRetrainingSchedulerCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "UpdateRetrainingSchedulerCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_0_1.se_UpdateRetrainingSchedulerCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_UpdateRetrainingSchedulerCommand)(output, context);
44
+ }
45
+ }
46
+ exports.UpdateRetrainingSchedulerCommand = UpdateRetrainingSchedulerCommand;
@@ -6,12 +6,14 @@ tslib_1.__exportStar(require("./CreateInferenceSchedulerCommand"), exports);
6
6
  tslib_1.__exportStar(require("./CreateLabelCommand"), exports);
7
7
  tslib_1.__exportStar(require("./CreateLabelGroupCommand"), exports);
8
8
  tslib_1.__exportStar(require("./CreateModelCommand"), exports);
9
+ tslib_1.__exportStar(require("./CreateRetrainingSchedulerCommand"), exports);
9
10
  tslib_1.__exportStar(require("./DeleteDatasetCommand"), exports);
10
11
  tslib_1.__exportStar(require("./DeleteInferenceSchedulerCommand"), exports);
11
12
  tslib_1.__exportStar(require("./DeleteLabelCommand"), exports);
12
13
  tslib_1.__exportStar(require("./DeleteLabelGroupCommand"), exports);
13
14
  tslib_1.__exportStar(require("./DeleteModelCommand"), exports);
14
15
  tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
16
+ tslib_1.__exportStar(require("./DeleteRetrainingSchedulerCommand"), exports);
15
17
  tslib_1.__exportStar(require("./DescribeDataIngestionJobCommand"), exports);
16
18
  tslib_1.__exportStar(require("./DescribeDatasetCommand"), exports);
17
19
  tslib_1.__exportStar(require("./DescribeInferenceSchedulerCommand"), exports);
@@ -20,6 +22,7 @@ tslib_1.__exportStar(require("./DescribeLabelGroupCommand"), exports);
20
22
  tslib_1.__exportStar(require("./DescribeModelCommand"), exports);
21
23
  tslib_1.__exportStar(require("./DescribeModelVersionCommand"), exports);
22
24
  tslib_1.__exportStar(require("./DescribeResourcePolicyCommand"), exports);
25
+ tslib_1.__exportStar(require("./DescribeRetrainingSchedulerCommand"), exports);
23
26
  tslib_1.__exportStar(require("./ImportDatasetCommand"), exports);
24
27
  tslib_1.__exportStar(require("./ImportModelVersionCommand"), exports);
25
28
  tslib_1.__exportStar(require("./ListDataIngestionJobsCommand"), exports);
@@ -31,14 +34,19 @@ tslib_1.__exportStar(require("./ListLabelGroupsCommand"), exports);
31
34
  tslib_1.__exportStar(require("./ListLabelsCommand"), exports);
32
35
  tslib_1.__exportStar(require("./ListModelVersionsCommand"), exports);
33
36
  tslib_1.__exportStar(require("./ListModelsCommand"), exports);
37
+ tslib_1.__exportStar(require("./ListRetrainingSchedulersCommand"), exports);
34
38
  tslib_1.__exportStar(require("./ListSensorStatisticsCommand"), exports);
35
39
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
36
40
  tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
37
41
  tslib_1.__exportStar(require("./StartDataIngestionJobCommand"), exports);
38
42
  tslib_1.__exportStar(require("./StartInferenceSchedulerCommand"), exports);
43
+ tslib_1.__exportStar(require("./StartRetrainingSchedulerCommand"), exports);
39
44
  tslib_1.__exportStar(require("./StopInferenceSchedulerCommand"), exports);
45
+ tslib_1.__exportStar(require("./StopRetrainingSchedulerCommand"), exports);
40
46
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
41
47
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
42
48
  tslib_1.__exportStar(require("./UpdateActiveModelVersionCommand"), exports);
43
49
  tslib_1.__exportStar(require("./UpdateInferenceSchedulerCommand"), exports);
44
50
  tslib_1.__exportStar(require("./UpdateLabelGroupCommand"), exports);
51
+ tslib_1.__exportStar(require("./UpdateModelCommand"), exports);
52
+ tslib_1.__exportStar(require("./UpdateRetrainingSchedulerCommand"), exports);