@aws-sdk/client-lookoutequipment 3.927.0 → 3.929.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 (70) hide show
  1. package/dist-cjs/index.js +1679 -1993
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/LookoutEquipmentClient.js +2 -0
  4. package/dist-es/commands/CreateDatasetCommand.js +3 -9
  5. package/dist-es/commands/CreateInferenceSchedulerCommand.js +3 -9
  6. package/dist-es/commands/CreateLabelCommand.js +3 -9
  7. package/dist-es/commands/CreateLabelGroupCommand.js +3 -9
  8. package/dist-es/commands/CreateModelCommand.js +3 -9
  9. package/dist-es/commands/CreateRetrainingSchedulerCommand.js +3 -9
  10. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  11. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +3 -9
  12. package/dist-es/commands/DeleteLabelCommand.js +3 -9
  13. package/dist-es/commands/DeleteLabelGroupCommand.js +3 -9
  14. package/dist-es/commands/DeleteModelCommand.js +3 -9
  15. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  16. package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +3 -9
  17. package/dist-es/commands/DescribeDataIngestionJobCommand.js +3 -9
  18. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  19. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +3 -9
  20. package/dist-es/commands/DescribeLabelCommand.js +3 -9
  21. package/dist-es/commands/DescribeLabelGroupCommand.js +3 -9
  22. package/dist-es/commands/DescribeModelCommand.js +3 -9
  23. package/dist-es/commands/DescribeModelVersionCommand.js +3 -9
  24. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  25. package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +3 -9
  26. package/dist-es/commands/ImportDatasetCommand.js +3 -9
  27. package/dist-es/commands/ImportModelVersionCommand.js +3 -9
  28. package/dist-es/commands/ListDataIngestionJobsCommand.js +3 -9
  29. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  30. package/dist-es/commands/ListInferenceEventsCommand.js +3 -9
  31. package/dist-es/commands/ListInferenceExecutionsCommand.js +3 -9
  32. package/dist-es/commands/ListInferenceSchedulersCommand.js +3 -9
  33. package/dist-es/commands/ListLabelGroupsCommand.js +3 -9
  34. package/dist-es/commands/ListLabelsCommand.js +3 -9
  35. package/dist-es/commands/ListModelVersionsCommand.js +3 -9
  36. package/dist-es/commands/ListModelsCommand.js +3 -9
  37. package/dist-es/commands/ListRetrainingSchedulersCommand.js +3 -9
  38. package/dist-es/commands/ListSensorStatisticsCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  41. package/dist-es/commands/StartDataIngestionJobCommand.js +3 -9
  42. package/dist-es/commands/StartInferenceSchedulerCommand.js +3 -9
  43. package/dist-es/commands/StartRetrainingSchedulerCommand.js +3 -9
  44. package/dist-es/commands/StopInferenceSchedulerCommand.js +3 -9
  45. package/dist-es/commands/StopRetrainingSchedulerCommand.js +3 -9
  46. package/dist-es/commands/TagResourceCommand.js +3 -9
  47. package/dist-es/commands/UntagResourceCommand.js +3 -9
  48. package/dist-es/commands/UpdateActiveModelVersionCommand.js +3 -9
  49. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +3 -9
  50. package/dist-es/commands/UpdateLabelGroupCommand.js +3 -9
  51. package/dist-es/commands/UpdateModelCommand.js +3 -9
  52. package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +3 -9
  53. package/dist-es/runtimeConfig.shared.js +7 -0
  54. package/dist-es/schemas/schemas_0.js +1560 -0
  55. package/dist-types/LookoutEquipmentClient.d.ts +10 -1
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  57. package/dist-types/runtimeConfig.d.ts +1 -0
  58. package/dist-types/runtimeConfig.native.d.ts +1 -0
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/schemas/schemas_0.d.ts +203 -0
  61. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +209 -0
  67. package/package.json +5 -6
  68. package/dist-es/protocols/Aws_json1_0.js +0 -1633
  69. package/dist-types/protocols/Aws_json1_0.d.ts +0 -443
  70. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -593
