@aws-sdk/client-lookoutequipment 3.1087.0 → 3.1089.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/LookoutEquipment.d.ts +167 -193
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +13 -47
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,18 +11,12 @@ import {
|
|
|
11
11
|
CreateInferenceSchedulerCommandInput,
|
|
12
12
|
CreateInferenceSchedulerCommandOutput,
|
|
13
13
|
} from "./commands/CreateInferenceSchedulerCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateLabelCommandInput,
|
|
16
|
-
CreateLabelCommandOutput,
|
|
17
|
-
} from "./commands/CreateLabelCommand";
|
|
14
|
+
import { CreateLabelCommandInput, CreateLabelCommandOutput } from "./commands/CreateLabelCommand";
|
|
18
15
|
import {
|
|
19
16
|
CreateLabelGroupCommandInput,
|
|
20
17
|
CreateLabelGroupCommandOutput,
|
|
21
18
|
} from "./commands/CreateLabelGroupCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateModelCommandInput,
|
|
24
|
-
CreateModelCommandOutput,
|
|
25
|
-
} from "./commands/CreateModelCommand";
|
|
19
|
+
import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
|
|
26
20
|
import {
|
|
27
21
|
CreateRetrainingSchedulerCommandInput,
|
|
28
22
|
CreateRetrainingSchedulerCommandOutput,
|
|
@@ -35,18 +29,12 @@ import {
|
|
|
35
29
|
DeleteInferenceSchedulerCommandInput,
|
|
36
30
|
DeleteInferenceSchedulerCommandOutput,
|
|
37
31
|
} from "./commands/DeleteInferenceSchedulerCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteLabelCommandInput,
|
|
40
|
-
DeleteLabelCommandOutput,
|
|
41
|
-
} from "./commands/DeleteLabelCommand";
|
|
32
|
+
import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
|
|
42
33
|
import {
|
|
43
34
|
DeleteLabelGroupCommandInput,
|
|
44
35
|
DeleteLabelGroupCommandOutput,
|
|
45
36
|
} from "./commands/DeleteLabelGroupCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteModelCommandInput,
|
|
48
|
-
DeleteModelCommandOutput,
|
|
49
|
-
} from "./commands/DeleteModelCommand";
|
|
37
|
+
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
50
38
|
import {
|
|
51
39
|
DeleteResourcePolicyCommandInput,
|
|
52
40
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -123,14 +111,8 @@ import {
|
|
|
123
111
|
ListLabelGroupsCommandInput,
|
|
124
112
|
ListLabelGroupsCommandOutput,
|
|
125
113
|
} from "./commands/ListLabelGroupsCommand";
|
|
126
|
-
import {
|
|
127
|
-
|
|
128
|
-
ListLabelsCommandOutput,
|
|
129
|
-
} from "./commands/ListLabelsCommand";
|
|
130
|
-
import {
|
|
131
|
-
ListModelsCommandInput,
|
|
132
|
-
ListModelsCommandOutput,
|
|
133
|
-
} from "./commands/ListModelsCommand";
|
|
114
|
+
import { ListLabelsCommandInput, ListLabelsCommandOutput } from "./commands/ListLabelsCommand";
|
|
115
|
+
import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
|
|
134
116
|
import {
|
|
135
117
|
ListModelVersionsCommandInput,
|
|
136
118
|
ListModelVersionsCommandOutput,
|
|
@@ -171,10 +153,7 @@ import {
|
|
|
171
153
|
StopRetrainingSchedulerCommandInput,
|
|
172
154
|
StopRetrainingSchedulerCommandOutput,
|
|
173
155
|
} from "./commands/StopRetrainingSchedulerCommand";
|
|
174
|
-
import {
|
|
175
|
-
TagResourceCommandInput,
|
|
176
|
-
TagResourceCommandOutput,
|
|
177
|
-
} from "./commands/TagResourceCommand";
|
|
156
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
178
157
|
import {
|
|
179
158
|
UntagResourceCommandInput,
|
|
180
159
|
UntagResourceCommandOutput,
|
|
@@ -191,10 +170,7 @@ import {
|
|
|
191
170
|
UpdateLabelGroupCommandInput,
|
|
192
171
|
UpdateLabelGroupCommandOutput,
|
|
193
172
|
} from "./commands/UpdateLabelGroupCommand";
|
|
194
|
-
import {
|
|
195
|
-
UpdateModelCommandInput,
|
|
196
|
-
UpdateModelCommandOutput,
|
|
197
|
-
} from "./commands/UpdateModelCommand";
|
|
173
|
+
import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
|
|
198
174
|
import {
|
|
199
175
|
UpdateRetrainingSchedulerCommandInput,
|
|
200
176
|
UpdateRetrainingSchedulerCommandOutput,
|
|
@@ -203,725 +179,723 @@ import { LookoutEquipmentClient } from "./LookoutEquipmentClient";
|
|
|
203
179
|
export interface LookoutEquipment {
|
|
204
180
|
createDataset(
|
|
205
181
|
args: CreateDatasetCommandInput,
|
|
206
|
-
options?: __HttpHandlerOptions
|
|
182
|
+
options?: __HttpHandlerOptions,
|
|
207
183
|
): Promise<CreateDatasetCommandOutput>;
|
|
208
184
|
createDataset(
|
|
209
185
|
args: CreateDatasetCommandInput,
|
|
210
|
-
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
186
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void,
|
|
211
187
|
): void;
|
|
212
188
|
createDataset(
|
|
213
189
|
args: CreateDatasetCommandInput,
|
|
214
190
|
options: __HttpHandlerOptions,
|
|
215
|
-
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
191
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void,
|
|
216
192
|
): void;
|
|
217
193
|
createInferenceScheduler(
|
|
218
194
|
args: CreateInferenceSchedulerCommandInput,
|
|
219
|
-
options?: __HttpHandlerOptions
|
|
195
|
+
options?: __HttpHandlerOptions,
|
|
220
196
|
): Promise<CreateInferenceSchedulerCommandOutput>;
|
|
221
197
|
createInferenceScheduler(
|
|
222
198
|
args: CreateInferenceSchedulerCommandInput,
|
|
223
|
-
cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void
|
|
199
|
+
cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void,
|
|
224
200
|
): void;
|
|
225
201
|
createInferenceScheduler(
|
|
226
202
|
args: CreateInferenceSchedulerCommandInput,
|
|
227
203
|
options: __HttpHandlerOptions,
|
|
228
|
-
cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void,
|
|
229
205
|
): void;
|
|
230
206
|
createLabel(
|
|
231
207
|
args: CreateLabelCommandInput,
|
|
232
|
-
options?: __HttpHandlerOptions
|
|
208
|
+
options?: __HttpHandlerOptions,
|
|
233
209
|
): Promise<CreateLabelCommandOutput>;
|
|
234
210
|
createLabel(
|
|
235
211
|
args: CreateLabelCommandInput,
|
|
236
|
-
cb: (err: any, data?: CreateLabelCommandOutput) => void
|
|
212
|
+
cb: (err: any, data?: CreateLabelCommandOutput) => void,
|
|
237
213
|
): void;
|
|
238
214
|
createLabel(
|
|
239
215
|
args: CreateLabelCommandInput,
|
|
240
216
|
options: __HttpHandlerOptions,
|
|
241
|
-
cb: (err: any, data?: CreateLabelCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: CreateLabelCommandOutput) => void,
|
|
242
218
|
): void;
|
|
243
219
|
createLabelGroup(
|
|
244
220
|
args: CreateLabelGroupCommandInput,
|
|
245
|
-
options?: __HttpHandlerOptions
|
|
221
|
+
options?: __HttpHandlerOptions,
|
|
246
222
|
): Promise<CreateLabelGroupCommandOutput>;
|
|
247
223
|
createLabelGroup(
|
|
248
224
|
args: CreateLabelGroupCommandInput,
|
|
249
|
-
cb: (err: any, data?: CreateLabelGroupCommandOutput) => void
|
|
225
|
+
cb: (err: any, data?: CreateLabelGroupCommandOutput) => void,
|
|
250
226
|
): void;
|
|
251
227
|
createLabelGroup(
|
|
252
228
|
args: CreateLabelGroupCommandInput,
|
|
253
229
|
options: __HttpHandlerOptions,
|
|
254
|
-
cb: (err: any, data?: CreateLabelGroupCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: CreateLabelGroupCommandOutput) => void,
|
|
255
231
|
): void;
|
|
256
232
|
createModel(
|
|
257
233
|
args: CreateModelCommandInput,
|
|
258
|
-
options?: __HttpHandlerOptions
|
|
234
|
+
options?: __HttpHandlerOptions,
|
|
259
235
|
): Promise<CreateModelCommandOutput>;
|
|
260
236
|
createModel(
|
|
261
237
|
args: CreateModelCommandInput,
|
|
262
|
-
cb: (err: any, data?: CreateModelCommandOutput) => void
|
|
238
|
+
cb: (err: any, data?: CreateModelCommandOutput) => void,
|
|
263
239
|
): void;
|
|
264
240
|
createModel(
|
|
265
241
|
args: CreateModelCommandInput,
|
|
266
242
|
options: __HttpHandlerOptions,
|
|
267
|
-
cb: (err: any, data?: CreateModelCommandOutput) => void
|
|
243
|
+
cb: (err: any, data?: CreateModelCommandOutput) => void,
|
|
268
244
|
): void;
|
|
269
245
|
createRetrainingScheduler(
|
|
270
246
|
args: CreateRetrainingSchedulerCommandInput,
|
|
271
|
-
options?: __HttpHandlerOptions
|
|
247
|
+
options?: __HttpHandlerOptions,
|
|
272
248
|
): Promise<CreateRetrainingSchedulerCommandOutput>;
|
|
273
249
|
createRetrainingScheduler(
|
|
274
250
|
args: CreateRetrainingSchedulerCommandInput,
|
|
275
|
-
cb: (err: any, data?: CreateRetrainingSchedulerCommandOutput) => void
|
|
251
|
+
cb: (err: any, data?: CreateRetrainingSchedulerCommandOutput) => void,
|
|
276
252
|
): void;
|
|
277
253
|
createRetrainingScheduler(
|
|
278
254
|
args: CreateRetrainingSchedulerCommandInput,
|
|
279
255
|
options: __HttpHandlerOptions,
|
|
280
|
-
cb: (err: any, data?: CreateRetrainingSchedulerCommandOutput) => void
|
|
256
|
+
cb: (err: any, data?: CreateRetrainingSchedulerCommandOutput) => void,
|
|
281
257
|
): void;
|
|
282
258
|
deleteDataset(
|
|
283
259
|
args: DeleteDatasetCommandInput,
|
|
284
|
-
options?: __HttpHandlerOptions
|
|
260
|
+
options?: __HttpHandlerOptions,
|
|
285
261
|
): Promise<DeleteDatasetCommandOutput>;
|
|
286
262
|
deleteDataset(
|
|
287
263
|
args: DeleteDatasetCommandInput,
|
|
288
|
-
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
264
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void,
|
|
289
265
|
): void;
|
|
290
266
|
deleteDataset(
|
|
291
267
|
args: DeleteDatasetCommandInput,
|
|
292
268
|
options: __HttpHandlerOptions,
|
|
293
|
-
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
269
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void,
|
|
294
270
|
): void;
|
|
295
271
|
deleteInferenceScheduler(
|
|
296
272
|
args: DeleteInferenceSchedulerCommandInput,
|
|
297
|
-
options?: __HttpHandlerOptions
|
|
273
|
+
options?: __HttpHandlerOptions,
|
|
298
274
|
): Promise<DeleteInferenceSchedulerCommandOutput>;
|
|
299
275
|
deleteInferenceScheduler(
|
|
300
276
|
args: DeleteInferenceSchedulerCommandInput,
|
|
301
|
-
cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void
|
|
277
|
+
cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void,
|
|
302
278
|
): void;
|
|
303
279
|
deleteInferenceScheduler(
|
|
304
280
|
args: DeleteInferenceSchedulerCommandInput,
|
|
305
281
|
options: __HttpHandlerOptions,
|
|
306
|
-
cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void
|
|
282
|
+
cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void,
|
|
307
283
|
): void;
|
|
308
284
|
deleteLabel(
|
|
309
285
|
args: DeleteLabelCommandInput,
|
|
310
|
-
options?: __HttpHandlerOptions
|
|
286
|
+
options?: __HttpHandlerOptions,
|
|
311
287
|
): Promise<DeleteLabelCommandOutput>;
|
|
312
288
|
deleteLabel(
|
|
313
289
|
args: DeleteLabelCommandInput,
|
|
314
|
-
cb: (err: any, data?: DeleteLabelCommandOutput) => void
|
|
290
|
+
cb: (err: any, data?: DeleteLabelCommandOutput) => void,
|
|
315
291
|
): void;
|
|
316
292
|
deleteLabel(
|
|
317
293
|
args: DeleteLabelCommandInput,
|
|
318
294
|
options: __HttpHandlerOptions,
|
|
319
|
-
cb: (err: any, data?: DeleteLabelCommandOutput) => void
|
|
295
|
+
cb: (err: any, data?: DeleteLabelCommandOutput) => void,
|
|
320
296
|
): void;
|
|
321
297
|
deleteLabelGroup(
|
|
322
298
|
args: DeleteLabelGroupCommandInput,
|
|
323
|
-
options?: __HttpHandlerOptions
|
|
299
|
+
options?: __HttpHandlerOptions,
|
|
324
300
|
): Promise<DeleteLabelGroupCommandOutput>;
|
|
325
301
|
deleteLabelGroup(
|
|
326
302
|
args: DeleteLabelGroupCommandInput,
|
|
327
|
-
cb: (err: any, data?: DeleteLabelGroupCommandOutput) => void
|
|
303
|
+
cb: (err: any, data?: DeleteLabelGroupCommandOutput) => void,
|
|
328
304
|
): void;
|
|
329
305
|
deleteLabelGroup(
|
|
330
306
|
args: DeleteLabelGroupCommandInput,
|
|
331
307
|
options: __HttpHandlerOptions,
|
|
332
|
-
cb: (err: any, data?: DeleteLabelGroupCommandOutput) => void
|
|
308
|
+
cb: (err: any, data?: DeleteLabelGroupCommandOutput) => void,
|
|
333
309
|
): void;
|
|
334
310
|
deleteModel(
|
|
335
311
|
args: DeleteModelCommandInput,
|
|
336
|
-
options?: __HttpHandlerOptions
|
|
312
|
+
options?: __HttpHandlerOptions,
|
|
337
313
|
): Promise<DeleteModelCommandOutput>;
|
|
338
314
|
deleteModel(
|
|
339
315
|
args: DeleteModelCommandInput,
|
|
340
|
-
cb: (err: any, data?: DeleteModelCommandOutput) => void
|
|
316
|
+
cb: (err: any, data?: DeleteModelCommandOutput) => void,
|
|
341
317
|
): void;
|
|
342
318
|
deleteModel(
|
|
343
319
|
args: DeleteModelCommandInput,
|
|
344
320
|
options: __HttpHandlerOptions,
|
|
345
|
-
cb: (err: any, data?: DeleteModelCommandOutput) => void
|
|
321
|
+
cb: (err: any, data?: DeleteModelCommandOutput) => void,
|
|
346
322
|
): void;
|
|
347
323
|
deleteResourcePolicy(
|
|
348
324
|
args: DeleteResourcePolicyCommandInput,
|
|
349
|
-
options?: __HttpHandlerOptions
|
|
325
|
+
options?: __HttpHandlerOptions,
|
|
350
326
|
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
351
327
|
deleteResourcePolicy(
|
|
352
328
|
args: DeleteResourcePolicyCommandInput,
|
|
353
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
329
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
354
330
|
): void;
|
|
355
331
|
deleteResourcePolicy(
|
|
356
332
|
args: DeleteResourcePolicyCommandInput,
|
|
357
333
|
options: __HttpHandlerOptions,
|
|
358
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
334
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
359
335
|
): void;
|
|
360
336
|
deleteRetrainingScheduler(
|
|
361
337
|
args: DeleteRetrainingSchedulerCommandInput,
|
|
362
|
-
options?: __HttpHandlerOptions
|
|
338
|
+
options?: __HttpHandlerOptions,
|
|
363
339
|
): Promise<DeleteRetrainingSchedulerCommandOutput>;
|
|
364
340
|
deleteRetrainingScheduler(
|
|
365
341
|
args: DeleteRetrainingSchedulerCommandInput,
|
|
366
|
-
cb: (err: any, data?: DeleteRetrainingSchedulerCommandOutput) => void
|
|
342
|
+
cb: (err: any, data?: DeleteRetrainingSchedulerCommandOutput) => void,
|
|
367
343
|
): void;
|
|
368
344
|
deleteRetrainingScheduler(
|
|
369
345
|
args: DeleteRetrainingSchedulerCommandInput,
|
|
370
346
|
options: __HttpHandlerOptions,
|
|
371
|
-
cb: (err: any, data?: DeleteRetrainingSchedulerCommandOutput) => void
|
|
347
|
+
cb: (err: any, data?: DeleteRetrainingSchedulerCommandOutput) => void,
|
|
372
348
|
): void;
|
|
373
349
|
describeDataIngestionJob(
|
|
374
350
|
args: DescribeDataIngestionJobCommandInput,
|
|
375
|
-
options?: __HttpHandlerOptions
|
|
351
|
+
options?: __HttpHandlerOptions,
|
|
376
352
|
): Promise<DescribeDataIngestionJobCommandOutput>;
|
|
377
353
|
describeDataIngestionJob(
|
|
378
354
|
args: DescribeDataIngestionJobCommandInput,
|
|
379
|
-
cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void
|
|
355
|
+
cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void,
|
|
380
356
|
): void;
|
|
381
357
|
describeDataIngestionJob(
|
|
382
358
|
args: DescribeDataIngestionJobCommandInput,
|
|
383
359
|
options: __HttpHandlerOptions,
|
|
384
|
-
cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void
|
|
360
|
+
cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void,
|
|
385
361
|
): void;
|
|
386
362
|
describeDataset(
|
|
387
363
|
args: DescribeDatasetCommandInput,
|
|
388
|
-
options?: __HttpHandlerOptions
|
|
364
|
+
options?: __HttpHandlerOptions,
|
|
389
365
|
): Promise<DescribeDatasetCommandOutput>;
|
|
390
366
|
describeDataset(
|
|
391
367
|
args: DescribeDatasetCommandInput,
|
|
392
|
-
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
368
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void,
|
|
393
369
|
): void;
|
|
394
370
|
describeDataset(
|
|
395
371
|
args: DescribeDatasetCommandInput,
|
|
396
372
|
options: __HttpHandlerOptions,
|
|
397
|
-
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
373
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void,
|
|
398
374
|
): void;
|
|
399
375
|
describeInferenceScheduler(
|
|
400
376
|
args: DescribeInferenceSchedulerCommandInput,
|
|
401
|
-
options?: __HttpHandlerOptions
|
|
377
|
+
options?: __HttpHandlerOptions,
|
|
402
378
|
): Promise<DescribeInferenceSchedulerCommandOutput>;
|
|
403
379
|
describeInferenceScheduler(
|
|
404
380
|
args: DescribeInferenceSchedulerCommandInput,
|
|
405
|
-
cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void
|
|
381
|
+
cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void,
|
|
406
382
|
): void;
|
|
407
383
|
describeInferenceScheduler(
|
|
408
384
|
args: DescribeInferenceSchedulerCommandInput,
|
|
409
385
|
options: __HttpHandlerOptions,
|
|
410
|
-
cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void
|
|
386
|
+
cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void,
|
|
411
387
|
): void;
|
|
412
388
|
describeLabel(
|
|
413
389
|
args: DescribeLabelCommandInput,
|
|
414
|
-
options?: __HttpHandlerOptions
|
|
390
|
+
options?: __HttpHandlerOptions,
|
|
415
391
|
): Promise<DescribeLabelCommandOutput>;
|
|
416
392
|
describeLabel(
|
|
417
393
|
args: DescribeLabelCommandInput,
|
|
418
|
-
cb: (err: any, data?: DescribeLabelCommandOutput) => void
|
|
394
|
+
cb: (err: any, data?: DescribeLabelCommandOutput) => void,
|
|
419
395
|
): void;
|
|
420
396
|
describeLabel(
|
|
421
397
|
args: DescribeLabelCommandInput,
|
|
422
398
|
options: __HttpHandlerOptions,
|
|
423
|
-
cb: (err: any, data?: DescribeLabelCommandOutput) => void
|
|
399
|
+
cb: (err: any, data?: DescribeLabelCommandOutput) => void,
|
|
424
400
|
): void;
|
|
425
401
|
describeLabelGroup(
|
|
426
402
|
args: DescribeLabelGroupCommandInput,
|
|
427
|
-
options?: __HttpHandlerOptions
|
|
403
|
+
options?: __HttpHandlerOptions,
|
|
428
404
|
): Promise<DescribeLabelGroupCommandOutput>;
|
|
429
405
|
describeLabelGroup(
|
|
430
406
|
args: DescribeLabelGroupCommandInput,
|
|
431
|
-
cb: (err: any, data?: DescribeLabelGroupCommandOutput) => void
|
|
407
|
+
cb: (err: any, data?: DescribeLabelGroupCommandOutput) => void,
|
|
432
408
|
): void;
|
|
433
409
|
describeLabelGroup(
|
|
434
410
|
args: DescribeLabelGroupCommandInput,
|
|
435
411
|
options: __HttpHandlerOptions,
|
|
436
|
-
cb: (err: any, data?: DescribeLabelGroupCommandOutput) => void
|
|
412
|
+
cb: (err: any, data?: DescribeLabelGroupCommandOutput) => void,
|
|
437
413
|
): void;
|
|
438
414
|
describeModel(
|
|
439
415
|
args: DescribeModelCommandInput,
|
|
440
|
-
options?: __HttpHandlerOptions
|
|
416
|
+
options?: __HttpHandlerOptions,
|
|
441
417
|
): Promise<DescribeModelCommandOutput>;
|
|
442
418
|
describeModel(
|
|
443
419
|
args: DescribeModelCommandInput,
|
|
444
|
-
cb: (err: any, data?: DescribeModelCommandOutput) => void
|
|
420
|
+
cb: (err: any, data?: DescribeModelCommandOutput) => void,
|
|
445
421
|
): void;
|
|
446
422
|
describeModel(
|
|
447
423
|
args: DescribeModelCommandInput,
|
|
448
424
|
options: __HttpHandlerOptions,
|
|
449
|
-
cb: (err: any, data?: DescribeModelCommandOutput) => void
|
|
425
|
+
cb: (err: any, data?: DescribeModelCommandOutput) => void,
|
|
450
426
|
): void;
|
|
451
427
|
describeModelVersion(
|
|
452
428
|
args: DescribeModelVersionCommandInput,
|
|
453
|
-
options?: __HttpHandlerOptions
|
|
429
|
+
options?: __HttpHandlerOptions,
|
|
454
430
|
): Promise<DescribeModelVersionCommandOutput>;
|
|
455
431
|
describeModelVersion(
|
|
456
432
|
args: DescribeModelVersionCommandInput,
|
|
457
|
-
cb: (err: any, data?: DescribeModelVersionCommandOutput) => void
|
|
433
|
+
cb: (err: any, data?: DescribeModelVersionCommandOutput) => void,
|
|
458
434
|
): void;
|
|
459
435
|
describeModelVersion(
|
|
460
436
|
args: DescribeModelVersionCommandInput,
|
|
461
437
|
options: __HttpHandlerOptions,
|
|
462
|
-
cb: (err: any, data?: DescribeModelVersionCommandOutput) => void
|
|
438
|
+
cb: (err: any, data?: DescribeModelVersionCommandOutput) => void,
|
|
463
439
|
): void;
|
|
464
440
|
describeResourcePolicy(
|
|
465
441
|
args: DescribeResourcePolicyCommandInput,
|
|
466
|
-
options?: __HttpHandlerOptions
|
|
442
|
+
options?: __HttpHandlerOptions,
|
|
467
443
|
): Promise<DescribeResourcePolicyCommandOutput>;
|
|
468
444
|
describeResourcePolicy(
|
|
469
445
|
args: DescribeResourcePolicyCommandInput,
|
|
470
|
-
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
|
|
446
|
+
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void,
|
|
471
447
|
): void;
|
|
472
448
|
describeResourcePolicy(
|
|
473
449
|
args: DescribeResourcePolicyCommandInput,
|
|
474
450
|
options: __HttpHandlerOptions,
|
|
475
|
-
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
|
|
451
|
+
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void,
|
|
476
452
|
): void;
|
|
477
453
|
describeRetrainingScheduler(
|
|
478
454
|
args: DescribeRetrainingSchedulerCommandInput,
|
|
479
|
-
options?: __HttpHandlerOptions
|
|
455
|
+
options?: __HttpHandlerOptions,
|
|
480
456
|
): Promise<DescribeRetrainingSchedulerCommandOutput>;
|
|
481
457
|
describeRetrainingScheduler(
|
|
482
458
|
args: DescribeRetrainingSchedulerCommandInput,
|
|
483
|
-
cb: (err: any, data?: DescribeRetrainingSchedulerCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: DescribeRetrainingSchedulerCommandOutput) => void,
|
|
484
460
|
): void;
|
|
485
461
|
describeRetrainingScheduler(
|
|
486
462
|
args: DescribeRetrainingSchedulerCommandInput,
|
|
487
463
|
options: __HttpHandlerOptions,
|
|
488
|
-
cb: (err: any, data?: DescribeRetrainingSchedulerCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: DescribeRetrainingSchedulerCommandOutput) => void,
|
|
489
465
|
): void;
|
|
490
466
|
importDataset(
|
|
491
467
|
args: ImportDatasetCommandInput,
|
|
492
|
-
options?: __HttpHandlerOptions
|
|
468
|
+
options?: __HttpHandlerOptions,
|
|
493
469
|
): Promise<ImportDatasetCommandOutput>;
|
|
494
470
|
importDataset(
|
|
495
471
|
args: ImportDatasetCommandInput,
|
|
496
|
-
cb: (err: any, data?: ImportDatasetCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: ImportDatasetCommandOutput) => void,
|
|
497
473
|
): void;
|
|
498
474
|
importDataset(
|
|
499
475
|
args: ImportDatasetCommandInput,
|
|
500
476
|
options: __HttpHandlerOptions,
|
|
501
|
-
cb: (err: any, data?: ImportDatasetCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: ImportDatasetCommandOutput) => void,
|
|
502
478
|
): void;
|
|
503
479
|
importModelVersion(
|
|
504
480
|
args: ImportModelVersionCommandInput,
|
|
505
|
-
options?: __HttpHandlerOptions
|
|
481
|
+
options?: __HttpHandlerOptions,
|
|
506
482
|
): Promise<ImportModelVersionCommandOutput>;
|
|
507
483
|
importModelVersion(
|
|
508
484
|
args: ImportModelVersionCommandInput,
|
|
509
|
-
cb: (err: any, data?: ImportModelVersionCommandOutput) => void
|
|
485
|
+
cb: (err: any, data?: ImportModelVersionCommandOutput) => void,
|
|
510
486
|
): void;
|
|
511
487
|
importModelVersion(
|
|
512
488
|
args: ImportModelVersionCommandInput,
|
|
513
489
|
options: __HttpHandlerOptions,
|
|
514
|
-
cb: (err: any, data?: ImportModelVersionCommandOutput) => void
|
|
490
|
+
cb: (err: any, data?: ImportModelVersionCommandOutput) => void,
|
|
515
491
|
): void;
|
|
516
492
|
listDataIngestionJobs(): Promise<ListDataIngestionJobsCommandOutput>;
|
|
517
493
|
listDataIngestionJobs(
|
|
518
494
|
args: ListDataIngestionJobsCommandInput,
|
|
519
|
-
options?: __HttpHandlerOptions
|
|
495
|
+
options?: __HttpHandlerOptions,
|
|
520
496
|
): Promise<ListDataIngestionJobsCommandOutput>;
|
|
521
497
|
listDataIngestionJobs(
|
|
522
498
|
args: ListDataIngestionJobsCommandInput,
|
|
523
|
-
cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void,
|
|
524
500
|
): void;
|
|
525
501
|
listDataIngestionJobs(
|
|
526
502
|
args: ListDataIngestionJobsCommandInput,
|
|
527
503
|
options: __HttpHandlerOptions,
|
|
528
|
-
cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void
|
|
504
|
+
cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void,
|
|
529
505
|
): void;
|
|
530
506
|
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
531
507
|
listDatasets(
|
|
532
508
|
args: ListDatasetsCommandInput,
|
|
533
|
-
options?: __HttpHandlerOptions
|
|
509
|
+
options?: __HttpHandlerOptions,
|
|
534
510
|
): Promise<ListDatasetsCommandOutput>;
|
|
535
511
|
listDatasets(
|
|
536
512
|
args: ListDatasetsCommandInput,
|
|
537
|
-
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void,
|
|
538
514
|
): void;
|
|
539
515
|
listDatasets(
|
|
540
516
|
args: ListDatasetsCommandInput,
|
|
541
517
|
options: __HttpHandlerOptions,
|
|
542
|
-
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
518
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void,
|
|
543
519
|
): void;
|
|
544
520
|
listInferenceEvents(
|
|
545
521
|
args: ListInferenceEventsCommandInput,
|
|
546
|
-
options?: __HttpHandlerOptions
|
|
522
|
+
options?: __HttpHandlerOptions,
|
|
547
523
|
): Promise<ListInferenceEventsCommandOutput>;
|
|
548
524
|
listInferenceEvents(
|
|
549
525
|
args: ListInferenceEventsCommandInput,
|
|
550
|
-
cb: (err: any, data?: ListInferenceEventsCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: ListInferenceEventsCommandOutput) => void,
|
|
551
527
|
): void;
|
|
552
528
|
listInferenceEvents(
|
|
553
529
|
args: ListInferenceEventsCommandInput,
|
|
554
530
|
options: __HttpHandlerOptions,
|
|
555
|
-
cb: (err: any, data?: ListInferenceEventsCommandOutput) => void
|
|
531
|
+
cb: (err: any, data?: ListInferenceEventsCommandOutput) => void,
|
|
556
532
|
): void;
|
|
557
533
|
listInferenceExecutions(
|
|
558
534
|
args: ListInferenceExecutionsCommandInput,
|
|
559
|
-
options?: __HttpHandlerOptions
|
|
535
|
+
options?: __HttpHandlerOptions,
|
|
560
536
|
): Promise<ListInferenceExecutionsCommandOutput>;
|
|
561
537
|
listInferenceExecutions(
|
|
562
538
|
args: ListInferenceExecutionsCommandInput,
|
|
563
|
-
cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void,
|
|
564
540
|
): void;
|
|
565
541
|
listInferenceExecutions(
|
|
566
542
|
args: ListInferenceExecutionsCommandInput,
|
|
567
543
|
options: __HttpHandlerOptions,
|
|
568
|
-
cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void
|
|
544
|
+
cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void,
|
|
569
545
|
): void;
|
|
570
546
|
listInferenceSchedulers(): Promise<ListInferenceSchedulersCommandOutput>;
|
|
571
547
|
listInferenceSchedulers(
|
|
572
548
|
args: ListInferenceSchedulersCommandInput,
|
|
573
|
-
options?: __HttpHandlerOptions
|
|
549
|
+
options?: __HttpHandlerOptions,
|
|
574
550
|
): Promise<ListInferenceSchedulersCommandOutput>;
|
|
575
551
|
listInferenceSchedulers(
|
|
576
552
|
args: ListInferenceSchedulersCommandInput,
|
|
577
|
-
cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void
|
|
553
|
+
cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void,
|
|
578
554
|
): void;
|
|
579
555
|
listInferenceSchedulers(
|
|
580
556
|
args: ListInferenceSchedulersCommandInput,
|
|
581
557
|
options: __HttpHandlerOptions,
|
|
582
|
-
cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void
|
|
558
|
+
cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void,
|
|
583
559
|
): void;
|
|
584
560
|
listLabelGroups(): Promise<ListLabelGroupsCommandOutput>;
|
|
585
561
|
listLabelGroups(
|
|
586
562
|
args: ListLabelGroupsCommandInput,
|
|
587
|
-
options?: __HttpHandlerOptions
|
|
563
|
+
options?: __HttpHandlerOptions,
|
|
588
564
|
): Promise<ListLabelGroupsCommandOutput>;
|
|
589
565
|
listLabelGroups(
|
|
590
566
|
args: ListLabelGroupsCommandInput,
|
|
591
|
-
cb: (err: any, data?: ListLabelGroupsCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: ListLabelGroupsCommandOutput) => void,
|
|
592
568
|
): void;
|
|
593
569
|
listLabelGroups(
|
|
594
570
|
args: ListLabelGroupsCommandInput,
|
|
595
571
|
options: __HttpHandlerOptions,
|
|
596
|
-
cb: (err: any, data?: ListLabelGroupsCommandOutput) => void
|
|
572
|
+
cb: (err: any, data?: ListLabelGroupsCommandOutput) => void,
|
|
597
573
|
): void;
|
|
598
574
|
listLabels(
|
|
599
575
|
args: ListLabelsCommandInput,
|
|
600
|
-
options?: __HttpHandlerOptions
|
|
576
|
+
options?: __HttpHandlerOptions,
|
|
601
577
|
): Promise<ListLabelsCommandOutput>;
|
|
602
578
|
listLabels(
|
|
603
579
|
args: ListLabelsCommandInput,
|
|
604
|
-
cb: (err: any, data?: ListLabelsCommandOutput) => void
|
|
580
|
+
cb: (err: any, data?: ListLabelsCommandOutput) => void,
|
|
605
581
|
): void;
|
|
606
582
|
listLabels(
|
|
607
583
|
args: ListLabelsCommandInput,
|
|
608
584
|
options: __HttpHandlerOptions,
|
|
609
|
-
cb: (err: any, data?: ListLabelsCommandOutput) => void
|
|
585
|
+
cb: (err: any, data?: ListLabelsCommandOutput) => void,
|
|
610
586
|
): void;
|
|
611
587
|
listModels(): Promise<ListModelsCommandOutput>;
|
|
612
588
|
listModels(
|
|
613
589
|
args: ListModelsCommandInput,
|
|
614
|
-
options?: __HttpHandlerOptions
|
|
590
|
+
options?: __HttpHandlerOptions,
|
|
615
591
|
): Promise<ListModelsCommandOutput>;
|
|
616
592
|
listModels(
|
|
617
593
|
args: ListModelsCommandInput,
|
|
618
|
-
cb: (err: any, data?: ListModelsCommandOutput) => void
|
|
594
|
+
cb: (err: any, data?: ListModelsCommandOutput) => void,
|
|
619
595
|
): void;
|
|
620
596
|
listModels(
|
|
621
597
|
args: ListModelsCommandInput,
|
|
622
598
|
options: __HttpHandlerOptions,
|
|
623
|
-
cb: (err: any, data?: ListModelsCommandOutput) => void
|
|
599
|
+
cb: (err: any, data?: ListModelsCommandOutput) => void,
|
|
624
600
|
): void;
|
|
625
601
|
listModelVersions(
|
|
626
602
|
args: ListModelVersionsCommandInput,
|
|
627
|
-
options?: __HttpHandlerOptions
|
|
603
|
+
options?: __HttpHandlerOptions,
|
|
628
604
|
): Promise<ListModelVersionsCommandOutput>;
|
|
629
605
|
listModelVersions(
|
|
630
606
|
args: ListModelVersionsCommandInput,
|
|
631
|
-
cb: (err: any, data?: ListModelVersionsCommandOutput) => void
|
|
607
|
+
cb: (err: any, data?: ListModelVersionsCommandOutput) => void,
|
|
632
608
|
): void;
|
|
633
609
|
listModelVersions(
|
|
634
610
|
args: ListModelVersionsCommandInput,
|
|
635
611
|
options: __HttpHandlerOptions,
|
|
636
|
-
cb: (err: any, data?: ListModelVersionsCommandOutput) => void
|
|
612
|
+
cb: (err: any, data?: ListModelVersionsCommandOutput) => void,
|
|
637
613
|
): void;
|
|
638
614
|
listRetrainingSchedulers(): Promise<ListRetrainingSchedulersCommandOutput>;
|
|
639
615
|
listRetrainingSchedulers(
|
|
640
616
|
args: ListRetrainingSchedulersCommandInput,
|
|
641
|
-
options?: __HttpHandlerOptions
|
|
617
|
+
options?: __HttpHandlerOptions,
|
|
642
618
|
): Promise<ListRetrainingSchedulersCommandOutput>;
|
|
643
619
|
listRetrainingSchedulers(
|
|
644
620
|
args: ListRetrainingSchedulersCommandInput,
|
|
645
|
-
cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void
|
|
621
|
+
cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void,
|
|
646
622
|
): void;
|
|
647
623
|
listRetrainingSchedulers(
|
|
648
624
|
args: ListRetrainingSchedulersCommandInput,
|
|
649
625
|
options: __HttpHandlerOptions,
|
|
650
|
-
cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void
|
|
626
|
+
cb: (err: any, data?: ListRetrainingSchedulersCommandOutput) => void,
|
|
651
627
|
): void;
|
|
652
628
|
listSensorStatistics(
|
|
653
629
|
args: ListSensorStatisticsCommandInput,
|
|
654
|
-
options?: __HttpHandlerOptions
|
|
630
|
+
options?: __HttpHandlerOptions,
|
|
655
631
|
): Promise<ListSensorStatisticsCommandOutput>;
|
|
656
632
|
listSensorStatistics(
|
|
657
633
|
args: ListSensorStatisticsCommandInput,
|
|
658
|
-
cb: (err: any, data?: ListSensorStatisticsCommandOutput) => void
|
|
634
|
+
cb: (err: any, data?: ListSensorStatisticsCommandOutput) => void,
|
|
659
635
|
): void;
|
|
660
636
|
listSensorStatistics(
|
|
661
637
|
args: ListSensorStatisticsCommandInput,
|
|
662
638
|
options: __HttpHandlerOptions,
|
|
663
|
-
cb: (err: any, data?: ListSensorStatisticsCommandOutput) => void
|
|
639
|
+
cb: (err: any, data?: ListSensorStatisticsCommandOutput) => void,
|
|
664
640
|
): void;
|
|
665
641
|
listTagsForResource(
|
|
666
642
|
args: ListTagsForResourceCommandInput,
|
|
667
|
-
options?: __HttpHandlerOptions
|
|
643
|
+
options?: __HttpHandlerOptions,
|
|
668
644
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
669
645
|
listTagsForResource(
|
|
670
646
|
args: ListTagsForResourceCommandInput,
|
|
671
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
647
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
672
648
|
): void;
|
|
673
649
|
listTagsForResource(
|
|
674
650
|
args: ListTagsForResourceCommandInput,
|
|
675
651
|
options: __HttpHandlerOptions,
|
|
676
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
652
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
677
653
|
): void;
|
|
678
654
|
putResourcePolicy(
|
|
679
655
|
args: PutResourcePolicyCommandInput,
|
|
680
|
-
options?: __HttpHandlerOptions
|
|
656
|
+
options?: __HttpHandlerOptions,
|
|
681
657
|
): Promise<PutResourcePolicyCommandOutput>;
|
|
682
658
|
putResourcePolicy(
|
|
683
659
|
args: PutResourcePolicyCommandInput,
|
|
684
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
660
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
685
661
|
): void;
|
|
686
662
|
putResourcePolicy(
|
|
687
663
|
args: PutResourcePolicyCommandInput,
|
|
688
664
|
options: __HttpHandlerOptions,
|
|
689
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
665
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
690
666
|
): void;
|
|
691
667
|
startDataIngestionJob(
|
|
692
668
|
args: StartDataIngestionJobCommandInput,
|
|
693
|
-
options?: __HttpHandlerOptions
|
|
669
|
+
options?: __HttpHandlerOptions,
|
|
694
670
|
): Promise<StartDataIngestionJobCommandOutput>;
|
|
695
671
|
startDataIngestionJob(
|
|
696
672
|
args: StartDataIngestionJobCommandInput,
|
|
697
|
-
cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void
|
|
673
|
+
cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void,
|
|
698
674
|
): void;
|
|
699
675
|
startDataIngestionJob(
|
|
700
676
|
args: StartDataIngestionJobCommandInput,
|
|
701
677
|
options: __HttpHandlerOptions,
|
|
702
|
-
cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void
|
|
678
|
+
cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void,
|
|
703
679
|
): void;
|
|
704
680
|
startInferenceScheduler(
|
|
705
681
|
args: StartInferenceSchedulerCommandInput,
|
|
706
|
-
options?: __HttpHandlerOptions
|
|
682
|
+
options?: __HttpHandlerOptions,
|
|
707
683
|
): Promise<StartInferenceSchedulerCommandOutput>;
|
|
708
684
|
startInferenceScheduler(
|
|
709
685
|
args: StartInferenceSchedulerCommandInput,
|
|
710
|
-
cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void
|
|
686
|
+
cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void,
|
|
711
687
|
): void;
|
|
712
688
|
startInferenceScheduler(
|
|
713
689
|
args: StartInferenceSchedulerCommandInput,
|
|
714
690
|
options: __HttpHandlerOptions,
|
|
715
|
-
cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void
|
|
691
|
+
cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void,
|
|
716
692
|
): void;
|
|
717
693
|
startRetrainingScheduler(
|
|
718
694
|
args: StartRetrainingSchedulerCommandInput,
|
|
719
|
-
options?: __HttpHandlerOptions
|
|
695
|
+
options?: __HttpHandlerOptions,
|
|
720
696
|
): Promise<StartRetrainingSchedulerCommandOutput>;
|
|
721
697
|
startRetrainingScheduler(
|
|
722
698
|
args: StartRetrainingSchedulerCommandInput,
|
|
723
|
-
cb: (err: any, data?: StartRetrainingSchedulerCommandOutput) => void
|
|
699
|
+
cb: (err: any, data?: StartRetrainingSchedulerCommandOutput) => void,
|
|
724
700
|
): void;
|
|
725
701
|
startRetrainingScheduler(
|
|
726
702
|
args: StartRetrainingSchedulerCommandInput,
|
|
727
703
|
options: __HttpHandlerOptions,
|
|
728
|
-
cb: (err: any, data?: StartRetrainingSchedulerCommandOutput) => void
|
|
704
|
+
cb: (err: any, data?: StartRetrainingSchedulerCommandOutput) => void,
|
|
729
705
|
): void;
|
|
730
706
|
stopInferenceScheduler(
|
|
731
707
|
args: StopInferenceSchedulerCommandInput,
|
|
732
|
-
options?: __HttpHandlerOptions
|
|
708
|
+
options?: __HttpHandlerOptions,
|
|
733
709
|
): Promise<StopInferenceSchedulerCommandOutput>;
|
|
734
710
|
stopInferenceScheduler(
|
|
735
711
|
args: StopInferenceSchedulerCommandInput,
|
|
736
|
-
cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void
|
|
712
|
+
cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void,
|
|
737
713
|
): void;
|
|
738
714
|
stopInferenceScheduler(
|
|
739
715
|
args: StopInferenceSchedulerCommandInput,
|
|
740
716
|
options: __HttpHandlerOptions,
|
|
741
|
-
cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void
|
|
717
|
+
cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void,
|
|
742
718
|
): void;
|
|
743
719
|
stopRetrainingScheduler(
|
|
744
720
|
args: StopRetrainingSchedulerCommandInput,
|
|
745
|
-
options?: __HttpHandlerOptions
|
|
721
|
+
options?: __HttpHandlerOptions,
|
|
746
722
|
): Promise<StopRetrainingSchedulerCommandOutput>;
|
|
747
723
|
stopRetrainingScheduler(
|
|
748
724
|
args: StopRetrainingSchedulerCommandInput,
|
|
749
|
-
cb: (err: any, data?: StopRetrainingSchedulerCommandOutput) => void
|
|
725
|
+
cb: (err: any, data?: StopRetrainingSchedulerCommandOutput) => void,
|
|
750
726
|
): void;
|
|
751
727
|
stopRetrainingScheduler(
|
|
752
728
|
args: StopRetrainingSchedulerCommandInput,
|
|
753
729
|
options: __HttpHandlerOptions,
|
|
754
|
-
cb: (err: any, data?: StopRetrainingSchedulerCommandOutput) => void
|
|
730
|
+
cb: (err: any, data?: StopRetrainingSchedulerCommandOutput) => void,
|
|
755
731
|
): void;
|
|
756
732
|
tagResource(
|
|
757
733
|
args: TagResourceCommandInput,
|
|
758
|
-
options?: __HttpHandlerOptions
|
|
734
|
+
options?: __HttpHandlerOptions,
|
|
759
735
|
): Promise<TagResourceCommandOutput>;
|
|
760
736
|
tagResource(
|
|
761
737
|
args: TagResourceCommandInput,
|
|
762
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
738
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
763
739
|
): void;
|
|
764
740
|
tagResource(
|
|
765
741
|
args: TagResourceCommandInput,
|
|
766
742
|
options: __HttpHandlerOptions,
|
|
767
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
743
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
768
744
|
): void;
|
|
769
745
|
untagResource(
|
|
770
746
|
args: UntagResourceCommandInput,
|
|
771
|
-
options?: __HttpHandlerOptions
|
|
747
|
+
options?: __HttpHandlerOptions,
|
|
772
748
|
): Promise<UntagResourceCommandOutput>;
|
|
773
749
|
untagResource(
|
|
774
750
|
args: UntagResourceCommandInput,
|
|
775
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
751
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
776
752
|
): void;
|
|
777
753
|
untagResource(
|
|
778
754
|
args: UntagResourceCommandInput,
|
|
779
755
|
options: __HttpHandlerOptions,
|
|
780
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
756
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
781
757
|
): void;
|
|
782
758
|
updateActiveModelVersion(
|
|
783
759
|
args: UpdateActiveModelVersionCommandInput,
|
|
784
|
-
options?: __HttpHandlerOptions
|
|
760
|
+
options?: __HttpHandlerOptions,
|
|
785
761
|
): Promise<UpdateActiveModelVersionCommandOutput>;
|
|
786
762
|
updateActiveModelVersion(
|
|
787
763
|
args: UpdateActiveModelVersionCommandInput,
|
|
788
|
-
cb: (err: any, data?: UpdateActiveModelVersionCommandOutput) => void
|
|
764
|
+
cb: (err: any, data?: UpdateActiveModelVersionCommandOutput) => void,
|
|
789
765
|
): void;
|
|
790
766
|
updateActiveModelVersion(
|
|
791
767
|
args: UpdateActiveModelVersionCommandInput,
|
|
792
768
|
options: __HttpHandlerOptions,
|
|
793
|
-
cb: (err: any, data?: UpdateActiveModelVersionCommandOutput) => void
|
|
769
|
+
cb: (err: any, data?: UpdateActiveModelVersionCommandOutput) => void,
|
|
794
770
|
): void;
|
|
795
771
|
updateInferenceScheduler(
|
|
796
772
|
args: UpdateInferenceSchedulerCommandInput,
|
|
797
|
-
options?: __HttpHandlerOptions
|
|
773
|
+
options?: __HttpHandlerOptions,
|
|
798
774
|
): Promise<UpdateInferenceSchedulerCommandOutput>;
|
|
799
775
|
updateInferenceScheduler(
|
|
800
776
|
args: UpdateInferenceSchedulerCommandInput,
|
|
801
|
-
cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void
|
|
777
|
+
cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void,
|
|
802
778
|
): void;
|
|
803
779
|
updateInferenceScheduler(
|
|
804
780
|
args: UpdateInferenceSchedulerCommandInput,
|
|
805
781
|
options: __HttpHandlerOptions,
|
|
806
|
-
cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void
|
|
782
|
+
cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void,
|
|
807
783
|
): void;
|
|
808
784
|
updateLabelGroup(
|
|
809
785
|
args: UpdateLabelGroupCommandInput,
|
|
810
|
-
options?: __HttpHandlerOptions
|
|
786
|
+
options?: __HttpHandlerOptions,
|
|
811
787
|
): Promise<UpdateLabelGroupCommandOutput>;
|
|
812
788
|
updateLabelGroup(
|
|
813
789
|
args: UpdateLabelGroupCommandInput,
|
|
814
|
-
cb: (err: any, data?: UpdateLabelGroupCommandOutput) => void
|
|
790
|
+
cb: (err: any, data?: UpdateLabelGroupCommandOutput) => void,
|
|
815
791
|
): void;
|
|
816
792
|
updateLabelGroup(
|
|
817
793
|
args: UpdateLabelGroupCommandInput,
|
|
818
794
|
options: __HttpHandlerOptions,
|
|
819
|
-
cb: (err: any, data?: UpdateLabelGroupCommandOutput) => void
|
|
795
|
+
cb: (err: any, data?: UpdateLabelGroupCommandOutput) => void,
|
|
820
796
|
): void;
|
|
821
797
|
updateModel(
|
|
822
798
|
args: UpdateModelCommandInput,
|
|
823
|
-
options?: __HttpHandlerOptions
|
|
799
|
+
options?: __HttpHandlerOptions,
|
|
824
800
|
): Promise<UpdateModelCommandOutput>;
|
|
825
801
|
updateModel(
|
|
826
802
|
args: UpdateModelCommandInput,
|
|
827
|
-
cb: (err: any, data?: UpdateModelCommandOutput) => void
|
|
803
|
+
cb: (err: any, data?: UpdateModelCommandOutput) => void,
|
|
828
804
|
): void;
|
|
829
805
|
updateModel(
|
|
830
806
|
args: UpdateModelCommandInput,
|
|
831
807
|
options: __HttpHandlerOptions,
|
|
832
|
-
cb: (err: any, data?: UpdateModelCommandOutput) => void
|
|
808
|
+
cb: (err: any, data?: UpdateModelCommandOutput) => void,
|
|
833
809
|
): void;
|
|
834
810
|
updateRetrainingScheduler(
|
|
835
811
|
args: UpdateRetrainingSchedulerCommandInput,
|
|
836
|
-
options?: __HttpHandlerOptions
|
|
812
|
+
options?: __HttpHandlerOptions,
|
|
837
813
|
): Promise<UpdateRetrainingSchedulerCommandOutput>;
|
|
838
814
|
updateRetrainingScheduler(
|
|
839
815
|
args: UpdateRetrainingSchedulerCommandInput,
|
|
840
|
-
cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void
|
|
816
|
+
cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void,
|
|
841
817
|
): void;
|
|
842
818
|
updateRetrainingScheduler(
|
|
843
819
|
args: UpdateRetrainingSchedulerCommandInput,
|
|
844
820
|
options: __HttpHandlerOptions,
|
|
845
|
-
cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void
|
|
821
|
+
cb: (err: any, data?: UpdateRetrainingSchedulerCommandOutput) => void,
|
|
846
822
|
): void;
|
|
847
823
|
paginateListDataIngestionJobs(
|
|
848
824
|
args?: ListDataIngestionJobsCommandInput,
|
|
849
825
|
paginationConfig?: Pick<
|
|
850
826
|
PaginationConfiguration,
|
|
851
827
|
Exclude<keyof PaginationConfiguration, "client">
|
|
852
|
-
|
|
828
|
+
>,
|
|
853
829
|
): Paginator<ListDataIngestionJobsCommandOutput>;
|
|
854
830
|
paginateListDatasets(
|
|
855
831
|
args?: ListDatasetsCommandInput,
|
|
856
832
|
paginationConfig?: Pick<
|
|
857
833
|
PaginationConfiguration,
|
|
858
834
|
Exclude<keyof PaginationConfiguration, "client">
|
|
859
|
-
|
|
835
|
+
>,
|
|
860
836
|
): Paginator<ListDatasetsCommandOutput>;
|
|
861
837
|
paginateListInferenceEvents(
|
|
862
838
|
args: ListInferenceEventsCommandInput,
|
|
863
839
|
paginationConfig?: Pick<
|
|
864
840
|
PaginationConfiguration,
|
|
865
841
|
Exclude<keyof PaginationConfiguration, "client">
|
|
866
|
-
|
|
842
|
+
>,
|
|
867
843
|
): Paginator<ListInferenceEventsCommandOutput>;
|
|
868
844
|
paginateListInferenceExecutions(
|
|
869
845
|
args: ListInferenceExecutionsCommandInput,
|
|
870
846
|
paginationConfig?: Pick<
|
|
871
847
|
PaginationConfiguration,
|
|
872
848
|
Exclude<keyof PaginationConfiguration, "client">
|
|
873
|
-
|
|
849
|
+
>,
|
|
874
850
|
): Paginator<ListInferenceExecutionsCommandOutput>;
|
|
875
851
|
paginateListInferenceSchedulers(
|
|
876
852
|
args?: ListInferenceSchedulersCommandInput,
|
|
877
853
|
paginationConfig?: Pick<
|
|
878
854
|
PaginationConfiguration,
|
|
879
855
|
Exclude<keyof PaginationConfiguration, "client">
|
|
880
|
-
|
|
856
|
+
>,
|
|
881
857
|
): Paginator<ListInferenceSchedulersCommandOutput>;
|
|
882
858
|
paginateListLabelGroups(
|
|
883
859
|
args?: ListLabelGroupsCommandInput,
|
|
884
860
|
paginationConfig?: Pick<
|
|
885
861
|
PaginationConfiguration,
|
|
886
862
|
Exclude<keyof PaginationConfiguration, "client">
|
|
887
|
-
|
|
863
|
+
>,
|
|
888
864
|
): Paginator<ListLabelGroupsCommandOutput>;
|
|
889
865
|
paginateListLabels(
|
|
890
866
|
args: ListLabelsCommandInput,
|
|
891
867
|
paginationConfig?: Pick<
|
|
892
868
|
PaginationConfiguration,
|
|
893
869
|
Exclude<keyof PaginationConfiguration, "client">
|
|
894
|
-
|
|
870
|
+
>,
|
|
895
871
|
): Paginator<ListLabelsCommandOutput>;
|
|
896
872
|
paginateListModels(
|
|
897
873
|
args?: ListModelsCommandInput,
|
|
898
874
|
paginationConfig?: Pick<
|
|
899
875
|
PaginationConfiguration,
|
|
900
876
|
Exclude<keyof PaginationConfiguration, "client">
|
|
901
|
-
|
|
877
|
+
>,
|
|
902
878
|
): Paginator<ListModelsCommandOutput>;
|
|
903
879
|
paginateListModelVersions(
|
|
904
880
|
args: ListModelVersionsCommandInput,
|
|
905
881
|
paginationConfig?: Pick<
|
|
906
882
|
PaginationConfiguration,
|
|
907
883
|
Exclude<keyof PaginationConfiguration, "client">
|
|
908
|
-
|
|
884
|
+
>,
|
|
909
885
|
): Paginator<ListModelVersionsCommandOutput>;
|
|
910
886
|
paginateListRetrainingSchedulers(
|
|
911
887
|
args?: ListRetrainingSchedulersCommandInput,
|
|
912
888
|
paginationConfig?: Pick<
|
|
913
889
|
PaginationConfiguration,
|
|
914
890
|
Exclude<keyof PaginationConfiguration, "client">
|
|
915
|
-
|
|
891
|
+
>,
|
|
916
892
|
): Paginator<ListRetrainingSchedulersCommandOutput>;
|
|
917
893
|
paginateListSensorStatistics(
|
|
918
894
|
args: ListSensorStatisticsCommandInput,
|
|
919
895
|
paginationConfig?: Pick<
|
|
920
896
|
PaginationConfiguration,
|
|
921
897
|
Exclude<keyof PaginationConfiguration, "client">
|
|
922
|
-
|
|
898
|
+
>,
|
|
923
899
|
): Paginator<ListSensorStatisticsCommandOutput>;
|
|
924
900
|
}
|
|
925
|
-
export declare class LookoutEquipment
|
|
926
|
-
extends LookoutEquipmentClient
|
|
927
|
-
implements LookoutEquipment {}
|
|
901
|
+
export declare class LookoutEquipment extends LookoutEquipmentClient implements LookoutEquipment {}
|