MobileClient.php 1.3 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. namespace Aws\Mobile;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Mobile** service.
  6. * @method \Aws\Result createProject(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
  8. * @method \Aws\Result deleteProject(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
  10. * @method \Aws\Result describeBundle(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise describeBundleAsync(array $args = [])
  12. * @method \Aws\Result describeProject(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
  14. * @method \Aws\Result exportBundle(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise exportBundleAsync(array $args = [])
  16. * @method \Aws\Result exportProject(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise exportProjectAsync(array $args = [])
  18. * @method \Aws\Result listBundles(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise listBundlesAsync(array $args = [])
  20. * @method \Aws\Result listProjects(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
  22. * @method \Aws\Result updateProject(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
  24. */
  25. class MobileClient extends AwsClient {}