summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php
blob: c2875f0ced9f5d18feeffb3a861e4073adc7778d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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 {}