OutpostsClient.php 1.1 KB

1234567891011121314151617181920212223
  1. <?php
  2. namespace Aws\Outposts;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Outposts** service.
  6. * @method \Aws\Result createOutpost(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createOutpostAsync(array $args = [])
  8. * @method \Aws\Result deleteOutpost(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise deleteOutpostAsync(array $args = [])
  10. * @method \Aws\Result deleteSite(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteSiteAsync(array $args = [])
  12. * @method \Aws\Result getOutpost(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise getOutpostAsync(array $args = [])
  14. * @method \Aws\Result getOutpostInstanceTypes(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getOutpostInstanceTypesAsync(array $args = [])
  16. * @method \Aws\Result listOutposts(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise listOutpostsAsync(array $args = [])
  18. * @method \Aws\Result listSites(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise listSitesAsync(array $args = [])
  20. */
  21. class OutpostsClient extends AwsClient {}