![]() 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/old/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService/ |
<?php namespace Aws\RedshiftDataAPIService; use Aws\AwsClient; /** * This client is used to interact with the **Redshift Data API Service** service. * @method \Aws\Result batchExecuteStatement(array $args = []) * @method \GuzzleHttp\Promise\Promise batchExecuteStatementAsync(array $args = []) * @method \Aws\Result cancelStatement(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelStatementAsync(array $args = []) * @method \Aws\Result describeStatement(array $args = []) * @method \GuzzleHttp\Promise\Promise describeStatementAsync(array $args = []) * @method \Aws\Result describeTable(array $args = []) * @method \GuzzleHttp\Promise\Promise describeTableAsync(array $args = []) * @method \Aws\Result executeStatement(array $args = []) * @method \GuzzleHttp\Promise\Promise executeStatementAsync(array $args = []) * @method \Aws\Result getStatementResult(array $args = []) * @method \GuzzleHttp\Promise\Promise getStatementResultAsync(array $args = []) * @method \Aws\Result listDatabases(array $args = []) * @method \GuzzleHttp\Promise\Promise listDatabasesAsync(array $args = []) * @method \Aws\Result listSchemas(array $args = []) * @method \GuzzleHttp\Promise\Promise listSchemasAsync(array $args = []) * @method \Aws\Result listStatements(array $args = []) * @method \GuzzleHttp\Promise\Promise listStatementsAsync(array $args = []) * @method \Aws\Result listTables(array $args = []) * @method \GuzzleHttp\Promise\Promise listTablesAsync(array $args = []) */ class RedshiftDataAPIServiceClient extends AwsClient {}