WorkSpacesClient.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?php
  2. namespace Aws\WorkSpaces;
  3. use Aws\AwsClient;
  4. /**
  5. * Amazon WorkSpaces client.
  6. *
  7. * @method \Aws\Result acceptAccountLinkInvitation(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise acceptAccountLinkInvitationAsync(array $args = [])
  9. * @method \Aws\Result associateConnectionAlias(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise associateConnectionAliasAsync(array $args = [])
  11. * @method \Aws\Result associateIpGroups(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise associateIpGroupsAsync(array $args = [])
  13. * @method \Aws\Result associateWorkspaceApplication(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise associateWorkspaceApplicationAsync(array $args = [])
  15. * @method \Aws\Result authorizeIpRules(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise authorizeIpRulesAsync(array $args = [])
  17. * @method \Aws\Result copyWorkspaceImage(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise copyWorkspaceImageAsync(array $args = [])
  19. * @method \Aws\Result createAccountLinkInvitation(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createAccountLinkInvitationAsync(array $args = [])
  21. * @method \Aws\Result createConnectClientAddIn(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createConnectClientAddInAsync(array $args = [])
  23. * @method \Aws\Result createConnectionAlias(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createConnectionAliasAsync(array $args = [])
  25. * @method \Aws\Result createIpGroup(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise createIpGroupAsync(array $args = [])
  27. * @method \Aws\Result createStandbyWorkspaces(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise createStandbyWorkspacesAsync(array $args = [])
  29. * @method \Aws\Result createTags(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
  31. * @method \Aws\Result createUpdatedWorkspaceImage(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise createUpdatedWorkspaceImageAsync(array $args = [])
  33. * @method \Aws\Result createWorkspaceBundle(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise createWorkspaceBundleAsync(array $args = [])
  35. * @method \Aws\Result createWorkspaceImage(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise createWorkspaceImageAsync(array $args = [])
  37. * @method \Aws\Result createWorkspaces(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise createWorkspacesAsync(array $args = [])
  39. * @method \Aws\Result createWorkspacesPool(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise createWorkspacesPoolAsync(array $args = [])
  41. * @method \Aws\Result deleteAccountLinkInvitation(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise deleteAccountLinkInvitationAsync(array $args = [])
  43. * @method \Aws\Result deleteClientBranding(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise deleteClientBrandingAsync(array $args = [])
  45. * @method \Aws\Result deleteConnectClientAddIn(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise deleteConnectClientAddInAsync(array $args = [])
  47. * @method \Aws\Result deleteConnectionAlias(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise deleteConnectionAliasAsync(array $args = [])
  49. * @method \Aws\Result deleteIpGroup(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise deleteIpGroupAsync(array $args = [])
  51. * @method \Aws\Result deleteTags(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
  53. * @method \Aws\Result deleteWorkspaceBundle(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise deleteWorkspaceBundleAsync(array $args = [])
  55. * @method \Aws\Result deleteWorkspaceImage(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise deleteWorkspaceImageAsync(array $args = [])
  57. * @method \Aws\Result deployWorkspaceApplications(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise deployWorkspaceApplicationsAsync(array $args = [])
  59. * @method \Aws\Result deregisterWorkspaceDirectory(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise deregisterWorkspaceDirectoryAsync(array $args = [])
  61. * @method \Aws\Result describeAccount(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise describeAccountAsync(array $args = [])
  63. * @method \Aws\Result describeAccountModifications(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise describeAccountModificationsAsync(array $args = [])
  65. * @method \Aws\Result describeApplicationAssociations(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise describeApplicationAssociationsAsync(array $args = [])
  67. * @method \Aws\Result describeApplications(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise describeApplicationsAsync(array $args = [])
  69. * @method \Aws\Result describeBundleAssociations(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise describeBundleAssociationsAsync(array $args = [])
  71. * @method \Aws\Result describeClientBranding(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise describeClientBrandingAsync(array $args = [])
  73. * @method \Aws\Result describeClientProperties(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise describeClientPropertiesAsync(array $args = [])
  75. * @method \Aws\Result describeConnectClientAddIns(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise describeConnectClientAddInsAsync(array $args = [])
  77. * @method \Aws\Result describeConnectionAliasPermissions(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise describeConnectionAliasPermissionsAsync(array $args = [])
  79. * @method \Aws\Result describeConnectionAliases(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise describeConnectionAliasesAsync(array $args = [])
  81. * @method \Aws\Result describeImageAssociations(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise describeImageAssociationsAsync(array $args = [])
  83. * @method \Aws\Result describeIpGroups(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise describeIpGroupsAsync(array $args = [])
  85. * @method \Aws\Result describeTags(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
  87. * @method \Aws\Result describeWorkspaceAssociations(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise describeWorkspaceAssociationsAsync(array $args = [])
  89. * @method \Aws\Result describeWorkspaceBundles(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise describeWorkspaceBundlesAsync(array $args = [])
  91. * @method \Aws\Result describeWorkspaceDirectories(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise describeWorkspaceDirectoriesAsync(array $args = [])
  93. * @method \Aws\Result describeWorkspaceImagePermissions(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise describeWorkspaceImagePermissionsAsync(array $args = [])
  95. * @method \Aws\Result describeWorkspaceImages(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise describeWorkspaceImagesAsync(array $args = [])
  97. * @method \Aws\Result describeWorkspaceSnapshots(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise describeWorkspaceSnapshotsAsync(array $args = [])
  99. * @method \Aws\Result describeWorkspaces(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise describeWorkspacesAsync(array $args = [])
  101. * @method \Aws\Result describeWorkspacesConnectionStatus(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise describeWorkspacesConnectionStatusAsync(array $args = [])
  103. * @method \Aws\Result describeWorkspacesPoolSessions(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise describeWorkspacesPoolSessionsAsync(array $args = [])
  105. * @method \Aws\Result describeWorkspacesPools(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise describeWorkspacesPoolsAsync(array $args = [])
  107. * @method \Aws\Result disassociateConnectionAlias(array $args = [])
  108. * @method \GuzzleHttp\Promise\Promise disassociateConnectionAliasAsync(array $args = [])
  109. * @method \Aws\Result disassociateIpGroups(array $args = [])
  110. * @method \GuzzleHttp\Promise\Promise disassociateIpGroupsAsync(array $args = [])
  111. * @method \Aws\Result disassociateWorkspaceApplication(array $args = [])
  112. * @method \GuzzleHttp\Promise\Promise disassociateWorkspaceApplicationAsync(array $args = [])
  113. * @method \Aws\Result getAccountLink(array $args = [])
  114. * @method \GuzzleHttp\Promise\Promise getAccountLinkAsync(array $args = [])
  115. * @method \Aws\Result importClientBranding(array $args = [])
  116. * @method \GuzzleHttp\Promise\Promise importClientBrandingAsync(array $args = [])
  117. * @method \Aws\Result importWorkspaceImage(array $args = [])
  118. * @method \GuzzleHttp\Promise\Promise importWorkspaceImageAsync(array $args = [])
  119. * @method \Aws\Result listAccountLinks(array $args = [])
  120. * @method \GuzzleHttp\Promise\Promise listAccountLinksAsync(array $args = [])
  121. * @method \Aws\Result listAvailableManagementCidrRanges(array $args = [])
  122. * @method \GuzzleHttp\Promise\Promise listAvailableManagementCidrRangesAsync(array $args = [])
  123. * @method \Aws\Result migrateWorkspace(array $args = [])
  124. * @method \GuzzleHttp\Promise\Promise migrateWorkspaceAsync(array $args = [])
  125. * @method \Aws\Result modifyAccount(array $args = [])
  126. * @method \GuzzleHttp\Promise\Promise modifyAccountAsync(array $args = [])
  127. * @method \Aws\Result modifyCertificateBasedAuthProperties(array $args = [])
  128. * @method \GuzzleHttp\Promise\Promise modifyCertificateBasedAuthPropertiesAsync(array $args = [])
  129. * @method \Aws\Result modifyClientProperties(array $args = [])
  130. * @method \GuzzleHttp\Promise\Promise modifyClientPropertiesAsync(array $args = [])
  131. * @method \Aws\Result modifySamlProperties(array $args = [])
  132. * @method \GuzzleHttp\Promise\Promise modifySamlPropertiesAsync(array $args = [])
  133. * @method \Aws\Result modifySelfservicePermissions(array $args = [])
  134. * @method \GuzzleHttp\Promise\Promise modifySelfservicePermissionsAsync(array $args = [])
  135. * @method \Aws\Result modifyStreamingProperties(array $args = [])
  136. * @method \GuzzleHttp\Promise\Promise modifyStreamingPropertiesAsync(array $args = [])
  137. * @method \Aws\Result modifyWorkspaceAccessProperties(array $args = [])
  138. * @method \GuzzleHttp\Promise\Promise modifyWorkspaceAccessPropertiesAsync(array $args = [])
  139. * @method \Aws\Result modifyWorkspaceCreationProperties(array $args = [])
  140. * @method \GuzzleHttp\Promise\Promise modifyWorkspaceCreationPropertiesAsync(array $args = [])
  141. * @method \Aws\Result modifyWorkspaceProperties(array $args = [])
  142. * @method \GuzzleHttp\Promise\Promise modifyWorkspacePropertiesAsync(array $args = [])
  143. * @method \Aws\Result modifyWorkspaceState(array $args = [])
  144. * @method \GuzzleHttp\Promise\Promise modifyWorkspaceStateAsync(array $args = [])
  145. * @method \Aws\Result rebootWorkspaces(array $args = [])
  146. * @method \GuzzleHttp\Promise\Promise rebootWorkspacesAsync(array $args = [])
  147. * @method \Aws\Result rebuildWorkspaces(array $args = [])
  148. * @method \GuzzleHttp\Promise\Promise rebuildWorkspacesAsync(array $args = [])
  149. * @method \Aws\Result registerWorkspaceDirectory(array $args = [])
  150. * @method \GuzzleHttp\Promise\Promise registerWorkspaceDirectoryAsync(array $args = [])
  151. * @method \Aws\Result rejectAccountLinkInvitation(array $args = [])
  152. * @method \GuzzleHttp\Promise\Promise rejectAccountLinkInvitationAsync(array $args = [])
  153. * @method \Aws\Result restoreWorkspace(array $args = [])
  154. * @method \GuzzleHttp\Promise\Promise restoreWorkspaceAsync(array $args = [])
  155. * @method \Aws\Result revokeIpRules(array $args = [])
  156. * @method \GuzzleHttp\Promise\Promise revokeIpRulesAsync(array $args = [])
  157. * @method \Aws\Result startWorkspaces(array $args = [])
  158. * @method \GuzzleHttp\Promise\Promise startWorkspacesAsync(array $args = [])
  159. * @method \Aws\Result startWorkspacesPool(array $args = [])
  160. * @method \GuzzleHttp\Promise\Promise startWorkspacesPoolAsync(array $args = [])
  161. * @method \Aws\Result stopWorkspaces(array $args = [])
  162. * @method \GuzzleHttp\Promise\Promise stopWorkspacesAsync(array $args = [])
  163. * @method \Aws\Result stopWorkspacesPool(array $args = [])
  164. * @method \GuzzleHttp\Promise\Promise stopWorkspacesPoolAsync(array $args = [])
  165. * @method \Aws\Result terminateWorkspaces(array $args = [])
  166. * @method \GuzzleHttp\Promise\Promise terminateWorkspacesAsync(array $args = [])
  167. * @method \Aws\Result terminateWorkspacesPool(array $args = [])
  168. * @method \GuzzleHttp\Promise\Promise terminateWorkspacesPoolAsync(array $args = [])
  169. * @method \Aws\Result terminateWorkspacesPoolSession(array $args = [])
  170. * @method \GuzzleHttp\Promise\Promise terminateWorkspacesPoolSessionAsync(array $args = [])
  171. * @method \Aws\Result updateConnectClientAddIn(array $args = [])
  172. * @method \GuzzleHttp\Promise\Promise updateConnectClientAddInAsync(array $args = [])
  173. * @method \Aws\Result updateConnectionAliasPermission(array $args = [])
  174. * @method \GuzzleHttp\Promise\Promise updateConnectionAliasPermissionAsync(array $args = [])
  175. * @method \Aws\Result updateRulesOfIpGroup(array $args = [])
  176. * @method \GuzzleHttp\Promise\Promise updateRulesOfIpGroupAsync(array $args = [])
  177. * @method \Aws\Result updateWorkspaceBundle(array $args = [])
  178. * @method \GuzzleHttp\Promise\Promise updateWorkspaceBundleAsync(array $args = [])
  179. * @method \Aws\Result updateWorkspaceImagePermission(array $args = [])
  180. * @method \GuzzleHttp\Promise\Promise updateWorkspaceImagePermissionAsync(array $args = [])
  181. * @method \Aws\Result updateWorkspacesPool(array $args = [])
  182. * @method \GuzzleHttp\Promise\Promise updateWorkspacesPoolAsync(array $args = [])
  183. */
  184. class WorkSpacesClient extends AwsClient {}