AppstreamClient.php 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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 batchAssociateUserStack(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchAssociateUserStackAsync(array $args = [])
  10. * @method \Aws\Result batchDisassociateUserStack(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchDisassociateUserStackAsync(array $args = [])
  12. * @method \Aws\Result copyImage(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise copyImageAsync(array $args = [])
  14. * @method \Aws\Result createDirectoryConfig(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createDirectoryConfigAsync(array $args = [])
  16. * @method \Aws\Result createFleet(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
  18. * @method \Aws\Result createImageBuilder(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createImageBuilderAsync(array $args = [])
  20. * @method \Aws\Result createImageBuilderStreamingURL(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createImageBuilderStreamingURLAsync(array $args = [])
  22. * @method \Aws\Result createStack(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = [])
  24. * @method \Aws\Result createStreamingURL(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createStreamingURLAsync(array $args = [])
  26. * @method \Aws\Result createUsageReportSubscription(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createUsageReportSubscriptionAsync(array $args = [])
  28. * @method \Aws\Result createUser(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
  30. * @method \Aws\Result deleteDirectoryConfig(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteDirectoryConfigAsync(array $args = [])
  32. * @method \Aws\Result deleteFleet(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
  34. * @method \Aws\Result deleteImage(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
  36. * @method \Aws\Result deleteImageBuilder(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteImageBuilderAsync(array $args = [])
  38. * @method \Aws\Result deleteImagePermissions(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteImagePermissionsAsync(array $args = [])
  40. * @method \Aws\Result deleteStack(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = [])
  42. * @method \Aws\Result deleteUsageReportSubscription(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteUsageReportSubscriptionAsync(array $args = [])
  44. * @method \Aws\Result deleteUser(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
  46. * @method \Aws\Result describeDirectoryConfigs(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeDirectoryConfigsAsync(array $args = [])
  48. * @method \Aws\Result describeFleets(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeFleetsAsync(array $args = [])
  50. * @method \Aws\Result describeImageBuilders(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeImageBuildersAsync(array $args = [])
  52. * @method \Aws\Result describeImagePermissions(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describeImagePermissionsAsync(array $args = [])
  54. * @method \Aws\Result describeImages(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
  56. * @method \Aws\Result describeSessions(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeSessionsAsync(array $args = [])
  58. * @method \Aws\Result describeStacks(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = [])
  60. * @method \Aws\Result describeUsageReportSubscriptions(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describeUsageReportSubscriptionsAsync(array $args = [])
  62. * @method \Aws\Result describeUserStackAssociations(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise describeUserStackAssociationsAsync(array $args = [])
  64. * @method \Aws\Result describeUsers(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise describeUsersAsync(array $args = [])
  66. * @method \Aws\Result disableUser(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise disableUserAsync(array $args = [])
  68. * @method \Aws\Result disassociateFleet(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise disassociateFleetAsync(array $args = [])
  70. * @method \Aws\Result enableUser(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise enableUserAsync(array $args = [])
  72. * @method \Aws\Result expireSession(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise expireSessionAsync(array $args = [])
  74. * @method \Aws\Result listAssociatedFleets(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listAssociatedFleetsAsync(array $args = [])
  76. * @method \Aws\Result listAssociatedStacks(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listAssociatedStacksAsync(array $args = [])
  78. * @method \Aws\Result listTagsForResource(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  80. * @method \Aws\Result startFleet(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise startFleetAsync(array $args = [])
  82. * @method \Aws\Result startImageBuilder(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise startImageBuilderAsync(array $args = [])
  84. * @method \Aws\Result stopFleet(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise stopFleetAsync(array $args = [])
  86. * @method \Aws\Result stopImageBuilder(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise stopImageBuilderAsync(array $args = [])
  88. * @method \Aws\Result tagResource(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  90. * @method \Aws\Result untagResource(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  92. * @method \Aws\Result updateDirectoryConfig(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise updateDirectoryConfigAsync(array $args = [])
  94. * @method \Aws\Result updateFleet(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise updateFleetAsync(array $args = [])
  96. * @method \Aws\Result updateImagePermissions(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise updateImagePermissionsAsync(array $args = [])
  98. * @method \Aws\Result updateStack(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = [])
  100. */
  101. class AppstreamClient extends AwsClient {}