@aws-sdk/client-forecast 3.289.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
|
@@ -29,6 +29,15 @@ export interface DescribeAutoPredictorCommandOutput extends DescribeAutoPredicto
|
|
|
29
29
|
* @see {@link DescribeAutoPredictorCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
38
|
+
* again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
*/
|
|
33
42
|
export declare class DescribeAutoPredictorCommand extends $Command<DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput, ForecastClientResolvedConfig> {
|
|
34
43
|
readonly input: DescribeAutoPredictorCommandInput;
|
|
@@ -48,6 +48,15 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
48
48
|
* @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
52
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
53
|
+
* the valid range.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
57
|
+
* again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
51
60
|
*/
|
|
52
61
|
export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ForecastClientResolvedConfig> {
|
|
53
62
|
readonly input: DescribeDatasetCommandInput;
|
|
@@ -53,6 +53,15 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
|
|
|
53
53
|
* @see {@link DescribeDatasetGroupCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
57
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
58
|
+
* the valid range.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
62
|
+
* again.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
56
65
|
*/
|
|
57
66
|
export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, ForecastClientResolvedConfig> {
|
|
58
67
|
readonly input: DescribeDatasetGroupCommandInput;
|
|
@@ -63,6 +63,15 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
|
|
|
63
63
|
* @see {@link DescribeDatasetImportJobCommandOutput} for command's `response` shape.
|
|
64
64
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
65
65
|
*
|
|
66
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
67
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
68
|
+
* the valid range.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
72
|
+
* again.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
66
75
|
*/
|
|
67
76
|
export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
68
77
|
readonly input: DescribeDatasetImportJobCommandInput;
|
|
@@ -29,6 +29,15 @@ export interface DescribeExplainabilityCommandOutput extends DescribeExplainabil
|
|
|
29
29
|
* @see {@link DescribeExplainabilityCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
38
|
+
* again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
*/
|
|
33
42
|
export declare class DescribeExplainabilityCommand extends $Command<DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput, ForecastClientResolvedConfig> {
|
|
34
43
|
readonly input: DescribeExplainabilityCommandInput;
|
|
@@ -29,6 +29,15 @@ export interface DescribeExplainabilityExportCommandOutput extends DescribeExpla
|
|
|
29
29
|
* @see {@link DescribeExplainabilityExportCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
38
|
+
* again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
*/
|
|
33
42
|
export declare class DescribeExplainabilityExportCommand extends $Command<DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput, ForecastClientResolvedConfig> {
|
|
34
43
|
readonly input: DescribeExplainabilityExportCommandInput;
|
|
@@ -57,6 +57,15 @@ export interface DescribeForecastCommandOutput extends DescribeForecastResponse,
|
|
|
57
57
|
* @see {@link DescribeForecastCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
61
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
62
|
+
* the valid range.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
66
|
+
* again.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
60
69
|
*/
|
|
61
70
|
export declare class DescribeForecastCommand extends $Command<DescribeForecastCommandInput, DescribeForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
62
71
|
readonly input: DescribeForecastCommandInput;
|
|
@@ -53,6 +53,15 @@ export interface DescribeForecastExportJobCommandOutput extends DescribeForecast
|
|
|
53
53
|
* @see {@link DescribeForecastExportJobCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
57
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
58
|
+
* the valid range.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
62
|
+
* again.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
56
65
|
*/
|
|
57
66
|
export declare class DescribeForecastExportJobCommand extends $Command<DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
58
67
|
readonly input: DescribeForecastExportJobCommandInput;
|
|
@@ -66,6 +66,15 @@ export interface DescribeMonitorCommandOutput extends DescribeMonitorResponse, _
|
|
|
66
66
|
* @see {@link DescribeMonitorCommandOutput} for command's `response` shape.
|
|
67
67
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
70
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
71
|
+
* the valid range.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
75
|
+
* again.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
69
78
|
*/
|
|
70
79
|
export declare class DescribeMonitorCommand extends $Command<DescribeMonitorCommandInput, DescribeMonitorCommandOutput, ForecastClientResolvedConfig> {
|
|
71
80
|
readonly input: DescribeMonitorCommandInput;
|
|
@@ -53,6 +53,15 @@ export interface DescribePredictorBacktestExportJobCommandOutput extends Describ
|
|
|
53
53
|
* @see {@link DescribePredictorBacktestExportJobCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
57
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
58
|
+
* the valid range.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
62
|
+
* again.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
56
65
|
*/
|
|
57
66
|
export declare class DescribePredictorBacktestExportJobCommand extends $Command<DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig> {
|
|
58
67
|
readonly input: DescribePredictorBacktestExportJobCommandInput;
|
|
@@ -67,6 +67,15 @@ export interface DescribePredictorCommandOutput extends DescribePredictorRespons
|
|
|
67
67
|
* @see {@link DescribePredictorCommandOutput} for command's `response` shape.
|
|
68
68
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
69
69
|
*
|
|
70
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
71
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
72
|
+
* the valid range.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
76
|
+
* again.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
70
79
|
*/
|
|
71
80
|
export declare class DescribePredictorCommand extends $Command<DescribePredictorCommandInput, DescribePredictorCommandOutput, ForecastClientResolvedConfig> {
|
|
72
81
|
readonly input: DescribePredictorCommandInput;
|
|
@@ -51,6 +51,15 @@ export interface DescribeWhatIfAnalysisCommandOutput extends DescribeWhatIfAnaly
|
|
|
51
51
|
* @see {@link DescribeWhatIfAnalysisCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
55
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
56
|
+
* the valid range.</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
|
+
*
|
|
54
63
|
*/
|
|
55
64
|
export declare class DescribeWhatIfAnalysisCommand extends $Command<DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig> {
|
|
56
65
|
readonly input: DescribeWhatIfAnalysisCommandInput;
|
|
@@ -51,6 +51,15 @@ export interface DescribeWhatIfForecastCommandOutput extends DescribeWhatIfForec
|
|
|
51
51
|
* @see {@link DescribeWhatIfForecastCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
55
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
56
|
+
* the valid range.</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
|
+
*
|
|
54
63
|
*/
|
|
55
64
|
export declare class DescribeWhatIfForecastCommand extends $Command<DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput, ForecastClientResolvedConfig> {
|
|
56
65
|
readonly input: DescribeWhatIfForecastCommandInput;
|
|
@@ -51,6 +51,15 @@ export interface DescribeWhatIfForecastExportCommandOutput extends DescribeWhatI
|
|
|
51
51
|
* @see {@link DescribeWhatIfForecastExportCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
55
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
56
|
+
* the valid range.</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
|
+
*
|
|
54
63
|
*/
|
|
55
64
|
export declare class DescribeWhatIfForecastExportCommand extends $Command<DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
|
|
56
65
|
readonly input: DescribeWhatIfForecastExportCommandInput;
|
|
@@ -45,6 +45,18 @@ export interface GetAccuracyMetricsCommandOutput extends GetAccuracyMetricsRespo
|
|
|
45
45
|
* @see {@link GetAccuracyMetricsCommandOutput} 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 ResourceInUseException} (client fault)
|
|
53
|
+
* <p>The specified resource is in use.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
57
|
+
* again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
48
60
|
*/
|
|
49
61
|
export declare class GetAccuracyMetricsCommand extends $Command<GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput, ForecastClientResolvedConfig> {
|
|
50
62
|
readonly input: GetAccuracyMetricsCommandInput;
|
|
@@ -33,6 +33,10 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
|
|
|
33
33
|
* @see {@link ListDatasetGroupsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
37
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
36
40
|
*/
|
|
37
41
|
export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, ForecastClientResolvedConfig> {
|
|
38
42
|
readonly input: ListDatasetGroupsCommandInput;
|
|
@@ -33,6 +33,14 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
|
|
|
33
33
|
* @see {@link ListDatasetImportJobsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
41
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
36
44
|
*/
|
|
37
45
|
export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, ForecastClientResolvedConfig> {
|
|
38
46
|
readonly input: ListDatasetImportJobsCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
31
31
|
* @see {@link ListDatasetsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
35
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, ForecastClientResolvedConfig> {
|
|
36
40
|
readonly input: ListDatasetsCommandInput;
|
|
@@ -33,6 +33,14 @@ export interface ListExplainabilitiesCommandOutput extends ListExplainabilitiesR
|
|
|
33
33
|
* @see {@link ListExplainabilitiesCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
41
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
36
44
|
*/
|
|
37
45
|
export declare class ListExplainabilitiesCommand extends $Command<ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput, ForecastClientResolvedConfig> {
|
|
38
46
|
readonly input: ListExplainabilitiesCommandInput;
|
|
@@ -32,6 +32,14 @@ export interface ListExplainabilityExportsCommandOutput extends ListExplainabili
|
|
|
32
32
|
* @see {@link ListExplainabilityExportsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
40
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
35
43
|
*/
|
|
36
44
|
export declare class ListExplainabilityExportsCommand extends $Command<ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput, ForecastClientResolvedConfig> {
|
|
37
45
|
readonly input: ListExplainabilityExportsCommandInput;
|
|
@@ -32,6 +32,14 @@ export interface ListForecastExportJobsCommandOutput extends ListForecastExportJ
|
|
|
32
32
|
* @see {@link ListForecastExportJobsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
40
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
35
43
|
*/
|
|
36
44
|
export declare class ListForecastExportJobsCommand extends $Command<ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput, ForecastClientResolvedConfig> {
|
|
37
45
|
readonly input: ListForecastExportJobsCommandInput;
|
|
@@ -33,6 +33,14 @@ export interface ListForecastsCommandOutput extends ListForecastsResponse, __Met
|
|
|
33
33
|
* @see {@link ListForecastsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
41
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
36
44
|
*/
|
|
37
45
|
export declare class ListForecastsCommand extends $Command<ListForecastsCommandInput, ListForecastsCommandOutput, ForecastClientResolvedConfig> {
|
|
38
46
|
readonly input: ListForecastsCommandInput;
|
|
@@ -32,6 +32,18 @@ export interface ListMonitorEvaluationsCommandOutput extends ListMonitorEvaluati
|
|
|
32
32
|
* @see {@link ListMonitorEvaluationsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
40
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</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 ListMonitorEvaluationsCommand extends $Command<ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput, ForecastClientResolvedConfig> {
|
|
37
49
|
readonly input: ListMonitorEvaluationsCommandInput;
|
|
@@ -30,6 +30,14 @@ export interface ListMonitorsCommandOutput extends ListMonitorsResponse, __Metad
|
|
|
30
30
|
* @see {@link ListMonitorsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
38
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
33
41
|
*/
|
|
34
42
|
export declare class ListMonitorsCommand extends $Command<ListMonitorsCommandInput, ListMonitorsCommandOutput, ForecastClientResolvedConfig> {
|
|
35
43
|
readonly input: ListMonitorsCommandInput;
|
|
@@ -32,6 +32,14 @@ export interface ListPredictorBacktestExportJobsCommandOutput extends ListPredic
|
|
|
32
32
|
* @see {@link ListPredictorBacktestExportJobsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
40
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
35
43
|
*/
|
|
36
44
|
export declare class ListPredictorBacktestExportJobsCommand extends $Command<ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput, ForecastClientResolvedConfig> {
|
|
37
45
|
readonly input: ListPredictorBacktestExportJobsCommandInput;
|
|
@@ -33,6 +33,14 @@ export interface ListPredictorsCommandOutput extends ListPredictorsResponse, __M
|
|
|
33
33
|
* @see {@link ListPredictorsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
41
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
36
44
|
*/
|
|
37
45
|
export declare class ListPredictorsCommand extends $Command<ListPredictorsCommandInput, ListPredictorsCommandOutput, ForecastClientResolvedConfig> {
|
|
38
46
|
readonly input: ListPredictorsCommandInput;
|
|
@@ -29,6 +29,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
38
|
+
* again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
*/
|
|
33
42
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ForecastClientResolvedConfig> {
|
|
34
43
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface ListWhatIfAnalysesCommandOutput extends ListWhatIfAnalysesRespo
|
|
|
29
29
|
* @see {@link ListWhatIfAnalysesCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
37
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class ListWhatIfAnalysesCommand extends $Command<ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput, ForecastClientResolvedConfig> {
|
|
34
42
|
readonly input: ListWhatIfAnalysesCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface ListWhatIfForecastExportsCommandOutput extends ListWhatIfForeca
|
|
|
29
29
|
* @see {@link ListWhatIfForecastExportsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
37
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class ListWhatIfForecastExportsCommand extends $Command<ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput, ForecastClientResolvedConfig> {
|
|
34
42
|
readonly input: ListWhatIfForecastExportsCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface ListWhatIfForecastsCommandOutput extends ListWhatIfForecastsRes
|
|
|
29
29
|
* @see {@link ListWhatIfForecastsCommandOutput} 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 InvalidNextTokenException} (client fault)
|
|
37
|
+
* <p>The token is not valid. Tokens expire after 24 hours.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class ListWhatIfForecastsCommand extends $Command<ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput, ForecastClientResolvedConfig> {
|
|
34
42
|
readonly input: ListWhatIfForecastsCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface ResumeResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link ResumeResourceCommandOutput} 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 LimitExceededException} (client fault)
|
|
37
|
+
* <p>The limit on the number of resources per account has been exceeded.</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
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class ResumeResourceCommand extends $Command<ResumeResourceCommandInput, ResumeResourceCommandOutput, ForecastClientResolvedConfig> {
|
|
34
49
|
readonly input: ResumeResourceCommandInput;
|
|
@@ -57,6 +57,18 @@ export interface StopResourceCommandOutput extends __MetadataBearer {
|
|
|
57
57
|
* @see {@link StopResourceCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
61
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
62
|
+
* the valid range.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
65
|
+
* <p>The limit on the number of resources per account has been exceeded.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
69
|
+
* again.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
60
72
|
*/
|
|
61
73
|
export declare class StopResourceCommand extends $Command<StopResourceCommandInput, StopResourceCommandOutput, ForecastClientResolvedConfig> {
|
|
62
74
|
readonly input: StopResourceCommandInput;
|
|
@@ -32,6 +32,18 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
32
32
|
* @see {@link TagResourceCommandOutput} 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 LimitExceededException} (client fault)
|
|
40
|
+
* <p>The limit on the number of resources per account has been exceeded.</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 TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ForecastClientResolvedConfig> {
|
|
37
49
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,15 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
38
|
+
* again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
*/
|
|
33
42
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ForecastClientResolvedConfig> {
|
|
34
43
|
readonly input: UntagResourceCommandInput;
|
|
@@ -34,6 +34,18 @@ export interface UpdateDatasetGroupCommandOutput extends UpdateDatasetGroupRespo
|
|
|
34
34
|
* @see {@link UpdateDatasetGroupCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
38
|
+
* <p>We can't process the request because it includes an invalid value or a value that exceeds
|
|
39
|
+
* the valid range.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
42
|
+
* <p>The specified resource is in use.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try
|
|
46
|
+
* again.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
37
49
|
*/
|
|
38
50
|
export declare class UpdateDatasetGroupCommand extends $Command<UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput, ForecastClientResolvedConfig> {
|
|
39
51
|
readonly input: UpdateDatasetGroupCommandInput;
|