@aws-sdk/client-forecast 3.533.0 → 3.535.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/Forecast.d.ts +14 -1
- package/dist-types/ForecastClient.d.ts +1 -1
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/CreateForecastCommand.d.ts +2 -1
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateMonitorCommand.d.ts +2 -1
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreatePredictorCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteForecastCommand.d.ts +2 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeForecastCommand.d.ts +2 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListForecastsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPredictorsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +2 -1
- package/dist-types/commands/ResumeResourceCommand.d.ts +2 -1
- package/dist-types/commands/StopResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +690 -690
- package/dist-types/ts3.4/Forecast.d.ts +13 -0
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteResourceTreeCommand_base: {
|
|
24
24
|
new (input: DeleteResourceTreeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteResourceTreeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an entire resource tree. This operation will delete the parent resource and
|
|
30
30
|
* its child resources.</p>
|
|
31
31
|
* <p>Child resources are resources that were created from another resource. For example,
|
|
@@ -92,6 +92,7 @@ declare const DeleteResourceTreeCommand_base: {
|
|
|
92
92
|
* @throws {@link ForecastServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteResourceTreeCommand extends DeleteResourceTreeCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteWhatIfAnalysisCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteWhatIfAnalysisCommand_base: {
|
|
24
24
|
new (input: DeleteWhatIfAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteWhatIfAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a what-if analysis created using the <a>CreateWhatIfAnalysis</a>
|
|
30
30
|
* operation. You can delete only what-if analyses that have a status of <code>ACTIVE</code> or <code>CREATE_FAILED</code>. To get the status, use the <a>DescribeWhatIfAnalysis</a> operation. </p>
|
|
31
31
|
* <p>You can't delete a what-if analysis while any of its forecasts are being exported.</p>
|
|
@@ -64,6 +64,7 @@ declare const DeleteWhatIfAnalysisCommand_base: {
|
|
|
64
64
|
* @throws {@link ForecastServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteWhatIfAnalysisCommand extends DeleteWhatIfAnalysisCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteWhatIfForecastCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteWhatIfForecastCommand_base: {
|
|
24
24
|
new (input: DeleteWhatIfForecastCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteWhatIfForecastCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a what-if forecast created using the <a>CreateWhatIfForecast</a>
|
|
30
30
|
* operation. You can delete only what-if forecasts that have a status of <code>ACTIVE</code> or <code>CREATE_FAILED</code>. To get the status, use the <a>DescribeWhatIfForecast</a> operation. </p>
|
|
31
31
|
* <p>You can't delete a what-if forecast while it is being exported. After a what-if forecast is deleted, you can no longer query the what-if analysis.</p>
|
|
@@ -64,6 +64,7 @@ declare const DeleteWhatIfForecastCommand_base: {
|
|
|
64
64
|
* @throws {@link ForecastServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteWhatIfForecastCommand extends DeleteWhatIfForecastCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteWhatIfForecastExportCommandOutput extends __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteWhatIfForecastExportCommand_base: {
|
|
24
24
|
new (input: DeleteWhatIfForecastExportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteWhatIfForecastExportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a what-if forecast export created using the <a>CreateWhatIfForecastExport</a>
|
|
30
30
|
* operation. You can delete only what-if forecast exports that have a status of <code>ACTIVE</code> or <code>CREATE_FAILED</code>. To get the status, use the <a>DescribeWhatIfForecastExport</a> operation. </p>
|
|
31
31
|
* @example
|
|
@@ -63,6 +63,7 @@ declare const DeleteWhatIfForecastExportCommand_base: {
|
|
|
63
63
|
* @throws {@link ForecastServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteWhatIfForecastExportCommand extends DeleteWhatIfForecastExportCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAutoPredictorCommandOutput extends DescribeAutoPredicto
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAutoPredictorCommand_base: {
|
|
24
24
|
new (input: DescribeAutoPredictorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAutoPredictorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a predictor created using the CreateAutoPredictor operation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -122,6 +122,7 @@ declare const DescribeAutoPredictorCommand_base: {
|
|
|
122
122
|
* @throws {@link ForecastServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
124
124
|
*
|
|
125
|
+
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class DescribeAutoPredictorCommand extends DescribeAutoPredictorCommand_base {
|
|
127
128
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDatasetCommand_base: {
|
|
24
24
|
new (input: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes an Amazon Forecast dataset created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDataset.html">CreateDataset</a> operation.</p>
|
|
30
30
|
* <p>In addition to listing the parameters specified in the <code>CreateDataset</code> request,
|
|
31
31
|
* this operation includes the following dataset properties:</p>
|
|
@@ -99,6 +99,7 @@ declare const DescribeDatasetCommand_base: {
|
|
|
99
99
|
* @throws {@link ForecastServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDatasetGroupCommand_base: {
|
|
24
24
|
new (input: DescribeDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a dataset group created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetGroup.html">CreateDatasetGroup</a>
|
|
30
30
|
* operation.</p>
|
|
31
31
|
* <p>In addition to listing the parameters provided in the <code>CreateDatasetGroup</code>
|
|
@@ -93,6 +93,7 @@ declare const DescribeDatasetGroupCommand_base: {
|
|
|
93
93
|
* @throws {@link ForecastServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDatasetImportJobCommand_base: {
|
|
24
24
|
new (input: DescribeDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a dataset import job created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>
|
|
30
30
|
* operation.</p>
|
|
31
31
|
* <p>In addition to listing the parameters provided in the <code>CreateDatasetImportJob</code>
|
|
@@ -132,6 +132,7 @@ declare const DescribeDatasetImportJobCommand_base: {
|
|
|
132
132
|
* @throws {@link ForecastServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
134
134
|
*
|
|
135
|
+
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {
|
|
137
138
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeExplainabilityCommandOutput extends DescribeExplainabil
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeExplainabilityCommand_base: {
|
|
24
24
|
new (input: DescribeExplainabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeExplainabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes an Explainability resource created using the <a>CreateExplainability</a> operation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const DescribeExplainabilityCommand_base: {
|
|
|
90
90
|
* @throws {@link ForecastServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeExplainabilityCommand extends DescribeExplainabilityCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeExplainabilityExportCommandOutput extends DescribeExpla
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeExplainabilityExportCommand_base: {
|
|
24
24
|
new (input: DescribeExplainabilityExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeExplainabilityExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes an Explainability export created using the <a>CreateExplainabilityExport</a> operation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const DescribeExplainabilityExportCommand_base: {
|
|
|
75
75
|
* @throws {@link ForecastServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeExplainabilityExportCommand extends DescribeExplainabilityExportCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeForecastCommandOutput extends DescribeForecastResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeForecastCommand_base: {
|
|
24
24
|
new (input: DescribeForecastCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeForecastCommandInput, DescribeForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeForecastCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeForecastCommandInput, DescribeForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a forecast created using the <a>CreateForecast</a> operation.</p>
|
|
30
30
|
* <p>In addition to listing the properties provided in the <code>CreateForecast</code> request,
|
|
31
31
|
* this operation lists the following properties:</p>
|
|
@@ -120,6 +120,7 @@ declare const DescribeForecastCommand_base: {
|
|
|
120
120
|
* @throws {@link ForecastServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class DescribeForecastCommand extends DescribeForecastCommand_base {
|
|
125
126
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeForecastExportJobCommandOutput extends DescribeForecast
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeForecastExportJobCommand_base: {
|
|
24
24
|
new (input: DescribeForecastExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeForecastExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a forecast export job created using the <a>CreateForecastExportJob</a> operation.</p>
|
|
30
30
|
* <p>In addition to listing the properties provided by the user in the
|
|
31
31
|
* <code>CreateForecastExportJob</code> request, this operation lists the following
|
|
@@ -99,6 +99,7 @@ declare const DescribeForecastExportJobCommand_base: {
|
|
|
99
99
|
* @throws {@link ForecastServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DescribeForecastExportJobCommand extends DescribeForecastExportJobCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeMonitorCommandOutput extends DescribeMonitorResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeMonitorCommand_base: {
|
|
24
24
|
new (input: DescribeMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMonitorCommandInput, DescribeMonitorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMonitorCommandInput, DescribeMonitorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a monitor resource. In addition to listing the properties provided in the <a>CreateMonitor</a> request, this operation lists the following properties:</p>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -117,6 +117,7 @@ declare const DescribeMonitorCommand_base: {
|
|
|
117
117
|
* @throws {@link ForecastServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
119
119
|
*
|
|
120
|
+
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class DescribeMonitorCommand extends DescribeMonitorCommand_base {
|
|
122
123
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribePredictorBacktestExportJobCommandOutput extends Describ
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePredictorBacktestExportJobCommand_base: {
|
|
24
24
|
new (input: DescribePredictorBacktestExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribePredictorBacktestExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a predictor backtest export job created using the <a>CreatePredictorBacktestExportJob</a> operation.</p>
|
|
30
30
|
* <p>In addition to listing the properties provided by the user in the
|
|
31
31
|
* <code>CreatePredictorBacktestExportJob</code> request, this operation lists the
|
|
@@ -99,6 +99,7 @@ declare const DescribePredictorBacktestExportJobCommand_base: {
|
|
|
99
99
|
* @throws {@link ForecastServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DescribePredictorBacktestExportJobCommand extends DescribePredictorBacktestExportJobCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribePredictorCommandOutput extends DescribePredictorRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePredictorCommand_base: {
|
|
24
24
|
new (input: DescribePredictorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePredictorCommandInput, DescribePredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribePredictorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePredictorCommandInput, DescribePredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p> This operation is only valid for legacy predictors created with CreatePredictor. If you
|
|
31
31
|
* are not using a legacy predictor, use <a>DescribeAutoPredictor</a>.</p>
|
|
@@ -203,6 +203,7 @@ declare const DescribePredictorCommand_base: {
|
|
|
203
203
|
* @throws {@link ForecastServiceException}
|
|
204
204
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
205
205
|
*
|
|
206
|
+
* @public
|
|
206
207
|
*/
|
|
207
208
|
export declare class DescribePredictorCommand extends DescribePredictorCommand_base {
|
|
208
209
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeWhatIfAnalysisCommandOutput extends DescribeWhatIfAnaly
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeWhatIfAnalysisCommand_base: {
|
|
24
24
|
new (input: DescribeWhatIfAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeWhatIfAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the what-if analysis created using the <a>CreateWhatIfAnalysis</a> operation.</p>
|
|
30
30
|
* <p>In addition to listing the properties provided in the <code>CreateWhatIfAnalysis</code> request, this operation lists the following properties:</p>
|
|
31
31
|
* <ul>
|
|
@@ -110,6 +110,7 @@ declare const DescribeWhatIfAnalysisCommand_base: {
|
|
|
110
110
|
* @throws {@link ForecastServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
112
112
|
*
|
|
113
|
+
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class DescribeWhatIfAnalysisCommand extends DescribeWhatIfAnalysisCommand_base {
|
|
115
116
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeWhatIfForecastCommandOutput extends DescribeWhatIfForec
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeWhatIfForecastCommand_base: {
|
|
24
24
|
new (input: DescribeWhatIfForecastCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeWhatIfForecastCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the what-if forecast created using the <a>CreateWhatIfForecast</a> operation.</p>
|
|
30
30
|
* <p>In addition to listing the properties provided in the <code>CreateWhatIfForecast</code> request, this operation lists the following properties:</p>
|
|
31
31
|
* <ul>
|
|
@@ -126,6 +126,7 @@ declare const DescribeWhatIfForecastCommand_base: {
|
|
|
126
126
|
* @throws {@link ForecastServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
128
128
|
*
|
|
129
|
+
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class DescribeWhatIfForecastCommand extends DescribeWhatIfForecastCommand_base {
|
|
131
132
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeWhatIfForecastExportCommandOutput extends DescribeWhatI
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeWhatIfForecastExportCommand_base: {
|
|
24
24
|
new (input: DescribeWhatIfForecastExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeWhatIfForecastExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the what-if forecast export created using the <a>CreateWhatIfForecastExport</a> operation.</p>
|
|
30
30
|
* <p>In addition to listing the properties provided in the <code>CreateWhatIfForecastExport</code> request, this operation lists the following properties:</p>
|
|
31
31
|
* <ul>
|
|
@@ -100,6 +100,7 @@ declare const DescribeWhatIfForecastExportCommand_base: {
|
|
|
100
100
|
* @throws {@link ForecastServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class DescribeWhatIfForecastExportCommand extends DescribeWhatIfForecastExportCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAccuracyMetricsCommandOutput extends GetAccuracyMetricsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAccuracyMetricsCommand_base: {
|
|
24
24
|
new (input: GetAccuracyMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAccuracyMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides metrics on the accuracy of the models that were trained by the <a>CreatePredictor</a> operation. Use metrics to see how well the model performed and
|
|
30
30
|
* to decide whether to use the predictor to generate a forecast. For more information, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/forecast/latest/dg/metrics.html">Predictor
|
|
@@ -114,6 +114,7 @@ declare const GetAccuracyMetricsCommand_base: {
|
|
|
114
114
|
* @throws {@link ForecastServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
116
116
|
*
|
|
117
|
+
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class GetAccuracyMetricsCommand extends GetAccuracyMetricsCommand_base {
|
|
119
120
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetGroupsCommand_base: {
|
|
24
24
|
new (input: ListDatasetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of dataset groups created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetGroup.html">CreateDatasetGroup</a> operation.
|
|
30
30
|
* For each dataset group, this operation returns a summary of its properties, including its
|
|
31
31
|
* Amazon Resource Name (ARN). You can retrieve the complete set of properties by using the
|
|
@@ -69,6 +69,7 @@ declare const ListDatasetGroupsCommand_base: {
|
|
|
69
69
|
* @throws {@link ForecastServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetImportJobsCommand_base: {
|
|
24
24
|
new (input: ListDatasetImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetImportJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of dataset import jobs created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>
|
|
30
30
|
* operation. For each import job, this operation returns a summary of its properties, including
|
|
31
31
|
* its Amazon Resource Name (ARN). You can retrieve the complete set of properties by using the
|
|
@@ -90,6 +90,7 @@ declare const ListDatasetImportJobsCommand_base: {
|
|
|
90
90
|
* @throws {@link ForecastServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetsCommand_base: {
|
|
24
24
|
new (input: ListDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of datasets created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDataset.html">CreateDataset</a> operation. For each
|
|
30
30
|
* dataset, a summary of its properties, including its Amazon Resource Name (ARN), is returned.
|
|
31
31
|
* To retrieve the complete set of properties, use the ARN with the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation.</p>
|
|
@@ -69,6 +69,7 @@ declare const ListDatasetsCommand_base: {
|
|
|
69
69
|
* @throws {@link ForecastServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListExplainabilitiesCommandOutput extends ListExplainabilitiesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListExplainabilitiesCommand_base: {
|
|
24
24
|
new (input: ListExplainabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListExplainabilitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of Explainability resources created using the <a>CreateExplainability</a> operation. This operation returns a summary for
|
|
30
30
|
* each Explainability. You can filter the list using an array of <a>Filter</a>
|
|
31
31
|
* objects.</p>
|
|
@@ -87,6 +87,7 @@ declare const ListExplainabilitiesCommand_base: {
|
|
|
87
87
|
* @throws {@link ForecastServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListExplainabilitiesCommand extends ListExplainabilitiesCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListExplainabilityExportsCommandOutput extends ListExplainabili
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListExplainabilityExportsCommand_base: {
|
|
24
24
|
new (input: ListExplainabilityExportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListExplainabilityExportsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of Explainability exports created using the <a>CreateExplainabilityExport</a> operation. This operation returns a summary
|
|
30
30
|
* for each Explainability export. You can filter the list using an array of <a>Filter</a> objects.</p>
|
|
31
31
|
* <p>To retrieve the complete set of properties for a particular Explainability export, use
|
|
@@ -88,6 +88,7 @@ declare const ListExplainabilityExportsCommand_base: {
|
|
|
88
88
|
* @throws {@link ForecastServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListExplainabilityExportsCommand extends ListExplainabilityExportsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListForecastExportJobsCommandOutput extends ListForecastExportJ
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListForecastExportJobsCommand_base: {
|
|
24
24
|
new (input: ListForecastExportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListForecastExportJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of forecast export jobs created using the <a>CreateForecastExportJob</a> operation. For each forecast export job, this operation
|
|
30
30
|
* returns a summary of its properties, including its Amazon Resource Name (ARN). To retrieve the
|
|
31
31
|
* complete set of properties, use the ARN with the <a>DescribeForecastExportJob</a>
|
|
@@ -88,6 +88,7 @@ declare const ListForecastExportJobsCommand_base: {
|
|
|
88
88
|
* @throws {@link ForecastServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListForecastExportJobsCommand extends ListForecastExportJobsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListForecastsCommandOutput extends ListForecastsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListForecastsCommand_base: {
|
|
24
24
|
new (input: ListForecastsCommandInput): import("@smithy/smithy-client").CommandImpl<ListForecastsCommandInput, ListForecastsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListForecastsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListForecastsCommandInput, ListForecastsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of forecasts created using the <a>CreateForecast</a> operation.
|
|
30
30
|
* For each forecast, this operation returns a summary of its properties, including its Amazon
|
|
31
31
|
* Resource Name (ARN). To retrieve the complete set of properties, specify the ARN with the
|
|
@@ -85,6 +85,7 @@ declare const ListForecastsCommand_base: {
|
|
|
85
85
|
* @throws {@link ForecastServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListForecastsCommand extends ListForecastsCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMonitorEvaluationsCommandOutput extends ListMonitorEvaluati
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMonitorEvaluationsCommand_base: {
|
|
24
24
|
new (input: ListMonitorEvaluationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListMonitorEvaluationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the monitoring evaluation results and predictor events collected by
|
|
30
30
|
* the monitor resource during different windows of time.</p>
|
|
31
31
|
* <p>For information about monitoring see <a>predictor-monitoring</a>. For
|
|
@@ -103,6 +103,7 @@ declare const ListMonitorEvaluationsCommand_base: {
|
|
|
103
103
|
* @throws {@link ForecastServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListMonitorEvaluationsCommand extends ListMonitorEvaluationsCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMonitorsCommandOutput extends ListMonitorsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMonitorsCommand_base: {
|
|
24
24
|
new (input: ListMonitorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMonitorsCommandInput, ListMonitorsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListMonitorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMonitorsCommandInput, ListMonitorsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of monitors created with the <a>CreateMonitor</a> operation and <a>CreateAutoPredictor</a> operation. For each monitor resource, this operation returns of a summary of its properties, including its Amazon Resource Name (ARN). You
|
|
30
30
|
* can retrieve a complete set of properties of a monitor resource by specify the monitor's ARN in the <a>DescribeMonitor</a> operation.</p>
|
|
31
31
|
* @example
|
|
@@ -79,6 +79,7 @@ declare const ListMonitorsCommand_base: {
|
|
|
79
79
|
* @throws {@link ForecastServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListMonitorsCommand extends ListMonitorsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPredictorBacktestExportJobsCommandOutput extends ListPredic
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPredictorBacktestExportJobsCommand_base: {
|
|
24
24
|
new (input: ListPredictorBacktestExportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListPredictorBacktestExportJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of predictor backtest export jobs created using the <a>CreatePredictorBacktestExportJob</a> operation. This operation returns a
|
|
30
30
|
* summary for each backtest export job. You can filter the list using an array of <a>Filter</a> objects.</p>
|
|
31
31
|
* <p>To retrieve the complete set of properties for a particular backtest export job, use
|
|
@@ -88,6 +88,7 @@ declare const ListPredictorBacktestExportJobsCommand_base: {
|
|
|
88
88
|
* @throws {@link ForecastServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListPredictorBacktestExportJobsCommand extends ListPredictorBacktestExportJobsCommand_base {
|
|
93
94
|
}
|