@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Forecast.d.ts +1144 -320
- package/dist-types/ts3.4/ForecastClient.d.ts +507 -136
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ForecastServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2296 -2137
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,136 +1,507 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateAutoPredictorCommandInput,
|
|
47
|
+
CreateAutoPredictorCommandOutput,
|
|
48
|
+
} from "./commands/CreateAutoPredictorCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateDatasetCommandInput,
|
|
51
|
+
CreateDatasetCommandOutput,
|
|
52
|
+
} from "./commands/CreateDatasetCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateDatasetGroupCommandInput,
|
|
55
|
+
CreateDatasetGroupCommandOutput,
|
|
56
|
+
} from "./commands/CreateDatasetGroupCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDatasetImportJobCommandInput,
|
|
59
|
+
CreateDatasetImportJobCommandOutput,
|
|
60
|
+
} from "./commands/CreateDatasetImportJobCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateExplainabilityCommandInput,
|
|
63
|
+
CreateExplainabilityCommandOutput,
|
|
64
|
+
} from "./commands/CreateExplainabilityCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateExplainabilityExportCommandInput,
|
|
67
|
+
CreateExplainabilityExportCommandOutput,
|
|
68
|
+
} from "./commands/CreateExplainabilityExportCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateForecastCommandInput,
|
|
71
|
+
CreateForecastCommandOutput,
|
|
72
|
+
} from "./commands/CreateForecastCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateForecastExportJobCommandInput,
|
|
75
|
+
CreateForecastExportJobCommandOutput,
|
|
76
|
+
} from "./commands/CreateForecastExportJobCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateMonitorCommandInput,
|
|
79
|
+
CreateMonitorCommandOutput,
|
|
80
|
+
} from "./commands/CreateMonitorCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreatePredictorBacktestExportJobCommandInput,
|
|
83
|
+
CreatePredictorBacktestExportJobCommandOutput,
|
|
84
|
+
} from "./commands/CreatePredictorBacktestExportJobCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreatePredictorCommandInput,
|
|
87
|
+
CreatePredictorCommandOutput,
|
|
88
|
+
} from "./commands/CreatePredictorCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateWhatIfAnalysisCommandInput,
|
|
91
|
+
CreateWhatIfAnalysisCommandOutput,
|
|
92
|
+
} from "./commands/CreateWhatIfAnalysisCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateWhatIfForecastCommandInput,
|
|
95
|
+
CreateWhatIfForecastCommandOutput,
|
|
96
|
+
} from "./commands/CreateWhatIfForecastCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreateWhatIfForecastExportCommandInput,
|
|
99
|
+
CreateWhatIfForecastExportCommandOutput,
|
|
100
|
+
} from "./commands/CreateWhatIfForecastExportCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteDatasetCommandInput,
|
|
103
|
+
DeleteDatasetCommandOutput,
|
|
104
|
+
} from "./commands/DeleteDatasetCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteDatasetGroupCommandInput,
|
|
107
|
+
DeleteDatasetGroupCommandOutput,
|
|
108
|
+
} from "./commands/DeleteDatasetGroupCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteDatasetImportJobCommandInput,
|
|
111
|
+
DeleteDatasetImportJobCommandOutput,
|
|
112
|
+
} from "./commands/DeleteDatasetImportJobCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteExplainabilityCommandInput,
|
|
115
|
+
DeleteExplainabilityCommandOutput,
|
|
116
|
+
} from "./commands/DeleteExplainabilityCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteExplainabilityExportCommandInput,
|
|
119
|
+
DeleteExplainabilityExportCommandOutput,
|
|
120
|
+
} from "./commands/DeleteExplainabilityExportCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteForecastCommandInput,
|
|
123
|
+
DeleteForecastCommandOutput,
|
|
124
|
+
} from "./commands/DeleteForecastCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteForecastExportJobCommandInput,
|
|
127
|
+
DeleteForecastExportJobCommandOutput,
|
|
128
|
+
} from "./commands/DeleteForecastExportJobCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteMonitorCommandInput,
|
|
131
|
+
DeleteMonitorCommandOutput,
|
|
132
|
+
} from "./commands/DeleteMonitorCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeletePredictorBacktestExportJobCommandInput,
|
|
135
|
+
DeletePredictorBacktestExportJobCommandOutput,
|
|
136
|
+
} from "./commands/DeletePredictorBacktestExportJobCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeletePredictorCommandInput,
|
|
139
|
+
DeletePredictorCommandOutput,
|
|
140
|
+
} from "./commands/DeletePredictorCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteResourceTreeCommandInput,
|
|
143
|
+
DeleteResourceTreeCommandOutput,
|
|
144
|
+
} from "./commands/DeleteResourceTreeCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteWhatIfAnalysisCommandInput,
|
|
147
|
+
DeleteWhatIfAnalysisCommandOutput,
|
|
148
|
+
} from "./commands/DeleteWhatIfAnalysisCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteWhatIfForecastCommandInput,
|
|
151
|
+
DeleteWhatIfForecastCommandOutput,
|
|
152
|
+
} from "./commands/DeleteWhatIfForecastCommand";
|
|
153
|
+
import {
|
|
154
|
+
DeleteWhatIfForecastExportCommandInput,
|
|
155
|
+
DeleteWhatIfForecastExportCommandOutput,
|
|
156
|
+
} from "./commands/DeleteWhatIfForecastExportCommand";
|
|
157
|
+
import {
|
|
158
|
+
DescribeAutoPredictorCommandInput,
|
|
159
|
+
DescribeAutoPredictorCommandOutput,
|
|
160
|
+
} from "./commands/DescribeAutoPredictorCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeDatasetCommandInput,
|
|
163
|
+
DescribeDatasetCommandOutput,
|
|
164
|
+
} from "./commands/DescribeDatasetCommand";
|
|
165
|
+
import {
|
|
166
|
+
DescribeDatasetGroupCommandInput,
|
|
167
|
+
DescribeDatasetGroupCommandOutput,
|
|
168
|
+
} from "./commands/DescribeDatasetGroupCommand";
|
|
169
|
+
import {
|
|
170
|
+
DescribeDatasetImportJobCommandInput,
|
|
171
|
+
DescribeDatasetImportJobCommandOutput,
|
|
172
|
+
} from "./commands/DescribeDatasetImportJobCommand";
|
|
173
|
+
import {
|
|
174
|
+
DescribeExplainabilityCommandInput,
|
|
175
|
+
DescribeExplainabilityCommandOutput,
|
|
176
|
+
} from "./commands/DescribeExplainabilityCommand";
|
|
177
|
+
import {
|
|
178
|
+
DescribeExplainabilityExportCommandInput,
|
|
179
|
+
DescribeExplainabilityExportCommandOutput,
|
|
180
|
+
} from "./commands/DescribeExplainabilityExportCommand";
|
|
181
|
+
import {
|
|
182
|
+
DescribeForecastCommandInput,
|
|
183
|
+
DescribeForecastCommandOutput,
|
|
184
|
+
} from "./commands/DescribeForecastCommand";
|
|
185
|
+
import {
|
|
186
|
+
DescribeForecastExportJobCommandInput,
|
|
187
|
+
DescribeForecastExportJobCommandOutput,
|
|
188
|
+
} from "./commands/DescribeForecastExportJobCommand";
|
|
189
|
+
import {
|
|
190
|
+
DescribeMonitorCommandInput,
|
|
191
|
+
DescribeMonitorCommandOutput,
|
|
192
|
+
} from "./commands/DescribeMonitorCommand";
|
|
193
|
+
import {
|
|
194
|
+
DescribePredictorBacktestExportJobCommandInput,
|
|
195
|
+
DescribePredictorBacktestExportJobCommandOutput,
|
|
196
|
+
} from "./commands/DescribePredictorBacktestExportJobCommand";
|
|
197
|
+
import {
|
|
198
|
+
DescribePredictorCommandInput,
|
|
199
|
+
DescribePredictorCommandOutput,
|
|
200
|
+
} from "./commands/DescribePredictorCommand";
|
|
201
|
+
import {
|
|
202
|
+
DescribeWhatIfAnalysisCommandInput,
|
|
203
|
+
DescribeWhatIfAnalysisCommandOutput,
|
|
204
|
+
} from "./commands/DescribeWhatIfAnalysisCommand";
|
|
205
|
+
import {
|
|
206
|
+
DescribeWhatIfForecastCommandInput,
|
|
207
|
+
DescribeWhatIfForecastCommandOutput,
|
|
208
|
+
} from "./commands/DescribeWhatIfForecastCommand";
|
|
209
|
+
import {
|
|
210
|
+
DescribeWhatIfForecastExportCommandInput,
|
|
211
|
+
DescribeWhatIfForecastExportCommandOutput,
|
|
212
|
+
} from "./commands/DescribeWhatIfForecastExportCommand";
|
|
213
|
+
import {
|
|
214
|
+
GetAccuracyMetricsCommandInput,
|
|
215
|
+
GetAccuracyMetricsCommandOutput,
|
|
216
|
+
} from "./commands/GetAccuracyMetricsCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListDatasetGroupsCommandInput,
|
|
219
|
+
ListDatasetGroupsCommandOutput,
|
|
220
|
+
} from "./commands/ListDatasetGroupsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListDatasetImportJobsCommandInput,
|
|
223
|
+
ListDatasetImportJobsCommandOutput,
|
|
224
|
+
} from "./commands/ListDatasetImportJobsCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListDatasetsCommandInput,
|
|
227
|
+
ListDatasetsCommandOutput,
|
|
228
|
+
} from "./commands/ListDatasetsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListExplainabilitiesCommandInput,
|
|
231
|
+
ListExplainabilitiesCommandOutput,
|
|
232
|
+
} from "./commands/ListExplainabilitiesCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListExplainabilityExportsCommandInput,
|
|
235
|
+
ListExplainabilityExportsCommandOutput,
|
|
236
|
+
} from "./commands/ListExplainabilityExportsCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListForecastExportJobsCommandInput,
|
|
239
|
+
ListForecastExportJobsCommandOutput,
|
|
240
|
+
} from "./commands/ListForecastExportJobsCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListForecastsCommandInput,
|
|
243
|
+
ListForecastsCommandOutput,
|
|
244
|
+
} from "./commands/ListForecastsCommand";
|
|
245
|
+
import {
|
|
246
|
+
ListMonitorEvaluationsCommandInput,
|
|
247
|
+
ListMonitorEvaluationsCommandOutput,
|
|
248
|
+
} from "./commands/ListMonitorEvaluationsCommand";
|
|
249
|
+
import {
|
|
250
|
+
ListMonitorsCommandInput,
|
|
251
|
+
ListMonitorsCommandOutput,
|
|
252
|
+
} from "./commands/ListMonitorsCommand";
|
|
253
|
+
import {
|
|
254
|
+
ListPredictorBacktestExportJobsCommandInput,
|
|
255
|
+
ListPredictorBacktestExportJobsCommandOutput,
|
|
256
|
+
} from "./commands/ListPredictorBacktestExportJobsCommand";
|
|
257
|
+
import {
|
|
258
|
+
ListPredictorsCommandInput,
|
|
259
|
+
ListPredictorsCommandOutput,
|
|
260
|
+
} from "./commands/ListPredictorsCommand";
|
|
261
|
+
import {
|
|
262
|
+
ListTagsForResourceCommandInput,
|
|
263
|
+
ListTagsForResourceCommandOutput,
|
|
264
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
265
|
+
import {
|
|
266
|
+
ListWhatIfAnalysesCommandInput,
|
|
267
|
+
ListWhatIfAnalysesCommandOutput,
|
|
268
|
+
} from "./commands/ListWhatIfAnalysesCommand";
|
|
269
|
+
import {
|
|
270
|
+
ListWhatIfForecastExportsCommandInput,
|
|
271
|
+
ListWhatIfForecastExportsCommandOutput,
|
|
272
|
+
} from "./commands/ListWhatIfForecastExportsCommand";
|
|
273
|
+
import {
|
|
274
|
+
ListWhatIfForecastsCommandInput,
|
|
275
|
+
ListWhatIfForecastsCommandOutput,
|
|
276
|
+
} from "./commands/ListWhatIfForecastsCommand";
|
|
277
|
+
import {
|
|
278
|
+
ResumeResourceCommandInput,
|
|
279
|
+
ResumeResourceCommandOutput,
|
|
280
|
+
} from "./commands/ResumeResourceCommand";
|
|
281
|
+
import {
|
|
282
|
+
StopResourceCommandInput,
|
|
283
|
+
StopResourceCommandOutput,
|
|
284
|
+
} from "./commands/StopResourceCommand";
|
|
285
|
+
import {
|
|
286
|
+
TagResourceCommandInput,
|
|
287
|
+
TagResourceCommandOutput,
|
|
288
|
+
} from "./commands/TagResourceCommand";
|
|
289
|
+
import {
|
|
290
|
+
UntagResourceCommandInput,
|
|
291
|
+
UntagResourceCommandOutput,
|
|
292
|
+
} from "./commands/UntagResourceCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateDatasetGroupCommandInput,
|
|
295
|
+
UpdateDatasetGroupCommandOutput,
|
|
296
|
+
} from "./commands/UpdateDatasetGroupCommand";
|
|
297
|
+
export declare type ServiceInputTypes =
|
|
298
|
+
| CreateAutoPredictorCommandInput
|
|
299
|
+
| CreateDatasetCommandInput
|
|
300
|
+
| CreateDatasetGroupCommandInput
|
|
301
|
+
| CreateDatasetImportJobCommandInput
|
|
302
|
+
| CreateExplainabilityCommandInput
|
|
303
|
+
| CreateExplainabilityExportCommandInput
|
|
304
|
+
| CreateForecastCommandInput
|
|
305
|
+
| CreateForecastExportJobCommandInput
|
|
306
|
+
| CreateMonitorCommandInput
|
|
307
|
+
| CreatePredictorBacktestExportJobCommandInput
|
|
308
|
+
| CreatePredictorCommandInput
|
|
309
|
+
| CreateWhatIfAnalysisCommandInput
|
|
310
|
+
| CreateWhatIfForecastCommandInput
|
|
311
|
+
| CreateWhatIfForecastExportCommandInput
|
|
312
|
+
| DeleteDatasetCommandInput
|
|
313
|
+
| DeleteDatasetGroupCommandInput
|
|
314
|
+
| DeleteDatasetImportJobCommandInput
|
|
315
|
+
| DeleteExplainabilityCommandInput
|
|
316
|
+
| DeleteExplainabilityExportCommandInput
|
|
317
|
+
| DeleteForecastCommandInput
|
|
318
|
+
| DeleteForecastExportJobCommandInput
|
|
319
|
+
| DeleteMonitorCommandInput
|
|
320
|
+
| DeletePredictorBacktestExportJobCommandInput
|
|
321
|
+
| DeletePredictorCommandInput
|
|
322
|
+
| DeleteResourceTreeCommandInput
|
|
323
|
+
| DeleteWhatIfAnalysisCommandInput
|
|
324
|
+
| DeleteWhatIfForecastCommandInput
|
|
325
|
+
| DeleteWhatIfForecastExportCommandInput
|
|
326
|
+
| DescribeAutoPredictorCommandInput
|
|
327
|
+
| DescribeDatasetCommandInput
|
|
328
|
+
| DescribeDatasetGroupCommandInput
|
|
329
|
+
| DescribeDatasetImportJobCommandInput
|
|
330
|
+
| DescribeExplainabilityCommandInput
|
|
331
|
+
| DescribeExplainabilityExportCommandInput
|
|
332
|
+
| DescribeForecastCommandInput
|
|
333
|
+
| DescribeForecastExportJobCommandInput
|
|
334
|
+
| DescribeMonitorCommandInput
|
|
335
|
+
| DescribePredictorBacktestExportJobCommandInput
|
|
336
|
+
| DescribePredictorCommandInput
|
|
337
|
+
| DescribeWhatIfAnalysisCommandInput
|
|
338
|
+
| DescribeWhatIfForecastCommandInput
|
|
339
|
+
| DescribeWhatIfForecastExportCommandInput
|
|
340
|
+
| GetAccuracyMetricsCommandInput
|
|
341
|
+
| ListDatasetGroupsCommandInput
|
|
342
|
+
| ListDatasetImportJobsCommandInput
|
|
343
|
+
| ListDatasetsCommandInput
|
|
344
|
+
| ListExplainabilitiesCommandInput
|
|
345
|
+
| ListExplainabilityExportsCommandInput
|
|
346
|
+
| ListForecastExportJobsCommandInput
|
|
347
|
+
| ListForecastsCommandInput
|
|
348
|
+
| ListMonitorEvaluationsCommandInput
|
|
349
|
+
| ListMonitorsCommandInput
|
|
350
|
+
| ListPredictorBacktestExportJobsCommandInput
|
|
351
|
+
| ListPredictorsCommandInput
|
|
352
|
+
| ListTagsForResourceCommandInput
|
|
353
|
+
| ListWhatIfAnalysesCommandInput
|
|
354
|
+
| ListWhatIfForecastExportsCommandInput
|
|
355
|
+
| ListWhatIfForecastsCommandInput
|
|
356
|
+
| ResumeResourceCommandInput
|
|
357
|
+
| StopResourceCommandInput
|
|
358
|
+
| TagResourceCommandInput
|
|
359
|
+
| UntagResourceCommandInput
|
|
360
|
+
| UpdateDatasetGroupCommandInput;
|
|
361
|
+
export declare type ServiceOutputTypes =
|
|
362
|
+
| CreateAutoPredictorCommandOutput
|
|
363
|
+
| CreateDatasetCommandOutput
|
|
364
|
+
| CreateDatasetGroupCommandOutput
|
|
365
|
+
| CreateDatasetImportJobCommandOutput
|
|
366
|
+
| CreateExplainabilityCommandOutput
|
|
367
|
+
| CreateExplainabilityExportCommandOutput
|
|
368
|
+
| CreateForecastCommandOutput
|
|
369
|
+
| CreateForecastExportJobCommandOutput
|
|
370
|
+
| CreateMonitorCommandOutput
|
|
371
|
+
| CreatePredictorBacktestExportJobCommandOutput
|
|
372
|
+
| CreatePredictorCommandOutput
|
|
373
|
+
| CreateWhatIfAnalysisCommandOutput
|
|
374
|
+
| CreateWhatIfForecastCommandOutput
|
|
375
|
+
| CreateWhatIfForecastExportCommandOutput
|
|
376
|
+
| DeleteDatasetCommandOutput
|
|
377
|
+
| DeleteDatasetGroupCommandOutput
|
|
378
|
+
| DeleteDatasetImportJobCommandOutput
|
|
379
|
+
| DeleteExplainabilityCommandOutput
|
|
380
|
+
| DeleteExplainabilityExportCommandOutput
|
|
381
|
+
| DeleteForecastCommandOutput
|
|
382
|
+
| DeleteForecastExportJobCommandOutput
|
|
383
|
+
| DeleteMonitorCommandOutput
|
|
384
|
+
| DeletePredictorBacktestExportJobCommandOutput
|
|
385
|
+
| DeletePredictorCommandOutput
|
|
386
|
+
| DeleteResourceTreeCommandOutput
|
|
387
|
+
| DeleteWhatIfAnalysisCommandOutput
|
|
388
|
+
| DeleteWhatIfForecastCommandOutput
|
|
389
|
+
| DeleteWhatIfForecastExportCommandOutput
|
|
390
|
+
| DescribeAutoPredictorCommandOutput
|
|
391
|
+
| DescribeDatasetCommandOutput
|
|
392
|
+
| DescribeDatasetGroupCommandOutput
|
|
393
|
+
| DescribeDatasetImportJobCommandOutput
|
|
394
|
+
| DescribeExplainabilityCommandOutput
|
|
395
|
+
| DescribeExplainabilityExportCommandOutput
|
|
396
|
+
| DescribeForecastCommandOutput
|
|
397
|
+
| DescribeForecastExportJobCommandOutput
|
|
398
|
+
| DescribeMonitorCommandOutput
|
|
399
|
+
| DescribePredictorBacktestExportJobCommandOutput
|
|
400
|
+
| DescribePredictorCommandOutput
|
|
401
|
+
| DescribeWhatIfAnalysisCommandOutput
|
|
402
|
+
| DescribeWhatIfForecastCommandOutput
|
|
403
|
+
| DescribeWhatIfForecastExportCommandOutput
|
|
404
|
+
| GetAccuracyMetricsCommandOutput
|
|
405
|
+
| ListDatasetGroupsCommandOutput
|
|
406
|
+
| ListDatasetImportJobsCommandOutput
|
|
407
|
+
| ListDatasetsCommandOutput
|
|
408
|
+
| ListExplainabilitiesCommandOutput
|
|
409
|
+
| ListExplainabilityExportsCommandOutput
|
|
410
|
+
| ListForecastExportJobsCommandOutput
|
|
411
|
+
| ListForecastsCommandOutput
|
|
412
|
+
| ListMonitorEvaluationsCommandOutput
|
|
413
|
+
| ListMonitorsCommandOutput
|
|
414
|
+
| ListPredictorBacktestExportJobsCommandOutput
|
|
415
|
+
| ListPredictorsCommandOutput
|
|
416
|
+
| ListTagsForResourceCommandOutput
|
|
417
|
+
| ListWhatIfAnalysesCommandOutput
|
|
418
|
+
| ListWhatIfForecastExportsCommandOutput
|
|
419
|
+
| ListWhatIfForecastsCommandOutput
|
|
420
|
+
| ResumeResourceCommandOutput
|
|
421
|
+
| StopResourceCommandOutput
|
|
422
|
+
| TagResourceCommandOutput
|
|
423
|
+
| UntagResourceCommandOutput
|
|
424
|
+
| UpdateDatasetGroupCommandOutput;
|
|
425
|
+
export interface ClientDefaults
|
|
426
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
427
|
+
requestHandler?: __HttpHandler;
|
|
428
|
+
|
|
429
|
+
sha256?: __HashConstructor;
|
|
430
|
+
|
|
431
|
+
urlParser?: __UrlParser;
|
|
432
|
+
|
|
433
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
434
|
+
|
|
435
|
+
streamCollector?: __StreamCollector;
|
|
436
|
+
|
|
437
|
+
base64Decoder?: __Decoder;
|
|
438
|
+
|
|
439
|
+
base64Encoder?: __Encoder;
|
|
440
|
+
|
|
441
|
+
utf8Decoder?: __Decoder;
|
|
442
|
+
|
|
443
|
+
utf8Encoder?: __Encoder;
|
|
444
|
+
|
|
445
|
+
runtime?: string;
|
|
446
|
+
|
|
447
|
+
disableHostPrefix?: boolean;
|
|
448
|
+
|
|
449
|
+
maxAttempts?: number | __Provider<number>;
|
|
450
|
+
|
|
451
|
+
retryMode?: string | __Provider<string>;
|
|
452
|
+
|
|
453
|
+
logger?: __Logger;
|
|
454
|
+
|
|
455
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
456
|
+
|
|
457
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
458
|
+
|
|
459
|
+
serviceId?: string;
|
|
460
|
+
|
|
461
|
+
region?: string | __Provider<string>;
|
|
462
|
+
|
|
463
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
464
|
+
|
|
465
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
466
|
+
|
|
467
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
468
|
+
|
|
469
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
470
|
+
}
|
|
471
|
+
declare type ForecastClientConfigType = Partial<
|
|
472
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
473
|
+
> &
|
|
474
|
+
ClientDefaults &
|
|
475
|
+
RegionInputConfig &
|
|
476
|
+
EndpointsInputConfig &
|
|
477
|
+
RetryInputConfig &
|
|
478
|
+
HostHeaderInputConfig &
|
|
479
|
+
AwsAuthInputConfig &
|
|
480
|
+
UserAgentInputConfig;
|
|
481
|
+
|
|
482
|
+
export interface ForecastClientConfig extends ForecastClientConfigType {}
|
|
483
|
+
declare type ForecastClientResolvedConfigType =
|
|
484
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
485
|
+
Required<ClientDefaults> &
|
|
486
|
+
RegionResolvedConfig &
|
|
487
|
+
EndpointsResolvedConfig &
|
|
488
|
+
RetryResolvedConfig &
|
|
489
|
+
HostHeaderResolvedConfig &
|
|
490
|
+
AwsAuthResolvedConfig &
|
|
491
|
+
UserAgentResolvedConfig;
|
|
492
|
+
|
|
493
|
+
export interface ForecastClientResolvedConfig
|
|
494
|
+
extends ForecastClientResolvedConfigType {}
|
|
495
|
+
|
|
496
|
+
export declare class ForecastClient extends __Client<
|
|
497
|
+
__HttpHandlerOptions,
|
|
498
|
+
ServiceInputTypes,
|
|
499
|
+
ServiceOutputTypes,
|
|
500
|
+
ForecastClientResolvedConfig
|
|
501
|
+
> {
|
|
502
|
+
readonly config: ForecastClientResolvedConfig;
|
|
503
|
+
constructor(configuration: ForecastClientConfig);
|
|
504
|
+
|
|
505
|
+
destroy(): void;
|
|
506
|
+
}
|
|
507
|
+
export {};
|