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\Chime;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Chime** service.
8
 * @method \Aws\Result associatePhoneNumberWithUser(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise associatePhoneNumberWithUserAsync(array $args = [])
10
 * @method \Aws\Result associateSigninDelegateGroupsWithAccount(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise associateSigninDelegateGroupsWithAccountAsync(array $args = [])
12
 * @method \Aws\Result batchCreateRoomMembership(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise batchCreateRoomMembershipAsync(array $args = [])
14
 * @method \Aws\Result batchDeletePhoneNumber(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise batchDeletePhoneNumberAsync(array $args = [])
16
 * @method \Aws\Result batchSuspendUser(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise batchSuspendUserAsync(array $args = [])
18
 * @method \Aws\Result batchUnsuspendUser(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise batchUnsuspendUserAsync(array $args = [])
20
 * @method \Aws\Result batchUpdatePhoneNumber(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise batchUpdatePhoneNumberAsync(array $args = [])
22
 * @method \Aws\Result batchUpdateUser(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise batchUpdateUserAsync(array $args = [])
24
 * @method \Aws\Result createAccount(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createAccountAsync(array $args = [])
26
 * @method \Aws\Result createBot(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createBotAsync(array $args = [])
28
 * @method \Aws\Result createMeetingDialOut(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createMeetingDialOutAsync(array $args = [])
30
 * @method \Aws\Result createPhoneNumberOrder(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise createPhoneNumberOrderAsync(array $args = [])
32
 * @method \Aws\Result createRoom(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise createRoomAsync(array $args = [])
34
 * @method \Aws\Result createRoomMembership(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise createRoomMembershipAsync(array $args = [])
36
 * @method \Aws\Result createUser(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
38
 * @method \Aws\Result deleteAccount(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteAccountAsync(array $args = [])
40
 * @method \Aws\Result deleteEventsConfiguration(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise deleteEventsConfigurationAsync(array $args = [])
42
 * @method \Aws\Result deletePhoneNumber(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deletePhoneNumberAsync(array $args = [])
44
 * @method \Aws\Result deleteRoom(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise deleteRoomAsync(array $args = [])
46
 * @method \Aws\Result deleteRoomMembership(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise deleteRoomMembershipAsync(array $args = [])
48
 * @method \Aws\Result disassociatePhoneNumberFromUser(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise disassociatePhoneNumberFromUserAsync(array $args = [])
50
 * @method \Aws\Result disassociateSigninDelegateGroupsFromAccount(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise disassociateSigninDelegateGroupsFromAccountAsync(array $args = [])
52
 * @method \Aws\Result getAccount(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise getAccountAsync(array $args = [])
54
 * @method \Aws\Result getAccountSettings(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
56
 * @method \Aws\Result getBot(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise getBotAsync(array $args = [])
58
 * @method \Aws\Result getEventsConfiguration(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise getEventsConfigurationAsync(array $args = [])
60
 * @method \Aws\Result getGlobalSettings(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise getGlobalSettingsAsync(array $args = [])
62
 * @method \Aws\Result getPhoneNumber(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise getPhoneNumberAsync(array $args = [])
64
 * @method \Aws\Result getPhoneNumberOrder(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise getPhoneNumberOrderAsync(array $args = [])
66
 * @method \Aws\Result getPhoneNumberSettings(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise getPhoneNumberSettingsAsync(array $args = [])
68
 * @method \Aws\Result getRetentionSettings(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise getRetentionSettingsAsync(array $args = [])
70
 * @method \Aws\Result getRoom(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getRoomAsync(array $args = [])
72
 * @method \Aws\Result getUser(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getUserAsync(array $args = [])
74
 * @method \Aws\Result getUserSettings(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise getUserSettingsAsync(array $args = [])
76
 * @method \Aws\Result inviteUsers(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise inviteUsersAsync(array $args = [])
78
 * @method \Aws\Result listAccounts(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise listAccountsAsync(array $args = [])
80
 * @method \Aws\Result listBots(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise listBotsAsync(array $args = [])
82
 * @method \Aws\Result listPhoneNumberOrders(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise listPhoneNumberOrdersAsync(array $args = [])
84
 * @method \Aws\Result listPhoneNumbers(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listPhoneNumbersAsync(array $args = [])
86
 * @method \Aws\Result listRoomMemberships(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listRoomMembershipsAsync(array $args = [])
88
 * @method \Aws\Result listRooms(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listRoomsAsync(array $args = [])
90
 * @method \Aws\Result listSupportedPhoneNumberCountries(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listSupportedPhoneNumberCountriesAsync(array $args = [])
92
 * @method \Aws\Result listUsers(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
94
 * @method \Aws\Result logoutUser(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise logoutUserAsync(array $args = [])
96
 * @method \Aws\Result putEventsConfiguration(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise putEventsConfigurationAsync(array $args = [])
98
 * @method \Aws\Result putRetentionSettings(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise putRetentionSettingsAsync(array $args = [])
100
 * @method \Aws\Result redactConversationMessage(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise redactConversationMessageAsync(array $args = [])
102
 * @method \Aws\Result redactRoomMessage(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise redactRoomMessageAsync(array $args = [])
104
 * @method \Aws\Result regenerateSecurityToken(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise regenerateSecurityTokenAsync(array $args = [])
106
 * @method \Aws\Result resetPersonalPIN(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise resetPersonalPINAsync(array $args = [])
108
 * @method \Aws\Result restorePhoneNumber(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise restorePhoneNumberAsync(array $args = [])
110
 * @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise searchAvailablePhoneNumbersAsync(array $args = [])
112
 * @method \Aws\Result updateAccount(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise updateAccountAsync(array $args = [])
114
 * @method \Aws\Result updateAccountSettings(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
116
 * @method \Aws\Result updateBot(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise updateBotAsync(array $args = [])
118
 * @method \Aws\Result updateGlobalSettings(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
120
 * @method \Aws\Result updatePhoneNumber(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise updatePhoneNumberAsync(array $args = [])
122
 * @method \Aws\Result updatePhoneNumberSettings(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise updatePhoneNumberSettingsAsync(array $args = [])
124
 * @method \Aws\Result updateRoom(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise updateRoomAsync(array $args = [])
126
 * @method \Aws\Result updateRoomMembership(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise updateRoomMembershipAsync(array $args = [])
128
 * @method \Aws\Result updateUser(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
130
 * @method \Aws\Result updateUserSettings(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise updateUserSettingsAsync(array $args = [])
132
 */
133
class ChimeClient extends AwsClient {}