QLDBClient.php 2.9 KB

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