Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Mobile/MobileClient.php
Строк: 23
<?php
namespace AwsMobile;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Mobile** service.
* @method AwsResult createProject(array $args = [])
* @method GuzzleHttpPromisePromise createProjectAsync(array $args = [])
* @method AwsResult deleteProject(array $args = [])
* @method GuzzleHttpPromisePromise deleteProjectAsync(array $args = [])
* @method AwsResult describeBundle(array $args = [])
* @method GuzzleHttpPromisePromise describeBundleAsync(array $args = [])
* @method AwsResult describeProject(array $args = [])
* @method GuzzleHttpPromisePromise describeProjectAsync(array $args = [])
* @method AwsResult exportBundle(array $args = [])
* @method GuzzleHttpPromisePromise exportBundleAsync(array $args = [])
* @method AwsResult exportProject(array $args = [])
* @method GuzzleHttpPromisePromise exportProjectAsync(array $args = [])
* @method AwsResult listBundles(array $args = [])
* @method GuzzleHttpPromisePromise listBundlesAsync(array $args = [])
* @method AwsResult listProjects(array $args = [])
* @method GuzzleHttpPromisePromise listProjectsAsync(array $args = [])
* @method AwsResult updateProject(array $args = [])
* @method GuzzleHttpPromisePromise updateProjectAsync(array $args = [])
*/
class MobileClient extends AwsClient {}