RDSDataServiceClient.php
22 lines
| 1 | <?php |
| 2 | namespace Aws\RDSDataService; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS RDS DataService** service. |
| 8 | * @method \Aws\Result batchExecuteStatement(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise batchExecuteStatementAsync(array $args = []) |
| 10 | * @method \Aws\Result beginTransaction(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise beginTransactionAsync(array $args = []) |
| 12 | * @method \Aws\Result commitTransaction(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise commitTransactionAsync(array $args = []) |
| 14 | * @method \Aws\Result executeSql(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise executeSqlAsync(array $args = []) |
| 16 | * @method \Aws\Result executeStatement(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise executeStatementAsync(array $args = []) |
| 18 | * @method \Aws\Result rollbackTransaction(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise rollbackTransactionAsync(array $args = []) |
| 20 | */ |
| 21 | class RDSDataServiceClient extends AwsClient {} |
| 22 |