DeviceFarmClient.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?php
  2. namespace Aws\DeviceFarm;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon DeviceFarm** service.
  6. *
  7. * @method \Aws\Result createDevicePool(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise createDevicePoolAsync(array $args = [])
  9. * @method \Aws\Result createInstanceProfile(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise createInstanceProfileAsync(array $args = [])
  11. * @method \Aws\Result createNetworkProfile(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise createNetworkProfileAsync(array $args = [])
  13. * @method \Aws\Result createProject(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
  15. * @method \Aws\Result createRemoteAccessSession(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createRemoteAccessSessionAsync(array $args = [])
  17. * @method \Aws\Result createTestGridProject(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createTestGridProjectAsync(array $args = [])
  19. * @method \Aws\Result createTestGridUrl(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createTestGridUrlAsync(array $args = [])
  21. * @method \Aws\Result createUpload(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createUploadAsync(array $args = [])
  23. * @method \Aws\Result createVPCEConfiguration(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createVPCEConfigurationAsync(array $args = [])
  25. * @method \Aws\Result deleteDevicePool(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise deleteDevicePoolAsync(array $args = [])
  27. * @method \Aws\Result deleteInstanceProfile(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise deleteInstanceProfileAsync(array $args = [])
  29. * @method \Aws\Result deleteNetworkProfile(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise deleteNetworkProfileAsync(array $args = [])
  31. * @method \Aws\Result deleteProject(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
  33. * @method \Aws\Result deleteRemoteAccessSession(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise deleteRemoteAccessSessionAsync(array $args = [])
  35. * @method \Aws\Result deleteRun(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise deleteRunAsync(array $args = [])
  37. * @method \Aws\Result deleteTestGridProject(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise deleteTestGridProjectAsync(array $args = [])
  39. * @method \Aws\Result deleteUpload(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise deleteUploadAsync(array $args = [])
  41. * @method \Aws\Result deleteVPCEConfiguration(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise deleteVPCEConfigurationAsync(array $args = [])
  43. * @method \Aws\Result getAccountSettings(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
  45. * @method \Aws\Result getDevice(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise getDeviceAsync(array $args = [])
  47. * @method \Aws\Result getDeviceInstance(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise getDeviceInstanceAsync(array $args = [])
  49. * @method \Aws\Result getDevicePool(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise getDevicePoolAsync(array $args = [])
  51. * @method \Aws\Result getDevicePoolCompatibility(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise getDevicePoolCompatibilityAsync(array $args = [])
  53. * @method \Aws\Result getInstanceProfile(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise getInstanceProfileAsync(array $args = [])
  55. * @method \Aws\Result getJob(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
  57. * @method \Aws\Result getNetworkProfile(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise getNetworkProfileAsync(array $args = [])
  59. * @method \Aws\Result getOfferingStatus(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise getOfferingStatusAsync(array $args = [])
  61. * @method \Aws\Result getProject(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise getProjectAsync(array $args = [])
  63. * @method \Aws\Result getRemoteAccessSession(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise getRemoteAccessSessionAsync(array $args = [])
  65. * @method \Aws\Result getRun(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise getRunAsync(array $args = [])
  67. * @method \Aws\Result getSuite(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise getSuiteAsync(array $args = [])
  69. * @method \Aws\Result getTest(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise getTestAsync(array $args = [])
  71. * @method \Aws\Result getTestGridProject(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise getTestGridProjectAsync(array $args = [])
  73. * @method \Aws\Result getTestGridSession(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise getTestGridSessionAsync(array $args = [])
  75. * @method \Aws\Result getUpload(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise getUploadAsync(array $args = [])
  77. * @method \Aws\Result getVPCEConfiguration(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise getVPCEConfigurationAsync(array $args = [])
  79. * @method \Aws\Result installToRemoteAccessSession(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise installToRemoteAccessSessionAsync(array $args = [])
  81. * @method \Aws\Result listArtifacts(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise listArtifactsAsync(array $args = [])
  83. * @method \Aws\Result listDeviceInstances(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise listDeviceInstancesAsync(array $args = [])
  85. * @method \Aws\Result listDevicePools(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise listDevicePoolsAsync(array $args = [])
  87. * @method \Aws\Result listDevices(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise listDevicesAsync(array $args = [])
  89. * @method \Aws\Result listInstanceProfiles(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise listInstanceProfilesAsync(array $args = [])
  91. * @method \Aws\Result listJobs(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
  93. * @method \Aws\Result listNetworkProfiles(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise listNetworkProfilesAsync(array $args = [])
  95. * @method \Aws\Result listOfferingPromotions(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise listOfferingPromotionsAsync(array $args = [])
  97. * @method \Aws\Result listOfferingTransactions(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise listOfferingTransactionsAsync(array $args = [])
  99. * @method \Aws\Result listOfferings(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
  101. * @method \Aws\Result listProjects(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
  103. * @method \Aws\Result listRemoteAccessSessions(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise listRemoteAccessSessionsAsync(array $args = [])
  105. * @method \Aws\Result listRuns(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise listRunsAsync(array $args = [])
  107. * @method \Aws\Result listSamples(array $args = [])
  108. * @method \GuzzleHttp\Promise\Promise listSamplesAsync(array $args = [])
  109. * @method \Aws\Result listSuites(array $args = [])
  110. * @method \GuzzleHttp\Promise\Promise listSuitesAsync(array $args = [])
  111. * @method \Aws\Result listTagsForResource(array $args = [])
  112. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  113. * @method \Aws\Result listTestGridProjects(array $args = [])
  114. * @method \GuzzleHttp\Promise\Promise listTestGridProjectsAsync(array $args = [])
  115. * @method \Aws\Result listTestGridSessionActions(array $args = [])
  116. * @method \GuzzleHttp\Promise\Promise listTestGridSessionActionsAsync(array $args = [])
  117. * @method \Aws\Result listTestGridSessionArtifacts(array $args = [])
  118. * @method \GuzzleHttp\Promise\Promise listTestGridSessionArtifactsAsync(array $args = [])
  119. * @method \Aws\Result listTestGridSessions(array $args = [])
  120. * @method \GuzzleHttp\Promise\Promise listTestGridSessionsAsync(array $args = [])
  121. * @method \Aws\Result listTests(array $args = [])
  122. * @method \GuzzleHttp\Promise\Promise listTestsAsync(array $args = [])
  123. * @method \Aws\Result listUniqueProblems(array $args = [])
  124. * @method \GuzzleHttp\Promise\Promise listUniqueProblemsAsync(array $args = [])
  125. * @method \Aws\Result listUploads(array $args = [])
  126. * @method \GuzzleHttp\Promise\Promise listUploadsAsync(array $args = [])
  127. * @method \Aws\Result listVPCEConfigurations(array $args = [])
  128. * @method \GuzzleHttp\Promise\Promise listVPCEConfigurationsAsync(array $args = [])
  129. * @method \Aws\Result purchaseOffering(array $args = [])
  130. * @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
  131. * @method \Aws\Result renewOffering(array $args = [])
  132. * @method \GuzzleHttp\Promise\Promise renewOfferingAsync(array $args = [])
  133. * @method \Aws\Result scheduleRun(array $args = [])
  134. * @method \GuzzleHttp\Promise\Promise scheduleRunAsync(array $args = [])
  135. * @method \Aws\Result stopJob(array $args = [])
  136. * @method \GuzzleHttp\Promise\Promise stopJobAsync(array $args = [])
  137. * @method \Aws\Result stopRemoteAccessSession(array $args = [])
  138. * @method \GuzzleHttp\Promise\Promise stopRemoteAccessSessionAsync(array $args = [])
  139. * @method \Aws\Result stopRun(array $args = [])
  140. * @method \GuzzleHttp\Promise\Promise stopRunAsync(array $args = [])
  141. * @method \Aws\Result tagResource(array $args = [])
  142. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  143. * @method \Aws\Result untagResource(array $args = [])
  144. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  145. * @method \Aws\Result updateDeviceInstance(array $args = [])
  146. * @method \GuzzleHttp\Promise\Promise updateDeviceInstanceAsync(array $args = [])
  147. * @method \Aws\Result updateDevicePool(array $args = [])
  148. * @method \GuzzleHttp\Promise\Promise updateDevicePoolAsync(array $args = [])
  149. * @method \Aws\Result updateInstanceProfile(array $args = [])
  150. * @method \GuzzleHttp\Promise\Promise updateInstanceProfileAsync(array $args = [])
  151. * @method \Aws\Result updateNetworkProfile(array $args = [])
  152. * @method \GuzzleHttp\Promise\Promise updateNetworkProfileAsync(array $args = [])
  153. * @method \Aws\Result updateProject(array $args = [])
  154. * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
  155. * @method \Aws\Result updateTestGridProject(array $args = [])
  156. * @method \GuzzleHttp\Promise\Promise updateTestGridProjectAsync(array $args = [])
  157. * @method \Aws\Result updateUpload(array $args = [])
  158. * @method \GuzzleHttp\Promise\Promise updateUploadAsync(array $args = [])
  159. * @method \Aws\Result updateVPCEConfiguration(array $args = [])
  160. * @method \GuzzleHttp\Promise\Promise updateVPCEConfigurationAsync(array $args = [])
  161. */
  162. class DeviceFarmClient extends AwsClient {}