Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Amplify/AmplifyClient.php
Строк: 115
<?php
namespace AwsAmplify;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Amplify** service.
* @method AwsResult createApp(array $args = [])
* @method GuzzleHttpPromisePromise createAppAsync(array $args = [])
* @method AwsResult createBackendEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise createBackendEnvironmentAsync(array $args = [])
* @method AwsResult createBranch(array $args = [])
* @method GuzzleHttpPromisePromise createBranchAsync(array $args = [])
* @method AwsResult createDeployment(array $args = [])
* @method GuzzleHttpPromisePromise createDeploymentAsync(array $args = [])
* @method AwsResult createDomainAssociation(array $args = [])
* @method GuzzleHttpPromisePromise createDomainAssociationAsync(array $args = [])
* @method AwsResult createWebhook(array $args = [])
* @method GuzzleHttpPromisePromise createWebhookAsync(array $args = [])
* @method AwsResult deleteApp(array $args = [])
* @method GuzzleHttpPromisePromise deleteAppAsync(array $args = [])
* @method AwsResult deleteBackendEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise deleteBackendEnvironmentAsync(array $args = [])
* @method AwsResult deleteBranch(array $args = [])
* @method GuzzleHttpPromisePromise deleteBranchAsync(array $args = [])
* @method AwsResult deleteDomainAssociation(array $args = [])
* @method GuzzleHttpPromisePromise deleteDomainAssociationAsync(array $args = [])
* @method AwsResult deleteJob(array $args = [])
* @method GuzzleHttpPromisePromise deleteJobAsync(array $args = [])
* @method AwsResult deleteWebhook(array $args = [])
* @method GuzzleHttpPromisePromise deleteWebhookAsync(array $args = [])
* @method AwsResult generateAccessLogs(array $args = [])
* @method GuzzleHttpPromisePromise generateAccessLogsAsync(array $args = [])
* @method AwsResult getApp(array $args = [])
* @method GuzzleHttpPromisePromise getAppAsync(array $args = [])
* @method AwsResult getArtifactUrl(array $args = [])
* @method GuzzleHttpPromisePromise getArtifactUrlAsync(array $args = [])
* @method AwsResult getBackendEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise getBackendEnvironmentAsync(array $args = [])
* @method AwsResult getBranch(array $args = [])
* @method GuzzleHttpPromisePromise getBranchAsync(array $args = [])
* @method AwsResult getDomainAssociation(array $args = [])
* @method GuzzleHttpPromisePromise getDomainAssociationAsync(array $args = [])
* @method AwsResult getJob(array $args = [])
* @method GuzzleHttpPromisePromise getJobAsync(array $args = [])
* @method AwsResult getWebhook(array $args = [])
* @method GuzzleHttpPromisePromise getWebhookAsync(array $args = [])
* @method AwsResult listApps(array $args = [])
* @method GuzzleHttpPromisePromise listAppsAsync(array $args = [])
* @method AwsResult listArtifacts(array $args = [])
* @method GuzzleHttpPromisePromise listArtifactsAsync(array $args = [])
* @method AwsResult listBackendEnvironments(array $args = [])
* @method GuzzleHttpPromisePromise listBackendEnvironmentsAsync(array $args = [])
* @method AwsResult listBranches(array $args = [])
* @method GuzzleHttpPromisePromise listBranchesAsync(array $args = [])
* @method AwsResult listDomainAssociations(array $args = [])
* @method GuzzleHttpPromisePromise listDomainAssociationsAsync(array $args = [])
* @method AwsResult listJobs(array $args = [])
* @method GuzzleHttpPromisePromise listJobsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listWebhooks(array $args = [])
* @method GuzzleHttpPromisePromise listWebhooksAsync(array $args = [])
* @method AwsResult startDeployment(array $args = [])
* @method GuzzleHttpPromisePromise startDeploymentAsync(array $args = [])
* @method AwsResult startJob(array $args = [])
* @method GuzzleHttpPromisePromise startJobAsync(array $args = [])
* @method AwsResult stopJob(array $args = [])
* @method GuzzleHttpPromisePromise stopJobAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateApp(array $args = [])
* @method GuzzleHttpPromisePromise updateAppAsync(array $args = [])
* @method AwsResult updateBranch(array $args = [])
* @method GuzzleHttpPromisePromise updateBranchAsync(array $args = [])
* @method AwsResult updateDomainAssociation(array $args = [])
* @method GuzzleHttpPromisePromise updateDomainAssociationAsync(array $args = [])
* @method AwsResult updateWebhook(array $args = [])
* @method GuzzleHttpPromisePromise updateWebhookAsync(array $args = [])
*/
class AmplifyClient extends AwsClient {}