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