@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
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeMonitorCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "DescribeMonitorCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "DescribeMonitor",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeMonitorCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeMonitorCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeMonitorCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "DescribeMonitor", {})
|
|
22
|
+
.n("ForecastClient", "DescribeMonitorCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeMonitorCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeMonitorCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeMonitorCommand = DescribeMonitorCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribePredictorBacktestExportJobCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "DescribePredictorBacktestExportJobCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "DescribePredictorBacktestExportJob",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribePredictorBacktestExportJobCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribePredictorBacktestExportJobCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribePredictorBacktestExportJobCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "DescribePredictorBacktestExportJob", {})
|
|
22
|
+
.n("ForecastClient", "DescribePredictorBacktestExportJobCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribePredictorBacktestExportJobCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribePredictorBacktestExportJobCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribePredictorBacktestExportJobCommand = DescribePredictorBacktestExportJobCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribePredictorCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "DescribePredictorCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "DescribePredictor",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribePredictorCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribePredictorCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribePredictorCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "DescribePredictor", {})
|
|
22
|
+
.n("ForecastClient", "DescribePredictorCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribePredictorCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribePredictorCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribePredictorCommand = DescribePredictorCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeWhatIfAnalysisCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "DescribeWhatIfAnalysisCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "DescribeWhatIfAnalysis",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeWhatIfAnalysisCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeWhatIfAnalysisCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeWhatIfAnalysisCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "DescribeWhatIfAnalysis", {})
|
|
22
|
+
.n("ForecastClient", "DescribeWhatIfAnalysisCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeWhatIfAnalysisCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeWhatIfAnalysisCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeWhatIfAnalysisCommand = DescribeWhatIfAnalysisCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeWhatIfForecastCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "DescribeWhatIfForecastCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "DescribeWhatIfForecast",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeWhatIfForecastCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeWhatIfForecastCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeWhatIfForecastCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "DescribeWhatIfForecast", {})
|
|
22
|
+
.n("ForecastClient", "DescribeWhatIfForecastCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeWhatIfForecastCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeWhatIfForecastCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeWhatIfForecastCommand = DescribeWhatIfForecastCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeWhatIfForecastExportCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "DescribeWhatIfForecastExportCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "DescribeWhatIfForecastExport",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeWhatIfForecastExportCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeWhatIfForecastExportCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeWhatIfForecastExportCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "DescribeWhatIfForecastExport", {})
|
|
22
|
+
.n("ForecastClient", "DescribeWhatIfForecastExportCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeWhatIfForecastExportCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeWhatIfForecastExportCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeWhatIfForecastExportCommand = DescribeWhatIfForecastExportCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetAccuracyMetricsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "GetAccuracyMetricsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "GetAccuracyMetrics",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetAccuracyMetricsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetAccuracyMetricsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetAccuracyMetricsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "GetAccuracyMetrics", {})
|
|
22
|
+
.n("ForecastClient", "GetAccuracyMetricsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetAccuracyMetricsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetAccuracyMetricsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetAccuracyMetricsCommand = GetAccuracyMetricsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListDatasetGroupsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "ListDatasetGroupsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "ListDatasetGroups",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListDatasetGroupsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListDatasetGroupsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListDatasetGroupsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "ListDatasetGroups", {})
|
|
22
|
+
.n("ForecastClient", "ListDatasetGroupsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListDatasetGroupsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListDatasetGroupsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListDatasetGroupsCommand = ListDatasetGroupsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListDatasetImportJobsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ForecastClient";
|
|
29
|
-
const commandName = "ListDatasetImportJobsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonForecast",
|
|
38
|
-
operation: "ListDatasetImportJobs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListDatasetImportJobsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListDatasetImportJobsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListDatasetImportJobsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonForecast", "ListDatasetImportJobs", {})
|
|
22
|
+
.n("ForecastClient", "ListDatasetImportJobsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListDatasetImportJobsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListDatasetImportJobsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListDatasetImportJobsCommand = ListDatasetImportJobsCommand;
|