summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php
blob: 875dd6223b8848b3befff622e2816a000cdea5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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 {}