Smaws_Client_Forecast.ListForecastExportJobsReturns a list of forecast export jobs created using the CreateForecastExportJob operation. For each forecast export job, this operation returns a summary of its properties, including its Amazon Resource Name (ARN). To retrieve the complete set of properties, use the ARN with the DescribeForecastExportJob operation. You can filter the list using an array of Filter objects.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidInputException of Types.invalid_input_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_forecast_export_jobs_request ->
(Types.list_forecast_export_jobs_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInputException of Types.invalid_input_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_forecast_export_jobs_request ->
(Types.list_forecast_export_jobs_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInputException of Types.invalid_input_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result