Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\CloudWatchEvents;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon CloudWatch Events** service.
8
 *
9
 * @method \Aws\Result activateEventSource(array $args = [])
10
 * @method \GuzzleHttp\Promise\Promise activateEventSourceAsync(array $args = [])
11
 * @method \Aws\Result cancelReplay(array $args = [])
12
 * @method \GuzzleHttp\Promise\Promise cancelReplayAsync(array $args = [])
13
 * @method \Aws\Result createApiDestination(array $args = [])
14
 * @method \GuzzleHttp\Promise\Promise createApiDestinationAsync(array $args = [])
15
 * @method \Aws\Result createArchive(array $args = [])
16
 * @method \GuzzleHttp\Promise\Promise createArchiveAsync(array $args = [])
17
 * @method \Aws\Result createConnection(array $args = [])
18
 * @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
19
 * @method \Aws\Result createEventBus(array $args = [])
20
 * @method \GuzzleHttp\Promise\Promise createEventBusAsync(array $args = [])
21
 * @method \Aws\Result createPartnerEventSource(array $args = [])
22
 * @method \GuzzleHttp\Promise\Promise createPartnerEventSourceAsync(array $args = [])
23
 * @method \Aws\Result deactivateEventSource(array $args = [])
24
 * @method \GuzzleHttp\Promise\Promise deactivateEventSourceAsync(array $args = [])
25
 * @method \Aws\Result deauthorizeConnection(array $args = [])
26
 * @method \GuzzleHttp\Promise\Promise deauthorizeConnectionAsync(array $args = [])
27
 * @method \Aws\Result deleteApiDestination(array $args = [])
28
 * @method \GuzzleHttp\Promise\Promise deleteApiDestinationAsync(array $args = [])
29
 * @method \Aws\Result deleteArchive(array $args = [])
30
 * @method \GuzzleHttp\Promise\Promise deleteArchiveAsync(array $args = [])
31
 * @method \Aws\Result deleteConnection(array $args = [])
32
 * @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
33
 * @method \Aws\Result deleteEventBus(array $args = [])
34
 * @method \GuzzleHttp\Promise\Promise deleteEventBusAsync(array $args = [])
35
 * @method \Aws\Result deletePartnerEventSource(array $args = [])
36
 * @method \GuzzleHttp\Promise\Promise deletePartnerEventSourceAsync(array $args = [])
37
 * @method \Aws\Result deleteRule(array $args = [])
38
 * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
39
 * @method \Aws\Result describeApiDestination(array $args = [])
40
 * @method \GuzzleHttp\Promise\Promise describeApiDestinationAsync(array $args = [])
41
 * @method \Aws\Result describeArchive(array $args = [])
42
 * @method \GuzzleHttp\Promise\Promise describeArchiveAsync(array $args = [])
43
 * @method \Aws\Result describeConnection(array $args = [])
44
 * @method \GuzzleHttp\Promise\Promise describeConnectionAsync(array $args = [])
45
 * @method \Aws\Result describeEventBus(array $args = [])
46
 * @method \GuzzleHttp\Promise\Promise describeEventBusAsync(array $args = [])
47
 * @method \Aws\Result describeEventSource(array $args = [])
48
 * @method \GuzzleHttp\Promise\Promise describeEventSourceAsync(array $args = [])
49
 * @method \Aws\Result describePartnerEventSource(array $args = [])
50
 * @method \GuzzleHttp\Promise\Promise describePartnerEventSourceAsync(array $args = [])
51
 * @method \Aws\Result describeReplay(array $args = [])
52
 * @method \GuzzleHttp\Promise\Promise describeReplayAsync(array $args = [])
53
 * @method \Aws\Result describeRule(array $args = [])
54
 * @method \GuzzleHttp\Promise\Promise describeRuleAsync(array $args = [])
55
 * @method \Aws\Result disableRule(array $args = [])
56
 * @method \GuzzleHttp\Promise\Promise disableRuleAsync(array $args = [])
