@aws-sdk/client-forecast 3.168.0 → 3.170.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 (94) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Forecast.d.ts +1144 -320
  3. package/dist-types/ts3.4/ForecastClient.d.ts +507 -136
  4. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
  20. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +38 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/ForecastServiceException.d.ts +8 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2296 -2137
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  74. package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  94. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-forecast
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-forecast
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-forecast