Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\ChimeSDKMessaging;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Chime SDK Messaging** service.
8
 * @method \Aws\Result associateChannelFlow(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise associateChannelFlowAsync(array $args = [])
10
 * @method \Aws\Result batchCreateChannelMembership(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise batchCreateChannelMembershipAsync(array $args = [])
12
 * @method \Aws\Result channelFlowCallback(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise channelFlowCallbackAsync(array $args = [])
14
 * @method \Aws\Result createChannel(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
16
 * @method \Aws\Result createChannelBan(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createChannelBanAsync(array $args = [])
18
 * @method \Aws\Result createChannelFlow(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createChannelFlowAsync(array $args = [])
20
 * @method \Aws\Result createChannelMembership(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createChannelMembershipAsync(array $args = [])
22
 * @method \Aws\Result createChannelModerator(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createChannelModeratorAsync(array $args = [])
24
 * @method \Aws\Result deleteChannel(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
26
 * @method \Aws\Result deleteChannelBan(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deleteChannelBanAsync(array $args = [])
28
 * @method \Aws\Result deleteChannelFlow(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteChannelFlowAsync(array $args = [])
30
 * @method \Aws\Result deleteChannelMembership(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteChannelMembershipAsync(array $args = [])
32
 * @method \Aws\Result deleteChannelMessage(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deleteChannelMessageAsync(array $args = [])
34
 * @method \Aws\Result deleteChannelModerator(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteChannelModeratorAsync(array $args = [])
36
 * @method \Aws\Result deleteMessagingStreamingConfigurations(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteMessagingStreamingConfigurationsAsync(array $args = [])
38
 * @method \Aws\Result describeChannel(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
40
 * @method \Aws\Result describeChannelBan(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise describeChannelBanAsync(array $args = [])
42
 * @method \Aws\Result describeChannelFlow(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise describeChannelFlowAsync(array $args = [])
44
 * @method \Aws\Result describeChannelMembership(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise describeChannelMembershipAsync(array $args = [])
46
 * @method \Aws\Result describeChannelMembershipForAppInstanceUser(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise describeChannelMembershipForAppInstanceUserAsync(array $args = [])
48
 * @method \Aws\Result describeChannelModeratedByAppInstanceUser(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise describeChannelModeratedByAppInstanceUserAsync(array $args = [])
50
 * @method \Aws\Result describeChannelModerator(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise describeChannelModeratorAsync(array $args = [])
52
 * @method \Aws\Result disassociateChannelFlow(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise disassociateChannelFlowAsync(array $args = [])
54
 * @method \Aws\Result getChannelMembershipPreferences(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise getChannelMembershipPreferencesAsync(array $args = [])
56
 * @method \Aws\Result getChannelMessage(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise getChannelMessageAsync(array $args = [])
58
 * @method \Aws\Result getChannelMessageStatus(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise getChannelMessageStatusAsync(array $args = [])
60
 * @method \Aws\Result getMessagingSessionEndpoint(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise getMessagingSessionEndpointAsync(array $args = [])
62
 * @method \Aws\Result getMessagingStreamingConfigurations(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise getMessagingStreamingConfigurationsAsync(array $args = [])
64
 * @method \Aws\Result listChannelBans(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise listChannelBansAsync(array $args = [])
66
 * @method \Aws\Result listChannelFlows(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise listChannelFlowsAsync(array $args = [])
68
 * @method \Aws\Result listChannelMemberships(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise listChannelMembershipsAsync(array $args = [])
70
 * @method \Aws\Result listChannelMembershipsForAppInstanceUser(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise listChannelMembershipsForAppInstanceUserAsync(array $args = [])
72
 * @method \Aws\Result listChannelMessages(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise listChannelMessagesAsync(array $args = [])
74
 * @method \Aws\Result listChannelModerators(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise listChannelModeratorsAsync(array $args = [])
76
 * @method \Aws\Result listChannels(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
78
 * @method \Aws\Result listChannelsAssociatedWithChannelFlow(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise listChannelsAssociatedWithChannelFlowAsync(array $args = [])
80
 * @method \Aws\Result listChannelsModeratedByAppInstanceUser(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise listChannelsModeratedByAppInstanceUserAsync(array $args = [])
82
 * @method \Aws\Result listSubChannels(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise listSubChannelsAsync(array $args = [])
84
 * @method \Aws\Result listTagsForResource(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
86
 * @method \Aws\Result putChannelExpirationSettings(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise putChannelExpirationSettingsAsync(array $args = [])
88
 * @method \Aws\Result putChannelMembershipPreferences(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise putChannelMembershipPreferencesAsync(array $args = [])
90
 * @method \Aws\Result putMessagingStreamingConfigurations(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise putMessagingStreamingConfigurationsAsync(array $args = [])
92
 * @method \Aws\Result redactChannelMessage(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise redactChannelMessageAsync(array $args = [])
94
 * @method \Aws\Result searchChannels(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise searchChannelsAsync(array $args = [])
96
 * @method \Aws\Result sendChannelMessage(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise sendChannelMessageAsync(array $args = [])
98
 * @method \Aws\Result tagResource(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
100
 * @method \Aws\Result untagResource(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
102
 * @method \Aws\Result updateChannel(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
104
 * @method \Aws\Result updateChannelFlow(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise updateChannelFlowAsync(array $args = [])
106
 * @method \Aws\Result updateChannelMessage(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise updateChannelMessageAsync(array $args = [])
108
 * @method \Aws\Result updateChannelReadMarker(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise updateChannelReadMarkerAsync(array $args = [])
110
 */
111
class ChimeSDKMessagingClient extends AwsClient {}