1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\RoboMaker;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS RoboMaker** service.
|
|
|
8 |
* @method \Aws\Result batchDeleteWorlds(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise batchDeleteWorldsAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result batchDescribeSimulationJob(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise batchDescribeSimulationJobAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result cancelDeploymentJob(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise cancelDeploymentJobAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result cancelSimulationJob(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise cancelSimulationJobAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result cancelSimulationJobBatch(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise cancelSimulationJobBatchAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result cancelWorldExportJob(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise cancelWorldExportJobAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result cancelWorldGenerationJob(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise cancelWorldGenerationJobAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createDeploymentJob(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createDeploymentJobAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createFleet(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createRobot(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createRobotAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result createRobotApplication(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise createRobotApplicationAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result createRobotApplicationVersion(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createRobotApplicationVersionAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result createSimulationApplication(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise createSimulationApplicationAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result createSimulationApplicationVersion(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise createSimulationApplicationVersionAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result createSimulationJob(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise createSimulationJobAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result createWorldExportJob(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise createWorldExportJobAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result createWorldGenerationJob(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise createWorldGenerationJobAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result createWorldTemplate(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise createWorldTemplateAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteFleet(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result deleteRobot(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteRobotAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result deleteRobotApplication(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise deleteRobotApplicationAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result deleteSimulationApplication(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deleteSimulationApplicationAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result deleteWorldTemplate(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deleteWorldTemplateAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result deregisterRobot(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise deregisterRobotAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result describeDeploymentJob(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise describeDeploymentJobAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result describeFleet(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise describeFleetAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result describeRobot(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise describeRobotAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result describeRobotApplication(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise describeRobotApplicationAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result describeSimulationApplication(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise describeSimulationApplicationAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result describeSimulationJob(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise describeSimulationJobAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result describeSimulationJobBatch(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise describeSimulationJobBatchAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result describeWorld(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise describeWorldAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result describeWorldExportJob(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise describeWorldExportJobAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result describeWorldGenerationJob(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise describeWorldGenerationJobAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result describeWorldTemplate(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise describeWorldTemplateAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result getWorldTemplateBody(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise getWorldTemplateBodyAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result listDeploymentJobs(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise listDeploymentJobsAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result listFleets(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result listRobotApplications(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise listRobotApplicationsAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result listRobots(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise listRobotsAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result listSimulationApplications(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise listSimulationApplicationsAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result listSimulationJobBatches(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise listSimulationJobBatchesAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result listSimulationJobs(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise listSimulationJobsAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result listWorldExportJobs(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise listWorldExportJobsAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result listWorldGenerationJobs(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise listWorldGenerationJobsAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result listWorldTemplates(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise listWorldTemplatesAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result listWorlds(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise listWorldsAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result registerRobot(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise registerRobotAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result restartSimulationJob(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise restartSimulationJobAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result startSimulationJobBatch(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise startSimulationJobBatchAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result syncDeploymentJob(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise syncDeploymentJobAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result updateRobotApplication(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise updateRobotApplicationAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result updateSimulationApplication(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise updateSimulationApplicationAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result updateWorldTemplate(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise updateWorldTemplateAsync(array $args = [])
|
|
|
122 |
*/
|
|
|
123 |
class RoboMakerClient extends AwsClient {}
|