@aws-sdk/client-forecast 3.477.0 → 3.481.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/commands/CreateAutoPredictorCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +18 -41
- package/dist-cjs/commands/CreateExplainabilityCommand.js +18 -41
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +18 -41
- package/dist-cjs/commands/CreateForecastCommand.js +18 -41
- package/dist-cjs/commands/CreateForecastExportJobCommand.js +18 -41
- package/dist-cjs/commands/CreateMonitorCommand.js +18 -41
- package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +18 -41
- package/dist-cjs/commands/CreatePredictorCommand.js +18 -41
- package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +18 -41
- package/dist-cjs/commands/CreateWhatIfForecastCommand.js +18 -41
- package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +18 -41
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +18 -41
- package/dist-cjs/commands/DeleteForecastCommand.js +18 -41
- package/dist-cjs/commands/DeleteForecastExportJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteMonitorCommand.js +18 -41
- package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +18 -41
- package/dist-cjs/commands/DeletePredictorCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourceTreeCommand.js +18 -41
- package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +18 -41
- package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +18 -41
- package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +18 -41
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +18 -41
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +18 -41
- package/dist-cjs/commands/DescribeForecastCommand.js +18 -41
- package/dist-cjs/commands/DescribeForecastExportJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeMonitorCommand.js +18 -41
- package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +18 -41
- package/dist-cjs/commands/DescribePredictorCommand.js +18 -41
- package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +18 -41
- package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +18 -41
- package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +18 -41
- package/dist-cjs/commands/GetAccuracyMetricsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +18 -41
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +18 -41
- package/dist-cjs/commands/ListForecastExportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListForecastsCommand.js +18 -41
- package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +18 -41
- package/dist-cjs/commands/ListMonitorsCommand.js +18 -41
- package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListPredictorsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +18 -41
- package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +18 -41
- package/dist-cjs/commands/ListWhatIfForecastsCommand.js +18 -41
- package/dist-cjs/commands/ResumeResourceCommand.js +18 -41
- package/dist-cjs/commands/StopResourceCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDatasetGroupCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListExplainabilitiesPaginator.js +2 -24
- package/dist-cjs/pagination/ListExplainabilityExportsPaginator.js +2 -24
- package/dist-cjs/pagination/ListForecastExportJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListForecastsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMonitorEvaluationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMonitorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPredictorBacktestExportJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPredictorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWhatIfAnalysesPaginator.js +2 -24
- package/dist-cjs/pagination/ListWhatIfForecastExportsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWhatIfForecastsPaginator.js +2 -24
- package/dist-es/commands/CreateAutoPredictorCommand.js +18 -41
- package/dist-es/commands/CreateDatasetCommand.js +18 -41
- package/dist-es/commands/CreateDatasetGroupCommand.js +18 -41
- package/dist-es/commands/CreateDatasetImportJobCommand.js +18 -41
- package/dist-es/commands/CreateExplainabilityCommand.js +18 -41
- package/dist-es/commands/CreateExplainabilityExportCommand.js +18 -41
- package/dist-es/commands/CreateForecastCommand.js +18 -41
- package/dist-es/commands/CreateForecastExportJobCommand.js +18 -41
- package/dist-es/commands/CreateMonitorCommand.js +18 -41
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +18 -41
- package/dist-es/commands/CreatePredictorCommand.js +18 -41
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +18 -41
- package/dist-es/commands/CreateWhatIfForecastCommand.js +18 -41
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetGroupCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +18 -41
- package/dist-es/commands/DeleteExplainabilityCommand.js +18 -41
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +18 -41
- package/dist-es/commands/DeleteForecastCommand.js +18 -41
- package/dist-es/commands/DeleteForecastExportJobCommand.js +18 -41
- package/dist-es/commands/DeleteMonitorCommand.js +18 -41
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +18 -41
- package/dist-es/commands/DeletePredictorCommand.js +18 -41
- package/dist-es/commands/DeleteResourceTreeCommand.js +18 -41
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +18 -41
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +18 -41
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +18 -41
- package/dist-es/commands/DescribeAutoPredictorCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetGroupCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +18 -41
- package/dist-es/commands/DescribeExplainabilityCommand.js +18 -41
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +18 -41
- package/dist-es/commands/DescribeForecastCommand.js +18 -41
- package/dist-es/commands/DescribeForecastExportJobCommand.js +18 -41
- package/dist-es/commands/DescribeMonitorCommand.js +18 -41
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +18 -41
- package/dist-es/commands/DescribePredictorCommand.js +18 -41
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +18 -41
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +18 -41
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +18 -41
- package/dist-es/commands/GetAccuracyMetricsCommand.js +18 -41
- package/dist-es/commands/ListDatasetGroupsCommand.js +18 -41
- package/dist-es/commands/ListDatasetImportJobsCommand.js +18 -41
- package/dist-es/commands/ListDatasetsCommand.js +18 -41
- package/dist-es/commands/ListExplainabilitiesCommand.js +18 -41
- package/dist-es/commands/ListExplainabilityExportsCommand.js +18 -41
- package/dist-es/commands/ListForecastExportJobsCommand.js +18 -41
- package/dist-es/commands/ListForecastsCommand.js +18 -41
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +18 -41
- package/dist-es/commands/ListMonitorsCommand.js +18 -41
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +18 -41
- package/dist-es/commands/ListPredictorsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +18 -41
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +18 -41
- package/dist-es/commands/ListWhatIfForecastsCommand.js +18 -41
- package/dist-es/commands/ResumeResourceCommand.js +18 -41
- package/dist-es/commands/StopResourceCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDatasetGroupCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListDatasetGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetImportJobsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetsPaginator.js +2 -23
- package/dist-es/pagination/ListExplainabilitiesPaginator.js +2 -23
- package/dist-es/pagination/ListExplainabilityExportsPaginator.js +2 -23
- package/dist-es/pagination/ListForecastExportJobsPaginator.js +2 -23
- package/dist-es/pagination/ListForecastsPaginator.js +2 -23
- package/dist-es/pagination/ListMonitorEvaluationsPaginator.js +2 -23
- package/dist-es/pagination/ListMonitorsPaginator.js +2 -23
- package/dist-es/pagination/ListPredictorBacktestExportJobsPaginator.js +2 -23
- package/dist-es/pagination/ListPredictorsPaginator.js +2 -23
- package/dist-es/pagination/ListWhatIfAnalysesPaginator.js +2 -23
- package/dist-es/pagination/ListWhatIfForecastExportsPaginator.js +2 -23
- package/dist-es/pagination/ListWhatIfForecastsPaginator.js +2 -23
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +6 -21
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +6 -21
- package/dist-types/commands/CreateForecastCommand.d.ts +6 -21
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateMonitorCommand.d.ts +6 -21
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreatePredictorCommand.d.ts +6 -21
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +6 -21
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +6 -21
- package/dist-types/commands/DeleteForecastCommand.d.ts +6 -21
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMonitorCommand.d.ts +6 -21
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeletePredictorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +6 -21
- package/dist-types/commands/DescribeForecastCommand.d.ts +6 -21
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMonitorCommand.d.ts +6 -21
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribePredictorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +6 -21
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +6 -21
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListForecastsCommand.d.ts +6 -21
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +6 -21
- package/dist-types/commands/ListMonitorsCommand.d.ts +6 -21
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListPredictorsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +6 -21
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +6 -21
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +6 -21
- package/dist-types/commands/ResumeResourceCommand.d.ts +6 -21
- package/dist-types/commands/StopResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExplainabilitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExplainabilityExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListForecastExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListForecastsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitorEvaluationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPredictorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWhatIfAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWhatIfForecastExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWhatIfForecastsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
|
|
|
21
15
|
export interface ListTagsForResourceCommandOutput
|
|
22
16
|
extends ListTagsForResourceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListTagsForResourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListTagsForResourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListTagsForResourceCommandInput,
|
|
23
|
+
ListTagsForResourceCommandOutput,
|
|
24
|
+
ForecastClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListWhatIfAnalysesCommandInput
|
|
|
21
15
|
export interface ListWhatIfAnalysesCommandOutput
|
|
22
16
|
extends ListWhatIfAnalysesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListWhatIfAnalysesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListWhatIfAnalysesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListWhatIfAnalysesCommandInput,
|
|
23
|
+
ListWhatIfAnalysesCommandOutput,
|
|
24
|
+
ForecastClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListWhatIfAnalysesCommand extends ListWhatIfAnalysesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListWhatIfForecastExportsCommandInput
|
|
|
21
15
|
export interface ListWhatIfForecastExportsCommandOutput
|
|
22
16
|
extends ListWhatIfForecastExportsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListWhatIfForecastExportsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListWhatIfForecastExportsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ForecastClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListWhatIfForecastExportsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListWhatIfForecastExportsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListWhatIfForecastExportsCommandInput,
|
|
38
|
-
ListWhatIfForecastExportsCommandOutput
|
|
23
|
+
ListWhatIfForecastExportsCommandOutput,
|
|
24
|
+
ForecastClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListWhatIfForecastExportsCommand extends ListWhatIfForecastExportsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListWhatIfForecastsCommandInput
|
|
|
21
15
|
export interface ListWhatIfForecastsCommandOutput
|
|
22
16
|
extends ListWhatIfForecastsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListWhatIfForecastsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListWhatIfForecastsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListWhatIfForecastsCommandInput,
|
|
23
|
+
ListWhatIfForecastsCommandOutput,
|
|
24
|
+
ForecastClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListWhatIfForecastsCommand extends ListWhatIfForecastsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,16 @@ import { ResumeResourceRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface ResumeResourceCommandInput extends ResumeResourceRequest {}
|
|
17
11
|
export interface ResumeResourceCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const ResumeResourceCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: ResumeResourceCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
ResumeResourceCommandInput,
|
|
17
|
+
ResumeResourceCommandOutput,
|
|
18
|
+
ForecastClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class ResumeResourceCommand extends ResumeResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,16 @@ import { StopResourceRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface StopResourceCommandInput extends StopResourceRequest {}
|
|
17
11
|
export interface StopResourceCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const StopResourceCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: StopResourceCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
StopResourceCommandInput,
|
|
17
|
+
StopResourceCommandOutput,
|
|
18
|
+
ForecastClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class StopResourceCommand extends StopResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
17
11
|
export interface TagResourceCommandOutput
|
|
18
12
|
extends TagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const TagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: TagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
ForecastClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
20
14
|
export interface UntagResourceCommandOutput
|
|
21
15
|
extends UntagResourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UntagResourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UntagResourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UntagResourceCommandInput,
|
|
22
|
+
UntagResourceCommandOutput,
|
|
23
|
+
ForecastClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ForecastClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface UpdateDatasetGroupCommandInput
|
|
|
21
15
|
export interface UpdateDatasetGroupCommandOutput
|
|
22
16
|
extends UpdateDatasetGroupResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const UpdateDatasetGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateDatasetGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateDatasetGroupCommandInput,
|
|
23
|
+
UpdateDatasetGroupCommandOutput,
|
|
24
|
+
ForecastClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateDatasetGroupCommand extends UpdateDatasetGroupCommand_base {}
|
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListDatasetGroupsCommandOutput,
|
|
5
5
|
} from "../commands/ListDatasetGroupsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDatasetGroups: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListDatasetGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDatasetGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListDatasetImportJobsCommandOutput,
|
|
5
5
|
} from "../commands/ListDatasetImportJobsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDatasetImportJobs: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListDatasetImportJobsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDatasetImportJobsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListDatasetsCommandOutput,
|
|
5
5
|
} from "../commands/ListDatasetsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDatasets: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListDatasetsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDatasetsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListExplainabilitiesCommandOutput,
|
|
5
5
|
} from "../commands/ListExplainabilitiesCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListExplainabilities: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListExplainabilitiesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListExplainabilitiesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListExplainabilityExportsCommandOutput,
|
|
5
5
|
} from "../commands/ListExplainabilityExportsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListExplainabilityExports: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListExplainabilityExportsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListExplainabilityExportsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListForecastExportJobsCommandOutput,
|
|
5
5
|
} from "../commands/ListForecastExportJobsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListForecastExportJobs: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListForecastExportJobsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListForecastExportJobsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListForecastsCommandOutput,
|
|
5
5
|
} from "../commands/ListForecastsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListForecasts: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListForecastsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListForecastsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListMonitorEvaluationsCommandOutput,
|
|
5
5
|
} from "../commands/ListMonitorEvaluationsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMonitorEvaluations: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListMonitorEvaluationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMonitorEvaluationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListMonitorsCommandOutput,
|
|
5
5
|
} from "../commands/ListMonitorsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMonitors: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListMonitorsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMonitorsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPredictorBacktestExportJobsCommandOutput,
|
|
5
5
|
} from "../commands/ListPredictorBacktestExportJobsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPredictorBacktestExportJobs: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListPredictorBacktestExportJobsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPredictorBacktestExportJobsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPredictorsCommandOutput,
|
|
5
5
|
} from "../commands/ListPredictorsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPredictors: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListPredictorsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPredictorsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListWhatIfAnalysesCommandOutput,
|
|
5
5
|
} from "../commands/ListWhatIfAnalysesCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListWhatIfAnalyses: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListWhatIfAnalysesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListWhatIfAnalysesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListWhatIfForecastExportsCommandOutput,
|
|
5
5
|
} from "../commands/ListWhatIfForecastExportsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListWhatIfForecastExports: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListWhatIfForecastExportsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListWhatIfForecastExportsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListWhatIfForecastsCommandOutput,
|
|
5
5
|
} from "../commands/ListWhatIfForecastsCommand";
|
|
6
6
|
import { ForecastPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListWhatIfForecasts: (
|
|
8
8
|
config: ForecastPaginationConfiguration,
|
|
9
9
|
input: ListWhatIfForecastsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListWhatIfForecastsCommandOutput>;
|