����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.223.135.69 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/aws/aws-sdk-php/src/QLDB/ |
Upload File : |
<?php namespace Aws\QLDB; use Aws\AwsClient; /** * This client is used to interact with the **Amazon QLDB** service. * @method \Aws\Result cancelJournalKinesisStream(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelJournalKinesisStreamAsync(array $args = []) * @method \Aws\Result createLedger(array $args = []) * @method \GuzzleHttp\Promise\Promise createLedgerAsync(array $args = []) * @method \Aws\Result deleteLedger(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteLedgerAsync(array $args = []) * @method \Aws\Result describeJournalKinesisStream(array $args = []) * @method \GuzzleHttp\Promise\Promise describeJournalKinesisStreamAsync(array $args = []) * @method \Aws\Result describeJournalS3Export(array $args = []) * @method \GuzzleHttp\Promise\Promise describeJournalS3ExportAsync(array $args = []) * @method \Aws\Result describeLedger(array $args = []) * @method \GuzzleHttp\Promise\Promise describeLedgerAsync(array $args = []) * @method \Aws\Result exportJournalToS3(array $args = []) * @method \GuzzleHttp\Promise\Promise exportJournalToS3Async(array $args = []) * @method \Aws\Result getBlock(array $args = []) * @method \GuzzleHttp\Promise\Promise getBlockAsync(array $args = []) * @method \Aws\Result getDigest(array $args = []) * @method \GuzzleHttp\Promise\Promise getDigestAsync(array $args = []) * @method \Aws\Result getRevision(array $args = []) * @method \GuzzleHttp\Promise\Promise getRevisionAsync(array $args = []) * @method \Aws\Result listJournalKinesisStreamsForLedger(array $args = []) * @method \GuzzleHttp\Promise\Promise listJournalKinesisStreamsForLedgerAsync(array $args = []) * @method \Aws\Result listJournalS3Exports(array $args = []) * @method \GuzzleHttp\Promise\Promise listJournalS3ExportsAsync(array $args = []) * @method \Aws\Result listJournalS3ExportsForLedger(array $args = []) * @method \GuzzleHttp\Promise\Promise listJournalS3ExportsForLedgerAsync(array $args = []) * @method \Aws\Result listLedgers(array $args = []) * @method \GuzzleHttp\Promise\Promise listLedgersAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result streamJournalToKinesis(array $args = []) * @method \GuzzleHttp\Promise\Promise streamJournalToKinesisAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateLedger(array $args = []) * @method \GuzzleHttp\Promise\Promise updateLedgerAsync(array $args = []) * @method \Aws\Result updateLedgerPermissionsMode(array $args = []) * @method \GuzzleHttp\Promise\Promise updateLedgerPermissionsModeAsync(array $args = []) */ class QLDBClient extends AwsClient {}