@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,22 +15,16 @@ export interface CreateWhatIfForecastCommandInput
|
|
|
21
15
|
export interface CreateWhatIfForecastCommandOutput
|
|
22
16
|
extends CreateWhatIfForecastResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateWhatIfForecastCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateWhatIfForecastCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ForecastClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateWhatIfForecastCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateWhatIfForecastCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateWhatIfForecastCommandInput,
|
|
38
|
-
CreateWhatIfForecastCommandOutput
|
|
23
|
+
CreateWhatIfForecastCommandOutput,
|
|
24
|
+
ForecastClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateWhatIfForecastCommand extends CreateWhatIfForecastCommand_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 CreateWhatIfForecastExportCommandInput
|
|
|
21
15
|
export interface CreateWhatIfForecastExportCommandOutput
|
|
22
16
|
extends CreateWhatIfForecastExportResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateWhatIfForecastExportCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateWhatIfForecastExportCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ForecastClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateWhatIfForecastExportCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateWhatIfForecastExportCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateWhatIfForecastExportCommandInput,
|
|
38
|
-
CreateWhatIfForecastExportCommandOutput
|
|
23
|
+
CreateWhatIfForecastExportCommandOutput,
|
|
24
|
+
ForecastClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateWhatIfForecastExportCommand extends CreateWhatIfForecastExportCommand_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 { DeleteDatasetRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
17
11
|
export interface DeleteDatasetCommandOutput 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 DeleteDatasetCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteDatasetCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteDatasetCommandInput,
|
|
17
|
+
DeleteDatasetCommandOutput,
|
|
18
|
+
ForecastClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_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,
|
|
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface DeleteDatasetGroupCommandInput
|
|
17
11
|
extends DeleteDatasetGroupRequest {}
|
|
18
12
|
export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
private serialize;
|
|
33
|
-
private deserialize;
|
|
34
|
-
}
|
|
13
|
+
declare const DeleteDatasetGroupCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteDatasetGroupCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DeleteDatasetGroupCommandInput,
|
|
18
|
+
DeleteDatasetGroupCommandOutput,
|
|
19
|
+
ForecastClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_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,
|
|
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface DeleteDatasetImportJobCommandInput
|
|
17
11
|
extends DeleteDatasetImportJobRequest {}
|
|
18
12
|
export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
> {
|
|
24
|
-
readonly input: DeleteDatasetImportJobCommandInput;
|
|
25
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
-
constructor(input: DeleteDatasetImportJobCommandInput);
|
|
27
|
-
resolveMiddleware(
|
|
28
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
-
configuration: ForecastClientResolvedConfig,
|
|
30
|
-
options?: __HttpHandlerOptions
|
|
31
|
-
): Handler<
|
|
13
|
+
declare const DeleteDatasetImportJobCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteDatasetImportJobCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
17
|
DeleteDatasetImportJobCommandInput,
|
|
33
|
-
DeleteDatasetImportJobCommandOutput
|
|
18
|
+
DeleteDatasetImportJobCommandOutput,
|
|
19
|
+
ForecastClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
34
22
|
>;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class DeleteDatasetImportJobCommand extends DeleteDatasetImportJobCommand_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,
|
|
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface DeleteExplainabilityCommandInput
|
|
17
11
|
extends DeleteExplainabilityRequest {}
|
|
18
12
|
export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
> {
|
|
24
|
-
readonly input: DeleteExplainabilityCommandInput;
|
|
25
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
-
constructor(input: DeleteExplainabilityCommandInput);
|
|
27
|
-
resolveMiddleware(
|
|
28
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
-
configuration: ForecastClientResolvedConfig,
|
|
30
|
-
options?: __HttpHandlerOptions
|
|
31
|
-
): Handler<
|
|
13
|
+
declare const DeleteExplainabilityCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteExplainabilityCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
17
|
DeleteExplainabilityCommandInput,
|
|
33
|
-
DeleteExplainabilityCommandOutput
|
|
18
|
+
DeleteExplainabilityCommandOutput,
|
|
19
|
+
ForecastClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
34
22
|
>;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class DeleteExplainabilityCommand extends DeleteExplainabilityCommand_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,22 +11,16 @@ export interface DeleteExplainabilityExportCommandInput
|
|
|
17
11
|
extends DeleteExplainabilityExportRequest {}
|
|
18
12
|
export interface DeleteExplainabilityExportCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: DeleteExplainabilityExportCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: DeleteExplainabilityExportCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: ForecastClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const DeleteExplainabilityExportCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteExplainabilityExportCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
DeleteExplainabilityExportCommandInput,
|
|
34
|
-
DeleteExplainabilityExportCommandOutput
|
|
19
|
+
DeleteExplainabilityExportCommandOutput,
|
|
20
|
+
ForecastClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteExplainabilityExportCommand extends DeleteExplainabilityExportCommand_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 { DeleteForecastRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeleteForecastCommandInput extends DeleteForecastRequest {}
|
|
17
11
|
export interface DeleteForecastCommandOutput 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 DeleteForecastCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteForecastCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteForecastCommandInput,
|
|
17
|
+
DeleteForecastCommandOutput,
|
|
18
|
+
ForecastClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeleteForecastCommand extends DeleteForecastCommand_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,22 +11,16 @@ export interface DeleteForecastExportJobCommandInput
|
|
|
17
11
|
extends DeleteForecastExportJobRequest {}
|
|
18
12
|
export interface DeleteForecastExportJobCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: DeleteForecastExportJobCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: DeleteForecastExportJobCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: ForecastClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const DeleteForecastExportJobCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteForecastExportJobCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
DeleteForecastExportJobCommandInput,
|
|
34
|
-
DeleteForecastExportJobCommandOutput
|
|
19
|
+
DeleteForecastExportJobCommandOutput,
|
|
20
|
+
ForecastClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteForecastExportJobCommand extends DeleteForecastExportJobCommand_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 { DeleteMonitorRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeleteMonitorCommandInput extends DeleteMonitorRequest {}
|
|
17
11
|
export interface DeleteMonitorCommandOutput 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 DeleteMonitorCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteMonitorCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteMonitorCommandInput,
|
|
17
|
+
DeleteMonitorCommandOutput,
|
|
18
|
+
ForecastClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeleteMonitorCommand extends DeleteMonitorCommand_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,22 +11,16 @@ export interface DeletePredictorBacktestExportJobCommandInput
|
|
|
17
11
|
extends DeletePredictorBacktestExportJobRequest {}
|
|
18
12
|
export interface DeletePredictorBacktestExportJobCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: DeletePredictorBacktestExportJobCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: DeletePredictorBacktestExportJobCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: ForecastClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const DeletePredictorBacktestExportJobCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeletePredictorBacktestExportJobCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
DeletePredictorBacktestExportJobCommandInput,
|
|
34
|
-
DeletePredictorBacktestExportJobCommandOutput
|
|
19
|
+
DeletePredictorBacktestExportJobCommandOutput,
|
|
20
|
+
ForecastClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeletePredictorBacktestExportJobCommand extends DeletePredictorBacktestExportJobCommand_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 { DeletePredictorRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeletePredictorCommandInput extends DeletePredictorRequest {}
|
|
17
11
|
export interface DeletePredictorCommandOutput 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 DeletePredictorCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeletePredictorCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeletePredictorCommandInput,
|
|
17
|
+
DeletePredictorCommandOutput,
|
|
18
|
+
ForecastClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeletePredictorCommand extends DeletePredictorCommand_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,
|
|
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface DeleteResourceTreeCommandInput
|
|
17
11
|
extends DeleteResourceTreeRequest {}
|
|
18
12
|
export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
private serialize;
|
|
33
|
-
private deserialize;
|
|
34
|
-
}
|
|
13
|
+
declare const DeleteResourceTreeCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteResourceTreeCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DeleteResourceTreeCommandInput,
|
|
18
|
+
DeleteResourceTreeCommandOutput,
|
|
19
|
+
ForecastClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class DeleteResourceTreeCommand extends DeleteResourceTreeCommand_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,
|
|
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
|
|
|
16
10
|
export interface DeleteWhatIfAnalysisCommandInput
|
|
17
11
|
extends DeleteWhatIfAnalysisRequest {}
|
|
18
12
|
export interface DeleteWhatIfAnalysisCommandOutput extends __MetadataBearer {}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
> {
|
|
24
|
-
readonly input: DeleteWhatIfAnalysisCommandInput;
|
|
25
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
-
constructor(input: DeleteWhatIfAnalysisCommandInput);
|
|
27
|
-
resolveMiddleware(
|
|
28
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
-
configuration: ForecastClientResolvedConfig,
|
|
30
|
-
options?: __HttpHandlerOptions
|
|
31
|
-
): Handler<
|
|
13
|
+
declare const DeleteWhatIfAnalysisCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteWhatIfAnalysisCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
17
|
DeleteWhatIfAnalysisCommandInput,
|
|
33
|
-
DeleteWhatIfAnalysisCommandOutput
|
|
18
|
+
DeleteWhatIfAnalysisCommandOutput,
|
|
19
|
+
ForecastClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
34
22
|
>;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
|
+
};
|
|
25
|
+
export declare class DeleteWhatIfAnalysisCommand extends DeleteWhatIfAnalysisCommand_base {}
|