AppstreamClient.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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 associateAppBlockBuilderAppBlock(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateAppBlockBuilderAppBlockAsync(array $args = [])
  8. * @method \Aws\Result associateApplicationFleet(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateApplicationFleetAsync(array $args = [])
  10. * @method \Aws\Result associateApplicationToEntitlement(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise associateApplicationToEntitlementAsync(array $args = [])
  12. * @method \Aws\Result associateFleet(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise associateFleetAsync(array $args = [])
  14. * @method \Aws\Result batchAssociateUserStack(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise batchAssociateUserStackAsync(array $args = [])
  16. * @method \Aws\Result batchDisassociateUserStack(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise batchDisassociateUserStackAsync(array $args = [])
  18. * @method \Aws\Result copyImage(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise copyImageAsync(array $args = [])
  20. * @method \Aws\Result createAppBlock(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createAppBlockAsync(array $args = [])
  22. * @method \Aws\Result createAppBlockBuilder(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createAppBlockBuilderAsync(array $args = [])
  24. * @method \Aws\Result createAppBlockBuilderStreamingURL(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createAppBlockBuilderStreamingURLAsync(array $args = [])
  26. * @method \Aws\Result createApplication(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
  28. * @method \Aws\Result createDirectoryConfig(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createDirectoryConfigAsync(array $args = [])
  30. * @method \Aws\Result createEntitlement(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise createEntitlementAsync(array $args = [])
  32. * @method \Aws\Result createFleet(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
  34. * @method \Aws\Result createImageBuilder(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise createImageBuilderAsync(array $args = [])
  36. * @method \Aws\Result createImageBuilderStreamingURL(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise createImageBuilderStreamingURLAsync(array $args = [])
  38. * @method \Aws\Result createStack(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = [])
  40. * @method \Aws\Result createStreamingURL(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise createStreamingURLAsync(array $args = [])
  42. * @method \Aws\Result createUpdatedImage(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise createUpdatedImageAsync(array $args = [])
  44. * @method \Aws\Result createUsageReportSubscription(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise createUsageReportSubscriptionAsync(array $args = [])
  46. * @method \Aws\Result createUser(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
  48. * @method \Aws\Result deleteAppBlock(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise deleteAppBlockAsync(array $args = [])
  50. * @method \Aws\Result deleteAppBlockBuilder(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise deleteAppBlockBuilderAsync(array $args = [])
  52. * @method \Aws\Result deleteApplication(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
  54. * @method \Aws\Result deleteDirectoryConfig(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise deleteDirectoryConfigAsync(array $args = [])
  56. * @method \Aws\Result deleteEntitlement(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise deleteEntitlementAsync(array $args = [])
  58. * @method \Aws\Result deleteFleet(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
  60. * @method \Aws\Result deleteImage(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
  62. * @method \Aws\Result deleteImageBuilder(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise deleteImageBuilderAsync(array $args = [])
  64. * @method \Aws\Result deleteImagePermissions(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise deleteImagePermissionsAsync(array $args = [])
  66. * @method \Aws\Result deleteStack(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = [])
  68. * @method \Aws\Result deleteUsageReportSubscription(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise deleteUsageReportSubscriptionAsync(array $args = [])
  70. * @method \Aws\Result deleteUser(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
  72. * @method \Aws\Result describeAppBlockBuilderAppBlockAssociations(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise describeAppBlockBuilderAppBlockAssociationsAsync(array $args = [])
  74. * @method \Aws\Result describeAppBlockBuilders(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise describeAppBlockBuildersAsync(array $args = [])
  76. * @method \Aws\Result describeAppBlocks(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise describeAppBlocksAsync(array $args = [])
  78. * @method \Aws\Result describeApplicationFleetAssociations(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise describeApplicationFleetAssociationsAsync(array $args = [])
  80. * @method \Aws\Result describeApplications(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise describeApplicationsAsync(array $args = [])
  82. * @method \Aws\Result describeDirectoryConfigs(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise describeDirectoryConfigsAsync(array $args = [])
  84. * @method \Aws\Result describeEntitlements(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise describeEntitlementsAsync(array $args = [])
  86. * @method \Aws\Result describeFleets(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise describeFleetsAsync(array $args = [])
  88. * @method \Aws\Result describeImageBuilders(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise describeImageBuildersAsync(array $args = [])
  90. * @method \Aws\Result describeImagePermissions(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise describeImagePermissionsAsync(array $args = [])
  92. * @method \Aws\Result describeImages(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
  94. * @method \Aws\Result describeSessions(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise describeSessionsAsync(array $args = [])
  96. * @method \Aws\Result describeStacks(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = [])
  98. * @method \Aws\Result describeUsageReportSubscriptions(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise describeUsageReportSubscriptionsAsync(array $args = [])
  100. * @method \Aws\Result describeUserStackAssociations(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise describeUserStackAssociationsAsync(array $args = [])
  102. * @method \Aws\Result describeUsers(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise describeUsersAsync(array $args = [])
  104. * @method \Aws\Result disableUser(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise disableUserAsync(array $args = [])
  106. * @method \Aws\Result disassociateAppBlockBuilderAppBlock(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise disassociateAppBlockBuilderAppBlockAsync(array $args = [])
  108. * @method \Aws\Result disassociateApplicationFleet(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise disassociateApplicationFleetAsync(array $args = [])
  110. * @method \Aws\Result disassociateApplicationFromEntitlement(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise disassociateApplicationFromEntitlementAsync(array $args = [])
  112. * @method \Aws\Result disassociateFleet(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise disassociateFleetAsync(array $args = [])
  114. * @method \Aws\Result enableUser(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise enableUserAsync(array $args = [])
  116. * @method \Aws\Result expireSession(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise expireSessionAsync(array $args = [])
  118. * @method \Aws\Result listAssociatedFleets(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise listAssociatedFleetsAsync(array $args = [])
  120. * @method \Aws\Result listAssociatedStacks(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise listAssociatedStacksAsync(array $args = [])
  122. * @method \Aws\Result listEntitledApplications(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise listEntitledApplicationsAsync(array $args = [])
  124. * @method \Aws\Result listTagsForResource(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  126. * @method \Aws\Result startAppBlockBuilder(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise startAppBlockBuilderAsync(array $args = [])
  128. * @method \Aws\Result startFleet(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise startFleetAsync(array $args = [])
  130. * @method \Aws\Result startImageBuilder(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise startImageBuilderAsync(array $args = [])
  132. * @method \Aws\Result stopAppBlockBuilder(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise stopAppBlockBuilderAsync(array $args = [])
  134. * @method \Aws\Result stopFleet(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise stopFleetAsync(array $args = [])
  136. * @method \Aws\Result stopImageBuilder(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise stopImageBuilderAsync(array $args = [])
  138. * @method \Aws\Result tagResource(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  140. * @method \Aws\Result untagResource(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  142. * @method \Aws\Result updateAppBlockBuilder(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise updateAppBlockBuilderAsync(array $args = [])
  144. * @method \Aws\Result updateApplication(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
  146. * @method \Aws\Result updateDirectoryConfig(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise updateDirectoryConfigAsync(array $args = [])
  148. * @method \Aws\Result updateEntitlement(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise updateEntitlementAsync(array $args = [])
  150. * @method \Aws\Result updateFleet(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise updateFleetAsync(array $args = [])
  152. * @method \Aws\Result updateImagePermissions(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise updateImagePermissionsAsync(array $args = [])
  154. * @method \Aws\Result updateStack(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = [])
  156. */
  157. class AppstreamClient extends AwsClient {}