Files
pictshare/storage-controllers/s3/Aws/QLDBSession/QLDBSessionClient.php
2020-01-05 03:11:41 +01:00

12 lines
311 B
PHP

<?php
namespace Aws\QLDBSession;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon QLDB Session** service.
* @method \Aws\Result sendCommand(array $args = [])
* @method \GuzzleHttp\Promise\Promise sendCommandAsync(array $args = [])
*/
class QLDBSessionClient extends AwsClient {}