QAppsClient.php 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. namespace Aws\QApps;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **QApps** service.
  6. * @method \Aws\Result associateLibraryItemReview(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateLibraryItemReviewAsync(array $args = [])
  8. * @method \Aws\Result associateQAppWithUser(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateQAppWithUserAsync(array $args = [])
  10. * @method \Aws\Result createLibraryItem(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createLibraryItemAsync(array $args = [])
  12. * @method \Aws\Result createQApp(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createQAppAsync(array $args = [])
  14. * @method \Aws\Result deleteLibraryItem(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteLibraryItemAsync(array $args = [])
  16. * @method \Aws\Result deleteQApp(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteQAppAsync(array $args = [])
  18. * @method \Aws\Result disassociateLibraryItemReview(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise disassociateLibraryItemReviewAsync(array $args = [])
  20. * @method \Aws\Result disassociateQAppFromUser(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise disassociateQAppFromUserAsync(array $args = [])
  22. * @method \Aws\Result getLibraryItem(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getLibraryItemAsync(array $args = [])
  24. * @method \Aws\Result getQApp(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getQAppAsync(array $args = [])
  26. * @method \Aws\Result getQAppSession(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getQAppSessionAsync(array $args = [])
  28. * @method \Aws\Result importDocument(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise importDocumentAsync(array $args = [])
  30. * @method \Aws\Result listLibraryItems(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listLibraryItemsAsync(array $args = [])
  32. * @method \Aws\Result listQApps(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listQAppsAsync(array $args = [])
  34. * @method \Aws\Result listTagsForResource(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  36. * @method \Aws\Result predictQApp(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise predictQAppAsync(array $args = [])
  38. * @method \Aws\Result startQAppSession(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise startQAppSessionAsync(array $args = [])
  40. * @method \Aws\Result stopQAppSession(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise stopQAppSessionAsync(array $args = [])
  42. * @method \Aws\Result tagResource(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  44. * @method \Aws\Result untagResource(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  46. * @method \Aws\Result updateLibraryItem(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise updateLibraryItemAsync(array $args = [])
  48. * @method \Aws\Result updateQApp(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise updateQAppAsync(array $args = [])
  50. * @method \Aws\Result updateQAppSession(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise updateQAppSessionAsync(array $args = [])
  52. */
  53. class QAppsClient extends AwsClient {}