ServerlessApplicationRepositoryClient.php 2.2 KB

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