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