BraketClient.php
36 lines
| 1 | <?php |
| 2 | namespace Aws\Braket; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Braket** service. |
| 8 | * @method \Aws\Result cancelJob(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = []) |
| 10 | * @method \Aws\Result cancelQuantumTask(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise cancelQuantumTaskAsync(array $args = []) |
| 12 | * @method \Aws\Result createJob(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = []) |
| 14 | * @method \Aws\Result createQuantumTask(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createQuantumTaskAsync(array $args = []) |
| 16 | * @method \Aws\Result getDevice(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise getDeviceAsync(array $args = []) |
| 18 | * @method \Aws\Result getJob(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = []) |
| 20 | * @method \Aws\Result getQuantumTask(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise getQuantumTaskAsync(array $args = []) |
| 22 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 24 | * @method \Aws\Result searchDevices(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise searchDevicesAsync(array $args = []) |
| 26 | * @method \Aws\Result searchJobs(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise searchJobsAsync(array $args = []) |
| 28 | * @method \Aws\Result searchQuantumTasks(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise searchQuantumTasksAsync(array $args = []) |
| 30 | * @method \Aws\Result tagResource(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 32 | * @method \Aws\Result untagResource(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 34 | */ |
| 35 | class BraketClient extends AwsClient {} |
| 36 |