1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\RedshiftDataAPIService;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Redshift Data API Service** service.
|
|
|
8 |
* @method \Aws\Result batchExecuteStatement(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise batchExecuteStatementAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result cancelStatement(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise cancelStatementAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result describeStatement(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise describeStatementAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result describeTable(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise describeTableAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result executeStatement(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise executeStatementAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result getStatementResult(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise getStatementResultAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result listDatabases(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise listDatabasesAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result listSchemas(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise listSchemasAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result listStatements(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise listStatementsAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result listTables(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise listTablesAsync(array $args = [])
|
|
|
28 |
*/
|
|
|
29 |
class RedshiftDataAPIServiceClient extends AwsClient {}
|