Cloud9Client.php 2.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. namespace Aws\Cloud9;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Cloud9** service.
  6. * @method \Aws\Result createEnvironmentEC2(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createEnvironmentEC2Async(array $args = [])
  8. * @method \Aws\Result createEnvironmentMembership(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createEnvironmentMembershipAsync(array $args = [])
  10. * @method \Aws\Result deleteEnvironment(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
  12. * @method \Aws\Result deleteEnvironmentMembership(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteEnvironmentMembershipAsync(array $args = [])
  14. * @method \Aws\Result describeEnvironmentMemberships(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise describeEnvironmentMembershipsAsync(array $args = [])
  16. * @method \Aws\Result describeEnvironmentStatus(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise describeEnvironmentStatusAsync(array $args = [])
  18. * @method \Aws\Result describeEnvironments(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise describeEnvironmentsAsync(array $args = [])
  20. * @method \Aws\Result listEnvironments(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise listEnvironmentsAsync(array $args = [])
  22. * @method \Aws\Result listTagsForResource(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  24. * @method \Aws\Result tagResource(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  26. * @method \Aws\Result untagResource(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  28. * @method \Aws\Result updateEnvironment(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
  30. * @method \Aws\Result updateEnvironmentMembership(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise updateEnvironmentMembershipAsync(array $args = [])
  32. */
  33. class Cloud9Client extends AwsClient {}