mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-18 02:13:11 +02:00
12 lines
343 B
PHP
12 lines
343 B
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 {}
|