@aws-sdk/client-forecast 3.279.0 → 3.281.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/README.md +507 -0
  2. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateExplainabilityCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateForecastCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateMonitorCommand.d.ts +6 -0
  11. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +6 -0
  12. package/dist-types/commands/CreatePredictorCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteForecastCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteMonitorCommand.d.ts +6 -0
  24. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +6 -0
  25. package/dist-types/commands/DeletePredictorCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeForecastCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeMonitorCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribePredictorCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +6 -0
  42. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +6 -0
  43. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +6 -0
  44. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +6 -0
  45. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +6 -0
  49. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListForecastsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListMonitorsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListPredictorsCommand.d.ts +6 -0
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  57. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +6 -0
  58. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +6 -0
  59. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +6 -0
  60. package/dist-types/commands/ResumeResourceCommand.d.ts +6 -0
  61. package/dist-types/commands/StopResourceCommand.d.ts +6 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +6 -0
  65. package/package.json +3 -3
package/README.md CHANGED
@@ -203,3 +203,510 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ CreateAutoPredictor
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createautopredictorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createautopredictorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createautopredictorcommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ CreateDataset
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createdatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createdatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createdatasetcommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CreateDatasetGroup
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createdatasetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createdatasetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createdatasetgroupcommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateDatasetImportJob
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createdatasetimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createdatasetimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createdatasetimportjobcommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateExplainability
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createexplainabilitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createexplainabilitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createexplainabilitycommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateExplainabilityExport
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createexplainabilityexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createexplainabilityexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createexplainabilityexportcommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ CreateForecast
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createforecastcommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ CreateForecastExportJob
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createforecastexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createforecastexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createforecastexportjobcommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ CreateMonitor
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createmonitorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createmonitorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createmonitorcommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ CreatePredictor
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createpredictorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createpredictorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createpredictorcommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ CreatePredictorBacktestExportJob
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createpredictorbacktestexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createpredictorbacktestexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createpredictorbacktestexportjobcommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ CreateWhatIfAnalysis
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createwhatifanalysiscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createwhatifanalysiscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createwhatifanalysiscommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ CreateWhatIfForecast
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createwhatifforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createwhatifforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createwhatifforecastcommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ CreateWhatIfForecastExport
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/createwhatifforecastexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createwhatifforecastexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/createwhatifforecastexportcommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ DeleteDataset
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletedatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletedatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletedatasetcommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ DeleteDatasetGroup
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletedatasetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletedatasetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletedatasetgroupcommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ DeleteDatasetImportJob
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletedatasetimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletedatasetimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletedatasetimportjobcommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ DeleteExplainability
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deleteexplainabilitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteexplainabilitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteexplainabilitycommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ DeleteExplainabilityExport
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deleteexplainabilityexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteexplainabilityexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteexplainabilityexportcommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ DeleteForecast
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deleteforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteforecastcommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ DeleteForecastExportJob
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deleteforecastexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteforecastexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteforecastexportjobcommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ DeleteMonitor
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletemonitorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletemonitorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletemonitorcommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ DeletePredictor
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletepredictorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletepredictorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletepredictorcommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ DeletePredictorBacktestExportJob
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletepredictorbacktestexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletepredictorbacktestexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletepredictorbacktestexportjobcommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ DeleteResourceTree
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deleteresourcetreecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteresourcetreecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deleteresourcetreecommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ DeleteWhatIfAnalysis
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletewhatifanalysiscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletewhatifanalysiscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletewhatifanalysiscommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ DeleteWhatIfForecast
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletewhatifforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletewhatifforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletewhatifforecastcommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ DeleteWhatIfForecastExport
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/deletewhatifforecastexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletewhatifforecastexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/deletewhatifforecastexportcommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ DescribeAutoPredictor
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describeautopredictorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeautopredictorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeautopredictorcommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ DescribeDataset
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describedatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describedatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describedatasetcommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ DescribeDatasetGroup
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describedatasetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describedatasetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describedatasetgroupcommandoutput.html)
455
+
456
+ </details>
457
+ <details>
458
+ <summary>
459
+ DescribeDatasetImportJob
460
+ </summary>
461
+
462
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describedatasetimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describedatasetimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describedatasetimportjobcommandoutput.html)
463
+
464
+ </details>
465
+ <details>
466
+ <summary>
467
+ DescribeExplainability
468
+ </summary>
469
+
470
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describeexplainabilitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeexplainabilitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeexplainabilitycommandoutput.html)
471
+
472
+ </details>
473
+ <details>
474
+ <summary>
475
+ DescribeExplainabilityExport
476
+ </summary>
477
+
478
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describeexplainabilityexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeexplainabilityexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeexplainabilityexportcommandoutput.html)
479
+
480
+ </details>
481
+ <details>
482
+ <summary>
483
+ DescribeForecast
484
+ </summary>
485
+
486
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describeforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeforecastcommandoutput.html)
487
+
488
+ </details>
489
+ <details>
490
+ <summary>
491
+ DescribeForecastExportJob
492
+ </summary>
493
+
494
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describeforecastexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeforecastexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describeforecastexportjobcommandoutput.html)
495
+
496
+ </details>
497
+ <details>
498
+ <summary>
499
+ DescribeMonitor
500
+ </summary>
501
+
502
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describemonitorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describemonitorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describemonitorcommandoutput.html)
503
+
504
+ </details>
505
+ <details>
506
+ <summary>
507
+ DescribePredictor
508
+ </summary>
509
+
510
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describepredictorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describepredictorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describepredictorcommandoutput.html)
511
+
512
+ </details>
513
+ <details>
514
+ <summary>
515
+ DescribePredictorBacktestExportJob
516
+ </summary>
517
+
518
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describepredictorbacktestexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describepredictorbacktestexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describepredictorbacktestexportjobcommandoutput.html)
519
+
520
+ </details>
521
+ <details>
522
+ <summary>
523
+ DescribeWhatIfAnalysis
524
+ </summary>
525
+
526
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describewhatifanalysiscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describewhatifanalysiscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describewhatifanalysiscommandoutput.html)
527
+
528
+ </details>
529
+ <details>
530
+ <summary>
531
+ DescribeWhatIfForecast
532
+ </summary>
533
+
534
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describewhatifforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describewhatifforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describewhatifforecastcommandoutput.html)
535
+
536
+ </details>
537
+ <details>
538
+ <summary>
539
+ DescribeWhatIfForecastExport
540
+ </summary>
541
+
542
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/describewhatifforecastexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describewhatifforecastexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/describewhatifforecastexportcommandoutput.html)
543
+
544
+ </details>
545
+ <details>
546
+ <summary>
547
+ GetAccuracyMetrics
548
+ </summary>
549
+
550
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/getaccuracymetricscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/getaccuracymetricscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/getaccuracymetricscommandoutput.html)
551
+
552
+ </details>
553
+ <details>
554
+ <summary>
555
+ ListDatasetGroups
556
+ </summary>
557
+
558
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listdatasetgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listdatasetgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listdatasetgroupscommandoutput.html)
559
+
560
+ </details>
561
+ <details>
562
+ <summary>
563
+ ListDatasetImportJobs
564
+ </summary>
565
+
566
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listdatasetimportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listdatasetimportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listdatasetimportjobscommandoutput.html)
567
+
568
+ </details>
569
+ <details>
570
+ <summary>
571
+ ListDatasets
572
+ </summary>
573
+
574
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listdatasetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listdatasetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listdatasetscommandoutput.html)
575
+
576
+ </details>
577
+ <details>
578
+ <summary>
579
+ ListExplainabilities
580
+ </summary>
581
+
582
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listexplainabilitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listexplainabilitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listexplainabilitiescommandoutput.html)
583
+
584
+ </details>
585
+ <details>
586
+ <summary>
587
+ ListExplainabilityExports
588
+ </summary>
589
+
590
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listexplainabilityexportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listexplainabilityexportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listexplainabilityexportscommandoutput.html)
591
+
592
+ </details>
593
+ <details>
594
+ <summary>
595
+ ListForecastExportJobs
596
+ </summary>
597
+
598
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listforecastexportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listforecastexportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listforecastexportjobscommandoutput.html)
599
+
600
+ </details>
601
+ <details>
602
+ <summary>
603
+ ListForecasts
604
+ </summary>
605
+
606
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listforecastscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listforecastscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listforecastscommandoutput.html)
607
+
608
+ </details>
609
+ <details>
610
+ <summary>
611
+ ListMonitorEvaluations
612
+ </summary>
613
+
614
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listmonitorevaluationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listmonitorevaluationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listmonitorevaluationscommandoutput.html)
615
+
616
+ </details>
617
+ <details>
618
+ <summary>
619
+ ListMonitors
620
+ </summary>
621
+
622
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listmonitorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listmonitorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listmonitorscommandoutput.html)
623
+
624
+ </details>
625
+ <details>
626
+ <summary>
627
+ ListPredictorBacktestExportJobs
628
+ </summary>
629
+
630
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listpredictorbacktestexportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listpredictorbacktestexportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listpredictorbacktestexportjobscommandoutput.html)
631
+
632
+ </details>
633
+ <details>
634
+ <summary>
635
+ ListPredictors
636
+ </summary>
637
+
638
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listpredictorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listpredictorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listpredictorscommandoutput.html)
639
+
640
+ </details>
641
+ <details>
642
+ <summary>
643
+ ListTagsForResource
644
+ </summary>
645
+
646
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listtagsforresourcecommandoutput.html)
647
+
648
+ </details>
649
+ <details>
650
+ <summary>
651
+ ListWhatIfAnalyses
652
+ </summary>
653
+
654
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listwhatifanalysescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listwhatifanalysescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listwhatifanalysescommandoutput.html)
655
+
656
+ </details>
657
+ <details>
658
+ <summary>
659
+ ListWhatIfForecastExports
660
+ </summary>
661
+
662
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listwhatifforecastexportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listwhatifforecastexportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listwhatifforecastexportscommandoutput.html)
663
+
664
+ </details>
665
+ <details>
666
+ <summary>
667
+ ListWhatIfForecasts
668
+ </summary>
669
+
670
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/listwhatifforecastscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listwhatifforecastscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/listwhatifforecastscommandoutput.html)
671
+
672
+ </details>
673
+ <details>
674
+ <summary>
675
+ ResumeResource
676
+ </summary>
677
+
678
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/resumeresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/resumeresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/resumeresourcecommandoutput.html)
679
+
680
+ </details>
681
+ <details>
682
+ <summary>
683
+ StopResource
684
+ </summary>
685
+
686
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/stopresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/stopresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/stopresourcecommandoutput.html)
687
+
688
+ </details>
689
+ <details>
690
+ <summary>
691
+ TagResource
692
+ </summary>
693
+
694
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/tagresourcecommandoutput.html)
695
+
696
+ </details>
697
+ <details>
698
+ <summary>
699
+ UntagResource
700
+ </summary>
701
+
702
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/untagresourcecommandoutput.html)
703
+
704
+ </details>
705
+ <details>
706
+ <summary>
707
+ UpdateDatasetGroup
708
+ </summary>
709
+
710
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/classes/updatedatasetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/updatedatasetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-forecast/interfaces/updatedatasetgroupcommandoutput.html)
711
+
712
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { CreateAutoPredictorRequest, CreateAutoPredictorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAutoPredictorCommand}.
8
+ */
6
9
  export interface CreateAutoPredictorCommandInput extends CreateAutoPredictorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAutoPredictorCommand}.
