transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ServerlessApplicationRepository
/
ServerlessApplicationRepositoryClient.php
ServerlessApplicationRepositoryClient.php
38 lines
| 1 | <?php |
| 2 | namespace Aws\ServerlessApplicationRepository; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWSServerlessApplicationRepository** service. |
| 8 | * @method \Aws\Result createApplication(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = []) |
| 10 | * @method \Aws\Result createApplicationVersion(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createApplicationVersionAsync(array $args = []) |
| 12 | * @method \Aws\Result createCloudFormationChangeSet(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createCloudFormationChangeSetAsync(array $args = []) |
| 14 | * @method \Aws\Result createCloudFormationTemplate(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createCloudFormationTemplateAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteApplication(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = []) |
| 18 | * @method \Aws\Result getApplication(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = []) |
| 20 | * @method \Aws\Result getApplicationPolicy(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise getApplicationPolicyAsync(array $args = []) |
| 22 | * @method \Aws\Result getCloudFormationTemplate(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise getCloudFormationTemplateAsync(array $args = []) |
| 24 | * @method \Aws\Result listApplicationDependencies(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise listApplicationDependenciesAsync(array $args = []) |
| 26 | * @method \Aws\Result listApplicationVersions(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise listApplicationVersionsAsync(array $args = []) |
| 28 | * @method \Aws\Result listApplications(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = []) |
| 30 | * @method \Aws\Result putApplicationPolicy(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise putApplicationPolicyAsync(array $args = []) |
| 32 | * @method \Aws\Result unshareApplication(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise unshareApplicationAsync(array $args = []) |
| 34 | * @method \Aws\Result updateApplication(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = []) |
| 36 | */ |
| 37 | class ServerlessApplicationRepositoryClient extends AwsClient {} |
| 38 |