D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ForecastQueryService
/
Filename :
ForecastQueryServiceClient.php
back
Copy
<?php namespace Aws\ForecastQueryService; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Forecast Query Service** service. * @method \Aws\Result queryForecast(array $args = []) * @method \GuzzleHttp\Promise\Promise queryForecastAsync(array $args = []) * @method \Aws\Result queryWhatIfForecast(array $args = []) * @method \GuzzleHttp\Promise\Promise queryWhatIfForecastAsync(array $args = []) */ class ForecastQueryServiceClient extends AwsClient {}