Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | 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 = [])
1441 ariadna 52
 * @method \Aws\Result describeAccountConfiguration(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise describeAccountConfigurationAsync(array $args = [])
1 efrain 54
 * @method \Aws\Result describeChannel(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
56
 * @method \Aws\Result describeInput(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise describeInputAsync(array $args = [])
58
 * @method \Aws\Result describeInputDevice(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise describeInputDeviceAsync(array $args = [])
60
 * @method \Aws\Result describeInputDeviceThumbnail(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise describeInputDeviceThumbnailAsync(array $args = [])
62
 * @method \Aws\Result describeInputSecurityGroup(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise describeInputSecurityGroupAsync(array $args = [])
64
 * @method \Aws\Result describeMultiplex(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise describeMultiplexAsync(array $args = [])
66
 * @method \Aws\Result describeMultiplexProgram(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise describeMultiplexProgramAsync(array $args = [])
68
 * @method \Aws\Result describeOffering(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise describeOfferingAsync(array $args = [])
70
 * @method \Aws\Result describeReservation(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
72
 * @method \Aws\Result describeSchedule(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise describeScheduleAsync(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 startChannel(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
1441 ariadna 104
 * @method \Aws\Result startInputDevice(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise startInputDeviceAsync(array $args = [])
1 efrain 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 = [])
1441 ariadna 112
 * @method \Aws\Result stopInputDevice(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise stopInputDeviceAsync(array $args = [])
1 efrain 114
 * @method \Aws\Result stopMultiplex(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise stopMultiplexAsync(array $args = [])
116
 * @method \Aws\Result transferInputDevice(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise transferInputDeviceAsync(array $args = [])
1441 ariadna 118
 * @method \Aws\Result updateAccountConfiguration(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise updateAccountConfigurationAsync(array $args = [])
1 efrain 120
 * @method \Aws\Result updateChannel(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
122
 * @method \Aws\Result updateChannelClass(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise updateChannelClassAsync(array $args = [])
124
 * @method \Aws\Result updateInput(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise updateInputAsync(array $args = [])
126
 * @method \Aws\Result updateInputDevice(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise updateInputDeviceAsync(array $args = [])
128
 * @method \Aws\Result updateInputSecurityGroup(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise updateInputSecurityGroupAsync(array $args = [])
130
 * @method \Aws\Result updateMultiplex(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise updateMultiplexAsync(array $args = [])
132
 * @method \Aws\Result updateMultiplexProgram(array $args = [])
133
 * @method \GuzzleHttp\Promise\Promise updateMultiplexProgramAsync(array $args = [])
134
 * @method \Aws\Result updateReservation(array $args = [])
135
 * @method \GuzzleHttp\Promise\Promise updateReservationAsync(array $args = [])
1441 ariadna 136
 * @method \Aws\Result restartChannelPipelines(array $args = [])
137
 * @method \GuzzleHttp\Promise\Promise restartChannelPipelinesAsync(array $args = [])
138
 * @method \Aws\Result createCloudWatchAlarmTemplate(array $args = [])
139
 * @method \GuzzleHttp\Promise\Promise createCloudWatchAlarmTemplateAsync(array $args = [])
140
 * @method \Aws\Result createCloudWatchAlarmTemplateGroup(array $args = [])
141
 * @method \GuzzleHttp\Promise\Promise createCloudWatchAlarmTemplateGroupAsync(array $args = [])
142
 * @method \Aws\Result createEventBridgeRuleTemplate(array $args = [])
143
 * @method \GuzzleHttp\Promise\Promise createEventBridgeRuleTemplateAsync(array $args = [])
144
 * @method \Aws\Result createEventBridgeRuleTemplateGroup(array $args = [])
145
 * @method \GuzzleHttp\Promise\Promise createEventBridgeRuleTemplateGroupAsync(array $args = [])
146
 * @method \Aws\Result createSignalMap(array $args = [])
147
 * @method \GuzzleHttp\Promise\Promise createSignalMapAsync(array $args = [])
148
 * @method \Aws\Result deleteCloudWatchAlarmTemplate(array $args = [])
149
 * @method \GuzzleHttp\Promise\Promise deleteCloudWatchAlarmTemplateAsync(array $args = [])
150
 * @method \Aws\Result deleteCloudWatchAlarmTemplateGroup(array $args = [])
151
 * @method \GuzzleHttp\Promise\Promise deleteCloudWatchAlarmTemplateGroupAsync(array $args = [])
152
 * @method \Aws\Result deleteEventBridgeRuleTemplate(array $args = [])
153
 * @method \GuzzleHttp\Promise\Promise deleteEventBridgeRuleTemplateAsync(array $args = [])
154
 * @method \Aws\Result deleteEventBridgeRuleTemplateGroup(array $args = [])
155
 * @method \GuzzleHttp\Promise\Promise deleteEventBridgeRuleTemplateGroupAsync(array $args = [])
156
 * @method \Aws\Result deleteSignalMap(array $args = [])
157
 * @method \GuzzleHttp\Promise\Promise deleteSignalMapAsync(array $args = [])
158
 * @method \Aws\Result getCloudWatchAlarmTemplate(array $args = [])
159
 * @method \GuzzleHttp\Promise\Promise getCloudWatchAlarmTemplateAsync(array $args = [])
160
 * @method \Aws\Result getCloudWatchAlarmTemplateGroup(array $args = [])
161
 * @method \GuzzleHttp\Promise\Promise getCloudWatchAlarmTemplateGroupAsync(array $args = [])
162
 * @method \Aws\Result getEventBridgeRuleTemplate(array $args = [])
163
 * @method \GuzzleHttp\Promise\Promise getEventBridgeRuleTemplateAsync(array $args = [])
164
 * @method \Aws\Result getEventBridgeRuleTemplateGroup(array $args = [])
165
 * @method \GuzzleHttp\Promise\Promise getEventBridgeRuleTemplateGroupAsync(array $args = [])
166
 * @method \Aws\Result getSignalMap(array $args = [])
167
 * @method \GuzzleHttp\Promise\Promise getSignalMapAsync(array $args = [])
168
 * @method \Aws\Result listCloudWatchAlarmTemplateGroups(array $args = [])
169
 * @method \GuzzleHttp\Promise\Promise listCloudWatchAlarmTemplateGroupsAsync(array $args = [])
170
 * @method \Aws\Result listCloudWatchAlarmTemplates(array $args = [])
171
 * @method \GuzzleHttp\Promise\Promise listCloudWatchAlarmTemplatesAsync(array $args = [])
172
 * @method \Aws\Result listEventBridgeRuleTemplateGroups(array $args = [])
173
 * @method \GuzzleHttp\Promise\Promise listEventBridgeRuleTemplateGroupsAsync(array $args = [])
174
 * @method \Aws\Result listEventBridgeRuleTemplates(array $args = [])
175
 * @method \GuzzleHttp\Promise\Promise listEventBridgeRuleTemplatesAsync(array $args = [])
176
 * @method \Aws\Result listSignalMaps(array $args = [])
177
 * @method \GuzzleHttp\Promise\Promise listSignalMapsAsync(array $args = [])
178
 * @method \Aws\Result startDeleteMonitorDeployment(array $args = [])
179
 * @method \GuzzleHttp\Promise\Promise startDeleteMonitorDeploymentAsync(array $args = [])
180
 * @method \Aws\Result startMonitorDeployment(array $args = [])
181
 * @method \GuzzleHttp\Promise\Promise startMonitorDeploymentAsync(array $args = [])
182
 * @method \Aws\Result startUpdateSignalMap(array $args = [])
183
 * @method \GuzzleHttp\Promise\Promise startUpdateSignalMapAsync(array $args = [])
184
 * @method \Aws\Result updateCloudWatchAlarmTemplate(array $args = [])
185
 * @method \GuzzleHttp\Promise\Promise updateCloudWatchAlarmTemplateAsync(array $args = [])
186
 * @method \Aws\Result updateCloudWatchAlarmTemplateGroup(array $args = [])
187
 * @method \GuzzleHttp\Promise\Promise updateCloudWatchAlarmTemplateGroupAsync(array $args = [])
188
 * @method \Aws\Result updateEventBridgeRuleTemplate(array $args = [])
189
 * @method \GuzzleHttp\Promise\Promise updateEventBridgeRuleTemplateAsync(array $args = [])
190
 * @method \Aws\Result updateEventBridgeRuleTemplateGroup(array $args = [])
191
 * @method \GuzzleHttp\Promise\Promise updateEventBridgeRuleTemplateGroupAsync(array $args = [])
192
 * @method \Aws\Result createChannelPlacementGroup(array $args = [])
193
 * @method \GuzzleHttp\Promise\Promise createChannelPlacementGroupAsync(array $args = [])
194
 * @method \Aws\Result createCluster(array $args = [])
195
 * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
196
 * @method \Aws\Result createNetwork(array $args = [])
197
 * @method \GuzzleHttp\Promise\Promise createNetworkAsync(array $args = [])
198
 * @method \Aws\Result createNode(array $args = [])
199
 * @method \GuzzleHttp\Promise\Promise createNodeAsync(array $args = [])
200
 * @method \Aws\Result createNodeRegistrationScript(array $args = [])
201
 * @method \GuzzleHttp\Promise\Promise createNodeRegistrationScriptAsync(array $args = [])
202
 * @method \Aws\Result deleteChannelPlacementGroup(array $args = [])
203
 * @method \GuzzleHttp\Promise\Promise deleteChannelPlacementGroupAsync(array $args = [])
204
 * @method \Aws\Result deleteCluster(array $args = [])
205
 * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
206
 * @method \Aws\Result deleteNetwork(array $args = [])
207
 * @method \GuzzleHttp\Promise\Promise deleteNetworkAsync(array $args = [])
208
 * @method \Aws\Result deleteNode(array $args = [])
209
 * @method \GuzzleHttp\Promise\Promise deleteNodeAsync(array $args = [])
210
 * @method \Aws\Result describeChannelPlacementGroup(array $args = [])
211
 * @method \GuzzleHttp\Promise\Promise describeChannelPlacementGroupAsync(array $args = [])
212
 * @method \Aws\Result describeCluster(array $args = [])
213
 * @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = [])
214
 * @method \Aws\Result describeNetwork(array $args = [])
215
 * @method \GuzzleHttp\Promise\Promise describeNetworkAsync(array $args = [])
216
 * @method \Aws\Result describeNode(array $args = [])
217
 * @method \GuzzleHttp\Promise\Promise describeNodeAsync(array $args = [])
218
 * @method \Aws\Result listChannelPlacementGroups(array $args = [])
219
 * @method \GuzzleHttp\Promise\Promise listChannelPlacementGroupsAsync(array $args = [])
220
 * @method \Aws\Result listClusters(array $args = [])
221
 * @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
222
 * @method \Aws\Result listNetworks(array $args = [])
223
 * @method \GuzzleHttp\Promise\Promise listNetworksAsync(array $args = [])
224
 * @method \Aws\Result listNodes(array $args = [])
225
 * @method \GuzzleHttp\Promise\Promise listNodesAsync(array $args = [])
226
 * @method \Aws\Result updateChannelPlacementGroup(array $args = [])
227
 * @method \GuzzleHttp\Promise\Promise updateChannelPlacementGroupAsync(array $args = [])
228
 * @method \Aws\Result updateCluster(array $args = [])
229
 * @method \GuzzleHttp\Promise\Promise updateClusterAsync(array $args = [])
230
 * @method \Aws\Result updateNetwork(array $args = [])
231
 * @method \GuzzleHttp\Promise\Promise updateNetworkAsync(array $args = [])
232
 * @method \Aws\Result updateNode(array $args = [])
233
 * @method \GuzzleHttp\Promise\Promise updateNodeAsync(array $args = [])
234
 * @method \Aws\Result updateNodeState(array $args = [])
235
 * @method \GuzzleHttp\Promise\Promise updateNodeStateAsync(array $args = [])
236
 * @method \Aws\Result listVersions(array $args = [])
237
 * @method \GuzzleHttp\Promise\Promise listVersionsAsync(array $args = [])
1 efrain 238
 */
239
class MediaLiveClient extends AwsClient {}