AppstreamClient.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. namespace Aws\Appstream;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon AppStream** service.
  6. * @method \Aws\Result associateFleet(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateFleetAsync(array $args = [])
  8. * @method \Aws\Result createFleet(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
  10. * @method \Aws\Result createStack(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = [])
  12. * @method \Aws\Result createStreamingURL(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createStreamingURLAsync(array $args = [])
  14. * @method \Aws\Result deleteFleet(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
  16. * @method \Aws\Result deleteStack(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = [])
  18. * @method \Aws\Result describeFleets(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise describeFleetsAsync(array $args = [])
  20. * @method \Aws\Result describeImages(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
  22. * @method \Aws\Result describeSessions(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise describeSessionsAsync(array $args = [])
  24. * @method \Aws\Result describeStacks(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = [])
  26. * @method \Aws\Result disassociateFleet(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise disassociateFleetAsync(array $args = [])
  28. * @method \Aws\Result expireSession(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise expireSessionAsync(array $args = [])
  30. * @method \Aws\Result listAssociatedFleets(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listAssociatedFleetsAsync(array $args = [])
  32. * @method \Aws\Result listAssociatedStacks(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listAssociatedStacksAsync(array $args = [])
  34. * @method \Aws\Result startFleet(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise startFleetAsync(array $args = [])
  36. * @method \Aws\Result stopFleet(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise stopFleetAsync(array $args = [])
  38. * @method \Aws\Result updateFleet(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise updateFleetAsync(array $args = [])
  40. * @method \Aws\Result updateStack(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = [])
  42. */
  43. class AppstreamClient extends AwsClient {}