@aws-sdk/client-forecast 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/dist-cjs/index.js +1861 -2708
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ForecastClient.js +2 -0
  4. package/dist-es/commands/CreateAutoPredictorCommand.js +3 -10
  5. package/dist-es/commands/CreateDatasetCommand.js +3 -10
  6. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -10
  7. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -10
  8. package/dist-es/commands/CreateExplainabilityCommand.js +3 -10
  9. package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -10
  10. package/dist-es/commands/CreateForecastCommand.js +3 -10
  11. package/dist-es/commands/CreateForecastExportJobCommand.js +3 -10
  12. package/dist-es/commands/CreateMonitorCommand.js +3 -10
  13. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -10
  14. package/dist-es/commands/CreatePredictorCommand.js +3 -10
  15. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +3 -10
  16. package/dist-es/commands/CreateWhatIfForecastCommand.js +3 -10
  17. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +3 -10
  18. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  19. package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -9
  20. package/dist-es/commands/DeleteDatasetImportJobCommand.js +3 -9
  21. package/dist-es/commands/DeleteExplainabilityCommand.js +3 -9
  22. package/dist-es/commands/DeleteExplainabilityExportCommand.js +3 -9
  23. package/dist-es/commands/DeleteForecastCommand.js +3 -9
  24. package/dist-es/commands/DeleteForecastExportJobCommand.js +3 -9
  25. package/dist-es/commands/DeleteMonitorCommand.js +3 -9
  26. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +3 -9
  27. package/dist-es/commands/DeletePredictorCommand.js +3 -9
  28. package/dist-es/commands/DeleteResourceTreeCommand.js +3 -9
  29. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +3 -9
  30. package/dist-es/commands/DeleteWhatIfForecastCommand.js +3 -9
  31. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +3 -9
  32. package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -9
  33. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  34. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -9
  35. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -9
  36. package/dist-es/commands/DescribeExplainabilityCommand.js +3 -9
  37. package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -9
  38. package/dist-es/commands/DescribeForecastCommand.js +3 -9
  39. package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -9
  40. package/dist-es/commands/DescribeMonitorCommand.js +3 -9
  41. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -9
  42. package/dist-es/commands/DescribePredictorCommand.js +3 -9
  43. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +3 -9
  44. package/dist-es/commands/DescribeWhatIfForecastCommand.js +3 -9
  45. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +3 -9
  46. package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -9
  47. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -9
  48. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -9
  49. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  50. package/dist-es/commands/ListExplainabilitiesCommand.js +3 -9
  51. package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -9
  52. package/dist-es/commands/ListForecastExportJobsCommand.js +3 -9
  53. package/dist-es/commands/ListForecastsCommand.js +3 -9
  54. package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -9
  55. package/dist-es/commands/ListMonitorsCommand.js +3 -9
  56. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -9
  57. package/dist-es/commands/ListPredictorsCommand.js +3 -9
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  59. package/dist-es/commands/ListWhatIfAnalysesCommand.js +3 -9
  60. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +3 -9
  61. package/dist-es/commands/ListWhatIfForecastsCommand.js +3 -9
  62. package/dist-es/commands/ResumeResourceCommand.js +3 -9
  63. package/dist-es/commands/StopResourceCommand.js +3 -9
  64. package/dist-es/commands/TagResourceCommand.js +3 -10
  65. package/dist-es/commands/UntagResourceCommand.js +3 -10
  66. package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -9
  67. package/dist-es/models/models_0.js +0 -74
  68. package/dist-es/runtimeConfig.shared.js +7 -0
  69. package/dist-es/schemas/schemas_0.js +1725 -0
  70. package/dist-types/ForecastClient.d.ts +10 -1
  71. package/dist-types/models/models_0.d.ts +0 -72
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +294 -0
  77. package/dist-types/ts3.4/ForecastClient.d.ts +4 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +0 -52
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
  84. package/package.json +5 -5
  85. package/dist-es/protocols/Aws_json1_1.js +0 -2162
  86. package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
  87. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.