<?php
namespace AwsForecastQueryService;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Forecast Query Service** service.
* @method AwsResult queryForecast(array $args = [])
* @method GuzzleHttpPromisePromise queryForecastAsync(array $args = [])
*/
class ForecastQueryServiceClient extends AwsClient {}