Seditio Source
Root |
./othercms/dle15_0/upload/engine/classes/composer/vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php
<?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 = [])
 */
class ForecastQueryServiceClient extends AwsClient {}