Smaws_Client_Forecastqueryforecastquery client library built on EIO.
module Types : sig ... endval make_data_point :
?value:Types.double ->
?timestamp:Types.timestamp ->
unit ->
Types.data_pointval make_forecast : ?predictions:Types.predictions -> unit -> Types.forecastval make_query_what_if_forecast_response :
?forecast:Types.forecast ->
unit ->
Types.query_what_if_forecast_responseval make_query_what_if_forecast_request :
?next_token:Types.next_token ->
?end_date:Types.date_time ->
?start_date:Types.date_time ->
filters:Types.filters ->
what_if_forecast_arn:Types.long_arn ->
unit ->
Types.query_what_if_forecast_requestval make_query_forecast_response :
?forecast:Types.forecast ->
unit ->
Types.query_forecast_responseval make_query_forecast_request :
?next_token:Types.next_token ->
?end_date:Types.date_time ->
?start_date:Types.date_time ->
filters:Types.filters ->
forecast_arn:Types.arn ->
unit ->
Types.query_forecast_requestOperations
module QueryForecast : sig ... endRetrieves a forecast for a single item, filtered by the supplied criteria.
module QueryWhatIfForecast : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end