Files
faveo/vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

14 lines
486 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 = [])
* @method \Aws\Result queryWhatIfForecast(array $args = [])
* @method \GuzzleHttp\Promise\Promise queryWhatIfForecastAsync(array $args = [])
*/
class ForecastQueryServiceClient extends AwsClient {}