| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/nextcloud/3rdparty/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 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 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 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 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 = [])
*/
class QLDBClient extends AwsClient {}