Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/RoboMaker/RoboMakerClient.php
Строк: 128
<?php
namespace AwsRoboMaker;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS RoboMaker** service.
* @method AwsResult batchDescribeSimulationJob(array $args = [])
* @method GuzzleHttpPromisePromise batchDescribeSimulationJobAsync(array $args = [])
* @method AwsResult cancelDeploymentJob(array $args = [])
* @method GuzzleHttpPromisePromise cancelDeploymentJobAsync(array $args = [])
* @method AwsResult cancelSimulationJob(array $args = [])
* @method GuzzleHttpPromisePromise cancelSimulationJobAsync(array $args = [])
* @method AwsResult cancelSimulationJobBatch(array $args = [])
* @method GuzzleHttpPromisePromise cancelSimulationJobBatchAsync(array $args = [])
* @method AwsResult createDeploymentJob(array $args = [])
* @method GuzzleHttpPromisePromise createDeploymentJobAsync(array $args = [])
* @method AwsResult createFleet(array $args = [])
* @method GuzzleHttpPromisePromise createFleetAsync(array $args = [])
* @method AwsResult createRobot(array $args = [])
* @method GuzzleHttpPromisePromise createRobotAsync(array $args = [])
* @method AwsResult createRobotApplication(array $args = [])
* @method GuzzleHttpPromisePromise createRobotApplicationAsync(array $args = [])
* @method AwsResult createRobotApplicationVersion(array $args = [])
* @method GuzzleHttpPromisePromise createRobotApplicationVersionAsync(array $args = [])
* @method AwsResult createSimulationApplication(array $args = [])
* @method GuzzleHttpPromisePromise createSimulationApplicationAsync(array $args = [])
* @method AwsResult createSimulationApplicationVersion(array $args = [])
* @method GuzzleHttpPromisePromise createSimulationApplicationVersionAsync(array $args = [])
* @method AwsResult createSimulationJob(array $args = [])
* @method GuzzleHttpPromisePromise createSimulationJobAsync(array $args = [])
* @method AwsResult deleteFleet(array $args = [])
* @method GuzzleHttpPromisePromise deleteFleetAsync(array $args = [])
* @method AwsResult deleteRobot(array $args = [])
* @method GuzzleHttpPromisePromise deleteRobotAsync(array $args = [])
* @method AwsResult deleteRobotApplication(array $args = [])
* @method GuzzleHttpPromisePromise deleteRobotApplicationAsync(array $args = [])
* @method AwsResult deleteSimulationApplication(array $args = [])
* @method GuzzleHttpPromisePromise deleteSimulationApplicationAsync(array $args = [])
* @method AwsResult deregisterRobot(array $args = [])
* @method GuzzleHttpPromisePromise deregisterRobotAsync(array $args = [])
* @method AwsResult describeDeploymentJob(array $args = [])
* @method GuzzleHttpPromisePromise describeDeploymentJobAsync(array $args = [])
* @method AwsResult describeFleet(array $args = [])
* @method GuzzleHttpPromisePromise describeFleetAsync(array $args = [])
* @method AwsResult describeRobot(array $args = [])
* @method GuzzleHttpPromisePromise describeRobotAsync(array $args = [])
* @method AwsResult describeRobotApplication(array $args = [])
* @method GuzzleHttpPromisePromise describeRobotApplicationAsync(array $args = [])
* @method AwsResult describeSimulationApplication(array $args = [])
* @method GuzzleHttpPromisePromise describeSimulationApplicationAsync(array $args = [])
* @method AwsResult describeSimulationJob(array $args = [])
* @method GuzzleHttpPromisePromise describeSimulationJobAsync(array $args = [])
* @method AwsResult describeSimulationJobBatch(array $args = [])
* @method GuzzleHttpPromisePromise describeSimulationJobBatchAsync(array $args = [])
* @method AwsResult listDeploymentJobs(array $args = [])
* @method GuzzleHttpPromisePromise listDeploymentJobsAsync(array $args = [])
* @method AwsResult listFleets(array $args = [])
* @method GuzzleHttpPromisePromise listFleetsAsync(array $args = [])
* @method AwsResult listRobotApplications(array $args = [])
* @method GuzzleHttpPromisePromise listRobotApplicationsAsync(array $args = [])
* @method AwsResult listRobots(array $args = [])
* @method GuzzleHttpPromisePromise listRobotsAsync(array $args = [])
* @method AwsResult listSimulationApplications(array $args = [])
* @method GuzzleHttpPromisePromise listSimulationApplicationsAsync(array $args = [])
* @method AwsResult listSimulationJobBatches(array $args = [])
* @method GuzzleHttpPromisePromise listSimulationJobBatchesAsync(array $args = [])
* @method AwsResult listSimulationJobs(array $args = [])
* @method GuzzleHttpPromisePromise listSimulationJobsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult registerRobot(array $args = [])
* @method GuzzleHttpPromisePromise registerRobotAsync(array $args = [])
* @method AwsResult restartSimulationJob(array $args = [])
* @method GuzzleHttpPromisePromise restartSimulationJobAsync(array $args = [])
* @method AwsResult startSimulationJobBatch(array $args = [])
* @method GuzzleHttpPromisePromise startSimulationJobBatchAsync(array $args = [])
* @method AwsResult syncDeploymentJob(array $args = [])
* @method GuzzleHttpPromisePromise syncDeploymentJobAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateRobotApplication(array $args = [])
* @method GuzzleHttpPromisePromise updateRobotApplicationAsync(array $args = [])
* @method AwsResult updateSimulationApplication(array $args = [])
* @method GuzzleHttpPromisePromise updateSimulationApplicationAsync(array $args = [])
*/
class RoboMakerClient extends AwsClient {}