aws_api/forecastquery
Types
Functions
pub fn new(
access_key_id access_key_id: String,
secret_access_key secret_access_key: String,
region region: String,
) -> Client
pub fn query_forecast(
client: Client,
request_body: BitArray,
) -> Request(BitArray)
pub fn query_what_if_forecast(
client: Client,
request_body: BitArray,
) -> Request(BitArray)
pub fn with_custom_endpoint(
client: Client,
custom_endpoint: String,
) -> Client