Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/MediaStore/MediaStoreClient.php
Строк: 64
<?php
namespace AwsMediaStore;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Elemental MediaStore** service.
* @method AwsResult createContainer(array $args = [])
* @method GuzzleHttpPromisePromise createContainerAsync(array $args = [])
* @method AwsResult deleteContainer(array $args = [])
* @method GuzzleHttpPromisePromise deleteContainerAsync(array $args = [])
* @method AwsResult deleteContainerPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteContainerPolicyAsync(array $args = [])
* @method AwsResult deleteCorsPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteCorsPolicyAsync(array $args = [])
* @method AwsResult deleteLifecyclePolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteLifecyclePolicyAsync(array $args = [])
* @method AwsResult deleteMetricPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteMetricPolicyAsync(array $args = [])
* @method AwsResult describeContainer(array $args = [])
* @method GuzzleHttpPromisePromise describeContainerAsync(array $args = [])
* @method AwsResult getContainerPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getContainerPolicyAsync(array $args = [])
* @method AwsResult getCorsPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getCorsPolicyAsync(array $args = [])
* @method AwsResult getLifecyclePolicy(array $args = [])
* @method GuzzleHttpPromisePromise getLifecyclePolicyAsync(array $args = [])
* @method AwsResult getMetricPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getMetricPolicyAsync(array $args = [])
* @method AwsResult listContainers(array $args = [])
* @method GuzzleHttpPromisePromise listContainersAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putContainerPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putContainerPolicyAsync(array $args = [])
* @method AwsResult putCorsPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putCorsPolicyAsync(array $args = [])
* @method AwsResult putLifecyclePolicy(array $args = [])
* @method GuzzleHttpPromisePromise putLifecyclePolicyAsync(array $args = [])
* @method AwsResult putMetricPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putMetricPolicyAsync(array $args = [])
* @method AwsResult startAccessLogging(array $args = [])
* @method GuzzleHttpPromisePromise startAccessLoggingAsync(array $args = [])
* @method AwsResult stopAccessLogging(array $args = [])
* @method GuzzleHttpPromisePromise stopAccessLoggingAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class MediaStoreClient extends AwsClient {}