13
+ */
8
14
  export interface CreateAutoPredictorCommandOutput extends CreateAutoPredictorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDatasetCommand}.
8
+ */
6
9
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDatasetCommand}.
13
+ */
8
14
  export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDatasetGroupCommand}.
8
+ */
6
9
  export interface CreateDatasetGroupCommandInput extends CreateDatasetGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDatasetGroupCommand}.
13
+ */
8
14
  export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDatasetImportJobCommand}.
8
+ */
6
9
  export interface CreateDatasetImportJobCommandInput extends CreateDatasetImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDatasetImportJobCommand}.
13
+ */
8
14
  export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { CreateExplainabilityRequest, CreateExplainabilityResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateExplainabilityCommand}.
8
+ */
6
9
  export interface CreateExplainabilityCommandInput extends CreateExplainabilityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateExplainabilityCommand}.
13
+ */
8
14
  export interface CreateExplainabilityCommandOutput extends CreateExplainabilityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { CreateExplainabilityExportRequest, CreateExplainabilityExportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateExplainabilityExportCommand}.
8
+ */
6
9
  export interface CreateExplainabilityExportCommandInput extends CreateExplainabilityExportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateExplainabilityExportCommand}.
13
+ */
8
14
  export interface CreateExplainabilityExportCommandOutput extends CreateExplainabilityExportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { CreateForecastRequest, CreateForecastResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateForecastCommand}.
8
+ */
6
9
  export interface CreateForecastCommandInput extends CreateForecastRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateForecastCommand}.
13
+ */
8
14
  export interface CreateForecastCommandOutput extends CreateForecastResponse, __MetadataBearer {
9
15
  }
10
16
  /**