@aws-sdk/client-forecast 3.927.0 → 3.929.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 (87) hide show
  1. package/dist-cjs/index.js +1861 -2708
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ForecastClient.js +2 -0
  4. package/dist-es/commands/CreateAutoPredictorCommand.js +3 -10
  5. package/dist-es/commands/CreateDatasetCommand.js +3 -10
  6. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -10
  7. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -10
  8. package/dist-es/commands/CreateExplainabilityCommand.js +3 -10
  9. package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -10
  10. package/dist-es/commands/CreateForecastCommand.js +3 -10
  11. package/dist-es/commands/CreateForecastExportJobCommand.js +3 -10
  12. package/dist-es/commands/CreateMonitorCommand.js +3 -10
  13. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -10
  14. package/dist-es/commands/CreatePredictorCommand.js +3 -10
  15. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +3 -10
  16. package/dist-es/commands/CreateWhatIfForecastCommand.js +3 -10
  17. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +3 -10
  18. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  19. package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -9
  20. package/dist-es/commands/DeleteDatasetImportJobCommand.js +3 -9
  21. package/dist-es/commands/DeleteExplainabilityCommand.js +3 -9
  22. package/dist-es/commands/DeleteExplainabilityExportCommand.js +3 -9
  23. package/dist-es/commands/DeleteForecastCommand.js +3 -9
  24. package/dist-es/commands/DeleteForecastExportJobCommand.js +3 -9
  25. package/dist-es/commands/DeleteMonitorCommand.js +3 -9
  26. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +3 -9
  27. package/dist-es/commands/DeletePredictorCommand.js +3 -9
  28. package/dist-es/commands/DeleteResourceTreeCommand.js +3 -9
  29. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +3 -9
  30. package/dist-es/commands/DeleteWhatIfForecastCommand.js +3 -9
  31. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +3 -9
  32. package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -9
  33. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  34. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -9
  35. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -9
  36. package/dist-es/commands/DescribeExplainabilityCommand.js +3 -9
  37. package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -9
  38. package/dist-es/commands/DescribeForecastCommand.js +3 -9
  39. package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -9
  40. package/dist-es/commands/DescribeMonitorCommand.js +3 -9
  41. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -9
  42. package/dist-es/commands/DescribePredictorCommand.js +3 -9
  43. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +3 -9
  44. package/dist-es/commands/DescribeWhatIfForecastCommand.js +3 -9
  45. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +3 -9
  46. package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -9
  47. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -9
  48. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -9
  49. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  50. package/dist-es/commands/ListExplainabilitiesCommand.js +3 -9
  51. package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -9
  52. package/dist-es/commands/ListForecastExportJobsCommand.js +3 -9
  53. package/dist-es/commands/ListForecastsCommand.js +3 -9
  54. package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -9
  55. package/dist-es/commands/ListMonitorsCommand.js +3 -9
  56. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -9
  57. package/dist-es/commands/ListPredictorsCommand.js +3 -9
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  59. package/dist-es/commands/ListWhatIfAnalysesCommand.js +3 -9
  60. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +3 -9
  61. package/dist-es/commands/ListWhatIfForecastsCommand.js +3 -9
  62. package/dist-es/commands/ResumeResourceCommand.js +3 -9
  63. package/dist-es/commands/StopResourceCommand.js +3 -9
  64. package/dist-es/commands/TagResourceCommand.js +3 -10
  65. package/dist-es/commands/UntagResourceCommand.js +3 -10
  66. package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -9
  67. package/dist-es/models/models_0.js +0 -74
  68. package/dist-es/runtimeConfig.shared.js +7 -0
  69. package/dist-es/schemas/schemas_0.js +1725 -0
  70. package/dist-types/ForecastClient.d.ts +10 -1
  71. package/dist-types/models/models_0.d.ts +0 -72
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +294 -0
  77. package/dist-types/ts3.4/ForecastClient.d.ts +4 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +0 -52
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
  84. package/package.json +5 -5
  85. package/dist-es/protocols/Aws_json1_1.js +0 -2162
  86. package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
  87. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
