Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/MediaConvert/MediaConvertClient.php
Строк: 45
<?php
namespace AwsMediaConvert;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Elemental MediaConvert** service.
* @method AwsResult associateCertificate(array $args = [])
* @method GuzzleHttpPromisePromise associateCertificateAsync(array $args = [])
* @method AwsResult cancelJob(array $args = [])
* @method GuzzleHttpPromisePromise cancelJobAsync(array $args = [])
* @method AwsResult createJob(array $args = [])
* @method GuzzleHttpPromisePromise createJobAsync(array $args = [])
* @method AwsResult createJobTemplate(array $args = [])
* @method GuzzleHttpPromisePromise createJobTemplateAsync(array $args = [])
* @method AwsResult createPreset(array $args = [])
* @method GuzzleHttpPromisePromise createPresetAsync(array $args = [])
* @method AwsResult createQueue(array $args = [])
* @method GuzzleHttpPromisePromise createQueueAsync(array $args = [])
* @method AwsResult deleteJobTemplate(array $args = [])
* @method GuzzleHttpPromisePromise deleteJobTemplateAsync(array $args = [])
* @method AwsResult deletePreset(array $args = [])
* @method GuzzleHttpPromisePromise deletePresetAsync(array $args = [])
* @method AwsResult deleteQueue(array $args = [])
* @method GuzzleHttpPromisePromise deleteQueueAsync(array $args = [])
* @method AwsResult describeEndpoints(array $args = [])
* @method GuzzleHttpPromisePromise describeEndpointsAsync(array $args = [])
* @method AwsResult disassociateCertificate(array $args = [])
* @method GuzzleHttpPromisePromise disassociateCertificateAsync(array $args = [])
* @method AwsResult getJob(array $args = [])
* @method GuzzleHttpPromisePromise getJobAsync(array $args = [])
* @method AwsResult getJobTemplate(array $args = [])
* @method GuzzleHttpPromisePromise getJobTemplateAsync(array $args = [])
* @method AwsResult getPreset(array $args = [])
* @method GuzzleHttpPromisePromise getPresetAsync(array $args = [])
* @method AwsResult getQueue(array $args = [])
* @method GuzzleHttpPromisePromise getQueueAsync(array $args = [])
* @method AwsResult listJobTemplates(array $args = [])
* @method GuzzleHttpPromisePromise listJobTemplatesAsync(array $args = [])
* @method AwsResult listJobs(array $args = [])
* @method GuzzleHttpPromisePromise listJobsAsync(array $args = [])
* @method AwsResult listPresets(array $args = [])
* @method GuzzleHttpPromisePromise listPresetsAsync(array $args = [])
* @method AwsResult listQueues(array $args = [])
* @method GuzzleHttpPromisePromise listQueuesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateJobTemplate(array $args = [])
* @method GuzzleHttpPromisePromise updateJobTemplateAsync(array $args = [])
* @method AwsResult updatePreset(array $args = [])
* @method GuzzleHttpPromisePromise updatePresetAsync(array $args = [])
* @method AwsResult updateQueue(array $args = [])
* @method GuzzleHttpPromisePromise updateQueueAsync(array $args = [])
*/
class MediaConvertClient extends AwsClient {}