@aws-sdk/client-forecast 3.288.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +18 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +18 -0
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +18 -0
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +18 -0
- package/dist-types/commands/CreateForecastCommand.d.ts +18 -0
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +18 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +18 -0
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +18 -0
- package/dist-types/commands/CreatePredictorCommand.d.ts +18 -0
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +18 -0
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +18 -0
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +18 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +12 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +12 -0
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +12 -0
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +12 -0
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +12 -0
- package/dist-types/commands/DeleteForecastCommand.d.ts +12 -0
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +12 -0
- package/dist-types/commands/DeleteMonitorCommand.d.ts +12 -0
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +12 -0
- package/dist-types/commands/DeletePredictorCommand.d.ts +12 -0
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +12 -0
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +12 -0
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +12 -0
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +9 -0
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/commands/DescribeForecastCommand.d.ts +9 -0
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +9 -0
- package/dist-types/commands/DescribeMonitorCommand.d.ts +9 -0
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/commands/DescribePredictorCommand.d.ts +9 -0
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +12 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +8 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +8 -0
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +8 -0
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +8 -0
- package/dist-types/commands/ListForecastsCommand.d.ts +8 -0
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +12 -0
- package/dist-types/commands/ListMonitorsCommand.d.ts +8 -0
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +8 -0
- package/dist-types/commands/ListPredictorsCommand.d.ts +8 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +8 -0
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +8 -0
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +8 -0
- package/dist-types/commands/ResumeResourceCommand.d.ts +15 -0
- package/dist-types/commands/StopResourceCommand.d.ts +12 -0
- package/dist-types/commands/TagResourceCommand.d.ts +12 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +12 -0
- package/package.json +29 -29
|
@@ -77,6 +77,24 @@ export interface CreateAutoPredictorCommandOutput extends CreateAutoPredictorRes
|
|
|
77
77
|
* @see {@link CreateAutoPredictorCommandOutput} for command's `response` shape.
|
|
78
78
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
79
79
|
*
|
|
80
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
81
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
82
|
+
* the valid range.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
85
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
88
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
91
|
+
* <p>The specified resource is in use.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
94
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
95
|
+
* again.</p>
|
|
96
|
+
*
|
|
97
|
+
*
|
|
80
98
|
*/
|
|
81
99
|
export declare class CreateAutoPredictorCommand extends $Command<CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput, ForecastClientResolvedConfig> {
|
|
82
100
|
readonly input: CreateAutoPredictorCommandInput;
|
|
@@ -70,6 +70,17 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
70
70
|
* @see {@link CreateDatasetCommandOutput} for command's `response` shape.
|
|
71
71
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
72
72
|
*
|
|
73
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
74
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
75
|
+
* the valid range.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
78
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
81
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
73
84
|
*/
|
|
74
85
|
export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, ForecastClientResolvedConfig> {
|
|
75
86
|
readonly input: CreateDatasetCommandInput;
|
|
@@ -38,6 +38,24 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
38
38
|
* @see {@link CreateDatasetGroupCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
43
|
+
* the valid range.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
49
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
52
|
+
* <p>The specified resource is in use.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
56
|
+
* again.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
41
59
|
*/
|
|
42
60
|
export declare class CreateDatasetGroupCommand extends $Command<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, ForecastClientResolvedConfig> {
|
|
43
61
|
readonly input: CreateDatasetGroupCommandInput;
|
|
@@ -45,6 +45,24 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
45
45
|
* @see {@link CreateDatasetImportJobCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
49
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
50
|
+
* the valid range.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
53
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
56
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
59
|
+
* <p>The specified resource is in use.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
63
|
+
* again.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
48
66
|
*/
|
|
49
67
|
export declare class CreateDatasetImportJobCommand extends $Command<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
50
68
|
readonly input: CreateDatasetImportJobCommandInput;
|
|
@@ -147,6 +147,24 @@ export interface CreateExplainabilityCommandOutput extends CreateExplainabilityR
|
|
|
147
147
|
* @see {@link CreateExplainabilityCommandOutput} for command's `response` shape.
|
|
148
148
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
149
149
|
*
|
|
150
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
151
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
152
|
+
* the valid range.</p>
|
|
153
|
+
*
|
|
154
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
155
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
156
|
+
*
|
|
157
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
158
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
159
|
+
*
|
|
160
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
161
|
+
* <p>The specified resource is in use.</p>
|
|
162
|
+
*
|
|
163
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
164
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
165
|
+
* again.</p>
|
|
166
|
+
*
|
|
167
|
+
*
|
|
150
168
|
*/
|
|
151
169
|
export declare class CreateExplainabilityCommand extends $Command<CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput, ForecastClientResolvedConfig> {
|
|
152
170
|
readonly input: CreateExplainabilityCommandInput;
|
|
@@ -37,6 +37,24 @@ export interface CreateExplainabilityExportCommandOutput extends CreateExplainab
|
|
|
37
37
|
* @see {@link CreateExplainabilityExportCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
42
|
+
* the valid range.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
48
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
51
|
+
* <p>The specified resource is in use.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
55
|
+
* again.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
40
58
|
*/
|
|
41
59
|
export declare class CreateExplainabilityExportCommand extends $Command<CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput, ForecastClientResolvedConfig> {
|
|
42
60
|
readonly input: CreateExplainabilityExportCommandInput;
|
|
@@ -49,6 +49,24 @@ export interface CreateForecastCommandOutput extends CreateForecastResponse, __M
|
|
|
49
49
|
* @see {@link CreateForecastCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
53
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
54
|
+
* the valid range.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
57
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
60
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
63
|
+
* <p>The specified resource is in use.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
67
|
+
* again.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
52
70
|
*/
|
|
53
71
|
export declare class CreateForecastCommand extends $Command<CreateForecastCommandInput, CreateForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
54
72
|
readonly input: CreateForecastCommandInput;
|
|
@@ -42,6 +42,24 @@ export interface CreateForecastExportJobCommandOutput extends CreateForecastExpo
|
|
|
42
42
|
* @see {@link CreateForecastExportJobCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
46
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
47
|
+
* the valid range.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
50
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
53
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
56
|
+
* <p>The specified resource is in use.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
60
|
+
* again.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
45
63
|
*/
|
|
46
64
|
export declare class CreateForecastExportJobCommand extends $Command<CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
47
65
|
readonly input: CreateForecastExportJobCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface CreateMonitorCommandOutput extends CreateMonitorResponse, __Met
|
|
|
31
31
|
* @see {@link CreateMonitorCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
36
|
+
* the valid range.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
42
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
45
|
+
* <p>The specified resource is in use.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
49
|
+
* again.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class CreateMonitorCommand extends $Command<CreateMonitorCommandInput, CreateMonitorCommandOutput, ForecastClientResolvedConfig> {
|
|
36
54
|
readonly input: CreateMonitorCommandInput;
|
|
@@ -43,6 +43,24 @@ export interface CreatePredictorBacktestExportJobCommandOutput extends CreatePre
|
|
|
43
43
|
* @see {@link CreatePredictorBacktestExportJobCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
47
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
48
|
+
* the valid range.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
51
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
54
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
57
|
+
* <p>The specified resource is in use.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
61
|
+
* again.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
46
64
|
*/
|
|
47
65
|
export declare class CreatePredictorBacktestExportJobCommand extends $Command<CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
48
66
|
readonly input: CreatePredictorBacktestExportJobCommandInput;
|
|
@@ -88,6 +88,24 @@ export interface CreatePredictorCommandOutput extends CreatePredictorResponse, _
|
|
|
88
88
|
* @see {@link CreatePredictorCommandOutput} for command's `response` shape.
|
|
89
89
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
90
90
|
*
|
|
91
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
92
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
93
|
+
* the valid range.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
96
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
99
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
102
|
+
* <p>The specified resource is in use.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
105
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
106
|
+
* again.</p>
|
|
107
|
+
*
|
|
108
|
+
*
|
|
91
109
|
*/
|
|
92
110
|
export declare class CreatePredictorCommand extends $Command<CreatePredictorCommandInput, CreatePredictorCommandOutput, ForecastClientResolvedConfig> {
|
|
93
111
|
readonly input: CreatePredictorCommandInput;
|
|
@@ -41,6 +41,24 @@ export interface CreateWhatIfAnalysisCommandOutput extends CreateWhatIfAnalysisR
|
|
|
41
41
|
* @see {@link CreateWhatIfAnalysisCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
46
|
+
* the valid range.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
49
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
52
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
55
|
+
* <p>The specified resource is in use.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
58
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
59
|
+
* again.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
44
62
|
*/
|
|
45
63
|
export declare class CreateWhatIfAnalysisCommand extends $Command<CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig> {
|
|
46
64
|
readonly input: CreateWhatIfAnalysisCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface CreateWhatIfForecastCommandOutput extends CreateWhatIfForecastR
|
|
|
30
30
|
* @see {@link CreateWhatIfForecastCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
35
|
+
* the valid range.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
38
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
44
|
+
* <p>The specified resource is in use.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
48
|
+
* again.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class CreateWhatIfForecastCommand extends $Command<CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
35
53
|
readonly input: CreateWhatIfForecastCommandInput;
|
|
@@ -45,6 +45,24 @@ export interface CreateWhatIfForecastExportCommandOutput extends CreateWhatIfFor
|
|
|
45
45
|
* @see {@link CreateWhatIfForecastExportCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
49
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
50
|
+
* the valid range.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
53
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
56
|
+
* <p>There is already a resource with this name. Try again with a different name.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
59
|
+
* <p>The specified resource is in use.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
63
|
+
* again.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
48
66
|
*/
|
|
49
67
|
export declare class CreateWhatIfForecastExportCommand extends $Command<CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
|
|
50
68
|
readonly input: CreateWhatIfForecastExportCommandInput;
|
|
@@ -36,6 +36,18 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
* @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
41
|
+
* the valid range.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
44
|
+
* <p>The specified resource is in use.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
48
|
+
* again.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
39
51
|
*/
|
|
40
52
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, ForecastClientResolvedConfig> {
|
|
41
53
|
readonly input: DeleteDatasetCommandInput;
|
|
@@ -32,6 +32,18 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link DeleteDatasetGroupCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
37
|
+
* the valid range.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
40
|
+
* <p>The specified resource is in use.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
44
|
+
* again.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
35
47
|
*/
|
|
36
48
|
export declare class DeleteDatasetGroupCommand extends $Command<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, ForecastClientResolvedConfig> {
|
|
37
49
|
readonly input: DeleteDatasetGroupCommandInput;
|
|
@@ -32,6 +32,18 @@ export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link DeleteDatasetImportJobCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
37
|
+
* the valid range.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
40
|
+
* <p>The specified resource is in use.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
44
|
+
* again.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
35
47
|
*/
|
|
36
48
|
export declare class DeleteDatasetImportJobCommand extends $Command<DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
37
49
|
readonly input: DeleteDatasetImportJobCommandInput;
|
|
@@ -31,6 +31,18 @@ export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link DeleteExplainabilityCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
36
|
+
* the valid range.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
39
|
+
* <p>The specified resource is in use.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
43
|
+
* again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
34
46
|
*/
|
|
35
47
|
export declare class DeleteExplainabilityCommand extends $Command<DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput, ForecastClientResolvedConfig> {
|
|
36
48
|
readonly input: DeleteExplainabilityCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface DeleteExplainabilityExportCommandOutput extends __MetadataBeare
|
|
|
29
29
|
* @see {@link DeleteExplainabilityExportCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
34
|
+
* the valid range.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
37
|
+
* <p>The specified resource is in use.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
41
|
+
* again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class DeleteExplainabilityExportCommand extends $Command<DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput, ForecastClientResolvedConfig> {
|
|
34
46
|
readonly input: DeleteExplainabilityExportCommandInput;
|
|
@@ -33,6 +33,18 @@ export interface DeleteForecastCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DeleteForecastCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
37
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
38
|
+
* the valid range.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
41
|
+
* <p>The specified resource is in use.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
45
|
+
* again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
36
48
|
*/
|
|
37
49
|
export declare class DeleteForecastCommand extends $Command<DeleteForecastCommandInput, DeleteForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
38
50
|
readonly input: DeleteForecastCommandInput;
|
|
@@ -31,6 +31,18 @@ export interface DeleteForecastExportJobCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link DeleteForecastExportJobCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
36
|
+
* the valid range.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
39
|
+
* <p>The specified resource is in use.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
43
|
+
* again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
34
46
|
*/
|
|
35
47
|
export declare class DeleteForecastExportJobCommand extends $Command<DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
36
48
|
readonly input: DeleteForecastExportJobCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface DeleteMonitorCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteMonitorCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
34
|
+
* the valid range.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
37
|
+
* <p>The specified resource is in use.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
41
|
+
* again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class DeleteMonitorCommand extends $Command<DeleteMonitorCommandInput, DeleteMonitorCommandOutput, ForecastClientResolvedConfig> {
|
|
34
46
|
readonly input: DeleteMonitorCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface DeletePredictorBacktestExportJobCommandOutput extends __Metadat
|
|
|
29
29
|
* @see {@link DeletePredictorBacktestExportJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
34
|
+
* the valid range.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
37
|
+
* <p>The specified resource is in use.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
41
|
+
* again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class DeletePredictorBacktestExportJobCommand extends $Command<DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
34
46
|
readonly input: DeletePredictorBacktestExportJobCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface DeletePredictorCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link DeletePredictorCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
35
|
+
* the valid range.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
38
|
+
* <p>The specified resource is in use.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
42
|
+
* again.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class DeletePredictorCommand extends $Command<DeletePredictorCommandInput, DeletePredictorCommandOutput, ForecastClientResolvedConfig> {
|
|
35
47
|
readonly input: DeletePredictorCommandInput;
|
|
@@ -59,6 +59,18 @@ export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {
|
|
|
59
59
|
* @see {@link DeleteResourceTreeCommandOutput} for command's `response` shape.
|
|
60
60
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
63
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
64
|
+
* the valid range.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
67
|
+
* <p>The specified resource is in use.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
71
|
+
* again.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
62
74
|
*/
|
|
63
75
|
export declare class DeleteResourceTreeCommand extends $Command<DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput, ForecastClientResolvedConfig> {
|
|
64
76
|
readonly input: DeleteResourceTreeCommandInput;
|
|
@@ -31,6 +31,18 @@ export interface DeleteWhatIfAnalysisCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link DeleteWhatIfAnalysisCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
36
|
+
* the valid range.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
39
|
+
* <p>The specified resource is in use.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
43
|
+
* again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
34
46
|
*/
|
|
35
47
|
export declare class DeleteWhatIfAnalysisCommand extends $Command<DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig> {
|
|
36
48
|
readonly input: DeleteWhatIfAnalysisCommandInput;
|
|
@@ -31,6 +31,18 @@ export interface DeleteWhatIfForecastCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link DeleteWhatIfForecastCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
35
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
36
|
+
* the valid range.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
39
|
+
* <p>The specified resource is in use.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
43
|
+
* again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
34
46
|
*/
|
|
35
47
|
export declare class DeleteWhatIfForecastCommand extends $Command<DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
36
48
|
readonly input: DeleteWhatIfForecastCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface DeleteWhatIfForecastExportCommandOutput extends __MetadataBeare
|
|
|
30
30
|
* @see {@link DeleteWhatIfForecastExportCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
34
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
35
|
+
* the valid range.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
38
|
+
* <p>The specified resource is in use.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
42
|
+
* again.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class DeleteWhatIfForecastExportCommand extends $Command<DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
|
|
35
47
|
readonly input: DeleteWhatIfForecastExportCommandInput;
|