@aws-sdk/client-forecast 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Forecast.d.ts +1144 -320
  3. package/dist-types/ts3.4/ForecastClient.d.ts +507 -136
  4. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
  20. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +38 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/ForecastServiceException.d.ts +8 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2296 -2137
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  74. package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  94. package/package.json +34 -34
@@ -1,191 +1,761 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "../commands/CreateAutoPredictorCommand";
4
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
5
- import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "../commands/CreateDatasetGroupCommand";
6
- import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "../commands/CreateDatasetImportJobCommand";
7
- import { CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput } from "../commands/CreateExplainabilityCommand";
8
- import { CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput } from "../commands/CreateExplainabilityExportCommand";
9
- import { CreateForecastCommandInput, CreateForecastCommandOutput } from "../commands/CreateForecastCommand";
10
- import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput } from "../commands/CreateForecastExportJobCommand";
11
- import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "../commands/CreateMonitorCommand";
12
- import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "../commands/CreatePredictorBacktestExportJobCommand";
13
- import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "../commands/CreatePredictorCommand";
14
- import { CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput } from "../commands/CreateWhatIfAnalysisCommand";
15
- import { CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput } from "../commands/CreateWhatIfForecastCommand";
16
- import { CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput } from "../commands/CreateWhatIfForecastExportCommand";
17
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
18
- import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "../commands/DeleteDatasetGroupCommand";
19
- import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "../commands/DeleteDatasetImportJobCommand";
20
- import { DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput } from "../commands/DeleteExplainabilityCommand";
21
- import { DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput } from "../commands/DeleteExplainabilityExportCommand";
22
- import { DeleteForecastCommandInput, DeleteForecastCommandOutput } from "../commands/DeleteForecastCommand";
23
- import { DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput } from "../commands/DeleteForecastExportJobCommand";
24
- import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "../commands/DeleteMonitorCommand";
25
- import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "../commands/DeletePredictorBacktestExportJobCommand";
26
- import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "../commands/DeletePredictorCommand";
27
- import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "../commands/DeleteResourceTreeCommand";
28
- import { DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput } from "../commands/DeleteWhatIfAnalysisCommand";
29
- import { DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput } from "../commands/DeleteWhatIfForecastCommand";
30
- import { DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput } from "../commands/DeleteWhatIfForecastExportCommand";
31
- import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "../commands/DescribeAutoPredictorCommand";
32
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
33
- import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "../commands/DescribeDatasetGroupCommand";
34
- import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "../commands/DescribeDatasetImportJobCommand";
35
- import { DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput } from "../commands/DescribeExplainabilityCommand";
36
- import { DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput } from "../commands/DescribeExplainabilityExportCommand";
37
- import { DescribeForecastCommandInput, DescribeForecastCommandOutput } from "../commands/DescribeForecastCommand";
38
- import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput } from "../commands/DescribeForecastExportJobCommand";
39
- import { DescribeMonitorCommandInput, DescribeMonitorCommandOutput } from "../commands/DescribeMonitorCommand";
40
- import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "../commands/DescribePredictorBacktestExportJobCommand";
41
- import { DescribePredictorCommandInput, DescribePredictorCommandOutput } from "../commands/DescribePredictorCommand";
42
- import { DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput } from "../commands/DescribeWhatIfAnalysisCommand";
43
- import { DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput } from "../commands/DescribeWhatIfForecastCommand";
44
- import { DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput } from "../commands/DescribeWhatIfForecastExportCommand";
45
- import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from "../commands/GetAccuracyMetricsCommand";
46
- import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
47
- import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
48
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
49
- import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } from "../commands/ListExplainabilitiesCommand";
50
- import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "../commands/ListExplainabilityExportsCommand";
51
- import { ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput } from "../commands/ListForecastExportJobsCommand";
52
- import { ListForecastsCommandInput, ListForecastsCommandOutput } from "../commands/ListForecastsCommand";
53
- import { ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput } from "../commands/ListMonitorEvaluationsCommand";
54
- import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands/ListMonitorsCommand";
55
- import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "../commands/ListPredictorBacktestExportJobsCommand";
56
- import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "../commands/ListPredictorsCommand";
57
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
58
- import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "../commands/ListWhatIfAnalysesCommand";
59
- import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "../commands/ListWhatIfForecastExportsCommand";
60
- import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "../commands/ListWhatIfForecastsCommand";
61
- import { ResumeResourceCommandInput, ResumeResourceCommandOutput } from "../commands/ResumeResourceCommand";
62
- import { StopResourceCommandInput, StopResourceCommandOutput } from "../commands/StopResourceCommand";
63
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
64
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
65
- import { UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput } from "../commands/UpdateDatasetGroupCommand";
66
- export declare const serializeAws_json1_1CreateAutoPredictorCommand: (input: CreateAutoPredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1CreateDatasetGroupCommand: (input: CreateDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1CreateDatasetImportJobCommand: (input: CreateDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1CreateExplainabilityCommand: (input: CreateExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1CreateExplainabilityExportCommand: (input: CreateExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1CreateForecastCommand: (input: CreateForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1CreateForecastExportJobCommand: (input: CreateForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1CreateMonitorCommand: (input: CreateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1CreatePredictorCommand: (input: CreatePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1CreatePredictorBacktestExportJobCommand: (input: CreatePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1CreateWhatIfAnalysisCommand: (input: CreateWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1CreateWhatIfForecastCommand: (input: CreateWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1CreateWhatIfForecastExportCommand: (input: CreateWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (input: DeleteDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1DeleteDatasetImportJobCommand: (input: DeleteDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1DeleteExplainabilityCommand: (input: DeleteExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1DeleteExplainabilityExportCommand: (input: DeleteExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1DeleteForecastCommand: (input: DeleteForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1DeleteForecastExportJobCommand: (input: DeleteForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1DeleteMonitorCommand: (input: DeleteMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1DeletePredictorCommand: (input: DeletePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1DeletePredictorBacktestExportJobCommand: (input: DeletePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1DeleteResourceTreeCommand: (input: DeleteResourceTreeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1DeleteWhatIfAnalysisCommand: (input: DeleteWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1DeleteWhatIfForecastCommand: (input: DeleteWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1DeleteWhatIfForecastExportCommand: (input: DeleteWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DescribeAutoPredictorCommand: (input: DescribeAutoPredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (input: DescribeDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1DescribeDatasetImportJobCommand: (input: DescribeDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1DescribeExplainabilityCommand: (input: DescribeExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1DescribeExplainabilityExportCommand: (input: DescribeExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1DescribeForecastCommand: (input: DescribeForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1DescribeForecastExportJobCommand: (input: DescribeForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DescribeMonitorCommand: (input: DescribeMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1DescribePredictorCommand: (input: DescribePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1DescribePredictorBacktestExportJobCommand: (input: DescribePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1DescribeWhatIfAnalysisCommand: (input: DescribeWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1DescribeWhatIfForecastCommand: (input: DescribeWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1DescribeWhatIfForecastExportCommand: (input: DescribeWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1GetAccuracyMetricsCommand: (input: GetAccuracyMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1ListDatasetGroupsCommand: (input: ListDatasetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (input: ListDatasetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1ListExplainabilitiesCommand: (input: ListExplainabilitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1ListExplainabilityExportsCommand: (input: ListExplainabilityExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1ListForecastExportJobsCommand: (input: ListForecastExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1ListForecastsCommand: (input: ListForecastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1ListMonitorEvaluationsCommand: (input: ListMonitorEvaluationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1ListMonitorsCommand: (input: ListMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1ListPredictorBacktestExportJobsCommand: (input: ListPredictorBacktestExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1ListPredictorsCommand: (input: ListPredictorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1ListWhatIfAnalysesCommand: (input: ListWhatIfAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1ListWhatIfForecastExportsCommand: (input: ListWhatIfForecastExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1ListWhatIfForecastsCommand: (input: ListWhatIfForecastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1ResumeResourceCommand: (input: ResumeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1StopResourceCommand: (input: StopResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1UpdateDatasetGroupCommand: (input: UpdateDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const deserializeAws_json1_1CreateAutoPredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoPredictorCommandOutput>;
130
- export declare const deserializeAws_json1_1CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
131
- export declare const deserializeAws_json1_1CreateDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetGroupCommandOutput>;
132
- export declare const deserializeAws_json1_1CreateDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetImportJobCommandOutput>;
133
- export declare const deserializeAws_json1_1CreateExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExplainabilityCommandOutput>;
134
- export declare const deserializeAws_json1_1CreateExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExplainabilityExportCommandOutput>;
135
- export declare const deserializeAws_json1_1CreateForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateForecastCommandOutput>;
136
- export declare const deserializeAws_json1_1CreateForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateForecastExportJobCommandOutput>;
137
- export declare const deserializeAws_json1_1CreateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitorCommandOutput>;
138
- export declare const deserializeAws_json1_1CreatePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorCommandOutput>;
139
- export declare const deserializeAws_json1_1CreatePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
140
- export declare const deserializeAws_json1_1CreateWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfAnalysisCommandOutput>;
141
- export declare const deserializeAws_json1_1CreateWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfForecastCommandOutput>;
142
- export declare const deserializeAws_json1_1CreateWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfForecastExportCommandOutput>;
143
- export declare const deserializeAws_json1_1DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
144
- export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetGroupCommandOutput>;
145
- export declare const deserializeAws_json1_1DeleteDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetImportJobCommandOutput>;
146
- export declare const deserializeAws_json1_1DeleteExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExplainabilityCommandOutput>;
147
- export declare const deserializeAws_json1_1DeleteExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExplainabilityExportCommandOutput>;
148
- export declare const deserializeAws_json1_1DeleteForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteForecastCommandOutput>;
149
- export declare const deserializeAws_json1_1DeleteForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteForecastExportJobCommandOutput>;
150
- export declare const deserializeAws_json1_1DeleteMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMonitorCommandOutput>;
151
- export declare const deserializeAws_json1_1DeletePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorCommandOutput>;
152
- export declare const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
153
- export declare const deserializeAws_json1_1DeleteResourceTreeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceTreeCommandOutput>;
154
- export declare const deserializeAws_json1_1DeleteWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfAnalysisCommandOutput>;
155
- export declare const deserializeAws_json1_1DeleteWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfForecastCommandOutput>;
156
- export declare const deserializeAws_json1_1DeleteWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfForecastExportCommandOutput>;
157
- export declare const deserializeAws_json1_1DescribeAutoPredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoPredictorCommandOutput>;
158
- export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
159
- export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetGroupCommandOutput>;
160
- export declare const deserializeAws_json1_1DescribeDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetImportJobCommandOutput>;
161
- export declare const deserializeAws_json1_1DescribeExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExplainabilityCommandOutput>;
162
- export declare const deserializeAws_json1_1DescribeExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExplainabilityExportCommandOutput>;
163
- export declare const deserializeAws_json1_1DescribeForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeForecastCommandOutput>;
164
- export declare const deserializeAws_json1_1DescribeForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeForecastExportJobCommandOutput>;
165
- export declare const deserializeAws_json1_1DescribeMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMonitorCommandOutput>;
166
- export declare const deserializeAws_json1_1DescribePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorCommandOutput>;
167
- export declare const deserializeAws_json1_1DescribePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
168
- export declare const deserializeAws_json1_1DescribeWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfAnalysisCommandOutput>;
169
- export declare const deserializeAws_json1_1DescribeWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfForecastCommandOutput>;
170
- export declare const deserializeAws_json1_1DescribeWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfForecastExportCommandOutput>;
171
- export declare const deserializeAws_json1_1GetAccuracyMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccuracyMetricsCommandOutput>;
172
- export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetGroupsCommandOutput>;
173
- export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetImportJobsCommandOutput>;
174
- export declare const deserializeAws_json1_1ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
175
- export declare const deserializeAws_json1_1ListExplainabilitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExplainabilitiesCommandOutput>;
176
- export declare const deserializeAws_json1_1ListExplainabilityExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExplainabilityExportsCommandOutput>;
177
- export declare const deserializeAws_json1_1ListForecastExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListForecastExportJobsCommandOutput>;
178
- export declare const deserializeAws_json1_1ListForecastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListForecastsCommandOutput>;
179
- export declare const deserializeAws_json1_1ListMonitorEvaluationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorEvaluationsCommandOutput>;
180
- export declare const deserializeAws_json1_1ListMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorsCommandOutput>;
181
- export declare const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
182
- export declare const deserializeAws_json1_1ListPredictorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorsCommandOutput>;
183
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
184
- export declare const deserializeAws_json1_1ListWhatIfAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfAnalysesCommandOutput>;
185
- export declare const deserializeAws_json1_1ListWhatIfForecastExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfForecastExportsCommandOutput>;
186
- export declare const deserializeAws_json1_1ListWhatIfForecastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfForecastsCommandOutput>;
187
- export declare const deserializeAws_json1_1ResumeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeResourceCommandOutput>;
188
- export declare const deserializeAws_json1_1StopResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopResourceCommandOutput>;
189
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
190
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
191
- export declare const deserializeAws_json1_1UpdateDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasetGroupCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateAutoPredictorCommandInput,
8
+ CreateAutoPredictorCommandOutput,
9
+ } from "../commands/CreateAutoPredictorCommand";
10
+ import {
11
+ CreateDatasetCommandInput,
12
+ CreateDatasetCommandOutput,
13
+ } from "../commands/CreateDatasetCommand";
14
+ import {
15
+ CreateDatasetGroupCommandInput,
16
+ CreateDatasetGroupCommandOutput,
17
+ } from "../commands/CreateDatasetGroupCommand";
18
+ import {
19
+ CreateDatasetImportJobCommandInput,
20
+ CreateDatasetImportJobCommandOutput,
21
+ } from "../commands/CreateDatasetImportJobCommand";
22
+ import {
23
+ CreateExplainabilityCommandInput,
24
+ CreateExplainabilityCommandOutput,
25
+ } from "../commands/CreateExplainabilityCommand";
26
+ import {
27
+ CreateExplainabilityExportCommandInput,
28
+ CreateExplainabilityExportCommandOutput,
29
+ } from "../commands/CreateExplainabilityExportCommand";
30
+ import {
31
+ CreateForecastCommandInput,
32
+ CreateForecastCommandOutput,
33
+ } from "../commands/CreateForecastCommand";
34
+ import {
35
+ CreateForecastExportJobCommandInput,
36
+ CreateForecastExportJobCommandOutput,
37
+ } from "../commands/CreateForecastExportJobCommand";
38
+ import {
39
+ CreateMonitorCommandInput,
40
+ CreateMonitorCommandOutput,
41
+ } from "../commands/CreateMonitorCommand";
42
+ import {
43
+ CreatePredictorBacktestExportJobCommandInput,
44
+ CreatePredictorBacktestExportJobCommandOutput,
45
+ } from "../commands/CreatePredictorBacktestExportJobCommand";
46
+ import {
47
+ CreatePredictorCommandInput,
48
+ CreatePredictorCommandOutput,
49
+ } from "../commands/CreatePredictorCommand";
50
+ import {
51
+ CreateWhatIfAnalysisCommandInput,
52
+ CreateWhatIfAnalysisCommandOutput,
53
+ } from "../commands/CreateWhatIfAnalysisCommand";
54
+ import {
55
+ CreateWhatIfForecastCommandInput,
56
+ CreateWhatIfForecastCommandOutput,
57
+ } from "../commands/CreateWhatIfForecastCommand";
58
+ import {
59
+ CreateWhatIfForecastExportCommandInput,
60
+ CreateWhatIfForecastExportCommandOutput,
61
+ } from "../commands/CreateWhatIfForecastExportCommand";
62
+ import {
63
+ DeleteDatasetCommandInput,
64
+ DeleteDatasetCommandOutput,
65
+ } from "../commands/DeleteDatasetCommand";
66
+ import {
67
+ DeleteDatasetGroupCommandInput,
68
+ DeleteDatasetGroupCommandOutput,
69
+ } from "../commands/DeleteDatasetGroupCommand";
70
+ import {
71
+ DeleteDatasetImportJobCommandInput,
72
+ DeleteDatasetImportJobCommandOutput,
73
+ } from "../commands/DeleteDatasetImportJobCommand";
74
+ import {
75
+ DeleteExplainabilityCommandInput,
76
+ DeleteExplainabilityCommandOutput,
77
+ } from "../commands/DeleteExplainabilityCommand";
78
+ import {
79
+ DeleteExplainabilityExportCommandInput,
80
+ DeleteExplainabilityExportCommandOutput,
81
+ } from "../commands/DeleteExplainabilityExportCommand";
82
+ import {
83
+ DeleteForecastCommandInput,
84
+ DeleteForecastCommandOutput,
85
+ } from "../commands/DeleteForecastCommand";
86
+ import {
87
+ DeleteForecastExportJobCommandInput,
88
+ DeleteForecastExportJobCommandOutput,
89
+ } from "../commands/DeleteForecastExportJobCommand";
90
+ import {
91
+ DeleteMonitorCommandInput,
92
+ DeleteMonitorCommandOutput,
93
+ } from "../commands/DeleteMonitorCommand";
94
+ import {
95
+ DeletePredictorBacktestExportJobCommandInput,
96
+ DeletePredictorBacktestExportJobCommandOutput,
97
+ } from "../commands/DeletePredictorBacktestExportJobCommand";
98
+ import {
99
+ DeletePredictorCommandInput,
100
+ DeletePredictorCommandOutput,
101
+ } from "../commands/DeletePredictorCommand";
102
+ import {
103
+ DeleteResourceTreeCommandInput,
104
+ DeleteResourceTreeCommandOutput,
105
+ } from "../commands/DeleteResourceTreeCommand";
106
+ import {
107
+ DeleteWhatIfAnalysisCommandInput,
108
+ DeleteWhatIfAnalysisCommandOutput,
109
+ } from "../commands/DeleteWhatIfAnalysisCommand";
110
+ import {
111
+ DeleteWhatIfForecastCommandInput,
112
+ DeleteWhatIfForecastCommandOutput,
113
+ } from "../commands/DeleteWhatIfForecastCommand";
114
+ import {
115
+ DeleteWhatIfForecastExportCommandInput,
116
+ DeleteWhatIfForecastExportCommandOutput,
117
+ } from "../commands/DeleteWhatIfForecastExportCommand";
118
+ import {
119
+ DescribeAutoPredictorCommandInput,
120
+ DescribeAutoPredictorCommandOutput,
121
+ } from "../commands/DescribeAutoPredictorCommand";
122
+ import {
123
+ DescribeDatasetCommandInput,
124
+ DescribeDatasetCommandOutput,
125
+ } from "../commands/DescribeDatasetCommand";
126
+ import {
127
+ DescribeDatasetGroupCommandInput,
128
+ DescribeDatasetGroupCommandOutput,
129
+ } from "../commands/DescribeDatasetGroupCommand";
130
+ import {
131
+ DescribeDatasetImportJobCommandInput,
132
+ DescribeDatasetImportJobCommandOutput,
133
+ } from "../commands/DescribeDatasetImportJobCommand";
134
+ import {
135
+ DescribeExplainabilityCommandInput,
136
+ DescribeExplainabilityCommandOutput,
137
+ } from "../commands/DescribeExplainabilityCommand";
138
+ import {
139
+ DescribeExplainabilityExportCommandInput,
140
+ DescribeExplainabilityExportCommandOutput,
141
+ } from "../commands/DescribeExplainabilityExportCommand";
142
+ import {
143
+ DescribeForecastCommandInput,
144
+ DescribeForecastCommandOutput,
145
+ } from "../commands/DescribeForecastCommand";
146
+ import {
147
+ DescribeForecastExportJobCommandInput,
148
+ DescribeForecastExportJobCommandOutput,
149
+ } from "../commands/DescribeForecastExportJobCommand";
150
+ import {
151
+ DescribeMonitorCommandInput,
152
+ DescribeMonitorCommandOutput,
153
+ } from "../commands/DescribeMonitorCommand";
154
+ import {
155
+ DescribePredictorBacktestExportJobCommandInput,
156
+ DescribePredictorBacktestExportJobCommandOutput,
157
+ } from "../commands/DescribePredictorBacktestExportJobCommand";
158
+ import {
159
+ DescribePredictorCommandInput,
160
+ DescribePredictorCommandOutput,
161
+ } from "../commands/DescribePredictorCommand";
162
+ import {
163
+ DescribeWhatIfAnalysisCommandInput,
164
+ DescribeWhatIfAnalysisCommandOutput,
165
+ } from "../commands/DescribeWhatIfAnalysisCommand";
166
+ import {
167
+ DescribeWhatIfForecastCommandInput,
168
+ DescribeWhatIfForecastCommandOutput,
169
+ } from "../commands/DescribeWhatIfForecastCommand";
170
+ import {
171
+ DescribeWhatIfForecastExportCommandInput,
172
+ DescribeWhatIfForecastExportCommandOutput,
173
+ } from "../commands/DescribeWhatIfForecastExportCommand";
174
+ import {
175
+ GetAccuracyMetricsCommandInput,
176
+ GetAccuracyMetricsCommandOutput,
177
+ } from "../commands/GetAccuracyMetricsCommand";
178
+ import {
179
+ ListDatasetGroupsCommandInput,
180
+ ListDatasetGroupsCommandOutput,
181
+ } from "../commands/ListDatasetGroupsCommand";
182
+ import {
183
+ ListDatasetImportJobsCommandInput,
184
+ ListDatasetImportJobsCommandOutput,
185
+ } from "../commands/ListDatasetImportJobsCommand";
186
+ import {
187
+ ListDatasetsCommandInput,
188
+ ListDatasetsCommandOutput,
189
+ } from "../commands/ListDatasetsCommand";
190
+ import {
191
+ ListExplainabilitiesCommandInput,
192
+ ListExplainabilitiesCommandOutput,
193
+ } from "../commands/ListExplainabilitiesCommand";
194
+ import {
195
+ ListExplainabilityExportsCommandInput,
196
+ ListExplainabilityExportsCommandOutput,
197
+ } from "../commands/ListExplainabilityExportsCommand";
198
+ import {
199
+ ListForecastExportJobsCommandInput,
200
+ ListForecastExportJobsCommandOutput,
201
+ } from "../commands/ListForecastExportJobsCommand";
202
+ import {
203
+ ListForecastsCommandInput,
204
+ ListForecastsCommandOutput,
205
+ } from "../commands/ListForecastsCommand";
206
+ import {
207
+ ListMonitorEvaluationsCommandInput,
208
+ ListMonitorEvaluationsCommandOutput,
209
+ } from "../commands/ListMonitorEvaluationsCommand";
210
+ import {
211
+ ListMonitorsCommandInput,
212
+ ListMonitorsCommandOutput,
213
+ } from "../commands/ListMonitorsCommand";
214
+ import {
215
+ ListPredictorBacktestExportJobsCommandInput,
216
+ ListPredictorBacktestExportJobsCommandOutput,
217
+ } from "../commands/ListPredictorBacktestExportJobsCommand";
218
+ import {
219
+ ListPredictorsCommandInput,
220
+ ListPredictorsCommandOutput,
221
+ } from "../commands/ListPredictorsCommand";
222
+ import {
223
+ ListTagsForResourceCommandInput,
224
+ ListTagsForResourceCommandOutput,
225
+ } from "../commands/ListTagsForResourceCommand";
226
+ import {
227
+ ListWhatIfAnalysesCommandInput,
228
+ ListWhatIfAnalysesCommandOutput,
229
+ } from "../commands/ListWhatIfAnalysesCommand";
230
+ import {
231
+ ListWhatIfForecastExportsCommandInput,
232
+ ListWhatIfForecastExportsCommandOutput,
233
+ } from "../commands/ListWhatIfForecastExportsCommand";
234
+ import {
235
+ ListWhatIfForecastsCommandInput,
236
+ ListWhatIfForecastsCommandOutput,
237
+ } from "../commands/ListWhatIfForecastsCommand";
238
+ import {
239
+ ResumeResourceCommandInput,
240
+ ResumeResourceCommandOutput,
241
+ } from "../commands/ResumeResourceCommand";
242
+ import {
243
+ StopResourceCommandInput,
244
+ StopResourceCommandOutput,
245
+ } from "../commands/StopResourceCommand";
246
+ import {
247
+ TagResourceCommandInput,
248
+ TagResourceCommandOutput,
249
+ } from "../commands/TagResourceCommand";
250
+ import {
251
+ UntagResourceCommandInput,
252
+ UntagResourceCommandOutput,
253
+ } from "../commands/UntagResourceCommand";
254
+ import {
255
+ UpdateDatasetGroupCommandInput,
256
+ UpdateDatasetGroupCommandOutput,
257
+ } from "../commands/UpdateDatasetGroupCommand";
258
+ export declare const serializeAws_json1_1CreateAutoPredictorCommand: (
259
+ input: CreateAutoPredictorCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1CreateDatasetCommand: (
263
+ input: CreateDatasetCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1CreateDatasetGroupCommand: (
267
+ input: CreateDatasetGroupCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1CreateDatasetImportJobCommand: (
271
+ input: CreateDatasetImportJobCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1CreateExplainabilityCommand: (
275
+ input: CreateExplainabilityCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1CreateExplainabilityExportCommand: (
279
+ input: CreateExplainabilityExportCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1CreateForecastCommand: (
283
+ input: CreateForecastCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1CreateForecastExportJobCommand: (
287
+ input: CreateForecastExportJobCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1CreateMonitorCommand: (
291
+ input: CreateMonitorCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1CreatePredictorCommand: (
295
+ input: CreatePredictorCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1CreatePredictorBacktestExportJobCommand: (
299
+ input: CreatePredictorBacktestExportJobCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1CreateWhatIfAnalysisCommand: (
303
+ input: CreateWhatIfAnalysisCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1CreateWhatIfForecastCommand: (
307
+ input: CreateWhatIfForecastCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1CreateWhatIfForecastExportCommand: (
311
+ input: CreateWhatIfForecastExportCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1DeleteDatasetCommand: (
315
+ input: DeleteDatasetCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (
319
+ input: DeleteDatasetGroupCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1DeleteDatasetImportJobCommand: (
323
+ input: DeleteDatasetImportJobCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1DeleteExplainabilityCommand: (
327
+ input: DeleteExplainabilityCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1DeleteExplainabilityExportCommand: (
331
+ input: DeleteExplainabilityExportCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1DeleteForecastCommand: (
335
+ input: DeleteForecastCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1DeleteForecastExportJobCommand: (
339
+ input: DeleteForecastExportJobCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1DeleteMonitorCommand: (
343
+ input: DeleteMonitorCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1DeletePredictorCommand: (
347
+ input: DeletePredictorCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1DeletePredictorBacktestExportJobCommand: (
351
+ input: DeletePredictorBacktestExportJobCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1DeleteResourceTreeCommand: (
355
+ input: DeleteResourceTreeCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1DeleteWhatIfAnalysisCommand: (
359
+ input: DeleteWhatIfAnalysisCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1DeleteWhatIfForecastCommand: (
363
+ input: DeleteWhatIfForecastCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1DeleteWhatIfForecastExportCommand: (
367
+ input: DeleteWhatIfForecastExportCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1DescribeAutoPredictorCommand: (
371
+ input: DescribeAutoPredictorCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1DescribeDatasetCommand: (
375
+ input: DescribeDatasetCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (
379
+ input: DescribeDatasetGroupCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1DescribeDatasetImportJobCommand: (
383
+ input: DescribeDatasetImportJobCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1DescribeExplainabilityCommand: (
387
+ input: DescribeExplainabilityCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1DescribeExplainabilityExportCommand: (
391
+ input: DescribeExplainabilityExportCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1DescribeForecastCommand: (
395
+ input: DescribeForecastCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1DescribeForecastExportJobCommand: (
399
+ input: DescribeForecastExportJobCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1DescribeMonitorCommand: (
403
+ input: DescribeMonitorCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1DescribePredictorCommand: (
407
+ input: DescribePredictorCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1DescribePredictorBacktestExportJobCommand: (
411
+ input: DescribePredictorBacktestExportJobCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1DescribeWhatIfAnalysisCommand: (
415
+ input: DescribeWhatIfAnalysisCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1DescribeWhatIfForecastCommand: (
419
+ input: DescribeWhatIfForecastCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1DescribeWhatIfForecastExportCommand: (
423
+ input: DescribeWhatIfForecastExportCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1GetAccuracyMetricsCommand: (
427
+ input: GetAccuracyMetricsCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1ListDatasetGroupsCommand: (
431
+ input: ListDatasetGroupsCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (
435
+ input: ListDatasetImportJobsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1ListDatasetsCommand: (
439
+ input: ListDatasetsCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1ListExplainabilitiesCommand: (
443
+ input: ListExplainabilitiesCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1ListExplainabilityExportsCommand: (
447
+ input: ListExplainabilityExportsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1ListForecastExportJobsCommand: (
451
+ input: ListForecastExportJobsCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1ListForecastsCommand: (
455
+ input: ListForecastsCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1ListMonitorEvaluationsCommand: (
459
+ input: ListMonitorEvaluationsCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1ListMonitorsCommand: (
463
+ input: ListMonitorsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1ListPredictorBacktestExportJobsCommand: (
467
+ input: ListPredictorBacktestExportJobsCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1ListPredictorsCommand: (
471
+ input: ListPredictorsCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
475
+ input: ListTagsForResourceCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1ListWhatIfAnalysesCommand: (
479
+ input: ListWhatIfAnalysesCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1ListWhatIfForecastExportsCommand: (
483
+ input: ListWhatIfForecastExportsCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1ListWhatIfForecastsCommand: (
487
+ input: ListWhatIfForecastsCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1ResumeResourceCommand: (
491
+ input: ResumeResourceCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1StopResourceCommand: (
495
+ input: StopResourceCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1TagResourceCommand: (
499
+ input: TagResourceCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1UntagResourceCommand: (
503
+ input: UntagResourceCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1UpdateDatasetGroupCommand: (
507
+ input: UpdateDatasetGroupCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const deserializeAws_json1_1CreateAutoPredictorCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<CreateAutoPredictorCommandOutput>;
514
+ export declare const deserializeAws_json1_1CreateDatasetCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<CreateDatasetCommandOutput>;
518
+ export declare const deserializeAws_json1_1CreateDatasetGroupCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<CreateDatasetGroupCommandOutput>;
522
+ export declare const deserializeAws_json1_1CreateDatasetImportJobCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<CreateDatasetImportJobCommandOutput>;
526
+ export declare const deserializeAws_json1_1CreateExplainabilityCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<CreateExplainabilityCommandOutput>;
530
+ export declare const deserializeAws_json1_1CreateExplainabilityExportCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<CreateExplainabilityExportCommandOutput>;
534
+ export declare const deserializeAws_json1_1CreateForecastCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<CreateForecastCommandOutput>;
538
+ export declare const deserializeAws_json1_1CreateForecastExportJobCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<CreateForecastExportJobCommandOutput>;
542
+ export declare const deserializeAws_json1_1CreateMonitorCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<CreateMonitorCommandOutput>;
546
+ export declare const deserializeAws_json1_1CreatePredictorCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<CreatePredictorCommandOutput>;
550
+ export declare const deserializeAws_json1_1CreatePredictorBacktestExportJobCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
554
+ export declare const deserializeAws_json1_1CreateWhatIfAnalysisCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<CreateWhatIfAnalysisCommandOutput>;
558
+ export declare const deserializeAws_json1_1CreateWhatIfForecastCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<CreateWhatIfForecastCommandOutput>;
562
+ export declare const deserializeAws_json1_1CreateWhatIfForecastExportCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<CreateWhatIfForecastExportCommandOutput>;
566
+ export declare const deserializeAws_json1_1DeleteDatasetCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DeleteDatasetCommandOutput>;
570
+ export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DeleteDatasetGroupCommandOutput>;
574
+ export declare const deserializeAws_json1_1DeleteDatasetImportJobCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DeleteDatasetImportJobCommandOutput>;
578
+ export declare const deserializeAws_json1_1DeleteExplainabilityCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DeleteExplainabilityCommandOutput>;
582
+ export declare const deserializeAws_json1_1DeleteExplainabilityExportCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DeleteExplainabilityExportCommandOutput>;
586
+ export declare const deserializeAws_json1_1DeleteForecastCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DeleteForecastCommandOutput>;
590
+ export declare const deserializeAws_json1_1DeleteForecastExportJobCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DeleteForecastExportJobCommandOutput>;
594
+ export declare const deserializeAws_json1_1DeleteMonitorCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DeleteMonitorCommandOutput>;
598
+ export declare const deserializeAws_json1_1DeletePredictorCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DeletePredictorCommandOutput>;
602
+ export declare const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
606
+ export declare const deserializeAws_json1_1DeleteResourceTreeCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DeleteResourceTreeCommandOutput>;
610
+ export declare const deserializeAws_json1_1DeleteWhatIfAnalysisCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DeleteWhatIfAnalysisCommandOutput>;
614
+ export declare const deserializeAws_json1_1DeleteWhatIfForecastCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DeleteWhatIfForecastCommandOutput>;
618
+ export declare const deserializeAws_json1_1DeleteWhatIfForecastExportCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DeleteWhatIfForecastExportCommandOutput>;
622
+ export declare const deserializeAws_json1_1DescribeAutoPredictorCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DescribeAutoPredictorCommandOutput>;
626
+ export declare const deserializeAws_json1_1DescribeDatasetCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DescribeDatasetCommandOutput>;
630
+ export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DescribeDatasetGroupCommandOutput>;
634
+ export declare const deserializeAws_json1_1DescribeDatasetImportJobCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DescribeDatasetImportJobCommandOutput>;
638
+ export declare const deserializeAws_json1_1DescribeExplainabilityCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DescribeExplainabilityCommandOutput>;
642
+ export declare const deserializeAws_json1_1DescribeExplainabilityExportCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DescribeExplainabilityExportCommandOutput>;
646
+ export declare const deserializeAws_json1_1DescribeForecastCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DescribeForecastCommandOutput>;
650
+ export declare const deserializeAws_json1_1DescribeForecastExportJobCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DescribeForecastExportJobCommandOutput>;
654
+ export declare const deserializeAws_json1_1DescribeMonitorCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DescribeMonitorCommandOutput>;
658
+ export declare const deserializeAws_json1_1DescribePredictorCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DescribePredictorCommandOutput>;
662
+ export declare const deserializeAws_json1_1DescribePredictorBacktestExportJobCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
666
+ export declare const deserializeAws_json1_1DescribeWhatIfAnalysisCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DescribeWhatIfAnalysisCommandOutput>;
670
+ export declare const deserializeAws_json1_1DescribeWhatIfForecastCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DescribeWhatIfForecastCommandOutput>;
674
+ export declare const deserializeAws_json1_1DescribeWhatIfForecastExportCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DescribeWhatIfForecastExportCommandOutput>;
678
+ export declare const deserializeAws_json1_1GetAccuracyMetricsCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<GetAccuracyMetricsCommandOutput>;
682
+ export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<ListDatasetGroupsCommandOutput>;
686
+ export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<ListDatasetImportJobsCommandOutput>;
690
+ export declare const deserializeAws_json1_1ListDatasetsCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<ListDatasetsCommandOutput>;
694
+ export declare const deserializeAws_json1_1ListExplainabilitiesCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<ListExplainabilitiesCommandOutput>;
698
+ export declare const deserializeAws_json1_1ListExplainabilityExportsCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<ListExplainabilityExportsCommandOutput>;
702
+ export declare const deserializeAws_json1_1ListForecastExportJobsCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<ListForecastExportJobsCommandOutput>;
706
+ export declare const deserializeAws_json1_1ListForecastsCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ListForecastsCommandOutput>;
710
+ export declare const deserializeAws_json1_1ListMonitorEvaluationsCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListMonitorEvaluationsCommandOutput>;
714
+ export declare const deserializeAws_json1_1ListMonitorsCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListMonitorsCommandOutput>;
718
+ export declare const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
722
+ export declare const deserializeAws_json1_1ListPredictorsCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ListPredictorsCommandOutput>;
726
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListTagsForResourceCommandOutput>;
730
+ export declare const deserializeAws_json1_1ListWhatIfAnalysesCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ListWhatIfAnalysesCommandOutput>;
734
+ export declare const deserializeAws_json1_1ListWhatIfForecastExportsCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<ListWhatIfForecastExportsCommandOutput>;
738
+ export declare const deserializeAws_json1_1ListWhatIfForecastsCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<ListWhatIfForecastsCommandOutput>;
742
+ export declare const deserializeAws_json1_1ResumeResourceCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<ResumeResourceCommandOutput>;
746
+ export declare const deserializeAws_json1_1StopResourceCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<StopResourceCommandOutput>;
750
+ export declare const deserializeAws_json1_1TagResourceCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<TagResourceCommandOutput>;
754
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<UntagResourceCommandOutput>;
758
+ export declare const deserializeAws_json1_1UpdateDatasetGroupCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<UpdateDatasetGroupCommandOutput>;