OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ForecastQueryService
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:27:40 AM
rwxr-xr-x
📁
Exception
-
07/10/2024 05:27:06 AM
rwxr-xr-x
📄
ForecastQueryServiceClient.php
499 bytes
07/10/2024 05:23:49 AM
rw-r--r--
Editing: ForecastQueryServiceClient.php
Close
<?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 {}