Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\MediaConnect;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS MediaConnect** service.
8
 * @method \Aws\Result addBridgeOutputs(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise addBridgeOutputsAsync(array $args = [])
10
 * @method \Aws\Result addBridgeSources(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise addBridgeSourcesAsync(array $args = [])
12
 * @method \Aws\Result addFlowMediaStreams(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise addFlowMediaStreamsAsync(array $args = [])
14
 * @method \Aws\Result addFlowOutputs(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise addFlowOutputsAsync(array $args = [])
16
 * @method \Aws\Result addFlowSources(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise addFlowSourcesAsync(array $args = [])
18
 * @method \Aws\Result addFlowVpcInterfaces(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise addFlowVpcInterfacesAsync(array $args = [])
20
 * @method \Aws\Result createBridge(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createBridgeAsync(array $args = [])
22
 * @method \Aws\Result createFlow(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createFlowAsync(array $args = [])
24
 * @method \Aws\Result createGateway(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createGatewayAsync(array $args = [])
26
 * @method \Aws\Result deleteBridge(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deleteBridgeAsync(array $args = [])
28
 * @method \Aws\Result deleteFlow(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteFlowAsync(array $args = [])
30
 * @method \Aws\Result deleteGateway(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteGatewayAsync(array $args = [])
32
 * @method \Aws\Result deregisterGatewayInstance(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deregisterGatewayInstanceAsync(array $args = [])
34
 * @method \Aws\Result describeBridge(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise describeBridgeAsync(array $args = [])
36
 * @method \Aws\Result describeFlow(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise describeFlowAsync(array $args = [])
38
 * @method \Aws\Result describeGateway(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise describeGatewayAsync(array $args = [])
40
 * @method \Aws\Result describeGatewayInstance(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise describeGatewayInstanceAsync(array $args = [])
42
 * @method \Aws\Result describeOffering(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise describeOfferingAsync(array $args = [])
44
 * @method \Aws\Result describeReservation(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
46
 * @method \Aws\Result grantFlowEntitlements(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise grantFlowEntitlementsAsync(array $args = [])
48
 * @method \Aws\Result listBridges(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise listBridgesAsync(array $args = [])
50
 * @method \Aws\Result listEntitlements(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise listEntitlementsAsync(array $args = [])
52
 * @method \Aws\Result listFlows(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise listFlowsAsync(array $args = [])
54
 * @method \Aws\Result listGatewayInstances(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise listGatewayInstancesAsync(array $args = [])
56
 * @method \Aws\Result listGateways(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
58
 * @method \Aws\Result listOfferings(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
60
 * @method \Aws\Result listReservations(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise listReservationsAsync(array $args = [])
62
 * @method \Aws\Result listTagsForResource(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
64
 * @method \Aws\Result purchaseOffering(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
66
 * @method \Aws\Result removeBridgeOutput(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise removeBridgeOutputAsync(array $args = [])
68
 * @method \Aws\Result removeBridgeSource(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise removeBridgeSourceAsync(array $args = [])
70
 * @method \Aws\Result removeFlowMediaStream(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise removeFlowMediaStreamAsync(array $args = [])
72
 * @method \Aws\Result removeFlowOutput(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise removeFlowOutputAsync(array $args = [])
74
 * @method \Aws\Result removeFlowSource(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise removeFlowSourceAsync(array $args = [])
76
 * @method \Aws\Result removeFlowVpcInterface(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise removeFlowVpcInterfaceAsync(array $args = [])
78
 * @method \Aws\Result revokeFlowEntitlement(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise revokeFlowEntitlementAsync(array $args = [])
80
 * @method \Aws\Result startFlow(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise startFlowAsync(array $args = [])
82
 * @method \Aws\Result stopFlow(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise stopFlowAsync(array $args = [])
84
 * @method \Aws\Result tagResource(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
86
 * @method \Aws\Result untagResource(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
88
 * @method \Aws\Result updateBridge(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise updateBridgeAsync(array $args = [])
90
 * @method \Aws\Result updateBridgeOutput(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise updateBridgeOutputAsync(array $args = [])
92
 * @method \Aws\Result updateBridgeSource(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise updateBridgeSourceAsync(array $args = [])
94
 * @method \Aws\Result updateBridgeState(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise updateBridgeStateAsync(array $args = [])
96
 * @method \Aws\Result updateFlow(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise updateFlowAsync(array $args = [])
98
 * @method \Aws\Result updateFlowEntitlement(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise updateFlowEntitlementAsync(array $args = [])
100
 * @method \Aws\Result updateFlowMediaStream(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise updateFlowMediaStreamAsync(array $args = [])
102
 * @method \Aws\Result updateFlowOutput(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise updateFlowOutputAsync(array $args = [])
104
 * @method \Aws\Result updateFlowSource(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise updateFlowSourceAsync(array $args = [])
106
 * @method \Aws\Result updateGatewayInstance(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise updateGatewayInstanceAsync(array $args = [])
108
 */
109
class MediaConnectClient extends AwsClient {}