Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/QLDB/QLDBClient.php
Строк: 58
<?php
namespace AwsQLDB;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon QLDB** service.
* @method AwsResult cancelJournalKinesisStream(array $args = [])
* @method GuzzleHttpPromisePromise cancelJournalKinesisStreamAsync(array $args = [])
* @method AwsResult createLedger(array $args = [])
* @method GuzzleHttpPromisePromise createLedgerAsync(array $args = [])
* @method AwsResult deleteLedger(array $args = [])
* @method GuzzleHttpPromisePromise deleteLedgerAsync(array $args = [])
* @method AwsResult describeJournalKinesisStream(array $args = [])
* @method GuzzleHttpPromisePromise describeJournalKinesisStreamAsync(array $args = [])
* @method AwsResult describeJournalS3Export(array $args = [])
* @method GuzzleHttpPromisePromise describeJournalS3ExportAsync(array $args = [])
* @method AwsResult describeLedger(array $args = [])
* @method GuzzleHttpPromisePromise describeLedgerAsync(array $args = [])
* @method AwsResult exportJournalToS3(array $args = [])
* @method GuzzleHttpPromisePromise exportJournalToS3Async(array $args = [])
* @method AwsResult getBlock(array $args = [])
* @method GuzzleHttpPromisePromise getBlockAsync(array $args = [])
* @method AwsResult getDigest(array $args = [])
* @method GuzzleHttpPromisePromise getDigestAsync(array $args = [])
* @method AwsResult getRevision(array $args = [])
* @method GuzzleHttpPromisePromise getRevisionAsync(array $args = [])
* @method AwsResult listJournalKinesisStreamsForLedger(array $args = [])
* @method GuzzleHttpPromisePromise listJournalKinesisStreamsForLedgerAsync(array $args = [])
* @method AwsResult listJournalS3Exports(array $args = [])
* @method GuzzleHttpPromisePromise listJournalS3ExportsAsync(array $args = [])
* @method AwsResult listJournalS3ExportsForLedger(array $args = [])
* @method GuzzleHttpPromisePromise listJournalS3ExportsForLedgerAsync(array $args = [])
* @method AwsResult listLedgers(array $args = [])
* @method GuzzleHttpPromisePromise listLedgersAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult streamJournalToKinesis(array $args = [])
* @method GuzzleHttpPromisePromise streamJournalToKinesisAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateLedger(array $args = [])
* @method GuzzleHttpPromisePromise updateLedgerAsync(array $args = [])
*/
class QLDBClient extends AwsClient {}