최초 커밋
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
namespace Aws\DSQL;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Aurora DSQL** service.
|
||||
* @method \Aws\Result createCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
|
||||
* @method \Aws\Result createMultiRegionClusters(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createMultiRegionClustersAsync(array $args = [])
|
||||
* @method \Aws\Result deleteCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
|
||||
* @method \Aws\Result deleteMultiRegionClusters(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteMultiRegionClustersAsync(array $args = [])
|
||||
* @method \Aws\Result getCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getClusterAsync(array $args = [])
|
||||
* @method \Aws\Result listClusters(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result updateCluster(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateClusterAsync(array $args = [])
|
||||
*/
|
||||
class DSQLClient extends AwsClient {}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\DSQL\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Aurora DSQL** service.
|
||||
*/
|
||||
class DSQLException extends AwsException {}
|
||||
Reference in New Issue
Block a user