@@ -1,569 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/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
- /**
67
- * serializeAws_json1_1CreateAutoPredictorCommand
68
- */
69
- export declare const se_CreateAutoPredictorCommand: (input: CreateAutoPredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_1CreateDatasetCommand
72
- */
73
- export declare const se_CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_1CreateDatasetGroupCommand
76
- */
77
- export declare const se_CreateDatasetGroupCommand: (input: CreateDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_1CreateDatasetImportJobCommand
80
- */
81
- export declare const se_CreateDatasetImportJobCommand: (input: CreateDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1CreateExplainabilityCommand
84
- */
85
- export declare const se_CreateExplainabilityCommand: (input: CreateExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1CreateExplainabilityExportCommand
88
- */
89
- export declare const se_CreateExplainabilityExportCommand: (input: CreateExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1CreateForecastCommand
92
- */
93
- export declare const se_CreateForecastCommand: (input: CreateForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1CreateForecastExportJobCommand
96
- */
97
- export declare const se_CreateForecastExportJobCommand: (input: CreateForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1CreateMonitorCommand
100
- */
101
- export declare const se_CreateMonitorCommand: (input: CreateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1CreatePredictorCommand
104
- */
105
- export declare const se_CreatePredictorCommand: (input: CreatePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1CreatePredictorBacktestExportJobCommand
108
- */
109
- export declare const se_CreatePredictorBacktestExportJobCommand: (input: CreatePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1CreateWhatIfAnalysisCommand
112
- */
113
- export declare const se_CreateWhatIfAnalysisCommand: (input: CreateWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1CreateWhatIfForecastCommand
116
- */
117
- export declare const se_CreateWhatIfForecastCommand: (input: CreateWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_1CreateWhatIfForecastExportCommand
120
- */
121
- export declare const se_CreateWhatIfForecastExportCommand: (input: CreateWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_1DeleteDatasetCommand
124
- */
125
- export declare const se_DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1DeleteDatasetGroupCommand
128
- */
129
- export declare const se_DeleteDatasetGroupCommand: (input: DeleteDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1DeleteDatasetImportJobCommand
132
- */
133
- export declare const se_DeleteDatasetImportJobCommand: (input: DeleteDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1DeleteExplainabilityCommand
136
- */
137
- export declare const se_DeleteExplainabilityCommand: (input: DeleteExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1DeleteExplainabilityExportCommand
140
- */
141
- export declare const se_DeleteExplainabilityExportCommand: (input: DeleteExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1DeleteForecastCommand
144
- */
145
- export declare const se_DeleteForecastCommand: (input: DeleteForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1DeleteForecastExportJobCommand
148
- */
149
- export declare const se_DeleteForecastExportJobCommand: (input: DeleteForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1DeleteMonitorCommand
152
- */
153
- export declare const se_DeleteMonitorCommand: (input: DeleteMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1DeletePredictorCommand
156
- */
157
- export declare const se_DeletePredictorCommand: (input: DeletePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1DeletePredictorBacktestExportJobCommand
160
- */
161
- export declare const se_DeletePredictorBacktestExportJobCommand: (input: DeletePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1DeleteResourceTreeCommand
164
- */
165
- export declare const se_DeleteResourceTreeCommand: (input: DeleteResourceTreeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1DeleteWhatIfAnalysisCommand
168
- */
169
- export declare const se_DeleteWhatIfAnalysisCommand: (input: DeleteWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1DeleteWhatIfForecastCommand
172
- */
173
- export declare const se_DeleteWhatIfForecastCommand: (input: DeleteWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1DeleteWhatIfForecastExportCommand
176
- */
177
- export declare const se_DeleteWhatIfForecastExportCommand: (input: DeleteWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1DescribeAutoPredictorCommand
180
- */
181
- export declare const se_DescribeAutoPredictorCommand: (input: DescribeAutoPredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1DescribeDatasetCommand
184
- */
185
- export declare const se_DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_1DescribeDatasetGroupCommand
188
- */
189
- export declare const se_DescribeDatasetGroupCommand: (input: DescribeDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_1DescribeDatasetImportJobCommand
192
- */
193
- export declare const se_DescribeDatasetImportJobCommand: (input: DescribeDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1DescribeExplainabilityCommand
196
- */
197
- export declare const se_DescribeExplainabilityCommand: (input: DescribeExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1DescribeExplainabilityExportCommand
200
- */
201
- export declare const se_DescribeExplainabilityExportCommand: (input: DescribeExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1DescribeForecastCommand
204
- */
205
- export declare const se_DescribeForecastCommand: (input: DescribeForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1DescribeForecastExportJobCommand
208
- */
209
- export declare const se_DescribeForecastExportJobCommand: (input: DescribeForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1DescribeMonitorCommand
212
- */
213
- export declare const se_DescribeMonitorCommand: (input: DescribeMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_json1_1DescribePredictorCommand
216
- */
217
- export declare const se_DescribePredictorCommand: (input: DescribePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_json1_1DescribePredictorBacktestExportJobCommand
220
- */
221
- export declare const se_DescribePredictorBacktestExportJobCommand: (input: DescribePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_json1_1DescribeWhatIfAnalysisCommand
224
- */
225
- export declare const se_DescribeWhatIfAnalysisCommand: (input: DescribeWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1DescribeWhatIfForecastCommand
228
- */
229
- export declare const se_DescribeWhatIfForecastCommand: (input: DescribeWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1DescribeWhatIfForecastExportCommand
232
- */
233
- export declare const se_DescribeWhatIfForecastExportCommand: (input: DescribeWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1GetAccuracyMetricsCommand
236
- */
237
- export declare const se_GetAccuracyMetricsCommand: (input: GetAccuracyMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1ListDatasetGroupsCommand
240
- */
241
- export declare const se_ListDatasetGroupsCommand: (input: ListDatasetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1ListDatasetImportJobsCommand
244
- */
245
- export declare const se_ListDatasetImportJobsCommand: (input: ListDatasetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1ListDatasetsCommand
248
- */
249
- export declare const se_ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1ListExplainabilitiesCommand
252
- */
253
- export declare const se_ListExplainabilitiesCommand: (input: ListExplainabilitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_json1_1ListExplainabilityExportsCommand
256
- */
257
- export declare const se_ListExplainabilityExportsCommand: (input: ListExplainabilityExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_json1_1ListForecastExportJobsCommand
260
- */
261
- export declare const se_ListForecastExportJobsCommand: (input: ListForecastExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_json1_1ListForecastsCommand
264
- */
265
- export declare const se_ListForecastsCommand: (input: ListForecastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_json1_1ListMonitorEvaluationsCommand
268
- */
269
- export declare const se_ListMonitorEvaluationsCommand: (input: ListMonitorEvaluationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_json1_1ListMonitorsCommand
272
- */
273
- export declare const se_ListMonitorsCommand: (input: ListMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_json1_1ListPredictorBacktestExportJobsCommand
276
- */
277
- export declare const se_ListPredictorBacktestExportJobsCommand: (input: ListPredictorBacktestExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_json1_1ListPredictorsCommand
280
- */
281
- export declare const se_ListPredictorsCommand: (input: ListPredictorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_json1_1ListTagsForResourceCommand
284
- */
285
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_json1_1ListWhatIfAnalysesCommand
288
- */
289
- export declare const se_ListWhatIfAnalysesCommand: (input: ListWhatIfAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_json1_1ListWhatIfForecastExportsCommand
292
- */
293
- export declare const se_ListWhatIfForecastExportsCommand: (input: ListWhatIfForecastExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_json1_1ListWhatIfForecastsCommand
296
- */
297
- export declare const se_ListWhatIfForecastsCommand: (input: ListWhatIfForecastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_json1_1ResumeResourceCommand
300
- */
301
- export declare const se_ResumeResourceCommand: (input: ResumeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_json1_1StopResourceCommand
304
- */
305
- export declare const se_StopResourceCommand: (input: StopResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_json1_1TagResourceCommand
308
- */
309
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_json1_1UntagResourceCommand
312
- */
313
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_json1_1UpdateDatasetGroupCommand
316
- */
317
- export declare const se_UpdateDatasetGroupCommand: (input: UpdateDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * deserializeAws_json1_1CreateAutoPredictorCommand
320
- */
321
- export declare const de_CreateAutoPredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoPredictorCommandOutput>;
322
- /**
323
- * deserializeAws_json1_1CreateDatasetCommand
324
- */
325
- export declare const de_CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
326
- /**
327
- * deserializeAws_json1_1CreateDatasetGroupCommand
328
- */
329
- export declare const de_CreateDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetGroupCommandOutput>;
330
- /**
331
- * deserializeAws_json1_1CreateDatasetImportJobCommand
332
- */
333
- export declare const de_CreateDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetImportJobCommandOutput>;
334
- /**
335
- * deserializeAws_json1_1CreateExplainabilityCommand
336
- */
337
- export declare const de_CreateExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExplainabilityCommandOutput>;
338
- /**
339
- * deserializeAws_json1_1CreateExplainabilityExportCommand
340
- */
341
- export declare const de_CreateExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExplainabilityExportCommandOutput>;
342
- /**
343
- * deserializeAws_json1_1CreateForecastCommand
344
- */
345
- export declare const de_CreateForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateForecastCommandOutput>;
346
- /**
347
- * deserializeAws_json1_1CreateForecastExportJobCommand
348
- */
349
- export declare const de_CreateForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateForecastExportJobCommandOutput>;
350
- /**
351
- * deserializeAws_json1_1CreateMonitorCommand
352
- */
353
- export declare const de_CreateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitorCommandOutput>;
354
- /**
355
- * deserializeAws_json1_1CreatePredictorCommand
356
- */
357
- export declare const de_CreatePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorCommandOutput>;
358
- /**
359
- * deserializeAws_json1_1CreatePredictorBacktestExportJobCommand
360
- */
361
- export declare const de_CreatePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
362
- /**
363
- * deserializeAws_json1_1CreateWhatIfAnalysisCommand
364
- */
365
- export declare const de_CreateWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfAnalysisCommandOutput>;
366
- /**
367
- * deserializeAws_json1_1CreateWhatIfForecastCommand
368
- */
369
- export declare const de_CreateWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfForecastCommandOutput>;
370
- /**
371
- * deserializeAws_json1_1CreateWhatIfForecastExportCommand
372
- */
373
- export declare const de_CreateWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfForecastExportCommandOutput>;
374
- /**
375
- * deserializeAws_json1_1DeleteDatasetCommand
376
- */
377
- export declare const de_DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
378
- /**
379
- * deserializeAws_json1_1DeleteDatasetGroupCommand
380
- */
381
- export declare const de_DeleteDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetGroupCommandOutput>;
382
- /**
383
- * deserializeAws_json1_1DeleteDatasetImportJobCommand
384
- */
385
- export declare const de_DeleteDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetImportJobCommandOutput>;
386
- /**
387
- * deserializeAws_json1_1DeleteExplainabilityCommand
388
- */
389
- export declare const de_DeleteExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExplainabilityCommandOutput>;
390
- /**
391
- * deserializeAws_json1_1DeleteExplainabilityExportCommand
392
- */
393
- export declare const de_DeleteExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExplainabilityExportCommandOutput>;
394
- /**
395
- * deserializeAws_json1_1DeleteForecastCommand
396
- */
397
- export declare const de_DeleteForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteForecastCommandOutput>;
398
- /**
399
- * deserializeAws_json1_1DeleteForecastExportJobCommand
400
- */
401
- export declare const de_DeleteForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteForecastExportJobCommandOutput>;
402
- /**
403
- * deserializeAws_json1_1DeleteMonitorCommand
404
- */
405
- export declare const de_DeleteMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMonitorCommandOutput>;
406
- /**
407
- * deserializeAws_json1_1DeletePredictorCommand
408
- */
409
- export declare const de_DeletePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorCommandOutput>;
410
- /**
411
- * deserializeAws_json1_1DeletePredictorBacktestExportJobCommand
412
- */
413
- export declare const de_DeletePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
414
- /**
415
- * deserializeAws_json1_1DeleteResourceTreeCommand
416
- */
417
- export declare const de_DeleteResourceTreeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceTreeCommandOutput>;
418
- /**
419
- * deserializeAws_json1_1DeleteWhatIfAnalysisCommand
420
- */
421
- export declare const de_DeleteWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfAnalysisCommandOutput>;
422
- /**
423
- * deserializeAws_json1_1DeleteWhatIfForecastCommand
424
- */
425
- export declare const de_DeleteWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfForecastCommandOutput>;
426
- /**
427
- * deserializeAws_json1_1DeleteWhatIfForecastExportCommand
428
- */
429
- export declare const de_DeleteWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfForecastExportCommandOutput>;
430
- /**
431
- * deserializeAws_json1_1DescribeAutoPredictorCommand
432
- */
433
- export declare const de_DescribeAutoPredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoPredictorCommandOutput>;
434
- /**
435
- * deserializeAws_json1_1DescribeDatasetCommand
436
- */
437
- export declare const de_DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
438
- /**
439
- * deserializeAws_json1_1DescribeDatasetGroupCommand
440
- */
441
- export declare const de_DescribeDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetGroupCommandOutput>;
442
- /**
443
- * deserializeAws_json1_1DescribeDatasetImportJobCommand
444
- */
445
- export declare const de_DescribeDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetImportJobCommandOutput>;
446
- /**
447
- * deserializeAws_json1_1DescribeExplainabilityCommand
448
- */
449
- export declare const de_DescribeExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExplainabilityCommandOutput>;
450
- /**
451
- * deserializeAws_json1_1DescribeExplainabilityExportCommand
452
- */
453
- export declare const de_DescribeExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExplainabilityExportCommandOutput>;
454
- /**
455
- * deserializeAws_json1_1DescribeForecastCommand
456
- */
457
- export declare const de_DescribeForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeForecastCommandOutput>;
458
- /**
459
- * deserializeAws_json1_1DescribeForecastExportJobCommand
460
- */
461
- export declare const de_DescribeForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeForecastExportJobCommandOutput>;
462
- /**
463
- * deserializeAws_json1_1DescribeMonitorCommand
464
- */
465
- export declare const de_DescribeMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMonitorCommandOutput>;
466
- /**
467
- * deserializeAws_json1_1DescribePredictorCommand
468
- */
469
- export declare const de_DescribePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorCommandOutput>;
470
- /**
471
- * deserializeAws_json1_1DescribePredictorBacktestExportJobCommand
472
- */
473
- export declare const de_DescribePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
474
- /**
475
- * deserializeAws_json1_1DescribeWhatIfAnalysisCommand
476
- */
477
- export declare const de_DescribeWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfAnalysisCommandOutput>;
478
- /**
479
- * deserializeAws_json1_1DescribeWhatIfForecastCommand
480
- */
481
- export declare const de_DescribeWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfForecastCommandOutput>;
482
- /**
483
- * deserializeAws_json1_1DescribeWhatIfForecastExportCommand
484
- */
485
- export declare const de_DescribeWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfForecastExportCommandOutput>;
486
- /**
487
- * deserializeAws_json1_1GetAccuracyMetricsCommand
488
- */
489
- export declare const de_GetAccuracyMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccuracyMetricsCommandOutput>;
490
- /**
491
- * deserializeAws_json1_1ListDatasetGroupsCommand
492
- */
493
- export declare const de_ListDatasetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetGroupsCommandOutput>;
494
- /**
495
- * deserializeAws_json1_1ListDatasetImportJobsCommand
496
- */
497
- export declare const de_ListDatasetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetImportJobsCommandOutput>;
498
- /**
499
- * deserializeAws_json1_1ListDatasetsCommand
500
- */
501
- export declare const de_ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
502
- /**
503
- * deserializeAws_json1_1ListExplainabilitiesCommand
504
- */
505
- export declare const de_ListExplainabilitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExplainabilitiesCommandOutput>;
506
- /**
507
- * deserializeAws_json1_1ListExplainabilityExportsCommand
508
- */
509
- export declare const de_ListExplainabilityExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExplainabilityExportsCommandOutput>;
510
- /**
511
- * deserializeAws_json1_1ListForecastExportJobsCommand
512
- */
513
- export declare const de_ListForecastExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListForecastExportJobsCommandOutput>;
514
- /**
515
- * deserializeAws_json1_1ListForecastsCommand
516
- */
517
- export declare const de_ListForecastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListForecastsCommandOutput>;
518
- /**
519
- * deserializeAws_json1_1ListMonitorEvaluationsCommand
520
- */
521
- export declare const de_ListMonitorEvaluationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorEvaluationsCommandOutput>;
522
- /**
523
- * deserializeAws_json1_1ListMonitorsCommand
524
- */
525
- export declare const de_ListMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorsCommandOutput>;
526
- /**
527
- * deserializeAws_json1_1ListPredictorBacktestExportJobsCommand
528
- */
529
- export declare const de_ListPredictorBacktestExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
530
- /**
531
- * deserializeAws_json1_1ListPredictorsCommand
532
- */
533
- export declare const de_ListPredictorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorsCommandOutput>;
534
- /**
535
- * deserializeAws_json1_1ListTagsForResourceCommand
536
- */
537
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
538
- /**
539
- * deserializeAws_json1_1ListWhatIfAnalysesCommand
540
- */
541
- export declare const de_ListWhatIfAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfAnalysesCommandOutput>;
542
- /**
543
- * deserializeAws_json1_1ListWhatIfForecastExportsCommand
544
- */
545
- export declare const de_ListWhatIfForecastExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfForecastExportsCommandOutput>;
546
- /**
547
- * deserializeAws_json1_1ListWhatIfForecastsCommand
548
- */
549
- export declare const de_ListWhatIfForecastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfForecastsCommandOutput>;
550
- /**
551
- * deserializeAws_json1_1ResumeResourceCommand
552
- */
553
- export declare const de_ResumeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeResourceCommandOutput>;
554
- /**
555
- * deserializeAws_json1_1StopResourceCommand
556
- */
557
- export declare const de_StopResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopResourceCommandOutput>;
558
- /**
559
- * deserializeAws_json1_1TagResourceCommand
560
- */
561
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
562
- /**
563
- * deserializeAws_json1_1UntagResourceCommand
564
- */
565
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
566
- /**
567
- * deserializeAws_json1_1UpdateDatasetGroupCommand
568
- */
569
- export declare const de_UpdateDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasetGroupCommandOutput>;