Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/MediaConnect/MediaConnectClient.php
Строк: 60
<?php
namespace AwsMediaConnect;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS MediaConnect** service.
* @method AwsResult addFlowOutputs(array $args = [])
* @method GuzzleHttpPromisePromise addFlowOutputsAsync(array $args = [])
* @method AwsResult addFlowSources(array $args = [])
* @method GuzzleHttpPromisePromise addFlowSourcesAsync(array $args = [])
* @method AwsResult addFlowVpcInterfaces(array $args = [])
* @method GuzzleHttpPromisePromise addFlowVpcInterfacesAsync(array $args = [])
* @method AwsResult createFlow(array $args = [])
* @method GuzzleHttpPromisePromise createFlowAsync(array $args = [])
* @method AwsResult deleteFlow(array $args = [])
* @method GuzzleHttpPromisePromise deleteFlowAsync(array $args = [])
* @method AwsResult describeFlow(array $args = [])
* @method GuzzleHttpPromisePromise describeFlowAsync(array $args = [])
* @method AwsResult grantFlowEntitlements(array $args = [])
* @method GuzzleHttpPromisePromise grantFlowEntitlementsAsync(array $args = [])
* @method AwsResult listEntitlements(array $args = [])
* @method GuzzleHttpPromisePromise listEntitlementsAsync(array $args = [])
* @method AwsResult listFlows(array $args = [])
* @method GuzzleHttpPromisePromise listFlowsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult removeFlowOutput(array $args = [])
* @method GuzzleHttpPromisePromise removeFlowOutputAsync(array $args = [])
* @method AwsResult removeFlowSource(array $args = [])
* @method GuzzleHttpPromisePromise removeFlowSourceAsync(array $args = [])
* @method AwsResult removeFlowVpcInterface(array $args = [])
* @method GuzzleHttpPromisePromise removeFlowVpcInterfaceAsync(array $args = [])
* @method AwsResult revokeFlowEntitlement(array $args = [])
* @method GuzzleHttpPromisePromise revokeFlowEntitlementAsync(array $args = [])
* @method AwsResult startFlow(array $args = [])
* @method GuzzleHttpPromisePromise startFlowAsync(array $args = [])
* @method AwsResult stopFlow(array $args = [])
* @method GuzzleHttpPromisePromise stopFlowAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateFlow(array $args = [])
* @method GuzzleHttpPromisePromise updateFlowAsync(array $args = [])
* @method AwsResult updateFlowEntitlement(array $args = [])
* @method GuzzleHttpPromisePromise updateFlowEntitlementAsync(array $args = [])
* @method AwsResult updateFlowOutput(array $args = [])
* @method GuzzleHttpPromisePromise updateFlowOutputAsync(array $args = [])
* @method AwsResult updateFlowSource(array $args = [])
* @method GuzzleHttpPromisePromise updateFlowSourceAsync(array $args = [])
*/
class MediaConnectClient extends AwsClient {}