![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/aws/aws-sdk-php/src/RDSDataService/ |
<?php namespace Aws\RDSDataService; use Aws\AwsClient; /** * This client is used to interact with the **AWS RDS DataService** service. * @method \Aws\Result batchExecuteStatement(array $args = []) * @method \GuzzleHttp\Promise\Promise batchExecuteStatementAsync(array $args = []) * @method \Aws\Result beginTransaction(array $args = []) * @method \GuzzleHttp\Promise\Promise beginTransactionAsync(array $args = []) * @method \Aws\Result commitTransaction(array $args = []) * @method \GuzzleHttp\Promise\Promise commitTransactionAsync(array $args = []) * @method \Aws\Result executeSql(array $args = []) * @method \GuzzleHttp\Promise\Promise executeSqlAsync(array $args = []) * @method \Aws\Result executeStatement(array $args = []) * @method \GuzzleHttp\Promise\Promise executeStatementAsync(array $args = []) * @method \Aws\Result rollbackTransaction(array $args = []) * @method \GuzzleHttp\Promise\Promise rollbackTransactionAsync(array $args = []) */ class RDSDataServiceClient extends AwsClient {}