1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\MediaStore;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Elemental MediaStore** service.
|
|
|
8 |
* @method \Aws\Result createContainer(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createContainerAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result deleteContainer(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise deleteContainerAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result deleteContainerPolicy(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise deleteContainerPolicyAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result deleteCorsPolicy(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise deleteCorsPolicyAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteLifecyclePolicy(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteMetricPolicy(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteMetricPolicyAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result describeContainer(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise describeContainerAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result getContainerPolicy(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise getContainerPolicyAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result getCorsPolicy(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise getCorsPolicyAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result getLifecyclePolicy(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getMetricPolicy(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getMetricPolicyAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result listContainers(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise listContainersAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result putContainerPolicy(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise putContainerPolicyAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result putCorsPolicy(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise putCorsPolicyAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result putLifecyclePolicy(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise putLifecyclePolicyAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result putMetricPolicy(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise putMetricPolicyAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result startAccessLogging(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise startAccessLoggingAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result stopAccessLogging(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise stopAccessLoggingAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
50 |
*/
|
|
|
51 |
class MediaStoreClient extends AwsClient {}
|