@@ -1,593 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateDatasetCommandInput,
8
- CreateDatasetCommandOutput,
9
- } from "../commands/CreateDatasetCommand";
10
- import {
11
- CreateInferenceSchedulerCommandInput,
12
- CreateInferenceSchedulerCommandOutput,
13
- } from "../commands/CreateInferenceSchedulerCommand";
14
- import {
15
- CreateLabelCommandInput,
16
- CreateLabelCommandOutput,
17
- } from "../commands/CreateLabelCommand";
18
- import {
19
- CreateLabelGroupCommandInput,
20
- CreateLabelGroupCommandOutput,
21
- } from "../commands/CreateLabelGroupCommand";
22
- import {
23
- CreateModelCommandInput,
24
- CreateModelCommandOutput,
25
- } from "../commands/CreateModelCommand";
26
- import {
27
- CreateRetrainingSchedulerCommandInput,
28
- CreateRetrainingSchedulerCommandOutput,
29
- } from "../commands/CreateRetrainingSchedulerCommand";
30
- import {
31
- DeleteDatasetCommandInput,
32
- DeleteDatasetCommandOutput,
33
- } from "../commands/DeleteDatasetCommand";
34
- import {
35
- DeleteInferenceSchedulerCommandInput,
36
- DeleteInferenceSchedulerCommandOutput,
37
- } from "../commands/DeleteInferenceSchedulerCommand";
38
- import {
39
- DeleteLabelCommandInput,
40
- DeleteLabelCommandOutput,
41
- } from "../commands/DeleteLabelCommand";
42
- import {
43
- DeleteLabelGroupCommandInput,
44
- DeleteLabelGroupCommandOutput,
45
- } from "../commands/DeleteLabelGroupCommand";
46
- import {
47
- DeleteModelCommandInput,
48
- DeleteModelCommandOutput,
49
- } from "../commands/DeleteModelCommand";
50
- import {
51
- DeleteResourcePolicyCommandInput,
52
- DeleteResourcePolicyCommandOutput,
53
- } from "../commands/DeleteResourcePolicyCommand";
54
- import {
55
- DeleteRetrainingSchedulerCommandInput,
56
- DeleteRetrainingSchedulerCommandOutput,
57
- } from "../commands/DeleteRetrainingSchedulerCommand";
58
- import {
59
- DescribeDataIngestionJobCommandInput,
60
- DescribeDataIngestionJobCommandOutput,
61
- } from "../commands/DescribeDataIngestionJobCommand";
62
- import {
63
- DescribeDatasetCommandInput,
64
- DescribeDatasetCommandOutput,
65
- } from "../commands/DescribeDatasetCommand";
66
- import {
67
- DescribeInferenceSchedulerCommandInput,
68
- DescribeInferenceSchedulerCommandOutput,
69
- } from "../commands/DescribeInferenceSchedulerCommand";
70
- import {
71
- DescribeLabelCommandInput,
72
- DescribeLabelCommandOutput,
73
- } from "../commands/DescribeLabelCommand";
74
- import {
75
- DescribeLabelGroupCommandInput,
76
- DescribeLabelGroupCommandOutput,
77
- } from "../commands/DescribeLabelGroupCommand";
78
- import {
79
- DescribeModelCommandInput,
80
- DescribeModelCommandOutput,
81
- } from "../commands/DescribeModelCommand";
82
- import {
83
- DescribeModelVersionCommandInput,
84
- DescribeModelVersionCommandOutput,
85
- } from "../commands/DescribeModelVersionCommand";
86
- import {
87
- DescribeResourcePolicyCommandInput,
88
- DescribeResourcePolicyCommandOutput,
89
- } from "../commands/DescribeResourcePolicyCommand";
90
- import {
91
- DescribeRetrainingSchedulerCommandInput,
92
- DescribeRetrainingSchedulerCommandOutput,
93
- } from "../commands/DescribeRetrainingSchedulerCommand";
94
- import {
95
- ImportDatasetCommandInput,
96
- ImportDatasetCommandOutput,
97
- } from "../commands/ImportDatasetCommand";
98
- import {
99
- ImportModelVersionCommandInput,
100
- ImportModelVersionCommandOutput,
101
- } from "../commands/ImportModelVersionCommand";
102
- import {
103
- ListDataIngestionJobsCommandInput,
104
- ListDataIngestionJobsCommandOutput,
105
- } from "../commands/ListDataIngestionJobsCommand";
106
- import {
107
- ListDatasetsCommandInput,
108
- ListDatasetsCommandOutput,
109
- } from "../commands/ListDatasetsCommand";
110
- import {
111
- ListInferenceEventsCommandInput,
112
- ListInferenceEventsCommandOutput,
113
- } from "../commands/ListInferenceEventsCommand";
114
- import {
115
- ListInferenceExecutionsCommandInput,
116
- ListInferenceExecutionsCommandOutput,
117
- } from "../commands/ListInferenceExecutionsCommand";
118
- import {
119
- ListInferenceSchedulersCommandInput,
120
- ListInferenceSchedulersCommandOutput,
121
- } from "../commands/ListInferenceSchedulersCommand";
122
- import {
123
- ListLabelGroupsCommandInput,
124
- ListLabelGroupsCommandOutput,
125
- } from "../commands/ListLabelGroupsCommand";
126
- import {
127
- ListLabelsCommandInput,
128
- ListLabelsCommandOutput,
129
- } from "../commands/ListLabelsCommand";
130
- import {
131
- ListModelsCommandInput,
132
- ListModelsCommandOutput,
133
- } from "../commands/ListModelsCommand";
134
- import {
135
- ListModelVersionsCommandInput,
136
- ListModelVersionsCommandOutput,
137
- } from "../commands/ListModelVersionsCommand";
138
- import {
139
- ListRetrainingSchedulersCommandInput,
140
- ListRetrainingSchedulersCommandOutput,
141
- } from "../commands/ListRetrainingSchedulersCommand";
142
- import {
143
- ListSensorStatisticsCommandInput,
144
- ListSensorStatisticsCommandOutput,
145
- } from "../commands/ListSensorStatisticsCommand";
146
- import {
147
- ListTagsForResourceCommandInput,
148
- ListTagsForResourceCommandOutput,
149
- } from "../commands/ListTagsForResourceCommand";
150
- import {
151
- PutResourcePolicyCommandInput,
152
- PutResourcePolicyCommandOutput,
153
- } from "../commands/PutResourcePolicyCommand";
154
- import {
155
- StartDataIngestionJobCommandInput,
156
- StartDataIngestionJobCommandOutput,
157
- } from "../commands/StartDataIngestionJobCommand";
158
- import {
159
- StartInferenceSchedulerCommandInput,
160
- StartInferenceSchedulerCommandOutput,
161
- } from "../commands/StartInferenceSchedulerCommand";
162
- import {
163
- StartRetrainingSchedulerCommandInput,
164
- StartRetrainingSchedulerCommandOutput,
165
- } from "../commands/StartRetrainingSchedulerCommand";
166
- import {
167
- StopInferenceSchedulerCommandInput,
168
- StopInferenceSchedulerCommandOutput,
169
- } from "../commands/StopInferenceSchedulerCommand";
170
- import {
171
- StopRetrainingSchedulerCommandInput,
172
- StopRetrainingSchedulerCommandOutput,
173
- } from "../commands/StopRetrainingSchedulerCommand";
174
- import {
175
- TagResourceCommandInput,
176
- TagResourceCommandOutput,
177
- } from "../commands/TagResourceCommand";
178
- import {
179
- UntagResourceCommandInput,
180
- UntagResourceCommandOutput,
181
- } from "../commands/UntagResourceCommand";
182
- import {
183
- UpdateActiveModelVersionCommandInput,
184
- UpdateActiveModelVersionCommandOutput,
185
- } from "../commands/UpdateActiveModelVersionCommand";
186
- import {
187
- UpdateInferenceSchedulerCommandInput,
188
- UpdateInferenceSchedulerCommandOutput,
189
- } from "../commands/UpdateInferenceSchedulerCommand";
190
- import {
191
- UpdateLabelGroupCommandInput,
192
- UpdateLabelGroupCommandOutput,
193
- } from "../commands/UpdateLabelGroupCommand";
194
- import {
195
- UpdateModelCommandInput,
196
- UpdateModelCommandOutput,
197
- } from "../commands/UpdateModelCommand";
198
- import {
199
- UpdateRetrainingSchedulerCommandInput,
200
- UpdateRetrainingSchedulerCommandOutput,
201
- } from "../commands/UpdateRetrainingSchedulerCommand";
202
- export declare const se_CreateDatasetCommand: (
203
- input: CreateDatasetCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_CreateInferenceSchedulerCommand: (
207
- input: CreateInferenceSchedulerCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_CreateLabelCommand: (
211
- input: CreateLabelCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_CreateLabelGroupCommand: (
215
- input: CreateLabelGroupCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_CreateModelCommand: (
219
- input: CreateModelCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_CreateRetrainingSchedulerCommand: (
223
- input: CreateRetrainingSchedulerCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DeleteDatasetCommand: (
227
- input: DeleteDatasetCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DeleteInferenceSchedulerCommand: (
231
- input: DeleteInferenceSchedulerCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DeleteLabelCommand: (
235
- input: DeleteLabelCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_DeleteLabelGroupCommand: (
239
- input: DeleteLabelGroupCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_DeleteModelCommand: (
243
- input: DeleteModelCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_DeleteResourcePolicyCommand: (
247
- input: DeleteResourcePolicyCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DeleteRetrainingSchedulerCommand: (
251
- input: DeleteRetrainingSchedulerCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DescribeDataIngestionJobCommand: (
255
- input: DescribeDataIngestionJobCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DescribeDatasetCommand: (
259
- input: DescribeDatasetCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DescribeInferenceSchedulerCommand: (
263
- input: DescribeInferenceSchedulerCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DescribeLabelCommand: (
267
- input: DescribeLabelCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DescribeLabelGroupCommand: (
271
- input: DescribeLabelGroupCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DescribeModelCommand: (
275
- input: DescribeModelCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DescribeModelVersionCommand: (
279
- input: DescribeModelVersionCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DescribeResourcePolicyCommand: (
283
- input: DescribeResourcePolicyCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DescribeRetrainingSchedulerCommand: (
287
- input: DescribeRetrainingSchedulerCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_ImportDatasetCommand: (
291
- input: ImportDatasetCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ImportModelVersionCommand: (
295
- input: ImportModelVersionCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ListDataIngestionJobsCommand: (
299
- input: ListDataIngestionJobsCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ListDatasetsCommand: (
303
- input: ListDatasetsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_ListInferenceEventsCommand: (
307
- input: ListInferenceEventsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_ListInferenceExecutionsCommand: (
311
- input: ListInferenceExecutionsCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_ListInferenceSchedulersCommand: (
315
- input: ListInferenceSchedulersCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_ListLabelGroupsCommand: (
319
- input: ListLabelGroupsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_ListLabelsCommand: (
323
- input: ListLabelsCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_ListModelsCommand: (
327
- input: ListModelsCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_ListModelVersionsCommand: (
331
- input: ListModelVersionsCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_ListRetrainingSchedulersCommand: (
335
- input: ListRetrainingSchedulersCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_ListSensorStatisticsCommand: (
339
- input: ListSensorStatisticsCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_ListTagsForResourceCommand: (
343
- input: ListTagsForResourceCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_PutResourcePolicyCommand: (
347
- input: PutResourcePolicyCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_StartDataIngestionJobCommand: (
351
- input: StartDataIngestionJobCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_StartInferenceSchedulerCommand: (
355
- input: StartInferenceSchedulerCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_StartRetrainingSchedulerCommand: (
359
- input: StartRetrainingSchedulerCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_StopInferenceSchedulerCommand: (
363
- input: StopInferenceSchedulerCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_StopRetrainingSchedulerCommand: (
367
- input: StopRetrainingSchedulerCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_TagResourceCommand: (
371
- input: TagResourceCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_UntagResourceCommand: (
375
- input: UntagResourceCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_UpdateActiveModelVersionCommand: (
379
- input: UpdateActiveModelVersionCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_UpdateInferenceSchedulerCommand: (
383
- input: UpdateInferenceSchedulerCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_UpdateLabelGroupCommand: (
387
- input: UpdateLabelGroupCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_UpdateModelCommand: (
391
- input: UpdateModelCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_UpdateRetrainingSchedulerCommand: (
395
- input: UpdateRetrainingSchedulerCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const de_CreateDatasetCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<CreateDatasetCommandOutput>;
402
- export declare const de_CreateInferenceSchedulerCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<CreateInferenceSchedulerCommandOutput>;
406
- export declare const de_CreateLabelCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<CreateLabelCommandOutput>;
410
- export declare const de_CreateLabelGroupCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<CreateLabelGroupCommandOutput>;
414
- export declare const de_CreateModelCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<CreateModelCommandOutput>;
418
- export declare const de_CreateRetrainingSchedulerCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<CreateRetrainingSchedulerCommandOutput>;
422
- export declare const de_DeleteDatasetCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<DeleteDatasetCommandOutput>;
426
- export declare const de_DeleteInferenceSchedulerCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<DeleteInferenceSchedulerCommandOutput>;
430
- export declare const de_DeleteLabelCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<DeleteLabelCommandOutput>;
434
- export declare const de_DeleteLabelGroupCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<DeleteLabelGroupCommandOutput>;
438
- export declare const de_DeleteModelCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<DeleteModelCommandOutput>;
442
- export declare const de_DeleteResourcePolicyCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<DeleteResourcePolicyCommandOutput>;
446
- export declare const de_DeleteRetrainingSchedulerCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<DeleteRetrainingSchedulerCommandOutput>;
450
- export declare const de_DescribeDataIngestionJobCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<DescribeDataIngestionJobCommandOutput>;
454
- export declare const de_DescribeDatasetCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DescribeDatasetCommandOutput>;
458
- export declare const de_DescribeInferenceSchedulerCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<DescribeInferenceSchedulerCommandOutput>;
462
- export declare const de_DescribeLabelCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<DescribeLabelCommandOutput>;
466
- export declare const de_DescribeLabelGroupCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<DescribeLabelGroupCommandOutput>;
470
- export declare const de_DescribeModelCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<DescribeModelCommandOutput>;
474
- export declare const de_DescribeModelVersionCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<DescribeModelVersionCommandOutput>;
478
- export declare const de_DescribeResourcePolicyCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<DescribeResourcePolicyCommandOutput>;
482
- export declare const de_DescribeRetrainingSchedulerCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<DescribeRetrainingSchedulerCommandOutput>;
486
- export declare const de_ImportDatasetCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<ImportDatasetCommandOutput>;
490
- export declare const de_ImportModelVersionCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<ImportModelVersionCommandOutput>;
494
- export declare const de_ListDataIngestionJobsCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<ListDataIngestionJobsCommandOutput>;
498
- export declare const de_ListDatasetsCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<ListDatasetsCommandOutput>;
502
- export declare const de_ListInferenceEventsCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<ListInferenceEventsCommandOutput>;
506
- export declare const de_ListInferenceExecutionsCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<ListInferenceExecutionsCommandOutput>;
510
- export declare const de_ListInferenceSchedulersCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<ListInferenceSchedulersCommandOutput>;
514
- export declare const de_ListLabelGroupsCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<ListLabelGroupsCommandOutput>;
518
- export declare const de_ListLabelsCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<ListLabelsCommandOutput>;
522
- export declare const de_ListModelsCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<ListModelsCommandOutput>;
526
- export declare const de_ListModelVersionsCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<ListModelVersionsCommandOutput>;
530
- export declare const de_ListRetrainingSchedulersCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<ListRetrainingSchedulersCommandOutput>;
534
- export declare const de_ListSensorStatisticsCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<ListSensorStatisticsCommandOutput>;
538
- export declare const de_ListTagsForResourceCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<ListTagsForResourceCommandOutput>;
542
- export declare const de_PutResourcePolicyCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<PutResourcePolicyCommandOutput>;
546
- export declare const de_StartDataIngestionJobCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<StartDataIngestionJobCommandOutput>;
550
- export declare const de_StartInferenceSchedulerCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<StartInferenceSchedulerCommandOutput>;
554
- export declare const de_StartRetrainingSchedulerCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<StartRetrainingSchedulerCommandOutput>;
558
- export declare const de_StopInferenceSchedulerCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<StopInferenceSchedulerCommandOutput>;
562
- export declare const de_StopRetrainingSchedulerCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<StopRetrainingSchedulerCommandOutput>;
566
- export declare const de_TagResourceCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<TagResourceCommandOutput>;
570
- export declare const de_UntagResourceCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<UntagResourceCommandOutput>;
574
- export declare const de_UpdateActiveModelVersionCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<UpdateActiveModelVersionCommandOutput>;
578
- export declare const de_UpdateInferenceSchedulerCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<UpdateInferenceSchedulerCommandOutput>;
582
- export declare const de_UpdateLabelGroupCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<UpdateLabelGroupCommandOutput>;
586
- export declare const de_UpdateModelCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<UpdateModelCommandOutput>;
590
- export declare const de_UpdateRetrainingSchedulerCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<UpdateRetrainingSchedulerCommandOutput>;