whitelabel-plugins-update-s.../aws/Aws/QLDBSession/QLDBSessionClient.php
2024-05-13 16:09:03 +05:00

11 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 {}