1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\MediaPackageVod;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Elemental MediaPackage VOD** service.
|
|
|
8 |
* @method \Aws\Result configureLogs(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise configureLogsAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createAsset(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createPackagingConfiguration(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createPackagingConfigurationAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createPackagingGroup(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createPackagingGroupAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteAsset(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deletePackagingConfiguration(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deletePackagingConfigurationAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deletePackagingGroup(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deletePackagingGroupAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result describeAsset(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise describeAssetAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result describePackagingConfiguration(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise describePackagingConfigurationAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result describePackagingGroup(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise describePackagingGroupAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result listAssets(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise listAssetsAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result listPackagingConfigurations(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise listPackagingConfigurationsAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result listPackagingGroups(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise listPackagingGroupsAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result updatePackagingGroup(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise updatePackagingGroupAsync(array $args = [])
|
|
|
42 |
*/
|
|
|
43 |
class MediaPackageVodClient extends AwsClient {}
|