Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Batch/BatchClient.php
Строк: 64
<?php
namespace AwsBatch;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Batch** service.
* @method AwsResult cancelJob(array $args = [])
* @method GuzzleHttpPromisePromise cancelJobAsync(array $args = [])
* @method AwsResult createComputeEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise createComputeEnvironmentAsync(array $args = [])
* @method AwsResult createJobQueue(array $args = [])
* @method GuzzleHttpPromisePromise createJobQueueAsync(array $args = [])
* @method AwsResult deleteComputeEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise deleteComputeEnvironmentAsync(array $args = [])
* @method AwsResult deleteJobQueue(array $args = [])
* @method GuzzleHttpPromisePromise deleteJobQueueAsync(array $args = [])
* @method AwsResult deregisterJobDefinition(array $args = [])
* @method GuzzleHttpPromisePromise deregisterJobDefinitionAsync(array $args = [])
* @method AwsResult describeComputeEnvironments(array $args = [])
* @method GuzzleHttpPromisePromise describeComputeEnvironmentsAsync(array $args = [])
* @method AwsResult describeJobDefinitions(array $args = [])
* @method GuzzleHttpPromisePromise describeJobDefinitionsAsync(array $args = [])
* @method AwsResult describeJobQueues(array $args = [])
* @method GuzzleHttpPromisePromise describeJobQueuesAsync(array $args = [])
* @method AwsResult describeJobs(array $args = [])
* @method GuzzleHttpPromisePromise describeJobsAsync(array $args = [])
* @method AwsResult listJobs(array $args = [])
* @method GuzzleHttpPromisePromise listJobsAsync(array $args = [])
* @method AwsResult registerJobDefinition(array $args = [])
* @method GuzzleHttpPromisePromise registerJobDefinitionAsync(array $args = [])
* @method AwsResult submitJob(array $args = [])
* @method GuzzleHttpPromisePromise submitJobAsync(array $args = [])
* @method AwsResult terminateJob(array $args = [])
* @method GuzzleHttpPromisePromise terminateJobAsync(array $args = [])
* @method AwsResult updateComputeEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise updateComputeEnvironmentAsync(array $args = [])
* @method AwsResult updateJobQueue(array $args = [])
* @method GuzzleHttpPromisePromise updateJobQueueAsync(array $args = [])
*/
class BatchClient extends AwsClient {}