mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 21:11:30 -07:00
31 lines
1.7 KiB
PHP
31 lines
1.7 KiB
PHP
<?php
|
|
namespace Aws\Athena;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon Athena** service.
|
|
* @method \Aws\Result batchGetNamedQuery(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise batchGetNamedQueryAsync(array $args = [])
|
|
* @method \Aws\Result batchGetQueryExecution(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise batchGetQueryExecutionAsync(array $args = [])
|
|
* @method \Aws\Result createNamedQuery(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createNamedQueryAsync(array $args = [])
|
|
* @method \Aws\Result deleteNamedQuery(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteNamedQueryAsync(array $args = [])
|
|
* @method \Aws\Result getNamedQuery(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getNamedQueryAsync(array $args = [])
|
|
* @method \Aws\Result getQueryExecution(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getQueryExecutionAsync(array $args = [])
|
|
* @method \Aws\Result getQueryResults(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getQueryResultsAsync(array $args = [])
|
|
* @method \Aws\Result listNamedQueries(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listNamedQueriesAsync(array $args = [])
|
|
* @method \Aws\Result listQueryExecutions(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listQueryExecutionsAsync(array $args = [])
|
|
* @method \Aws\Result startQueryExecution(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise startQueryExecutionAsync(array $args = [])
|
|
* @method \Aws\Result stopQueryExecution(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise stopQueryExecutionAsync(array $args = [])
|
|
*/
|
|
class AthenaClient extends AwsClient {}
|