@aws-sdk/client-forecast 3.489.0 → 3.495.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/Forecast.js +1 -137
- package/dist-cjs/ForecastClient.js +1 -43
- package/dist-cjs/commands/CreateAutoPredictorCommand.js +1 -29
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -29
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +1 -29
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +1 -29
- package/dist-cjs/commands/CreateExplainabilityCommand.js +1 -29
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +1 -29
- package/dist-cjs/commands/CreateForecastCommand.js +1 -29
- package/dist-cjs/commands/CreateForecastExportJobCommand.js +1 -29
- package/dist-cjs/commands/CreateMonitorCommand.js +1 -29
- package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +1 -29
- package/dist-cjs/commands/CreatePredictorCommand.js +1 -29
- package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +1 -29
- package/dist-cjs/commands/CreateWhatIfForecastCommand.js +1 -29
- package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +1 -29
- package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +1 -28
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +1 -28
- package/dist-cjs/commands/DeleteForecastCommand.js +1 -28
- package/dist-cjs/commands/DeleteForecastExportJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteMonitorCommand.js +1 -28
- package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +1 -28
- package/dist-cjs/commands/DeletePredictorCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourceTreeCommand.js +1 -28
- package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +1 -28
- package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +1 -28
- package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +1 -28
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +1 -28
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +1 -28
- package/dist-cjs/commands/DescribeForecastCommand.js +1 -28
- package/dist-cjs/commands/DescribeForecastExportJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeMonitorCommand.js +1 -28
- package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +1 -28
- package/dist-cjs/commands/DescribePredictorCommand.js +1 -28
- package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +1 -28
- package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +1 -28
- package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +1 -28
- package/dist-cjs/commands/GetAccuracyMetricsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +1 -28
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +1 -28
- package/dist-cjs/commands/ListForecastExportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListForecastsCommand.js +1 -28
- package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +1 -28
- package/dist-cjs/commands/ListMonitorsCommand.js +1 -28
- package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListPredictorsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +1 -28
- package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +1 -28
- package/dist-cjs/commands/ListWhatIfForecastsCommand.js +1 -28
- package/dist-cjs/commands/ResumeResourceCommand.js +1 -28
- package/dist-cjs/commands/StopResourceCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -66
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5542 -11
- package/dist-cjs/models/ForecastServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -280
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExplainabilitiesPaginator.js +1 -7
- package/dist-cjs/pagination/ListExplainabilityExportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListForecastExportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListForecastsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMonitorEvaluationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMonitorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPredictorBacktestExportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPredictorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWhatIfAnalysesPaginator.js +1 -7
- package/dist-cjs/pagination/ListWhatIfForecastExportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWhatIfForecastsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -18
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3861
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
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.