Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\MediaLive;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Elemental MediaLive** service.
8
 * @method \Aws\Result acceptInputDeviceTransfer(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise acceptInputDeviceTransferAsync(array $args = [])
10
 * @method \Aws\Result batchDelete(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise batchDeleteAsync(array $args = [])
12
 * @method \Aws\Result batchStart(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise batchStartAsync(array $args = [])
14
 * @method \Aws\Result batchStop(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise batchStopAsync(array $args = [])
16
 * @method \Aws\Result batchUpdateSchedule(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise batchUpdateScheduleAsync(array $args = [])
18
 * @method \Aws\Result cancelInputDeviceTransfer(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise cancelInputDeviceTransferAsync(array $args = [])
20
 * @method \Aws\Result claimDevice(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise claimDeviceAsync(array $args = [])
22
 * @method \Aws\Result createChannel(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
24
 * @method \Aws\Result createInput(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createInputAsync(array $args = [])
26
 * @method \Aws\Result createInputSecurityGroup(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createInputSecurityGroupAsync(array $args = [])
28
 * @method \Aws\Result createMultiplex(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createMultiplexAsync(array $args = [])
30
 * @method \Aws\Result createMultiplexProgram(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise createMultiplexProgramAsync(array $args = [])
32
 * @method \Aws\Result createPartnerInput(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise createPartnerInputAsync(array $args = [])
34
 * @method \Aws\Result createTags(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
36
 * @method \Aws\Result deleteChannel(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
38
 * @method \Aws\Result deleteInput(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteInputAsync(array $args = [])
40
 * @method \Aws\Result deleteInputSecurityGroup(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise deleteInputSecurityGroupAsync(array $args = [])
42
 * @method \Aws\Result deleteMultiplex(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deleteMultiplexAsync(array $args = [])
44
 * @method \Aws\Result deleteMultiplexProgram(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise deleteMultiplexProgramAsync(array $args = [])
46
 * @method \Aws\Result deleteReservation(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise deleteReservationAsync(array $args = [])
48
 * @method \Aws\Result deleteSchedule(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise deleteScheduleAsync(array $args = [])
50
 * @method \Aws\Result deleteTags(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
52
 * @method \Aws\Result describeChannel(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
54
 * @method \Aws\Result describeInput(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise describeInputAsync(array $args = [])
56
 * @method \Aws\Result describeInputDevice(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise describeInputDeviceAsync(array $args = [])
58
 * @method \Aws\Result describeInputDeviceThumbnail(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise describeInputDeviceThumbnailAsync(array $args = [])
60
 * @method \Aws\Result describeInputSecurityGroup(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise describeInputSecurityGroupAsync(array $args = [])
62
 * @method \Aws\Result describeMultiplex(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise describeMultiplexAsync(array $args = [])
64
 * @method \Aws\Result describeMultiplexProgram(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise describeMultiplexProgramAsync(array $args = [])
66
 * @method \Aws\Result describeOffering(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise describeOfferingAsync(array $args = [])
68
 * @method \Aws\Result describeReservation(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
70
 * @method \Aws\Result describeSchedule(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise describeScheduleAsync(array $args = [])
72
 * @method \Aws\Result describeAccountConfiguration(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise describeAccountConfigurationAsync(array $args = [])
74
 * @method \Aws\Result describeThumbnails(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise describeThumbnailsAsync(array $args = [])
76
 * @method \Aws\Result listChannels(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
78
 * @method \Aws\Result listInputDeviceTransfers(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise listInputDeviceTransfersAsync(array $args = [])
80
 * @method \Aws\Result listInputDevices(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise listInputDevicesAsync(array $args = [])
82
 * @method \Aws\Result listInputSecurityGroups(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise listInputSecurityGroupsAsync(array $args = [])
84
 * @method \Aws\Result listInputs(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listInputsAsync(array $args = [])
86
 * @method \Aws\Result listMultiplexPrograms(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listMultiplexProgramsAsync(array $args = [])
88
 * @method \Aws\Result listMultiplexes(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listMultiplexesAsync(array $args = [])
90
 * @method \Aws\Result listOfferings(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
92
 * @method \Aws\Result listReservations(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listReservationsAsync(array $args = [])
94
 * @method \Aws\Result listTagsForResource(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
96
 * @method \Aws\Result purchaseOffering(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
98
 * @method \Aws\Result rebootInputDevice(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise rebootInputDeviceAsync(array $args = [])
100
 * @method \Aws\Result rejectInputDeviceTransfer(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise rejectInputDeviceTransferAsync(array $args = [])
102
 * @method \Aws\Result updateAccountConfiguration(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise updateAccountConfigurationAsync(array $args = [])
104
 * @method \Aws\Result startChannel(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
106
 * @method \Aws\Result startInputDeviceMaintenanceWindow(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise startInputDeviceMaintenanceWindowAsync(array $args = [])
108
 * @method \Aws\Result startMultiplex(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise startMultiplexAsync(array $args = [])
110
 * @method \Aws\Result stopChannel(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
112
 * @method \Aws\Result stopMultiplex(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise stopMultiplexAsync(array $args = [])
114
 * @method \Aws\Result transferInputDevice(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise transferInputDeviceAsync(array $args = [])
116
 * @method \Aws\Result updateChannel(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
118
 * @method \Aws\Result updateChannelClass(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise updateChannelClassAsync(array $args = [])
120
 * @method \Aws\Result updateInput(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise updateInputAsync(array $args = [])
122
 * @method \Aws\Result updateInputDevice(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise updateInputDeviceAsync(array $args = [])
124
 * @method \Aws\Result updateInputSecurityGroup(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise updateInputSecurityGroupAsync(array $args = [])
126
 * @method \Aws\Result updateMultiplex(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise updateMultiplexAsync(array $args = [])
128
 * @method \Aws\Result updateMultiplexProgram(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise updateMultiplexProgramAsync(array $args = [])
130
 * @method \Aws\Result updateReservation(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise updateReservationAsync(array $args = [])
132
 */
133
class MediaLiveClient extends AwsClient {}