Smaws_Client_Forecast.ListDatasetsReturns a list of datasets created using the CreateDataset operation. For each dataset, a summary of its properties, including its Amazon Resource Name (ARN), is returned. To retrieve the complete set of properties, use the ARN with the DescribeDataset operation.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_datasets_request ->
(Types.list_datasets_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_datasets_request ->
(Types.list_datasets_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result