12 lines
315 B
PHP
12 lines
315 B
PHP
<?php
|
|
namespace Aws\RDSDataService;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **AWS RDS DataService** service.
|
|
* @method \Aws\Result executeSql(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise executeSqlAsync(array $args = [])
|
|
*/
|
|
class RDSDataServiceClient extends AwsClient {}
|