QLDBClient.php
50 lines
| 1 | <?php |
| 2 | namespace Aws\QLDB; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon QLDB** service. |
| 8 | * @method \Aws\Result cancelJournalKinesisStream(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise cancelJournalKinesisStreamAsync(array $args = []) |
| 10 | * @method \Aws\Result createLedger(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createLedgerAsync(array $args = []) |
| 12 | * @method \Aws\Result deleteLedger(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise deleteLedgerAsync(array $args = []) |
| 14 | * @method \Aws\Result describeJournalKinesisStream(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise describeJournalKinesisStreamAsync(array $args = []) |
| 16 | * @method \Aws\Result describeJournalS3Export(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise describeJournalS3ExportAsync(array $args = []) |
| 18 | * @method \Aws\Result describeLedger(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise describeLedgerAsync(array $args = []) |
| 20 | * @method \Aws\Result exportJournalToS3(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise exportJournalToS3Async(array $args = []) |
| 22 | * @method \Aws\Result getBlock(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise getBlockAsync(array $args = []) |
| 24 | * @method \Aws\Result getDigest(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise getDigestAsync(array $args = []) |
| 26 | * @method \Aws\Result getRevision(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise getRevisionAsync(array $args = []) |
| 28 | * @method \Aws\Result listJournalKinesisStreamsForLedger(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise listJournalKinesisStreamsForLedgerAsync(array $args = []) |
| 30 | * @method \Aws\Result listJournalS3Exports(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise listJournalS3ExportsAsync(array $args = []) |
| 32 | * @method \Aws\Result listJournalS3ExportsForLedger(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise listJournalS3ExportsForLedgerAsync(array $args = []) |
| 34 | * @method \Aws\Result listLedgers(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise listLedgersAsync(array $args = []) |
| 36 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 38 | * @method \Aws\Result streamJournalToKinesis(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise streamJournalToKinesisAsync(array $args = []) |
| 40 | * @method \Aws\Result tagResource(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 42 | * @method \Aws\Result untagResource(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 44 | * @method \Aws\Result updateLedger(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise updateLedgerAsync(array $args = []) |
| 46 | * @method \Aws\Result updateLedgerPermissionsMode(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise updateLedgerPermissionsModeAsync(array $args = []) |
| 48 | */ |
| 49 | class QLDBClient extends AwsClient {} |
| 50 |