mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-16 21:18:00 +00:00
S3/Minio storage controller Support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\ForecastQueryService\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Forecast Query Service** service.
|
||||
*/
|
||||
class ForecastQueryServiceException extends AwsException {}
|
||||
@@ -0,0 +1,11 @@
|
||||
<?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 {}
|
||||
Reference in New Issue
Block a user