PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / Amplify / AmplifyClient.php
transferito / vendor / aws / aws-sdk-php / src / Amplify Last commit date
Exception 11 months ago AmplifyClient.php 11 months ago
AmplifyClient.php
84 lines
1 <?php
2 namespace Aws\Amplify;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **AWS Amplify** service.
8 * @method \Aws\Result createApp(array $args = [])
9 * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
10 * @method \Aws\Result createBackendEnvironment(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise createBackendEnvironmentAsync(array $args = [])
12 * @method \Aws\Result createBranch(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise createBranchAsync(array $args = [])
14 * @method \Aws\Result createDeployment(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
16 * @method \Aws\Result createDomainAssociation(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise createDomainAssociationAsync(array $args = [])
18 * @method \Aws\Result createWebhook(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise createWebhookAsync(array $args = [])
20 * @method \Aws\Result deleteApp(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
22 * @method \Aws\Result deleteBackendEnvironment(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise deleteBackendEnvironmentAsync(array $args = [])
24 * @method \Aws\Result deleteBranch(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise deleteBranchAsync(array $args = [])
26 * @method \Aws\Result deleteDomainAssociation(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise deleteDomainAssociationAsync(array $args = [])
28 * @method \Aws\Result deleteJob(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
30 * @method \Aws\Result deleteWebhook(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise deleteWebhookAsync(array $args = [])
32 * @method \Aws\Result generateAccessLogs(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise generateAccessLogsAsync(array $args = [])
34 * @method \Aws\Result getApp(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise getAppAsync(array $args = [])
36 * @method \Aws\Result getArtifactUrl(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise getArtifactUrlAsync(array $args = [])
38 * @method \Aws\Result getBackendEnvironment(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise getBackendEnvironmentAsync(array $args = [])
40 * @method \Aws\Result getBranch(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise getBranchAsync(array $args = [])
42 * @method \Aws\Result getDomainAssociation(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise getDomainAssociationAsync(array $args = [])
44 * @method \Aws\Result getJob(array $args = [])
45 * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
46 * @method \Aws\Result getWebhook(array $args = [])
47 * @method \GuzzleHttp\Promise\Promise getWebhookAsync(array $args = [])
48 * @method \Aws\Result listApps(array $args = [])
49 * @method \GuzzleHttp\Promise\Promise listAppsAsync(array $args = [])
50 * @method \Aws\Result listArtifacts(array $args = [])
51 * @method \GuzzleHttp\Promise\Promise listArtifactsAsync(array $args = [])
52 * @method \Aws\Result listBackendEnvironments(array $args = [])
53 * @method \GuzzleHttp\Promise\Promise listBackendEnvironmentsAsync(array $args = [])
54 * @method \Aws\Result listBranches(array $args = [])
55 * @method \GuzzleHttp\Promise\Promise listBranchesAsync(array $args = [])
56 * @method \Aws\Result listDomainAssociations(array $args = [])
57 * @method \GuzzleHttp\Promise\Promise listDomainAssociationsAsync(array $args = [])
58 * @method \Aws\Result listJobs(array $args = [])
59 * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
60 * @method \Aws\Result listTagsForResource(array $args = [])
61 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
62 * @method \Aws\Result listWebhooks(array $args = [])
63 * @method \GuzzleHttp\Promise\Promise listWebhooksAsync(array $args = [])
64 * @method \Aws\Result startDeployment(array $args = [])
65 * @method \GuzzleHttp\Promise\Promise startDeploymentAsync(array $args = [])
66 * @method \Aws\Result startJob(array $args = [])
67 * @method \GuzzleHttp\Promise\Promise startJobAsync(array $args = [])
68 * @method \Aws\Result stopJob(array $args = [])
69 * @method \GuzzleHttp\Promise\Promise stopJobAsync(array $args = [])
70 * @method \Aws\Result tagResource(array $args = [])
71 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
72 * @method \Aws\Result untagResource(array $args = [])
73 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
74 * @method \Aws\Result updateApp(array $args = [])
75 * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = [])
76 * @method \Aws\Result updateBranch(array $args = [])
77 * @method \GuzzleHttp\Promise\Promise updateBranchAsync(array $args = [])
78 * @method \Aws\Result updateDomainAssociation(array $args = [])
79 * @method \GuzzleHttp\Promise\Promise updateDomainAssociationAsync(array $args = [])
80 * @method \Aws\Result updateWebhook(array $args = [])
81 * @method \GuzzleHttp\Promise\Promise updateWebhookAsync(array $args = [])
82 */
83 class AmplifyClient extends AwsClient {}
84