WorkSpacesClient.php 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?php
  2. namespace Aws\WorkSpaces;
  3. use Aws\AwsClient;
  4. /**
  5. * Amazon WorkSpaces client.
  6. *
  7. * @method \Aws\Result associateConnectionAlias(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise associateConnectionAliasAsync(array $args = [])
  9. * @method \Aws\Result associateIpGroups(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise associateIpGroupsAsync(array $args = [])
  11. * @method \Aws\Result authorizeIpRules(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise authorizeIpRulesAsync(array $args = [])
  13. * @method \Aws\Result copyWorkspaceImage(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise copyWorkspaceImageAsync(array $args = [])
  15. * @method \Aws\Result createConnectionAlias(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createConnectionAliasAsync(array $args = [])
  17. * @method \Aws\Result createIpGroup(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createIpGroupAsync(array $args = [])
  19. * @method \Aws\Result createTags(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
  21. * @method \Aws\Result createWorkspaces(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createWorkspacesAsync(array $args = [])
  23. * @method \Aws\Result deleteConnectionAlias(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise deleteConnectionAliasAsync(array $args = [])
  25. * @method \Aws\Result deleteIpGroup(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise deleteIpGroupAsync(array $args = [])
  27. * @method \Aws\Result deleteTags(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
  29. * @method \Aws\Result deleteWorkspaceImage(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise deleteWorkspaceImageAsync(array $args = [])
  31. * @method \Aws\Result deregisterWorkspaceDirectory(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise deregisterWorkspaceDirectoryAsync(array $args = [])
  33. * @method \Aws\Result describeAccount(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise describeAccountAsync(array $args = [])
  35. * @method \Aws\Result describeAccountModifications(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise describeAccountModificationsAsync(array $args = [])
  37. * @method \Aws\Result describeClientProperties(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise describeClientPropertiesAsync(array $args = [])
  39. * @method \Aws\Result describeConnectionAliasPermissions(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise describeConnectionAliasPermissionsAsync(array $args = [])
  41. * @method \Aws\Result describeConnectionAliases(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise describeConnectionAliasesAsync(array $args = [])
  43. * @method \Aws\Result describeIpGroups(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise describeIpGroupsAsync(array $args = [])
  45. * @method \Aws\Result describeTags(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
  47. * @method \Aws\Result describeWorkspaceBundles(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise describeWorkspaceBundlesAsync(array $args = [])
  49. * @method \Aws\Result describeWorkspaceDirectories(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise describeWorkspaceDirectoriesAsync(array $args = [])
  51. * @method \Aws\Result describeWorkspaceImagePermissions(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise describeWorkspaceImagePermissionsAsync(array $args = [])
  53. * @method \Aws\Result describeWorkspaceImages(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise describeWorkspaceImagesAsync(array $args = [])
  55. * @method \Aws\Result describeWorkspaceSnapshots(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise describeWorkspaceSnapshotsAsync(array $args = [])
  57. * @method \Aws\Result describeWorkspaces(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise describeWorkspacesAsync(array $args = [])
  59. * @method \Aws\Result describeWorkspacesConnectionStatus(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise describeWorkspacesConnectionStatusAsync(array $args = [])
  61. * @method \Aws\Result disassociateConnectionAlias(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise disassociateConnectionAliasAsync(array $args = [])
  63. * @method \Aws\Result disassociateIpGroups(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise disassociateIpGroupsAsync(array $args = [])
  65. * @method \Aws\Result importWorkspaceImage(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise importWorkspaceImageAsync(array $args = [])
  67. * @method \Aws\Result listAvailableManagementCidrRanges(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise listAvailableManagementCidrRangesAsync(array $args = [])
  69. * @method \Aws\Result migrateWorkspace(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise migrateWorkspaceAsync(array $args = [])
  71. * @method \Aws\Result modifyAccount(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise modifyAccountAsync(array $args = [])
  73. * @method \Aws\Result modifyClientProperties(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise modifyClientPropertiesAsync(array $args = [])
  75. * @method \Aws\Result modifySelfservicePermissions(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise modifySelfservicePermissionsAsync(array $args = [])
  77. * @method \Aws\Result modifyWorkspaceAccessProperties(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise modifyWorkspaceAccessPropertiesAsync(array $args = [])
  79. * @method \Aws\Result modifyWorkspaceCreationProperties(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise modifyWorkspaceCreationPropertiesAsync(array $args = [])
  81. * @method \Aws\Result modifyWorkspaceProperties(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise modifyWorkspacePropertiesAsync(array $args = [])
  83. * @method \Aws\Result modifyWorkspaceState(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise modifyWorkspaceStateAsync(array $args = [])
  85. * @method \Aws\Result rebootWorkspaces(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise rebootWorkspacesAsync(array $args = [])
  87. * @method \Aws\Result rebuildWorkspaces(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise rebuildWorkspacesAsync(array $args = [])
  89. * @method \Aws\Result registerWorkspaceDirectory(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise registerWorkspaceDirectoryAsync(array $args = [])
  91. * @method \Aws\Result restoreWorkspace(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise restoreWorkspaceAsync(array $args = [])
  93. * @method \Aws\Result revokeIpRules(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise revokeIpRulesAsync(array $args = [])
  95. * @method \Aws\Result startWorkspaces(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise startWorkspacesAsync(array $args = [])
  97. * @method \Aws\Result stopWorkspaces(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise stopWorkspacesAsync(array $args = [])
  99. * @method \Aws\Result terminateWorkspaces(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise terminateWorkspacesAsync(array $args = [])
  101. * @method \Aws\Result updateConnectionAliasPermission(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise updateConnectionAliasPermissionAsync(array $args = [])
  103. * @method \Aws\Result updateRulesOfIpGroup(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise updateRulesOfIpGroupAsync(array $args = [])
  105. * @method \Aws\Result updateWorkspaceImagePermission(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise updateWorkspaceImagePermissionAsync(array $args = [])
  107. */
  108. class WorkSpacesClient extends AwsClient {}