@aws-sdk/client-forecast 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/Forecast.d.ts +204 -213
- package/dist-types/ts3.4/ForecastClient.d.ts +16 -29
- 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/CreateAutoPredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +2 -2
- 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/UpdateDatasetGroupCommand.d.ts +5 -10
- 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 +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -243,10 +243,7 @@ import {
|
|
|
243
243
|
StopResourceCommandInput,
|
|
244
244
|
StopResourceCommandOutput,
|
|
245
245
|
} from "./commands/StopResourceCommand";
|
|
246
|
-
import {
|
|
247
|
-
TagResourceCommandInput,
|
|
248
|
-
TagResourceCommandOutput,
|
|
249
|
-
} from "./commands/TagResourceCommand";
|
|
246
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
250
247
|
import {
|
|
251
248
|
UntagResourceCommandInput,
|
|
252
249
|
UntagResourceCommandOutput,
|
|
@@ -259,939 +256,933 @@ import { ForecastClient } from "./ForecastClient";
|
|
|
259
256
|
export interface Forecast {
|
|
260
257
|
createAutoPredictor(
|
|
261
258
|
args: CreateAutoPredictorCommandInput,
|
|
262
|
-
options?: __HttpHandlerOptions
|
|
259
|
+
options?: __HttpHandlerOptions,
|
|
263
260
|
): Promise<CreateAutoPredictorCommandOutput>;
|
|
264
261
|
createAutoPredictor(
|
|
265
262
|
args: CreateAutoPredictorCommandInput,
|
|
266
|
-
cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void
|
|
263
|
+
cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void,
|
|
267
264
|
): void;
|
|
268
265
|
createAutoPredictor(
|
|
269
266
|
args: CreateAutoPredictorCommandInput,
|
|
270
267
|
options: __HttpHandlerOptions,
|
|
271
|
-
cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void
|
|
268
|
+
cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void,
|
|
272
269
|
): void;
|
|
273
270
|
createDataset(
|
|
274
271
|
args: CreateDatasetCommandInput,
|
|
275
|
-
options?: __HttpHandlerOptions
|
|
272
|
+
options?: __HttpHandlerOptions,
|
|
276
273
|
): Promise<CreateDatasetCommandOutput>;
|
|
277
274
|
createDataset(
|
|
278
275
|
args: CreateDatasetCommandInput,
|
|
279
|
-
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
276
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void,
|
|
280
277
|
): void;
|
|
281
278
|
createDataset(
|
|
282
279
|
args: CreateDatasetCommandInput,
|
|
283
280
|
options: __HttpHandlerOptions,
|
|
284
|
-
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void,
|
|
285
282
|
): void;
|
|
286
283
|
createDatasetGroup(
|
|
287
284
|
args: CreateDatasetGroupCommandInput,
|
|
288
|
-
options?: __HttpHandlerOptions
|
|
285
|
+
options?: __HttpHandlerOptions,
|
|
289
286
|
): Promise<CreateDatasetGroupCommandOutput>;
|
|
290
287
|
createDatasetGroup(
|
|
291
288
|
args: CreateDatasetGroupCommandInput,
|
|
292
|
-
cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void
|
|
289
|
+
cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void,
|
|
293
290
|
): void;
|
|
294
291
|
createDatasetGroup(
|
|
295
292
|
args: CreateDatasetGroupCommandInput,
|
|
296
293
|
options: __HttpHandlerOptions,
|
|
297
|
-
cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void
|
|
294
|
+
cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void,
|
|
298
295
|
): void;
|
|
299
296
|
createDatasetImportJob(
|
|
300
297
|
args: CreateDatasetImportJobCommandInput,
|
|
301
|
-
options?: __HttpHandlerOptions
|
|
298
|
+
options?: __HttpHandlerOptions,
|
|
302
299
|
): Promise<CreateDatasetImportJobCommandOutput>;
|
|
303
300
|
createDatasetImportJob(
|
|
304
301
|
args: CreateDatasetImportJobCommandInput,
|
|
305
|
-
cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void
|
|
302
|
+
cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void,
|
|
306
303
|
): void;
|
|
307
304
|
createDatasetImportJob(
|
|
308
305
|
args: CreateDatasetImportJobCommandInput,
|
|
309
306
|
options: __HttpHandlerOptions,
|
|
310
|
-
cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void
|
|
307
|
+
cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void,
|
|
311
308
|
): void;
|
|
312
309
|
createExplainability(
|
|
313
310
|
args: CreateExplainabilityCommandInput,
|
|
314
|
-
options?: __HttpHandlerOptions
|
|
311
|
+
options?: __HttpHandlerOptions,
|
|
315
312
|
): Promise<CreateExplainabilityCommandOutput>;
|
|
316
313
|
createExplainability(
|
|
317
314
|
args: CreateExplainabilityCommandInput,
|
|
318
|
-
cb: (err: any, data?: CreateExplainabilityCommandOutput) => void
|
|
315
|
+
cb: (err: any, data?: CreateExplainabilityCommandOutput) => void,
|
|
319
316
|
): void;
|
|
320
317
|
createExplainability(
|
|
321
318
|
args: CreateExplainabilityCommandInput,
|
|
322
319
|
options: __HttpHandlerOptions,
|
|
323
|
-
cb: (err: any, data?: CreateExplainabilityCommandOutput) => void
|
|
320
|
+
cb: (err: any, data?: CreateExplainabilityCommandOutput) => void,
|
|
324
321
|
): void;
|
|
325
322
|
createExplainabilityExport(
|
|
326
323
|
args: CreateExplainabilityExportCommandInput,
|
|
327
|
-
options?: __HttpHandlerOptions
|
|
324
|
+
options?: __HttpHandlerOptions,
|
|
328
325
|
): Promise<CreateExplainabilityExportCommandOutput>;
|
|
329
326
|
createExplainabilityExport(
|
|
330
327
|
args: CreateExplainabilityExportCommandInput,
|
|
331
|
-
cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void
|
|
328
|
+
cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void,
|
|
332
329
|
): void;
|
|
333
330
|
createExplainabilityExport(
|
|
334
331
|
args: CreateExplainabilityExportCommandInput,
|
|
335
332
|
options: __HttpHandlerOptions,
|
|
336
|
-
cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void,
|
|
337
334
|
): void;
|
|
338
335
|
createForecast(
|
|
339
336
|
args: CreateForecastCommandInput,
|
|
340
|
-
options?: __HttpHandlerOptions
|
|
337
|
+
options?: __HttpHandlerOptions,
|
|
341
338
|
): Promise<CreateForecastCommandOutput>;
|
|
342
339
|
createForecast(
|
|
343
340
|
args: CreateForecastCommandInput,
|
|
344
|
-
cb: (err: any, data?: CreateForecastCommandOutput) => void
|
|
341
|
+
cb: (err: any, data?: CreateForecastCommandOutput) => void,
|
|
345
342
|
): void;
|
|
346
343
|
createForecast(
|
|
347
344
|
args: CreateForecastCommandInput,
|
|
348
345
|
options: __HttpHandlerOptions,
|
|
349
|
-
cb: (err: any, data?: CreateForecastCommandOutput) => void
|
|
346
|
+
cb: (err: any, data?: CreateForecastCommandOutput) => void,
|
|
350
347
|
): void;
|
|
351
348
|
createForecastExportJob(
|
|
352
349
|
args: CreateForecastExportJobCommandInput,
|
|
353
|
-
options?: __HttpHandlerOptions
|
|
350
|
+
options?: __HttpHandlerOptions,
|
|
354
351
|
): Promise<CreateForecastExportJobCommandOutput>;
|
|
355
352
|
createForecastExportJob(
|
|
356
353
|
args: CreateForecastExportJobCommandInput,
|
|
357
|
-
cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void
|
|
354
|
+
cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void,
|
|
358
355
|
): void;
|
|
359
356
|
createForecastExportJob(
|
|
360
357
|
args: CreateForecastExportJobCommandInput,
|
|
361
358
|
options: __HttpHandlerOptions,
|
|
362
|
-
cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void,
|
|
363
360
|
): void;
|
|
364
361
|
createMonitor(
|
|
365
362
|
args: CreateMonitorCommandInput,
|
|
366
|
-
options?: __HttpHandlerOptions
|
|
363
|
+
options?: __HttpHandlerOptions,
|
|
367
364
|
): Promise<CreateMonitorCommandOutput>;
|
|
368
365
|
createMonitor(
|
|
369
366
|
args: CreateMonitorCommandInput,
|
|
370
|
-
cb: (err: any, data?: CreateMonitorCommandOutput) => void
|
|
367
|
+
cb: (err: any, data?: CreateMonitorCommandOutput) => void,
|
|
371
368
|
): void;
|
|
372
369
|
createMonitor(
|
|
373
370
|
args: CreateMonitorCommandInput,
|
|
374
371
|
options: __HttpHandlerOptions,
|
|
375
|
-
cb: (err: any, data?: CreateMonitorCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: CreateMonitorCommandOutput) => void,
|
|
376
373
|
): void;
|
|
377
374
|
createPredictor(
|
|
378
375
|
args: CreatePredictorCommandInput,
|
|
379
|
-
options?: __HttpHandlerOptions
|
|
376
|
+
options?: __HttpHandlerOptions,
|
|
380
377
|
): Promise<CreatePredictorCommandOutput>;
|
|
381
378
|
createPredictor(
|
|
382
379
|
args: CreatePredictorCommandInput,
|
|
383
|
-
cb: (err: any, data?: CreatePredictorCommandOutput) => void
|
|
380
|
+
cb: (err: any, data?: CreatePredictorCommandOutput) => void,
|
|
384
381
|
): void;
|
|
385
382
|
createPredictor(
|
|
386
383
|
args: CreatePredictorCommandInput,
|
|
387
384
|
options: __HttpHandlerOptions,
|
|
388
|
-
cb: (err: any, data?: CreatePredictorCommandOutput) => void
|
|
385
|
+
cb: (err: any, data?: CreatePredictorCommandOutput) => void,
|
|
389
386
|
): void;
|
|
390
387
|
createPredictorBacktestExportJob(
|
|
391
388
|
args: CreatePredictorBacktestExportJobCommandInput,
|
|
392
|
-
options?: __HttpHandlerOptions
|
|
389
|
+
options?: __HttpHandlerOptions,
|
|
393
390
|
): Promise<CreatePredictorBacktestExportJobCommandOutput>;
|
|
394
391
|
createPredictorBacktestExportJob(
|
|
395
392
|
args: CreatePredictorBacktestExportJobCommandInput,
|
|
396
|
-
cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void
|
|
393
|
+
cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void,
|
|
397
394
|
): void;
|
|
398
395
|
createPredictorBacktestExportJob(
|
|
399
396
|
args: CreatePredictorBacktestExportJobCommandInput,
|
|
400
397
|
options: __HttpHandlerOptions,
|
|
401
|
-
cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void
|
|
398
|
+
cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void,
|
|
402
399
|
): void;
|
|
403
400
|
createWhatIfAnalysis(
|
|
404
401
|
args: CreateWhatIfAnalysisCommandInput,
|
|
405
|
-
options?: __HttpHandlerOptions
|
|
402
|
+
options?: __HttpHandlerOptions,
|
|
406
403
|
): Promise<CreateWhatIfAnalysisCommandOutput>;
|
|
407
404
|
createWhatIfAnalysis(
|
|
408
405
|
args: CreateWhatIfAnalysisCommandInput,
|
|
409
|
-
cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void
|
|
406
|
+
cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void,
|
|
410
407
|
): void;
|
|
411
408
|
createWhatIfAnalysis(
|
|
412
409
|
args: CreateWhatIfAnalysisCommandInput,
|
|
413
410
|
options: __HttpHandlerOptions,
|
|
414
|
-
cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void,
|
|
415
412
|
): void;
|
|
416
413
|
createWhatIfForecast(
|
|
417
414
|
args: CreateWhatIfForecastCommandInput,
|
|
418
|
-
options?: __HttpHandlerOptions
|
|
415
|
+
options?: __HttpHandlerOptions,
|
|
419
416
|
): Promise<CreateWhatIfForecastCommandOutput>;
|
|
420
417
|
createWhatIfForecast(
|
|
421
418
|
args: CreateWhatIfForecastCommandInput,
|
|
422
|
-
cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void,
|
|
423
420
|
): void;
|
|
424
421
|
createWhatIfForecast(
|
|
425
422
|
args: CreateWhatIfForecastCommandInput,
|
|
426
423
|
options: __HttpHandlerOptions,
|
|
427
|
-
cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void,
|
|
428
425
|
): void;
|
|
429
426
|
createWhatIfForecastExport(
|
|
430
427
|
args: CreateWhatIfForecastExportCommandInput,
|
|
431
|
-
options?: __HttpHandlerOptions
|
|
428
|
+
options?: __HttpHandlerOptions,
|
|
432
429
|
): Promise<CreateWhatIfForecastExportCommandOutput>;
|
|
433
430
|
createWhatIfForecastExport(
|
|
434
431
|
args: CreateWhatIfForecastExportCommandInput,
|
|
435
|
-
cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void,
|
|
436
433
|
): void;
|
|
437
434
|
createWhatIfForecastExport(
|
|
438
435
|
args: CreateWhatIfForecastExportCommandInput,
|
|
439
436
|
options: __HttpHandlerOptions,
|
|
440
|
-
cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void
|
|
437
|
+
cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void,
|
|
441
438
|
): void;
|
|
442
439
|
deleteDataset(
|
|
443
440
|
args: DeleteDatasetCommandInput,
|
|
444
|
-
options?: __HttpHandlerOptions
|
|
441
|
+
options?: __HttpHandlerOptions,
|
|
445
442
|
): Promise<DeleteDatasetCommandOutput>;
|
|
446
443
|
deleteDataset(
|
|
447
444
|
args: DeleteDatasetCommandInput,
|
|
448
|
-
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void,
|
|
449
446
|
): void;
|
|
450
447
|
deleteDataset(
|
|
451
448
|
args: DeleteDatasetCommandInput,
|
|
452
449
|
options: __HttpHandlerOptions,
|
|
453
|
-
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
450
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void,
|
|
454
451
|
): void;
|
|
455
452
|
deleteDatasetGroup(
|
|
456
453
|
args: DeleteDatasetGroupCommandInput,
|
|
457
|
-
options?: __HttpHandlerOptions
|
|
454
|
+
options?: __HttpHandlerOptions,
|
|
458
455
|
): Promise<DeleteDatasetGroupCommandOutput>;
|
|
459
456
|
deleteDatasetGroup(
|
|
460
457
|
args: DeleteDatasetGroupCommandInput,
|
|
461
|
-
cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void
|
|
458
|
+
cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void,
|
|
462
459
|
): void;
|
|
463
460
|
deleteDatasetGroup(
|
|
464
461
|
args: DeleteDatasetGroupCommandInput,
|
|
465
462
|
options: __HttpHandlerOptions,
|
|
466
|
-
cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void
|
|
463
|
+
cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void,
|
|
467
464
|
): void;
|
|
468
465
|
deleteDatasetImportJob(
|
|
469
466
|
args: DeleteDatasetImportJobCommandInput,
|
|
470
|
-
options?: __HttpHandlerOptions
|
|
467
|
+
options?: __HttpHandlerOptions,
|
|
471
468
|
): Promise<DeleteDatasetImportJobCommandOutput>;
|
|
472
469
|
deleteDatasetImportJob(
|
|
473
470
|
args: DeleteDatasetImportJobCommandInput,
|
|
474
|
-
cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void
|
|
471
|
+
cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void,
|
|
475
472
|
): void;
|
|
476
473
|
deleteDatasetImportJob(
|
|
477
474
|
args: DeleteDatasetImportJobCommandInput,
|
|
478
475
|
options: __HttpHandlerOptions,
|
|
479
|
-
cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void
|
|
476
|
+
cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void,
|
|
480
477
|
): void;
|
|
481
478
|
deleteExplainability(
|
|
482
479
|
args: DeleteExplainabilityCommandInput,
|
|
483
|
-
options?: __HttpHandlerOptions
|
|
480
|
+
options?: __HttpHandlerOptions,
|
|
484
481
|
): Promise<DeleteExplainabilityCommandOutput>;
|
|
485
482
|
deleteExplainability(
|
|
486
483
|
args: DeleteExplainabilityCommandInput,
|
|
487
|
-
cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void
|
|
484
|
+
cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void,
|
|
488
485
|
): void;
|
|
489
486
|
deleteExplainability(
|
|
490
487
|
args: DeleteExplainabilityCommandInput,
|
|
491
488
|
options: __HttpHandlerOptions,
|
|
492
|
-
cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void
|
|
489
|
+
cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void,
|
|
493
490
|
): void;
|
|
494
491
|
deleteExplainabilityExport(
|
|
495
492
|
args: DeleteExplainabilityExportCommandInput,
|
|
496
|
-
options?: __HttpHandlerOptions
|
|
493
|
+
options?: __HttpHandlerOptions,
|
|
497
494
|
): Promise<DeleteExplainabilityExportCommandOutput>;
|
|
498
495
|
deleteExplainabilityExport(
|
|
499
496
|
args: DeleteExplainabilityExportCommandInput,
|
|
500
|
-
cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void
|
|
497
|
+
cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void,
|
|
501
498
|
): void;
|
|
502
499
|
deleteExplainabilityExport(
|
|
503
500
|
args: DeleteExplainabilityExportCommandInput,
|
|
504
501
|
options: __HttpHandlerOptions,
|
|
505
|
-
cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void
|
|
502
|
+
cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void,
|
|
506
503
|
): void;
|
|
507
504
|
deleteForecast(
|
|
508
505
|
args: DeleteForecastCommandInput,
|
|
509
|
-
options?: __HttpHandlerOptions
|
|
506
|
+
options?: __HttpHandlerOptions,
|
|
510
507
|
): Promise<DeleteForecastCommandOutput>;
|
|
511
508
|
deleteForecast(
|
|
512
509
|
args: DeleteForecastCommandInput,
|
|
513
|
-
cb: (err: any, data?: DeleteForecastCommandOutput) => void
|
|
510
|
+
cb: (err: any, data?: DeleteForecastCommandOutput) => void,
|
|
514
511
|
): void;
|
|
515
512
|
deleteForecast(
|
|
516
513
|
args: DeleteForecastCommandInput,
|
|
517
514
|
options: __HttpHandlerOptions,
|
|
518
|
-
cb: (err: any, data?: DeleteForecastCommandOutput) => void
|
|
515
|
+
cb: (err: any, data?: DeleteForecastCommandOutput) => void,
|
|
519
516
|
): void;
|
|
520
517
|
deleteForecastExportJob(
|
|
521
518
|
args: DeleteForecastExportJobCommandInput,
|
|
522
|
-
options?: __HttpHandlerOptions
|
|
519
|
+
options?: __HttpHandlerOptions,
|
|
523
520
|
): Promise<DeleteForecastExportJobCommandOutput>;
|
|
524
521
|
deleteForecastExportJob(
|
|
525
522
|
args: DeleteForecastExportJobCommandInput,
|
|
526
|
-
cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void
|
|
523
|
+
cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void,
|
|
527
524
|
): void;
|
|
528
525
|
deleteForecastExportJob(
|
|
529
526
|
args: DeleteForecastExportJobCommandInput,
|
|
530
527
|
options: __HttpHandlerOptions,
|
|
531
|
-
cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void
|
|
528
|
+
cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void,
|
|
532
529
|
): void;
|
|
533
530
|
deleteMonitor(
|
|
534
531
|
args: DeleteMonitorCommandInput,
|
|
535
|
-
options?: __HttpHandlerOptions
|
|
532
|
+
options?: __HttpHandlerOptions,
|
|
536
533
|
): Promise<DeleteMonitorCommandOutput>;
|
|
537
534
|
deleteMonitor(
|
|
538
535
|
args: DeleteMonitorCommandInput,
|
|
539
|
-
cb: (err: any, data?: DeleteMonitorCommandOutput) => void
|
|
536
|
+
cb: (err: any, data?: DeleteMonitorCommandOutput) => void,
|
|
540
537
|
): void;
|
|
541
538
|
deleteMonitor(
|
|
542
539
|
args: DeleteMonitorCommandInput,
|
|
543
540
|
options: __HttpHandlerOptions,
|
|
544
|
-
cb: (err: any, data?: DeleteMonitorCommandOutput) => void
|
|
541
|
+
cb: (err: any, data?: DeleteMonitorCommandOutput) => void,
|
|
545
542
|
): void;
|
|
546
543
|
deletePredictor(
|
|
547
544
|
args: DeletePredictorCommandInput,
|
|
548
|
-
options?: __HttpHandlerOptions
|
|
545
|
+
options?: __HttpHandlerOptions,
|
|
549
546
|
): Promise<DeletePredictorCommandOutput>;
|
|
550
547
|
deletePredictor(
|
|
551
548
|
args: DeletePredictorCommandInput,
|
|
552
|
-
cb: (err: any, data?: DeletePredictorCommandOutput) => void
|
|
549
|
+
cb: (err: any, data?: DeletePredictorCommandOutput) => void,
|
|
553
550
|
): void;
|
|
554
551
|
deletePredictor(
|
|
555
552
|
args: DeletePredictorCommandInput,
|
|
556
553
|
options: __HttpHandlerOptions,
|
|
557
|
-
cb: (err: any, data?: DeletePredictorCommandOutput) => void
|
|
554
|
+
cb: (err: any, data?: DeletePredictorCommandOutput) => void,
|
|
558
555
|
): void;
|
|
559
556
|
deletePredictorBacktestExportJob(
|
|
560
557
|
args: DeletePredictorBacktestExportJobCommandInput,
|
|
561
|
-
options?: __HttpHandlerOptions
|
|
558
|
+
options?: __HttpHandlerOptions,
|
|
562
559
|
): Promise<DeletePredictorBacktestExportJobCommandOutput>;
|
|
563
560
|
deletePredictorBacktestExportJob(
|
|
564
561
|
args: DeletePredictorBacktestExportJobCommandInput,
|
|
565
|
-
cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void,
|
|
566
563
|
): void;
|
|
567
564
|
deletePredictorBacktestExportJob(
|
|
568
565
|
args: DeletePredictorBacktestExportJobCommandInput,
|
|
569
566
|
options: __HttpHandlerOptions,
|
|
570
|
-
cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void,
|
|
571
568
|
): void;
|
|
572
569
|
deleteResourceTree(
|
|
573
570
|
args: DeleteResourceTreeCommandInput,
|
|
574
|
-
options?: __HttpHandlerOptions
|
|
571
|
+
options?: __HttpHandlerOptions,
|
|
575
572
|
): Promise<DeleteResourceTreeCommandOutput>;
|
|
576
573
|
deleteResourceTree(
|
|
577
574
|
args: DeleteResourceTreeCommandInput,
|
|
578
|
-
cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void
|
|
575
|
+
cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void,
|
|
579
576
|
): void;
|
|
580
577
|
deleteResourceTree(
|
|
581
578
|
args: DeleteResourceTreeCommandInput,
|
|
582
579
|
options: __HttpHandlerOptions,
|
|
583
|
-
cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void
|
|
580
|
+
cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void,
|
|
584
581
|
): void;
|
|
585
582
|
deleteWhatIfAnalysis(
|
|
586
583
|
args: DeleteWhatIfAnalysisCommandInput,
|
|
587
|
-
options?: __HttpHandlerOptions
|
|
584
|
+
options?: __HttpHandlerOptions,
|
|
588
585
|
): Promise<DeleteWhatIfAnalysisCommandOutput>;
|
|
589
586
|
deleteWhatIfAnalysis(
|
|
590
587
|
args: DeleteWhatIfAnalysisCommandInput,
|
|
591
|
-
cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void,
|
|
592
589
|
): void;
|
|
593
590
|
deleteWhatIfAnalysis(
|
|
594
591
|
args: DeleteWhatIfAnalysisCommandInput,
|
|
595
592
|
options: __HttpHandlerOptions,
|
|
596
|
-
cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void
|
|
593
|
+
cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void,
|
|
597
594
|
): void;
|
|
598
595
|
deleteWhatIfForecast(
|
|
599
596
|
args: DeleteWhatIfForecastCommandInput,
|
|
600
|
-
options?: __HttpHandlerOptions
|
|
597
|
+
options?: __HttpHandlerOptions,
|
|
601
598
|
): Promise<DeleteWhatIfForecastCommandOutput>;
|
|
602
599
|
deleteWhatIfForecast(
|
|
603
600
|
args: DeleteWhatIfForecastCommandInput,
|
|
604
|
-
cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void
|
|
601
|
+
cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void,
|
|
605
602
|
): void;
|
|
606
603
|
deleteWhatIfForecast(
|
|
607
604
|
args: DeleteWhatIfForecastCommandInput,
|
|
608
605
|
options: __HttpHandlerOptions,
|
|
609
|
-
cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void
|
|
606
|
+
cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void,
|
|
610
607
|
): void;
|
|
611
608
|
deleteWhatIfForecastExport(
|
|
612
609
|
args: DeleteWhatIfForecastExportCommandInput,
|
|
613
|
-
options?: __HttpHandlerOptions
|
|
610
|
+
options?: __HttpHandlerOptions,
|
|
614
611
|
): Promise<DeleteWhatIfForecastExportCommandOutput>;
|
|
615
612
|
deleteWhatIfForecastExport(
|
|
616
613
|
args: DeleteWhatIfForecastExportCommandInput,
|
|
617
|
-
cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void
|
|
614
|
+
cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void,
|
|
618
615
|
): void;
|
|
619
616
|
deleteWhatIfForecastExport(
|
|
620
617
|
args: DeleteWhatIfForecastExportCommandInput,
|
|
621
618
|
options: __HttpHandlerOptions,
|
|
622
|
-
cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void
|
|
619
|
+
cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void,
|
|
623
620
|
): void;
|
|
624
621
|
describeAutoPredictor(
|
|
625
622
|
args: DescribeAutoPredictorCommandInput,
|
|
626
|
-
options?: __HttpHandlerOptions
|
|
623
|
+
options?: __HttpHandlerOptions,
|
|
627
624
|
): Promise<DescribeAutoPredictorCommandOutput>;
|
|
628
625
|
describeAutoPredictor(
|
|
629
626
|
args: DescribeAutoPredictorCommandInput,
|
|
630
|
-
cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void
|
|
627
|
+
cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void,
|
|
631
628
|
): void;
|
|
632
629
|
describeAutoPredictor(
|
|
633
630
|
args: DescribeAutoPredictorCommandInput,
|
|
634
631
|
options: __HttpHandlerOptions,
|
|
635
|
-
cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void,
|
|
636
633
|
): void;
|
|
637
634
|
describeDataset(
|
|
638
635
|
args: DescribeDatasetCommandInput,
|
|
639
|
-
options?: __HttpHandlerOptions
|
|
636
|
+
options?: __HttpHandlerOptions,
|
|
640
637
|
): Promise<DescribeDatasetCommandOutput>;
|
|
641
638
|
describeDataset(
|
|
642
639
|
args: DescribeDatasetCommandInput,
|
|
643
|
-
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
640
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void,
|
|
644
641
|
): void;
|
|
645
642
|
describeDataset(
|
|
646
643
|
args: DescribeDatasetCommandInput,
|
|
647
644
|
options: __HttpHandlerOptions,
|
|
648
|
-
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void,
|
|
649
646
|
): void;
|
|
650
647
|
describeDatasetGroup(
|
|
651
648
|
args: DescribeDatasetGroupCommandInput,
|
|
652
|
-
options?: __HttpHandlerOptions
|
|
649
|
+
options?: __HttpHandlerOptions,
|
|
653
650
|
): Promise<DescribeDatasetGroupCommandOutput>;
|
|
654
651
|
describeDatasetGroup(
|
|
655
652
|
args: DescribeDatasetGroupCommandInput,
|
|
656
|
-
cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void
|
|
653
|
+
cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void,
|
|
657
654
|
): void;
|
|
658
655
|
describeDatasetGroup(
|
|
659
656
|
args: DescribeDatasetGroupCommandInput,
|
|
660
657
|
options: __HttpHandlerOptions,
|
|
661
|
-
cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void
|
|
658
|
+
cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void,
|
|
662
659
|
): void;
|
|
663
660
|
describeDatasetImportJob(
|
|
664
661
|
args: DescribeDatasetImportJobCommandInput,
|
|
665
|
-
options?: __HttpHandlerOptions
|
|
662
|
+
options?: __HttpHandlerOptions,
|
|
666
663
|
): Promise<DescribeDatasetImportJobCommandOutput>;
|
|
667
664
|
describeDatasetImportJob(
|
|
668
665
|
args: DescribeDatasetImportJobCommandInput,
|
|
669
|
-
cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void
|
|
666
|
+
cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void,
|
|
670
667
|
): void;
|
|
671
668
|
describeDatasetImportJob(
|
|
672
669
|
args: DescribeDatasetImportJobCommandInput,
|
|
673
670
|
options: __HttpHandlerOptions,
|
|
674
|
-
cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void
|
|
671
|
+
cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void,
|
|
675
672
|
): void;
|
|
676
673
|
describeExplainability(
|
|
677
674
|
args: DescribeExplainabilityCommandInput,
|
|
678
|
-
options?: __HttpHandlerOptions
|
|
675
|
+
options?: __HttpHandlerOptions,
|
|
679
676
|
): Promise<DescribeExplainabilityCommandOutput>;
|
|
680
677
|
describeExplainability(
|
|
681
678
|
args: DescribeExplainabilityCommandInput,
|
|
682
|
-
cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void
|
|
679
|
+
cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void,
|
|
683
680
|
): void;
|
|
684
681
|
describeExplainability(
|
|
685
682
|
args: DescribeExplainabilityCommandInput,
|
|
686
683
|
options: __HttpHandlerOptions,
|
|
687
|
-
cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void
|
|
684
|
+
cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void,
|
|
688
685
|
): void;
|
|
689
686
|
describeExplainabilityExport(
|
|
690
687
|
args: DescribeExplainabilityExportCommandInput,
|
|
691
|
-
options?: __HttpHandlerOptions
|
|
688
|
+
options?: __HttpHandlerOptions,
|
|
692
689
|
): Promise<DescribeExplainabilityExportCommandOutput>;
|
|
693
690
|
describeExplainabilityExport(
|
|
694
691
|
args: DescribeExplainabilityExportCommandInput,
|
|
695
|
-
cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void
|
|
692
|
+
cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void,
|
|
696
693
|
): void;
|
|
697
694
|
describeExplainabilityExport(
|
|
698
695
|
args: DescribeExplainabilityExportCommandInput,
|
|
699
696
|
options: __HttpHandlerOptions,
|
|
700
|
-
cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void
|
|
697
|
+
cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void,
|
|
701
698
|
): void;
|
|
702
699
|
describeForecast(
|
|
703
700
|
args: DescribeForecastCommandInput,
|
|
704
|
-
options?: __HttpHandlerOptions
|
|
701
|
+
options?: __HttpHandlerOptions,
|
|
705
702
|
): Promise<DescribeForecastCommandOutput>;
|
|
706
703
|
describeForecast(
|
|
707
704
|
args: DescribeForecastCommandInput,
|
|
708
|
-
cb: (err: any, data?: DescribeForecastCommandOutput) => void
|
|
705
|
+
cb: (err: any, data?: DescribeForecastCommandOutput) => void,
|
|
709
706
|
): void;
|
|
710
707
|
describeForecast(
|
|
711
708
|
args: DescribeForecastCommandInput,
|
|
712
709
|
options: __HttpHandlerOptions,
|
|
713
|
-
cb: (err: any, data?: DescribeForecastCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: DescribeForecastCommandOutput) => void,
|
|
714
711
|
): void;
|
|
715
712
|
describeForecastExportJob(
|
|
716
713
|
args: DescribeForecastExportJobCommandInput,
|
|
717
|
-
options?: __HttpHandlerOptions
|
|
714
|
+
options?: __HttpHandlerOptions,
|
|
718
715
|
): Promise<DescribeForecastExportJobCommandOutput>;
|
|
719
716
|
describeForecastExportJob(
|
|
720
717
|
args: DescribeForecastExportJobCommandInput,
|
|
721
|
-
cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void
|
|
718
|
+
cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void,
|
|
722
719
|
): void;
|
|
723
720
|
describeForecastExportJob(
|
|
724
721
|
args: DescribeForecastExportJobCommandInput,
|
|
725
722
|
options: __HttpHandlerOptions,
|
|
726
|
-
cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void
|
|
723
|
+
cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void,
|
|
727
724
|
): void;
|
|
728
725
|
describeMonitor(
|
|
729
726
|
args: DescribeMonitorCommandInput,
|
|
730
|
-
options?: __HttpHandlerOptions
|
|
727
|
+
options?: __HttpHandlerOptions,
|
|
731
728
|
): Promise<DescribeMonitorCommandOutput>;
|
|
732
729
|
describeMonitor(
|
|
733
730
|
args: DescribeMonitorCommandInput,
|
|
734
|
-
cb: (err: any, data?: DescribeMonitorCommandOutput) => void
|
|
731
|
+
cb: (err: any, data?: DescribeMonitorCommandOutput) => void,
|
|
735
732
|
): void;
|
|
736
733
|
describeMonitor(
|
|
737
734
|
args: DescribeMonitorCommandInput,
|
|
738
735
|
options: __HttpHandlerOptions,
|
|
739
|
-
cb: (err: any, data?: DescribeMonitorCommandOutput) => void
|
|
736
|
+
cb: (err: any, data?: DescribeMonitorCommandOutput) => void,
|
|
740
737
|
): void;
|
|
741
738
|
describePredictor(
|
|
742
739
|
args: DescribePredictorCommandInput,
|
|
743
|
-
options?: __HttpHandlerOptions
|
|
740
|
+
options?: __HttpHandlerOptions,
|
|
744
741
|
): Promise<DescribePredictorCommandOutput>;
|
|
745
742
|
describePredictor(
|
|
746
743
|
args: DescribePredictorCommandInput,
|
|
747
|
-
cb: (err: any, data?: DescribePredictorCommandOutput) => void
|
|
744
|
+
cb: (err: any, data?: DescribePredictorCommandOutput) => void,
|
|
748
745
|
): void;
|
|
749
746
|
describePredictor(
|
|
750
747
|
args: DescribePredictorCommandInput,
|
|
751
748
|
options: __HttpHandlerOptions,
|
|
752
|
-
cb: (err: any, data?: DescribePredictorCommandOutput) => void
|
|
749
|
+
cb: (err: any, data?: DescribePredictorCommandOutput) => void,
|
|
753
750
|
): void;
|
|
754
751
|
describePredictorBacktestExportJob(
|
|
755
752
|
args: DescribePredictorBacktestExportJobCommandInput,
|
|
756
|
-
options?: __HttpHandlerOptions
|
|
753
|
+
options?: __HttpHandlerOptions,
|
|
757
754
|
): Promise<DescribePredictorBacktestExportJobCommandOutput>;
|
|
758
755
|
describePredictorBacktestExportJob(
|
|
759
756
|
args: DescribePredictorBacktestExportJobCommandInput,
|
|
760
|
-
cb: (
|
|
761
|
-
err: any,
|
|
762
|
-
data?: DescribePredictorBacktestExportJobCommandOutput
|
|
763
|
-
) => void
|
|
757
|
+
cb: (err: any, data?: DescribePredictorBacktestExportJobCommandOutput) => void,
|
|
764
758
|
): void;
|
|
765
759
|
describePredictorBacktestExportJob(
|
|
766
760
|
args: DescribePredictorBacktestExportJobCommandInput,
|
|
767
761
|
options: __HttpHandlerOptions,
|
|
768
|
-
cb: (
|
|
769
|
-
err: any,
|
|
770
|
-
data?: DescribePredictorBacktestExportJobCommandOutput
|
|
771
|
-
) => void
|
|
762
|
+
cb: (err: any, data?: DescribePredictorBacktestExportJobCommandOutput) => void,
|
|
772
763
|
): void;
|
|
773
764
|
describeWhatIfAnalysis(
|
|
774
765
|
args: DescribeWhatIfAnalysisCommandInput,
|
|
775
|
-
options?: __HttpHandlerOptions
|
|
766
|
+
options?: __HttpHandlerOptions,
|
|
776
767
|
): Promise<DescribeWhatIfAnalysisCommandOutput>;
|
|
777
768
|
describeWhatIfAnalysis(
|
|
778
769
|
args: DescribeWhatIfAnalysisCommandInput,
|
|
779
|
-
cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void
|
|
770
|
+
cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void,
|
|
780
771
|
): void;
|
|
781
772
|
describeWhatIfAnalysis(
|
|
782
773
|
args: DescribeWhatIfAnalysisCommandInput,
|
|
783
774
|
options: __HttpHandlerOptions,
|
|
784
|
-
cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void
|
|
775
|
+
cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void,
|
|
785
776
|
): void;
|
|
786
777
|
describeWhatIfForecast(
|
|
787
778
|
args: DescribeWhatIfForecastCommandInput,
|
|
788
|
-
options?: __HttpHandlerOptions
|
|
779
|
+
options?: __HttpHandlerOptions,
|
|
789
780
|
): Promise<DescribeWhatIfForecastCommandOutput>;
|
|
790
781
|
describeWhatIfForecast(
|
|
791
782
|
args: DescribeWhatIfForecastCommandInput,
|
|
792
|
-
cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void
|
|
783
|
+
cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void,
|
|
793
784
|
): void;
|
|
794
785
|
describeWhatIfForecast(
|
|
795
786
|
args: DescribeWhatIfForecastCommandInput,
|
|
796
787
|
options: __HttpHandlerOptions,
|
|
797
|
-
cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void
|
|
788
|
+
cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void,
|
|
798
789
|
): void;
|
|
799
790
|
describeWhatIfForecastExport(
|
|
800
791
|
args: DescribeWhatIfForecastExportCommandInput,
|
|
801
|
-
options?: __HttpHandlerOptions
|
|
792
|
+
options?: __HttpHandlerOptions,
|
|
802
793
|
): Promise<DescribeWhatIfForecastExportCommandOutput>;
|
|
803
794
|
describeWhatIfForecastExport(
|
|
804
795
|
args: DescribeWhatIfForecastExportCommandInput,
|
|
805
|
-
cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void
|
|
796
|
+
cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void,
|
|
806
797
|
): void;
|
|
807
798
|
describeWhatIfForecastExport(
|
|
808
799
|
args: DescribeWhatIfForecastExportCommandInput,
|
|
809
800
|
options: __HttpHandlerOptions,
|
|
810
|
-
cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void
|
|
801
|
+
cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void,
|
|
811
802
|
): void;
|
|
812
803
|
getAccuracyMetrics(
|
|
813
804
|
args: GetAccuracyMetricsCommandInput,
|
|
814
|
-
options?: __HttpHandlerOptions
|
|
805
|
+
options?: __HttpHandlerOptions,
|
|
815
806
|
): Promise<GetAccuracyMetricsCommandOutput>;
|
|
816
807
|
getAccuracyMetrics(
|
|
817
808
|
args: GetAccuracyMetricsCommandInput,
|
|
818
|
-
cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void
|
|
809
|
+
cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void,
|
|
819
810
|
): void;
|
|
820
811
|
getAccuracyMetrics(
|
|
821
812
|
args: GetAccuracyMetricsCommandInput,
|
|
822
813
|
options: __HttpHandlerOptions,
|
|
823
|
-
cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void
|
|
814
|
+
cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void,
|
|
824
815
|
): void;
|
|
825
816
|
listDatasetGroups(): Promise<ListDatasetGroupsCommandOutput>;
|
|
826
817
|
listDatasetGroups(
|
|
827
818
|
args: ListDatasetGroupsCommandInput,
|
|
828
|
-
options?: __HttpHandlerOptions
|
|
819
|
+
options?: __HttpHandlerOptions,
|
|
829
820
|
): Promise<ListDatasetGroupsCommandOutput>;
|
|
830
821
|
listDatasetGroups(
|
|
831
822
|
args: ListDatasetGroupsCommandInput,
|
|
832
|
-
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
|
|
823
|
+
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void,
|
|
833
824
|
): void;
|
|
834
825
|
listDatasetGroups(
|
|
835
826
|
args: ListDatasetGroupsCommandInput,
|
|
836
827
|
options: __HttpHandlerOptions,
|
|
837
|
-
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
|
|
828
|
+
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void,
|
|
838
829
|
): void;
|
|
839
830
|
listDatasetImportJobs(): Promise<ListDatasetImportJobsCommandOutput>;
|
|
840
831
|
listDatasetImportJobs(
|
|
841
832
|
args: ListDatasetImportJobsCommandInput,
|
|
842
|
-
options?: __HttpHandlerOptions
|
|
833
|
+
options?: __HttpHandlerOptions,
|
|
843
834
|
): Promise<ListDatasetImportJobsCommandOutput>;
|
|
844
835
|
listDatasetImportJobs(
|
|
845
836
|
args: ListDatasetImportJobsCommandInput,
|
|
846
|
-
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
|
|
837
|
+
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void,
|
|
847
838
|
): void;
|
|
848
839
|
listDatasetImportJobs(
|
|
849
840
|
args: ListDatasetImportJobsCommandInput,
|
|
850
841
|
options: __HttpHandlerOptions,
|
|
851
|
-
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
|
|
842
|
+
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void,
|
|
852
843
|
): void;
|
|
853
844
|
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
854
845
|
listDatasets(
|
|
855
846
|
args: ListDatasetsCommandInput,
|
|
856
|
-
options?: __HttpHandlerOptions
|
|
847
|
+
options?: __HttpHandlerOptions,
|
|
857
848
|
): Promise<ListDatasetsCommandOutput>;
|
|
858
849
|
listDatasets(
|
|
859
850
|
args: ListDatasetsCommandInput,
|
|
860
|
-
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
851
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void,
|
|
861
852
|
): void;
|
|
862
853
|
listDatasets(
|
|
863
854
|
args: ListDatasetsCommandInput,
|
|
864
855
|
options: __HttpHandlerOptions,
|
|
865
|
-
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
856
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void,
|
|
866
857
|
): void;
|
|
867
858
|
listExplainabilities(): Promise<ListExplainabilitiesCommandOutput>;
|
|
868
859
|
listExplainabilities(
|
|
869
860
|
args: ListExplainabilitiesCommandInput,
|
|
870
|
-
options?: __HttpHandlerOptions
|
|
861
|
+
options?: __HttpHandlerOptions,
|
|
871
862
|
): Promise<ListExplainabilitiesCommandOutput>;
|
|
872
863
|
listExplainabilities(
|
|
873
864
|
args: ListExplainabilitiesCommandInput,
|
|
874
|
-
cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void
|
|
865
|
+
cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void,
|
|
875
866
|
): void;
|
|
876
867
|
listExplainabilities(
|
|
877
868
|
args: ListExplainabilitiesCommandInput,
|
|
878
869
|
options: __HttpHandlerOptions,
|
|
879
|
-
cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void
|
|
870
|
+
cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void,
|
|
880
871
|
): void;
|
|
881
872
|
listExplainabilityExports(): Promise<ListExplainabilityExportsCommandOutput>;
|
|
882
873
|
listExplainabilityExports(
|
|
883
874
|
args: ListExplainabilityExportsCommandInput,
|
|
884
|
-
options?: __HttpHandlerOptions
|
|
875
|
+
options?: __HttpHandlerOptions,
|
|
885
876
|
): Promise<ListExplainabilityExportsCommandOutput>;
|
|
886
877
|
listExplainabilityExports(
|
|
887
878
|
args: ListExplainabilityExportsCommandInput,
|
|
888
|
-
cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void
|
|
879
|
+
cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void,
|
|
889
880
|
): void;
|
|
890
881
|
listExplainabilityExports(
|
|
891
882
|
args: ListExplainabilityExportsCommandInput,
|
|
892
883
|
options: __HttpHandlerOptions,
|
|
893
|
-
cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void
|
|
884
|
+
cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void,
|
|
894
885
|
): void;
|
|
895
886
|
listForecastExportJobs(): Promise<ListForecastExportJobsCommandOutput>;
|
|
896
887
|
listForecastExportJobs(
|
|
897
888
|
args: ListForecastExportJobsCommandInput,
|
|
898
|
-
options?: __HttpHandlerOptions
|
|
889
|
+
options?: __HttpHandlerOptions,
|
|
899
890
|
): Promise<ListForecastExportJobsCommandOutput>;
|
|
900
891
|
listForecastExportJobs(
|
|
901
892
|
args: ListForecastExportJobsCommandInput,
|
|
902
|
-
cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void
|
|
893
|
+
cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void,
|
|
903
894
|
): void;
|
|
904
895
|
listForecastExportJobs(
|
|
905
896
|
args: ListForecastExportJobsCommandInput,
|
|
906
897
|
options: __HttpHandlerOptions,
|
|
907
|
-
cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void
|
|
898
|
+
cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void,
|
|
908
899
|
): void;
|
|
909
900
|
listForecasts(): Promise<ListForecastsCommandOutput>;
|
|
910
901
|
listForecasts(
|
|
911
902
|
args: ListForecastsCommandInput,
|
|
912
|
-
options?: __HttpHandlerOptions
|
|
903
|
+
options?: __HttpHandlerOptions,
|
|
913
904
|
): Promise<ListForecastsCommandOutput>;
|
|
914
905
|
listForecasts(
|
|
915
906
|
args: ListForecastsCommandInput,
|
|
916
|
-
cb: (err: any, data?: ListForecastsCommandOutput) => void
|
|
907
|
+
cb: (err: any, data?: ListForecastsCommandOutput) => void,
|
|
917
908
|
): void;
|
|
918
909
|
listForecasts(
|
|
919
910
|
args: ListForecastsCommandInput,
|
|
920
911
|
options: __HttpHandlerOptions,
|
|
921
|
-
cb: (err: any, data?: ListForecastsCommandOutput) => void
|
|
912
|
+
cb: (err: any, data?: ListForecastsCommandOutput) => void,
|
|
922
913
|
): void;
|
|
923
914
|
listMonitorEvaluations(
|
|
924
915
|
args: ListMonitorEvaluationsCommandInput,
|
|
925
|
-
options?: __HttpHandlerOptions
|
|
916
|
+
options?: __HttpHandlerOptions,
|
|
926
917
|
): Promise<ListMonitorEvaluationsCommandOutput>;
|
|
927
918
|
listMonitorEvaluations(
|
|
928
919
|
args: ListMonitorEvaluationsCommandInput,
|
|
929
|
-
cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void
|
|
920
|
+
cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void,
|
|
930
921
|
): void;
|
|
931
922
|
listMonitorEvaluations(
|
|
932
923
|
args: ListMonitorEvaluationsCommandInput,
|
|
933
924
|
options: __HttpHandlerOptions,
|
|
934
|
-
cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void
|
|
925
|
+
cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void,
|
|
935
926
|
): void;
|
|
936
927
|
listMonitors(): Promise<ListMonitorsCommandOutput>;
|
|
937
928
|
listMonitors(
|
|
938
929
|
args: ListMonitorsCommandInput,
|
|
939
|
-
options?: __HttpHandlerOptions
|
|
930
|
+
options?: __HttpHandlerOptions,
|
|
940
931
|
): Promise<ListMonitorsCommandOutput>;
|
|
941
932
|
listMonitors(
|
|
942
933
|
args: ListMonitorsCommandInput,
|
|
943
|
-
cb: (err: any, data?: ListMonitorsCommandOutput) => void
|
|
934
|
+
cb: (err: any, data?: ListMonitorsCommandOutput) => void,
|
|
944
935
|
): void;
|
|
945
936
|
listMonitors(
|
|
946
937
|
args: ListMonitorsCommandInput,
|
|
947
938
|
options: __HttpHandlerOptions,
|
|
948
|
-
cb: (err: any, data?: ListMonitorsCommandOutput) => void
|
|
939
|
+
cb: (err: any, data?: ListMonitorsCommandOutput) => void,
|
|
949
940
|
): void;
|
|
950
941
|
listPredictorBacktestExportJobs(): Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
951
942
|
listPredictorBacktestExportJobs(
|
|
952
943
|
args: ListPredictorBacktestExportJobsCommandInput,
|
|
953
|
-
options?: __HttpHandlerOptions
|
|
944
|
+
options?: __HttpHandlerOptions,
|
|
954
945
|
): Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
955
946
|
listPredictorBacktestExportJobs(
|
|
956
947
|
args: ListPredictorBacktestExportJobsCommandInput,
|
|
957
|
-
cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void
|
|
948
|
+
cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void,
|
|
958
949
|
): void;
|
|
959
950
|
listPredictorBacktestExportJobs(
|
|
960
951
|
args: ListPredictorBacktestExportJobsCommandInput,
|
|
961
952
|
options: __HttpHandlerOptions,
|
|
962
|
-
cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void
|
|
953
|
+
cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void,
|
|
963
954
|
): void;
|
|
964
955
|
listPredictors(): Promise<ListPredictorsCommandOutput>;
|
|
965
956
|
listPredictors(
|
|
966
957
|
args: ListPredictorsCommandInput,
|
|
967
|
-
options?: __HttpHandlerOptions
|
|
958
|
+
options?: __HttpHandlerOptions,
|
|
968
959
|
): Promise<ListPredictorsCommandOutput>;
|
|
969
960
|
listPredictors(
|
|
970
961
|
args: ListPredictorsCommandInput,
|
|
971
|
-
cb: (err: any, data?: ListPredictorsCommandOutput) => void
|
|
962
|
+
cb: (err: any, data?: ListPredictorsCommandOutput) => void,
|
|
972
963
|
): void;
|
|
973
964
|
listPredictors(
|
|
974
965
|
args: ListPredictorsCommandInput,
|
|
975
966
|
options: __HttpHandlerOptions,
|
|
976
|
-
cb: (err: any, data?: ListPredictorsCommandOutput) => void
|
|
967
|
+
cb: (err: any, data?: ListPredictorsCommandOutput) => void,
|
|
977
968
|
): void;
|
|
978
969
|
listTagsForResource(
|
|
979
970
|
args: ListTagsForResourceCommandInput,
|
|
980
|
-
options?: __HttpHandlerOptions
|
|
971
|
+
options?: __HttpHandlerOptions,
|
|
981
972
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
982
973
|
listTagsForResource(
|
|
983
974
|
args: ListTagsForResourceCommandInput,
|
|
984
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
975
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
985
976
|
): void;
|
|
986
977
|
listTagsForResource(
|
|
987
978
|
args: ListTagsForResourceCommandInput,
|
|
988
979
|
options: __HttpHandlerOptions,
|
|
989
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
980
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
990
981
|
): void;
|
|
991
982
|
listWhatIfAnalyses(): Promise<ListWhatIfAnalysesCommandOutput>;
|
|
992
983
|
listWhatIfAnalyses(
|
|
993
984
|
args: ListWhatIfAnalysesCommandInput,
|
|
994
|
-
options?: __HttpHandlerOptions
|
|
985
|
+
options?: __HttpHandlerOptions,
|
|
995
986
|
): Promise<ListWhatIfAnalysesCommandOutput>;
|
|
996
987
|
listWhatIfAnalyses(
|
|
997
988
|
args: ListWhatIfAnalysesCommandInput,
|
|
998
|
-
cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void
|
|
989
|
+
cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void,
|
|
999
990
|
): void;
|
|
1000
991
|
listWhatIfAnalyses(
|
|
1001
992
|
args: ListWhatIfAnalysesCommandInput,
|
|
1002
993
|
options: __HttpHandlerOptions,
|
|
1003
|
-
cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void
|
|
994
|
+
cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void,
|
|
1004
995
|
): void;
|
|
1005
996
|
listWhatIfForecastExports(): Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
1006
997
|
listWhatIfForecastExports(
|
|
1007
998
|
args: ListWhatIfForecastExportsCommandInput,
|
|
1008
|
-
options?: __HttpHandlerOptions
|
|
999
|
+
options?: __HttpHandlerOptions,
|
|
1009
1000
|
): Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
1010
1001
|
listWhatIfForecastExports(
|
|
1011
1002
|
args: ListWhatIfForecastExportsCommandInput,
|
|
1012
|
-
cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void
|
|
1003
|
+
cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void,
|
|
1013
1004
|
): void;
|
|
1014
1005
|
listWhatIfForecastExports(
|
|
1015
1006
|
args: ListWhatIfForecastExportsCommandInput,
|
|
1016
1007
|
options: __HttpHandlerOptions,
|
|
1017
|
-
cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void
|
|
1008
|
+
cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void,
|
|
1018
1009
|
): void;
|
|
1019
1010
|
listWhatIfForecasts(): Promise<ListWhatIfForecastsCommandOutput>;
|
|
1020
1011
|
listWhatIfForecasts(
|
|
1021
1012
|
args: ListWhatIfForecastsCommandInput,
|
|
1022
|
-
options?: __HttpHandlerOptions
|
|
1013
|
+
options?: __HttpHandlerOptions,
|
|
1023
1014
|
): Promise<ListWhatIfForecastsCommandOutput>;
|
|
1024
1015
|
listWhatIfForecasts(
|
|
1025
1016
|
args: ListWhatIfForecastsCommandInput,
|
|
1026
|
-
cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void
|
|
1017
|
+
cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void,
|
|
1027
1018
|
): void;
|
|
1028
1019
|
listWhatIfForecasts(
|
|
1029
1020
|
args: ListWhatIfForecastsCommandInput,
|
|
1030
1021
|
options: __HttpHandlerOptions,
|
|
1031
|
-
cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void
|
|
1022
|
+
cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void,
|
|
1032
1023
|
): void;
|
|
1033
1024
|
resumeResource(
|
|
1034
1025
|
args: ResumeResourceCommandInput,
|
|
1035
|
-
options?: __HttpHandlerOptions
|
|
1026
|
+
options?: __HttpHandlerOptions,
|
|
1036
1027
|
): Promise<ResumeResourceCommandOutput>;
|
|
1037
1028
|
resumeResource(
|
|
1038
1029
|
args: ResumeResourceCommandInput,
|
|
1039
|
-
cb: (err: any, data?: ResumeResourceCommandOutput) => void
|
|
1030
|
+
cb: (err: any, data?: ResumeResourceCommandOutput) => void,
|
|
1040
1031
|
): void;
|
|
1041
1032
|
resumeResource(
|
|
1042
1033
|
args: ResumeResourceCommandInput,
|
|
1043
1034
|
options: __HttpHandlerOptions,
|
|
1044
|
-
cb: (err: any, data?: ResumeResourceCommandOutput) => void
|
|
1035
|
+
cb: (err: any, data?: ResumeResourceCommandOutput) => void,
|
|
1045
1036
|
): void;
|
|
1046
1037
|
stopResource(
|
|
1047
1038
|
args: StopResourceCommandInput,
|
|
1048
|
-
options?: __HttpHandlerOptions
|
|
1039
|
+
options?: __HttpHandlerOptions,
|
|
1049
1040
|
): Promise<StopResourceCommandOutput>;
|
|
1050
1041
|
stopResource(
|
|
1051
1042
|
args: StopResourceCommandInput,
|
|
1052
|
-
cb: (err: any, data?: StopResourceCommandOutput) => void
|
|
1043
|
+
cb: (err: any, data?: StopResourceCommandOutput) => void,
|
|
1053
1044
|
): void;
|
|
1054
1045
|
stopResource(
|
|
1055
1046
|
args: StopResourceCommandInput,
|
|
1056
1047
|
options: __HttpHandlerOptions,
|
|
1057
|
-
cb: (err: any, data?: StopResourceCommandOutput) => void
|
|
1048
|
+
cb: (err: any, data?: StopResourceCommandOutput) => void,
|
|
1058
1049
|
): void;
|
|
1059
1050
|
tagResource(
|
|
1060
1051
|
args: TagResourceCommandInput,
|
|
1061
|
-
options?: __HttpHandlerOptions
|
|
1052
|
+
options?: __HttpHandlerOptions,
|
|
1062
1053
|
): Promise<TagResourceCommandOutput>;
|
|
1063
1054
|
tagResource(
|
|
1064
1055
|
args: TagResourceCommandInput,
|
|
1065
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1056
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1066
1057
|
): void;
|
|
1067
1058
|
tagResource(
|
|
1068
1059
|
args: TagResourceCommandInput,
|
|
1069
1060
|
options: __HttpHandlerOptions,
|
|
1070
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1061
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1071
1062
|
): void;
|
|
1072
1063
|
untagResource(
|
|
1073
1064
|
args: UntagResourceCommandInput,
|
|
1074
|
-
options?: __HttpHandlerOptions
|
|
1065
|
+
options?: __HttpHandlerOptions,
|
|
1075
1066
|
): Promise<UntagResourceCommandOutput>;
|
|
1076
1067
|
untagResource(
|
|
1077
1068
|
args: UntagResourceCommandInput,
|
|
1078
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1069
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1079
1070
|
): void;
|
|
1080
1071
|
untagResource(
|
|
1081
1072
|
args: UntagResourceCommandInput,
|
|
1082
1073
|
options: __HttpHandlerOptions,
|
|
1083
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1074
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1084
1075
|
): void;
|
|
1085
1076
|
updateDatasetGroup(
|
|
1086
1077
|
args: UpdateDatasetGroupCommandInput,
|
|
1087
|
-
options?: __HttpHandlerOptions
|
|
1078
|
+
options?: __HttpHandlerOptions,
|
|
1088
1079
|
): Promise<UpdateDatasetGroupCommandOutput>;
|
|
1089
1080
|
updateDatasetGroup(
|
|
1090
1081
|
args: UpdateDatasetGroupCommandInput,
|
|
1091
|
-
cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void
|
|
1082
|
+
cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void,
|
|
1092
1083
|
): void;
|
|
1093
1084
|
updateDatasetGroup(
|
|
1094
1085
|
args: UpdateDatasetGroupCommandInput,
|
|
1095
1086
|
options: __HttpHandlerOptions,
|
|
1096
|
-
cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void
|
|
1087
|
+
cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void,
|
|
1097
1088
|
): void;
|
|
1098
1089
|
paginateListDatasetGroups(
|
|
1099
1090
|
args?: ListDatasetGroupsCommandInput,
|
|
1100
1091
|
paginationConfig?: Pick<
|
|
1101
1092
|
PaginationConfiguration,
|
|
1102
1093
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1103
|
-
|
|
1094
|
+
>,
|
|
1104
1095
|
): Paginator<ListDatasetGroupsCommandOutput>;
|
|
1105
1096
|
paginateListDatasetImportJobs(
|
|
1106
1097
|
args?: ListDatasetImportJobsCommandInput,
|
|
1107
1098
|
paginationConfig?: Pick<
|
|
1108
1099
|
PaginationConfiguration,
|
|
1109
1100
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1110
|
-
|
|
1101
|
+
>,
|
|
1111
1102
|
): Paginator<ListDatasetImportJobsCommandOutput>;
|
|
1112
1103
|
paginateListDatasets(
|
|
1113
1104
|
args?: ListDatasetsCommandInput,
|
|
1114
1105
|
paginationConfig?: Pick<
|
|
1115
1106
|
PaginationConfiguration,
|
|
1116
1107
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1117
|
-
|
|
1108
|
+
>,
|
|
1118
1109
|
): Paginator<ListDatasetsCommandOutput>;
|
|
1119
1110
|
paginateListExplainabilities(
|
|
1120
1111
|
args?: ListExplainabilitiesCommandInput,
|
|
1121
1112
|
paginationConfig?: Pick<
|
|
1122
1113
|
PaginationConfiguration,
|
|
1123
1114
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1124
|
-
|
|
1115
|
+
>,
|
|
1125
1116
|
): Paginator<ListExplainabilitiesCommandOutput>;
|
|
1126
1117
|
paginateListExplainabilityExports(
|
|
1127
1118
|
args?: ListExplainabilityExportsCommandInput,
|
|
1128
1119
|
paginationConfig?: Pick<
|
|
1129
1120
|
PaginationConfiguration,
|
|
1130
1121
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1131
|
-
|
|
1122
|
+
>,
|
|
1132
1123
|
): Paginator<ListExplainabilityExportsCommandOutput>;
|
|
1133
1124
|
paginateListForecastExportJobs(
|
|
1134
1125
|
args?: ListForecastExportJobsCommandInput,
|
|
1135
1126
|
paginationConfig?: Pick<
|
|
1136
1127
|
PaginationConfiguration,
|
|
1137
1128
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1138
|
-
|
|
1129
|
+
>,
|
|
1139
1130
|
): Paginator<ListForecastExportJobsCommandOutput>;
|
|
1140
1131
|
paginateListForecasts(
|
|
1141
1132
|
args?: ListForecastsCommandInput,
|
|
1142
1133
|
paginationConfig?: Pick<
|
|
1143
1134
|
PaginationConfiguration,
|
|
1144
1135
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1145
|
-
|
|
1136
|
+
>,
|
|
1146
1137
|
): Paginator<ListForecastsCommandOutput>;
|
|
1147
1138
|
paginateListMonitorEvaluations(
|
|
1148
1139
|
args: ListMonitorEvaluationsCommandInput,
|
|
1149
1140
|
paginationConfig?: Pick<
|
|
1150
1141
|
PaginationConfiguration,
|
|
1151
1142
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1152
|
-
|
|
1143
|
+
>,
|
|
1153
1144
|
): Paginator<ListMonitorEvaluationsCommandOutput>;
|
|
1154
1145
|
paginateListMonitors(
|
|
1155
1146
|
args?: ListMonitorsCommandInput,
|
|
1156
1147
|
paginationConfig?: Pick<
|
|
1157
1148
|
PaginationConfiguration,
|
|
1158
1149
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1159
|
-
|
|
1150
|
+
>,
|
|
1160
1151
|
): Paginator<ListMonitorsCommandOutput>;
|
|
1161
1152
|
paginateListPredictorBacktestExportJobs(
|
|
1162
1153
|
args?: ListPredictorBacktestExportJobsCommandInput,
|
|
1163
1154
|
paginationConfig?: Pick<
|
|
1164
1155
|
PaginationConfiguration,
|
|
1165
1156
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1166
|
-
|
|
1157
|
+
>,
|
|
1167
1158
|
): Paginator<ListPredictorBacktestExportJobsCommandOutput>;
|
|
1168
1159
|
paginateListPredictors(
|
|
1169
1160
|
args?: ListPredictorsCommandInput,
|
|
1170
1161
|
paginationConfig?: Pick<
|
|
1171
1162
|
PaginationConfiguration,
|
|
1172
1163
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1173
|
-
|
|
1164
|
+
>,
|
|
1174
1165
|
): Paginator<ListPredictorsCommandOutput>;
|
|
1175
1166
|
paginateListWhatIfAnalyses(
|
|
1176
1167
|
args?: ListWhatIfAnalysesCommandInput,
|
|
1177
1168
|
paginationConfig?: Pick<
|
|
1178
1169
|
PaginationConfiguration,
|
|
1179
1170
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1180
|
-
|
|
1171
|
+
>,
|
|
1181
1172
|
): Paginator<ListWhatIfAnalysesCommandOutput>;
|
|
1182
1173
|
paginateListWhatIfForecastExports(
|
|
1183
1174
|
args?: ListWhatIfForecastExportsCommandInput,
|
|
1184
1175
|
paginationConfig?: Pick<
|
|
1185
1176
|
PaginationConfiguration,
|
|
1186
1177
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1187
|
-
|
|
1178
|
+
>,
|
|
1188
1179
|
): Paginator<ListWhatIfForecastExportsCommandOutput>;
|
|
1189
1180
|
paginateListWhatIfForecasts(
|
|
1190
1181
|
args?: ListWhatIfForecastsCommandInput,
|
|
1191
1182
|
paginationConfig?: Pick<
|
|
1192
1183
|
PaginationConfiguration,
|
|
1193
1184
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1194
|
-
|
|
1185
|
+
>,
|
|
1195
1186
|
): Paginator<ListWhatIfForecastsCommandOutput>;
|
|
1196
1187
|
}
|
|
1197
1188
|
export declare class Forecast extends ForecastClient implements Forecast {}
|