Exception/ForecastQueryServiceException.php 0000644 00000000361 15152066313 0015211 0 ustar 00 <?php
namespace Aws\ForecastQueryService\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Forecast Query Service** service.
*/
class ForecastQueryServiceException extends AwsException {}
ForecastQueryServiceClient.php 0000644 00000000746 15152066313 0012542 0 ustar 00 <?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 {}