@aws-sdk/client-lookoutequipment 3.927.0 → 3.928.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,443 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
4
- import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput } from "../commands/CreateInferenceSchedulerCommand";
5
- import { CreateLabelCommandInput, CreateLabelCommandOutput } from "../commands/CreateLabelCommand";
6
- import { CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput } from "../commands/CreateLabelGroupCommand";
7
- import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
8
- import { CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput } from "../commands/CreateRetrainingSchedulerCommand";
9
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
10
- import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput } from "../commands/DeleteInferenceSchedulerCommand";
11
- import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "../commands/DeleteLabelCommand";
12
- import { DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput } from "../commands/DeleteLabelGroupCommand";
13
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
14
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
15
- import { DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput } from "../commands/DeleteRetrainingSchedulerCommand";
16
- import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "../commands/DescribeDataIngestionJobCommand";
17
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
18
- import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "../commands/DescribeInferenceSchedulerCommand";
19
- import { DescribeLabelCommandInput, DescribeLabelCommandOutput } from "../commands/DescribeLabelCommand";
20
- import { DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput } from "../commands/DescribeLabelGroupCommand";
21
- import { DescribeModelCommandInput, DescribeModelCommandOutput } from "../commands/DescribeModelCommand";
22
- import { DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput } from "../commands/DescribeModelVersionCommand";
23
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
24
- import { DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput } from "../commands/DescribeRetrainingSchedulerCommand";
25
- import { ImportDatasetCommandInput, ImportDatasetCommandOutput } from "../commands/ImportDatasetCommand";
26
- import { ImportModelVersionCommandInput, ImportModelVersionCommandOutput } from "../commands/ImportModelVersionCommand";
27
- import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "../commands/ListDataIngestionJobsCommand";
28
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
29
- import { ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput } from "../commands/ListInferenceEventsCommand";
30
- import { ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput } from "../commands/ListInferenceExecutionsCommand";
31
- import { ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput } from "../commands/ListInferenceSchedulersCommand";
32
- import { ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput } from "../commands/ListLabelGroupsCommand";
33
- import { ListLabelsCommandInput, ListLabelsCommandOutput } from "../commands/ListLabelsCommand";
34
- import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
35
- import { ListModelVersionsCommandInput, ListModelVersionsCommandOutput } from "../commands/ListModelVersionsCommand";
36
- import { ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput } from "../commands/ListRetrainingSchedulersCommand";
37
- import { ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput } from "../commands/ListSensorStatisticsCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
39
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
40
- import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "../commands/StartDataIngestionJobCommand";
41
- import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "../commands/StartInferenceSchedulerCommand";
42
- import { StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput } from "../commands/StartRetrainingSchedulerCommand";
43
- import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "../commands/StopInferenceSchedulerCommand";
44
- import { StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput } from "../commands/StopRetrainingSchedulerCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
46
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
47
- import { UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput } from "../commands/UpdateActiveModelVersionCommand";
48
- import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "../commands/UpdateInferenceSchedulerCommand";
49
- import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "../commands/UpdateLabelGroupCommand";
50
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "../commands/UpdateModelCommand";
51
- import { UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput } from "../commands/UpdateRetrainingSchedulerCommand";
52
- /**
53
- * serializeAws_json1_0CreateDatasetCommand
54
- */
55
- export declare const se_CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_json1_0CreateInferenceSchedulerCommand
58
- */
59
- export declare const se_CreateInferenceSchedulerCommand: (input: CreateInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_0CreateLabelCommand
62
- */
63
- export declare const se_CreateLabelCommand: (input: CreateLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_0CreateLabelGroupCommand
66
- */
67
- export declare const se_CreateLabelGroupCommand: (input: CreateLabelGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_0CreateModelCommand
70
- */
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>;
76
- /**
77
- * serializeAws_json1_0DeleteDatasetCommand
78
- */
79
- export declare const se_DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_0DeleteInferenceSchedulerCommand
82
- */
83
- export declare const se_DeleteInferenceSchedulerCommand: (input: DeleteInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_0DeleteLabelCommand
86
- */
87
- export declare const se_DeleteLabelCommand: (input: DeleteLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_0DeleteLabelGroupCommand
90
- */
91
- export declare const se_DeleteLabelGroupCommand: (input: DeleteLabelGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_0DeleteModelCommand
94
- */
95
- export declare const se_DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_0DeleteResourcePolicyCommand
98
- */
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>;
104
- /**
105
- * serializeAws_json1_0DescribeDataIngestionJobCommand
106
- */
107
- export declare const se_DescribeDataIngestionJobCommand: (input: DescribeDataIngestionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_0DescribeDatasetCommand
110
- */
111
- export declare const se_DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_0DescribeInferenceSchedulerCommand
114
- */
115
- export declare const se_DescribeInferenceSchedulerCommand: (input: DescribeInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_0DescribeLabelCommand
118
- */
119
- export declare const se_DescribeLabelCommand: (input: DescribeLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_0DescribeLabelGroupCommand
122
- */
123
- export declare const se_DescribeLabelGroupCommand: (input: DescribeLabelGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_0DescribeModelCommand
126
- */
127
- export declare const se_DescribeModelCommand: (input: DescribeModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_0DescribeModelVersionCommand
130
- */
131
- export declare const se_DescribeModelVersionCommand: (input: DescribeModelVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_0DescribeResourcePolicyCommand
134
- */
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>;
140
- /**
141
- * serializeAws_json1_0ImportDatasetCommand
142
- */
143
- export declare const se_ImportDatasetCommand: (input: ImportDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_0ImportModelVersionCommand
146
- */
147
- export declare const se_ImportModelVersionCommand: (input: ImportModelVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_0ListDataIngestionJobsCommand
150
- */
151
- export declare const se_ListDataIngestionJobsCommand: (input: ListDataIngestionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_0ListDatasetsCommand
154
- */
155
- export declare const se_ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_0ListInferenceEventsCommand
158
- */
159
- export declare const se_ListInferenceEventsCommand: (input: ListInferenceEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_0ListInferenceExecutionsCommand
162
- */
163
- export declare const se_ListInferenceExecutionsCommand: (input: ListInferenceExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_0ListInferenceSchedulersCommand
166
- */
167
- export declare const se_ListInferenceSchedulersCommand: (input: ListInferenceSchedulersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_0ListLabelGroupsCommand
170
- */
171
- export declare const se_ListLabelGroupsCommand: (input: ListLabelGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_0ListLabelsCommand
174
- */
175
- export declare const se_ListLabelsCommand: (input: ListLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_0ListModelsCommand
178
- */
179
- export declare const se_ListModelsCommand: (input: ListModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_0ListModelVersionsCommand
182
- */
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>;
188
- /**
189
- * serializeAws_json1_0ListSensorStatisticsCommand
190
- */
191
- export declare const se_ListSensorStatisticsCommand: (input: ListSensorStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_0ListTagsForResourceCommand
194
- */
195
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_0PutResourcePolicyCommand
198
- */
199
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_0StartDataIngestionJobCommand
202
- */
203
- export declare const se_StartDataIngestionJobCommand: (input: StartDataIngestionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_0StartInferenceSchedulerCommand
206
- */
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>;
212
- /**
213
- * serializeAws_json1_0StopInferenceSchedulerCommand
214
- */
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>;
220
- /**
221
- * serializeAws_json1_0TagResourceCommand
222
- */
223
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_0UntagResourceCommand
226
- */
227
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_0UpdateActiveModelVersionCommand
230
- */
231
- export declare const se_UpdateActiveModelVersionCommand: (input: UpdateActiveModelVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_0UpdateInferenceSchedulerCommand
234
- */
235
- export declare const se_UpdateInferenceSchedulerCommand: (input: UpdateInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_0UpdateLabelGroupCommand
238
- */
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>;
248
- /**
249
- * deserializeAws_json1_0CreateDatasetCommand
250
- */
251
- export declare const de_CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
252
- /**
253
- * deserializeAws_json1_0CreateInferenceSchedulerCommand
254
- */
255
- export declare const de_CreateInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInferenceSchedulerCommandOutput>;
256
- /**
257
- * deserializeAws_json1_0CreateLabelCommand
258
- */
259
- export declare const de_CreateLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelCommandOutput>;
260
- /**
261
- * deserializeAws_json1_0CreateLabelGroupCommand
262
- */
263
- export declare const de_CreateLabelGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelGroupCommandOutput>;
264
- /**
265
- * deserializeAws_json1_0CreateModelCommand
266
- */
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>;
272
- /**
273
- * deserializeAws_json1_0DeleteDatasetCommand
274
- */
275
- export declare const de_DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
276
- /**
277
- * deserializeAws_json1_0DeleteInferenceSchedulerCommand
278
- */
279
- export declare const de_DeleteInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInferenceSchedulerCommandOutput>;
280
- /**
281
- * deserializeAws_json1_0DeleteLabelCommand
282
- */
283
- export declare const de_DeleteLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLabelCommandOutput>;
284
- /**
285
- * deserializeAws_json1_0DeleteLabelGroupCommand
286
- */
287
- export declare const de_DeleteLabelGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLabelGroupCommandOutput>;
288
- /**
289
- * deserializeAws_json1_0DeleteModelCommand
290
- */
291
- export declare const de_DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
292
- /**
293
- * deserializeAws_json1_0DeleteResourcePolicyCommand
294
- */
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>;
300
- /**
301
- * deserializeAws_json1_0DescribeDataIngestionJobCommand
302
- */
303
- export declare const de_DescribeDataIngestionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataIngestionJobCommandOutput>;
304
- /**
305
- * deserializeAws_json1_0DescribeDatasetCommand
306
- */
307
- export declare const de_DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
308
- /**
309
- * deserializeAws_json1_0DescribeInferenceSchedulerCommand
310
- */
311
- export declare const de_DescribeInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInferenceSchedulerCommandOutput>;
312
- /**
313
- * deserializeAws_json1_0DescribeLabelCommand
314
- */
315
- export declare const de_DescribeLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLabelCommandOutput>;
316
- /**
317
- * deserializeAws_json1_0DescribeLabelGroupCommand
318
- */
319
- export declare const de_DescribeLabelGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLabelGroupCommandOutput>;
320
- /**
321
- * deserializeAws_json1_0DescribeModelCommand
322
- */
323
- export declare const de_DescribeModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelCommandOutput>;
324
- /**
325
- * deserializeAws_json1_0DescribeModelVersionCommand
326
- */
327
- export declare const de_DescribeModelVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelVersionCommandOutput>;
328
- /**
329
- * deserializeAws_json1_0DescribeResourcePolicyCommand
330
- */
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>;
336
- /**
337
- * deserializeAws_json1_0ImportDatasetCommand
338
- */
339
- export declare const de_ImportDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDatasetCommandOutput>;
340
- /**
341
- * deserializeAws_json1_0ImportModelVersionCommand
342
- */
343
- export declare const de_ImportModelVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportModelVersionCommandOutput>;
344
- /**
345
- * deserializeAws_json1_0ListDataIngestionJobsCommand
346
- */
347
- export declare const de_ListDataIngestionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataIngestionJobsCommandOutput>;
348
- /**
349
- * deserializeAws_json1_0ListDatasetsCommand
350
- */
351
- export declare const de_ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
352
- /**
353
- * deserializeAws_json1_0ListInferenceEventsCommand
354
- */
355
- export declare const de_ListInferenceEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceEventsCommandOutput>;
356
- /**
357
- * deserializeAws_json1_0ListInferenceExecutionsCommand
358
- */
359
- export declare const de_ListInferenceExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceExecutionsCommandOutput>;
360
- /**
361
- * deserializeAws_json1_0ListInferenceSchedulersCommand
362
- */
363
- export declare const de_ListInferenceSchedulersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceSchedulersCommandOutput>;
364
- /**
365
- * deserializeAws_json1_0ListLabelGroupsCommand
366
- */
367
- export declare const de_ListLabelGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelGroupsCommandOutput>;
368
- /**
369
- * deserializeAws_json1_0ListLabelsCommand
370
- */
371
- export declare const de_ListLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelsCommandOutput>;
372
- /**
373
- * deserializeAws_json1_0ListModelsCommand
374
- */
375
- export declare const de_ListModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelsCommandOutput>;
376
- /**
377
- * deserializeAws_json1_0ListModelVersionsCommand
378
- */
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>;
384
- /**
385
- * deserializeAws_json1_0ListSensorStatisticsCommand
386
- */
387
- export declare const de_ListSensorStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSensorStatisticsCommandOutput>;
388
- /**
389
- * deserializeAws_json1_0ListTagsForResourceCommand
390
- */
391
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
392
- /**
393
- * deserializeAws_json1_0PutResourcePolicyCommand
394
- */
395
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
396
- /**
397
- * deserializeAws_json1_0StartDataIngestionJobCommand
398
- */
399
- export declare const de_StartDataIngestionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataIngestionJobCommandOutput>;
400
- /**
401
- * deserializeAws_json1_0StartInferenceSchedulerCommand
402
- */
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>;
408
- /**
409
- * deserializeAws_json1_0StopInferenceSchedulerCommand
410
- */
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>;
416
- /**
417
- * deserializeAws_json1_0TagResourceCommand
418
- */
419
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
420
- /**
421
- * deserializeAws_json1_0UntagResourceCommand
422
- */
423
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
424
- /**
425
- * deserializeAws_json1_0UpdateActiveModelVersionCommand
426
- */
427
- export declare const de_UpdateActiveModelVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActiveModelVersionCommandOutput>;
428
- /**
429
- * deserializeAws_json1_0UpdateInferenceSchedulerCommand
430
- */
431
- export declare const de_UpdateInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInferenceSchedulerCommandOutput>;
432
- /**
433
- * deserializeAws_json1_0UpdateLabelGroupCommand
434
- */
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>;