1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\MediaTailor;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS MediaTailor** service.
|
|
|
8 |
* @method \Aws\Result configureLogsForChannel(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise configureLogsForChannelAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result configureLogsForPlaybackConfiguration(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise configureLogsForPlaybackConfigurationAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createChannel(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createLiveSource(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createLiveSourceAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createPrefetchSchedule(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createPrefetchScheduleAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createProgram(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createProgramAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createSourceLocation(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createSourceLocationAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createVodSource(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createVodSourceAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteChannel(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteChannelPolicy(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteChannelPolicyAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result deleteLiveSource(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteLiveSourceAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result deletePlaybackConfiguration(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deletePlaybackConfigurationAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result deletePrefetchSchedule(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deletePrefetchScheduleAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteProgram(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteProgramAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteSourceLocation(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteSourceLocationAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result deleteVodSource(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise deleteVodSourceAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result describeChannel(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result describeLiveSource(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise describeLiveSourceAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result describeProgram(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise describeProgramAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result describeSourceLocation(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise describeSourceLocationAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result describeVodSource(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise describeVodSourceAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result getChannelPolicy(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise getChannelPolicyAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result getChannelSchedule(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise getChannelScheduleAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result getPlaybackConfiguration(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise getPlaybackConfigurationAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result getPrefetchSchedule(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise getPrefetchScheduleAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result listAlerts(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise listAlertsAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result listChannels(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result listLiveSources(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise listLiveSourcesAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result listPlaybackConfigurations(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise listPlaybackConfigurationsAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result listPrefetchSchedules(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise listPrefetchSchedulesAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result listSourceLocations(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise listSourceLocationsAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result listVodSources(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise listVodSourcesAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result putChannelPolicy(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise putChannelPolicyAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result putPlaybackConfiguration(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise putPlaybackConfigurationAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result startChannel(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result stopChannel(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result updateChannel(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result updateLiveSource(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise updateLiveSourceAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result updateProgram(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise updateProgramAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result updateSourceLocation(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise updateSourceLocationAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result updateVodSource(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise updateVodSourceAsync(array $args = [])
|
|
|
96 |
*/
|
|
|
97 |
class MediaTailorClient extends AwsClient {}
|