1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\IoTRoboRunner;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS IoT RoboRunner** service.
|
|
|
8 |
* @method \Aws\Result createDestination(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createDestinationAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createSite(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createSiteAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createWorker(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createWorkerAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createWorkerFleet(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createWorkerFleetAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteDestination(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteDestinationAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteSite(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteSiteAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deleteWorker(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deleteWorkerAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deleteWorkerFleet(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deleteWorkerFleetAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result getDestination(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise getDestinationAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result getSite(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise getSiteAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getWorker(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getWorkerAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result getWorkerFleet(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise getWorkerFleetAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result listDestinations(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise listDestinationsAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result listSites(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise listSitesAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result listWorkerFleets(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise listWorkerFleetsAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result listWorkers(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise listWorkersAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result updateDestination(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise updateDestinationAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result updateSite(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise updateSiteAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result updateWorker(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise updateWorkerAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result updateWorkerFleet(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise updateWorkerFleetAsync(array $args = [])
|
|
|
48 |
*/
|
|
|
49 |
class IoTRoboRunnerClient extends AwsClient {}
|