/home/mip/mip/public/img/credit/datatables/ForecastQueryService.tar
Exception/ForecastQueryServiceException.php000064400000000361151520663130015211 0ustar00<?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.php000064400000000746151520663130012542 0ustar00<?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 {}