57
 * @method \Aws\Result enableRule(array $args = [])
58
 * @method \GuzzleHttp\Promise\Promise enableRuleAsync(array $args = [])
59
 * @method \Aws\Result listApiDestinations(array $args = [])
60
 * @method \GuzzleHttp\Promise\Promise listApiDestinationsAsync(array $args = [])
61
 * @method \Aws\Result listArchives(array $args = [])
62
 * @method \GuzzleHttp\Promise\Promise listArchivesAsync(array $args = [])
63
 * @method \Aws\Result listConnections(array $args = [])
64
 * @method \GuzzleHttp\Promise\Promise listConnectionsAsync(array $args = [])
65
 * @method \Aws\Result listEventBuses(array $args = [])
66
 * @method \GuzzleHttp\Promise\Promise listEventBusesAsync(array $args = [])
67
 * @method \Aws\Result listEventSources(array $args = [])
68
 * @method \GuzzleHttp\Promise\Promise listEventSourcesAsync(array $args = [])
69
 * @method \Aws\Result listPartnerEventSourceAccounts(array $args = [])
70
 * @method \GuzzleHttp\Promise\Promise listPartnerEventSourceAccountsAsync(array $args = [])
71
 * @method \Aws\Result listPartnerEventSources(array $args = [])
72
 * @method \GuzzleHttp\Promise\Promise listPartnerEventSourcesAsync(array $args = [])
73
 * @method \Aws\Result listReplays(array $args = [])
74
 * @method \GuzzleHttp\Promise\Promise listReplaysAsync(array $args = [])
75
 * @method \Aws\Result listRuleNamesByTarget(array $args = [])
76
 * @method \GuzzleHttp\Promise\Promise listRuleNamesByTargetAsync(array $args = [])
77
 * @method \Aws\Result listRules(array $args = [])
78
 * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
79
 * @method \Aws\Result listTagsForResource(array $args = [])
80
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
81
 * @method \Aws\Result listTargetsByRule(array $args = [])
82
 * @method \GuzzleHttp\Promise\Promise listTargetsByRuleAsync(array $args = [])
83
 * @method \Aws\Result putEvents(array $args = [])
84
 * @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
85
 * @method \Aws\Result putPartnerEvents(array $args = [])
86
 * @method \GuzzleHttp\Promise\Promise putPartnerEventsAsync(array $args = [])
87
 * @method \Aws\Result putPermission(array $args = [])
88
 * @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = [])
89
 * @method \Aws\Result putRule(array $args = [])
90
 * @method \GuzzleHttp\Promise\Promise putRuleAsync(array $args = [])
91
 * @method \Aws\Result putTargets(array $args = [])
92
 * @method \GuzzleHttp\Promise\Promise putTargetsAsync(array $args = [])
93
 * @method \Aws\Result removePermission(array $args = [])
94
 * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
95
 * @method \Aws\Result removeTargets(array $args = [])
96
 * @method \GuzzleHttp\Promise\Promise removeTargetsAsync(array $args = [])
97
 * @method \Aws\Result startReplay(array $args = [])
98
 * @method \GuzzleHttp\Promise\Promise startReplayAsync(array $args = [])
99
 * @method \Aws\Result tagResource(array $args = [])
100
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
101
 * @method \Aws\Result testEventPattern(array $args = [])
102
 * @method \GuzzleHttp\Promise\Promise testEventPatternAsync(array $args = [])
103
 * @method \Aws\Result untagResource(array $args = [])
104
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
105
 * @method \Aws\Result updateApiDestination(array $args = [])
106
 * @method \GuzzleHttp\Promise\Promise updateApiDestinationAsync(array $args = [])
107
 * @method \Aws\Result updateArchive(array $args = [])
108
 * @method \GuzzleHttp\Promise\Promise updateArchiveAsync(array $args = [])
109
 * @method \Aws\Result updateConnection(array $args = [])
110
 * @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
111
 */
112
class CloudWatchEventsClient extends AwsClient {}