PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / Chime / ChimeClient.php
transferito / vendor / aws / aws-sdk-php / src / Chime Last commit date
Exception 11 months ago ChimeClient.php 11 months ago
ChimeClient.php
392 lines
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 associatePhoneNumbersWithVoiceConnector(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise associatePhoneNumbersWithVoiceConnectorAsync(array $args = [])
12 * @method \Aws\Result associatePhoneNumbersWithVoiceConnectorGroup(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise associatePhoneNumbersWithVoiceConnectorGroupAsync(array $args = [])
14 * @method \Aws\Result associateSigninDelegateGroupsWithAccount(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise associateSigninDelegateGroupsWithAccountAsync(array $args = [])
16 * @method \Aws\Result batchCreateAttendee(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise batchCreateAttendeeAsync(array $args = [])
18 * @method \Aws\Result batchCreateChannelMembership(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise batchCreateChannelMembershipAsync(array $args = [])
20 * @method \Aws\Result batchCreateRoomMembership(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise batchCreateRoomMembershipAsync(array $args = [])
22 * @method \Aws\Result batchDeletePhoneNumber(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise batchDeletePhoneNumberAsync(array $args = [])
24 * @method \Aws\Result batchSuspendUser(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise batchSuspendUserAsync(array $args = [])
26 * @method \Aws\Result batchUnsuspendUser(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise batchUnsuspendUserAsync(array $args = [])
28 * @method \Aws\Result batchUpdatePhoneNumber(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise batchUpdatePhoneNumberAsync(array $args = [])
30 * @method \Aws\Result batchUpdateUser(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise batchUpdateUserAsync(array $args = [])
32 * @method \Aws\Result createAccount(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise createAccountAsync(array $args = [])
34 * @method \Aws\Result createAppInstance(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise createAppInstanceAsync(array $args = [])
36 * @method \Aws\Result createAppInstanceAdmin(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise createAppInstanceAdminAsync(array $args = [])
38 * @method \Aws\Result createAppInstanceUser(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise createAppInstanceUserAsync(array $args = [])
40 * @method \Aws\Result createAttendee(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise createAttendeeAsync(array $args = [])
42 * @method \Aws\Result createBot(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise createBotAsync(array $args = [])
44 * @method \Aws\Result createChannel(array $args = [])
45 * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
46 * @method \Aws\Result createChannelBan(array $args = [])
47 * @method \GuzzleHttp\Promise\Promise createChannelBanAsync(array $args = [])
48 * @method \Aws\Result createChannelMembership(array $args = [])
49 * @method \GuzzleHttp\Promise\Promise createChannelMembershipAsync(array $args = [])
50 * @method \Aws\Result createChannelModerator(array $args = [])
51 * @method \GuzzleHttp\Promise\Promise createChannelModeratorAsync(array $args = [])
52 * @method \Aws\Result createMediaCapturePipeline(array $args = [])
53 * @method \GuzzleHttp\Promise\Promise createMediaCapturePipelineAsync(array $args = [])
54 * @method \Aws\Result createMeeting(array $args = [])
55 * @method \GuzzleHttp\Promise\Promise createMeetingAsync(array $args = [])
56 * @method \Aws\Result createMeetingDialOut(array $args = [])
57 * @method \GuzzleHttp\Promise\Promise createMeetingDialOutAsync(array $args = [])
58 * @method \Aws\Result createMeetingWithAttendees(array $args = [])
59 * @method \GuzzleHttp\Promise\Promise createMeetingWithAttendeesAsync(array $args = [])
60 * @method \Aws\Result createPhoneNumberOrder(array $args = [])
61 * @method \GuzzleHttp\Promise\Promise createPhoneNumberOrderAsync(array $args = [])
62 * @method \Aws\Result createProxySession(array $args = [])
63 * @method \GuzzleHttp\Promise\Promise createProxySessionAsync(array $args = [])
64 * @method \Aws\Result createRoom(array $args = [])
65 * @method \GuzzleHttp\Promise\Promise createRoomAsync(array $args = [])
66 * @method \Aws\Result createRoomMembership(array $args = [])
67 * @method \GuzzleHttp\Promise\Promise createRoomMembershipAsync(array $args = [])
68 * @method \Aws\Result createSipMediaApplication(array $args = [])
69 * @method \GuzzleHttp\Promise\Promise createSipMediaApplicationAsync(array $args = [])
70 * @method \Aws\Result createSipMediaApplicationCall(array $args = [])
71 * @method \GuzzleHttp\Promise\Promise createSipMediaApplicationCallAsync(array $args = [])
72 * @method \Aws\Result createSipRule(array $args = [])
73 * @method \GuzzleHttp\Promise\Promise createSipRuleAsync(array $args = [])
74 * @method \Aws\Result createUser(array $args = [])
75 * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
76 * @method \Aws\Result createVoiceConnector(array $args = [])
77 * @method \GuzzleHttp\Promise\Promise createVoiceConnectorAsync(array $args = [])
78 * @method \Aws\Result createVoiceConnectorGroup(array $args = [])
79 * @method \GuzzleHttp\Promise\Promise createVoiceConnectorGroupAsync(array $args = [])
80 * @method \Aws\Result deleteAccount(array $args = [])
81 * @method \GuzzleHttp\Promise\Promise deleteAccountAsync(array $args = [])
82 * @method \Aws\Result deleteAppInstance(array $args = [])
83 * @method \GuzzleHttp\Promise\Promise deleteAppInstanceAsync(array $args = [])
84 * @method \Aws\Result deleteAppInstanceAdmin(array $args = [])
85 * @method \GuzzleHttp\Promise\Promise deleteAppInstanceAdminAsync(array $args = [])
86 * @method \Aws\Result deleteAppInstanceStreamingConfigurations(array $args = [])
87 * @method \GuzzleHttp\Promise\Promise deleteAppInstanceStreamingConfigurationsAsync(array $args = [])
88 * @method \Aws\Result deleteAppInstanceUser(array $args = [])
89 * @method \GuzzleHttp\Promise\Promise deleteAppInstanceUserAsync(array $args = [])
90 * @method \Aws\Result deleteAttendee(array $args = [])
91 * @method \GuzzleHttp\Promise\Promise deleteAttendeeAsync(array $args = [])
92 * @method \Aws\Result deleteChannel(array $args = [])
93 * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
94 * @method \Aws\Result deleteChannelBan(array $args = [])
95 * @method \GuzzleHttp\Promise\Promise deleteChannelBanAsync(array $args = [])
96 * @method \Aws\Result deleteChannelMembership(array $args = [])
97 * @method \GuzzleHttp\Promise\Promise deleteChannelMembershipAsync(array $args = [])
98 * @method \Aws\Result deleteChannelMessage(array $args = [])
99 * @method \GuzzleHttp\Promise\Promise deleteChannelMessageAsync(array $args = [])
100 * @method \Aws\Result deleteChannelModerator(array $args = [])
101 * @method \GuzzleHttp\Promise\Promise deleteChannelModeratorAsync(array $args = [])
102 * @method \Aws\Result deleteEventsConfiguration(array $args = [])
103 * @method \GuzzleHttp\Promise\Promise deleteEventsConfigurationAsync(array $args = [])
104 * @method \Aws\Result deleteMediaCapturePipeline(array $args = [])
105 * @method \GuzzleHttp\Promise\Promise deleteMediaCapturePipelineAsync(array $args = [])
106 * @method \Aws\Result deleteMeeting(array $args = [])
107 * @method \GuzzleHttp\Promise\Promise deleteMeetingAsync(array $args = [])
108 * @method \Aws\Result deletePhoneNumber(array $args = [])
109 * @method \GuzzleHttp\Promise\Promise deletePhoneNumberAsync(array $args = [])
110 * @method \Aws\Result deleteProxySession(array $args = [])
111 * @method \GuzzleHttp\Promise\Promise deleteProxySessionAsync(array $args = [])
112 * @method \Aws\Result deleteRoom(array $args = [])
113 * @method \GuzzleHttp\Promise\Promise deleteRoomAsync(array $args = [])
114 * @method \Aws\Result deleteRoomMembership(array $args = [])
115 * @method \GuzzleHttp\Promise\Promise deleteRoomMembershipAsync(array $args = [])
116 * @method \Aws\Result deleteSipMediaApplication(array $args = [])
117 * @method \GuzzleHttp\Promise\Promise deleteSipMediaApplicationAsync(array $args = [])
118 * @method \Aws\Result deleteSipRule(array $args = [])
119 * @method \GuzzleHttp\Promise\Promise deleteSipRuleAsync(array $args = [])
120 * @method \Aws\Result deleteVoiceConnector(array $args = [])
121 * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorAsync(array $args = [])
122 * @method \Aws\Result deleteVoiceConnectorEmergencyCallingConfiguration(array $args = [])
123 * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorEmergencyCallingConfigurationAsync(array $args = [])
124 * @method \Aws\Result deleteVoiceConnectorGroup(array $args = [])
125 * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorGroupAsync(array $args = [])
126 * @method \Aws\Result deleteVoiceConnectorOrigination(array $args = [])
127 * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorOriginationAsync(array $args = [])
128 * @method \Aws\Result deleteVoiceConnectorProxy(array $args = [])
129 * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorProxyAsync(array $args = [])
130 * @method \Aws\Result deleteVoiceConnectorStreamingConfiguration(array $args = [])
131 * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorStreamingConfigurationAsync(array $args = [])
132 * @method \Aws\Result deleteVoiceConnectorTermination(array $args = [])
133 * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorTerminationAsync(array $args = [])
134 * @method \Aws\Result deleteVoiceConnectorTerminationCredentials(array $args = [])
135 * @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorTerminationCredentialsAsync(array $args = [])
136 * @method \Aws\Result describeAppInstance(array $args = [])
137 * @method \GuzzleHttp\Promise\Promise describeAppInstanceAsync(array $args = [])
138 * @method \Aws\Result describeAppInstanceAdmin(array $args = [])
139 * @method \GuzzleHttp\Promise\Promise describeAppInstanceAdminAsync(array $args = [])
140 * @method \Aws\Result describeAppInstanceUser(array $args = [])
141 * @method \GuzzleHttp\Promise\Promise describeAppInstanceUserAsync(array $args = [])
142 * @method \Aws\Result describeChannel(array $args = [])
143 * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
144 * @method \Aws\Result describeChannelBan(array $args = [])
145 * @method \GuzzleHttp\Promise\Promise describeChannelBanAsync(array $args = [])
146 * @method \Aws\Result describeChannelMembership(array $args = [])
147 * @method \GuzzleHttp\Promise\Promise describeChannelMembershipAsync(array $args = [])
148 * @method \Aws\Result describeChannelMembershipForAppInstanceUser(array $args = [])
149 * @method \GuzzleHttp\Promise\Promise describeChannelMembershipForAppInstanceUserAsync(array $args = [])
150 * @method \Aws\Result describeChannelModeratedByAppInstanceUser(array $args = [])
151 * @method \GuzzleHttp\Promise\Promise describeChannelModeratedByAppInstanceUserAsync(array $args = [])
152 * @method \Aws\Result describeChannelModerator(array $args = [])
153 * @method \GuzzleHttp\Promise\Promise describeChannelModeratorAsync(array $args = [])
154 * @method \Aws\Result disassociatePhoneNumberFromUser(array $args = [])
155 * @method \GuzzleHttp\Promise\Promise disassociatePhoneNumberFromUserAsync(array $args = [])
156 * @method \Aws\Result disassociatePhoneNumbersFromVoiceConnector(array $args = [])
157 * @method \GuzzleHttp\Promise\Promise disassociatePhoneNumbersFromVoiceConnectorAsync(array $args = [])
158 * @method \Aws\Result disassociatePhoneNumbersFromVoiceConnectorGroup(array $args = [])
159 * @method \GuzzleHttp\Promise\Promise disassociatePhoneNumbersFromVoiceConnectorGroupAsync(array $args = [])
160 * @method \Aws\Result disassociateSigninDelegateGroupsFromAccount(array $args = [])
161 * @method \GuzzleHttp\Promise\Promise disassociateSigninDelegateGroupsFromAccountAsync(array $args = [])
162 * @method \Aws\Result getAccount(array $args = [])
163 * @method \GuzzleHttp\Promise\Promise getAccountAsync(array $args = [])
164 * @method \Aws\Result getAccountSettings(array $args = [])
165 * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
166 * @method \Aws\Result getAppInstanceRetentionSettings(array $args = [])
167 * @method \GuzzleHttp\Promise\Promise getAppInstanceRetentionSettingsAsync(array $args = [])
168 * @method \Aws\Result getAppInstanceStreamingConfigurations(array $args = [])
169 * @method \GuzzleHttp\Promise\Promise getAppInstanceStreamingConfigurationsAsync(array $args = [])
170 * @method \Aws\Result getAttendee(array $args = [])
171 * @method \GuzzleHttp\Promise\Promise getAttendeeAsync(array $args = [])
172 * @method \Aws\Result getBot(array $args = [])
173 * @method \GuzzleHttp\Promise\Promise getBotAsync(array $args = [])
174 * @method \Aws\Result getChannelMessage(array $args = [])
175 * @method \GuzzleHttp\Promise\Promise getChannelMessageAsync(array $args = [])
176 * @method \Aws\Result getEventsConfiguration(array $args = [])
177 * @method \GuzzleHttp\Promise\Promise getEventsConfigurationAsync(array $args = [])
178 * @method \Aws\Result getGlobalSettings(array $args = [])
179 * @method \GuzzleHttp\Promise\Promise getGlobalSettingsAsync(array $args = [])
180 * @method \Aws\Result getMediaCapturePipeline(array $args = [])
181 * @method \GuzzleHttp\Promise\Promise getMediaCapturePipelineAsync(array $args = [])
182 * @method \Aws\Result getMeeting(array $args = [])
183 * @method \GuzzleHttp\Promise\Promise getMeetingAsync(array $args = [])
184 * @method \Aws\Result getMessagingSessionEndpoint(array $args = [])
185 * @method \GuzzleHttp\Promise\Promise getMessagingSessionEndpointAsync(array $args = [])
186 * @method \Aws\Result getPhoneNumber(array $args = [])
187 * @method \GuzzleHttp\Promise\Promise getPhoneNumberAsync(array $args = [])
188 * @method \Aws\Result getPhoneNumberOrder(array $args = [])
189 * @method \GuzzleHttp\Promise\Promise getPhoneNumberOrderAsync(array $args = [])
190 * @method \Aws\Result getPhoneNumberSettings(array $args = [])
191 * @method \GuzzleHttp\Promise\Promise getPhoneNumberSettingsAsync(array $args = [])
192 * @method \Aws\Result getProxySession(array $args = [])
193 * @method \GuzzleHttp\Promise\Promise getProxySessionAsync(array $args = [])
194 * @method \Aws\Result getRetentionSettings(array $args = [])
195 * @method \GuzzleHttp\Promise\Promise getRetentionSettingsAsync(array $args = [])
196 * @method \Aws\Result getRoom(array $args = [])
197 * @method \GuzzleHttp\Promise\Promise getRoomAsync(array $args = [])
198 * @method \Aws\Result getSipMediaApplication(array $args = [])
199 * @method \GuzzleHttp\Promise\Promise getSipMediaApplicationAsync(array $args = [])
200 * @method \Aws\Result getSipMediaApplicationLoggingConfiguration(array $args = [])
201 * @method \GuzzleHttp\Promise\Promise getSipMediaApplicationLoggingConfigurationAsync(array $args = [])
202 * @method \Aws\Result getSipRule(array $args = [])
203 * @method \GuzzleHttp\Promise\Promise getSipRuleAsync(array $args = [])
204 * @method \Aws\Result getUser(array $args = [])
205 * @method \GuzzleHttp\Promise\Promise getUserAsync(array $args = [])
206 * @method \Aws\Result getUserSettings(array $args = [])
207 * @method \GuzzleHttp\Promise\Promise getUserSettingsAsync(array $args = [])
208 * @method \Aws\Result getVoiceConnector(array $args = [])
209 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorAsync(array $args = [])
210 * @method \Aws\Result getVoiceConnectorEmergencyCallingConfiguration(array $args = [])
211 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorEmergencyCallingConfigurationAsync(array $args = [])
212 * @method \Aws\Result getVoiceConnectorGroup(array $args = [])
213 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorGroupAsync(array $args = [])
214 * @method \Aws\Result getVoiceConnectorLoggingConfiguration(array $args = [])
215 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorLoggingConfigurationAsync(array $args = [])
216 * @method \Aws\Result getVoiceConnectorOrigination(array $args = [])
217 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorOriginationAsync(array $args = [])
218 * @method \Aws\Result getVoiceConnectorProxy(array $args = [])
219 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorProxyAsync(array $args = [])
220 * @method \Aws\Result getVoiceConnectorStreamingConfiguration(array $args = [])
221 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorStreamingConfigurationAsync(array $args = [])
222 * @method \Aws\Result getVoiceConnectorTermination(array $args = [])
223 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorTerminationAsync(array $args = [])
224 * @method \Aws\Result getVoiceConnectorTerminationHealth(array $args = [])
225 * @method \GuzzleHttp\Promise\Promise getVoiceConnectorTerminationHealthAsync(array $args = [])
226 * @method \Aws\Result inviteUsers(array $args = [])
227 * @method \GuzzleHttp\Promise\Promise inviteUsersAsync(array $args = [])
228 * @method \Aws\Result listAccounts(array $args = [])
229 * @method \GuzzleHttp\Promise\Promise listAccountsAsync(array $args = [])
230 * @method \Aws\Result listAppInstanceAdmins(array $args = [])
231 * @method \GuzzleHttp\Promise\Promise listAppInstanceAdminsAsync(array $args = [])
232 * @method \Aws\Result listAppInstanceUsers(array $args = [])
233 * @method \GuzzleHttp\Promise\Promise listAppInstanceUsersAsync(array $args = [])
234 * @method \Aws\Result listAppInstances(array $args = [])
235 * @method \GuzzleHttp\Promise\Promise listAppInstancesAsync(array $args = [])
236 * @method \Aws\Result listAttendeeTags(array $args = [])
237 * @method \GuzzleHttp\Promise\Promise listAttendeeTagsAsync(array $args = [])
238 * @method \Aws\Result listAttendees(array $args = [])
239 * @method \GuzzleHttp\Promise\Promise listAttendeesAsync(array $args = [])
240 * @method \Aws\Result listBots(array $args = [])
241 * @method \GuzzleHttp\Promise\Promise listBotsAsync(array $args = [])
242 * @method \Aws\Result listChannelBans(array $args = [])
243 * @method \GuzzleHttp\Promise\Promise listChannelBansAsync(array $args = [])
244 * @method \Aws\Result listChannelMemberships(array $args = [])
245 * @method \GuzzleHttp\Promise\Promise listChannelMembershipsAsync(array $args = [])
246 * @method \Aws\Result listChannelMembershipsForAppInstanceUser(array $args = [])
247 * @method \GuzzleHttp\Promise\Promise listChannelMembershipsForAppInstanceUserAsync(array $args = [])
248 * @method \Aws\Result listChannelMessages(array $args = [])
249 * @method \GuzzleHttp\Promise\Promise listChannelMessagesAsync(array $args = [])
250 * @method \Aws\Result listChannelModerators(array $args = [])
251 * @method \GuzzleHttp\Promise\Promise listChannelModeratorsAsync(array $args = [])
252 * @method \Aws\Result listChannels(array $args = [])
253 * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
254 * @method \Aws\Result listChannelsModeratedByAppInstanceUser(array $args = [])
255 * @method \GuzzleHttp\Promise\Promise listChannelsModeratedByAppInstanceUserAsync(array $args = [])
256 * @method \Aws\Result listMediaCapturePipelines(array $args = [])
257 * @method \GuzzleHttp\Promise\Promise listMediaCapturePipelinesAsync(array $args = [])
258 * @method \Aws\Result listMeetingTags(array $args = [])
259 * @method \GuzzleHttp\Promise\Promise listMeetingTagsAsync(array $args = [])
260 * @method \Aws\Result listMeetings(array $args = [])
261 * @method \GuzzleHttp\Promise\Promise listMeetingsAsync(array $args = [])
262 * @method \Aws\Result listPhoneNumberOrders(array $args = [])
263 * @method \GuzzleHttp\Promise\Promise listPhoneNumberOrdersAsync(array $args = [])
264 * @method \Aws\Result listPhoneNumbers(array $args = [])
265 * @method \GuzzleHttp\Promise\Promise listPhoneNumbersAsync(array $args = [])
266 * @method \Aws\Result listProxySessions(array $args = [])
267 * @method \GuzzleHttp\Promise\Promise listProxySessionsAsync(array $args = [])
268 * @method \Aws\Result listRoomMemberships(array $args = [])
269 * @method \GuzzleHttp\Promise\Promise listRoomMembershipsAsync(array $args = [])
270 * @method \Aws\Result listRooms(array $args = [])
271 * @method \GuzzleHttp\Promise\Promise listRoomsAsync(array $args = [])
272 * @method \Aws\Result listSipMediaApplications(array $args = [])
273 * @method \GuzzleHttp\Promise\Promise listSipMediaApplicationsAsync(array $args = [])
274 * @method \Aws\Result listSipRules(array $args = [])
275 * @method \GuzzleHttp\Promise\Promise listSipRulesAsync(array $args = [])
276 * @method \Aws\Result listSupportedPhoneNumberCountries(array $args = [])
277 * @method \GuzzleHttp\Promise\Promise listSupportedPhoneNumberCountriesAsync(array $args = [])
278 * @method \Aws\Result listTagsForResource(array $args = [])
279 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
280 * @method \Aws\Result listUsers(array $args = [])
281 * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
282 * @method \Aws\Result listVoiceConnectorGroups(array $args = [])
283 * @method \GuzzleHttp\Promise\Promise listVoiceConnectorGroupsAsync(array $args = [])
284 * @method \Aws\Result listVoiceConnectorTerminationCredentials(array $args = [])
285 * @method \GuzzleHttp\Promise\Promise listVoiceConnectorTerminationCredentialsAsync(array $args = [])
286 * @method \Aws\Result listVoiceConnectors(array $args = [])
287 * @method \GuzzleHttp\Promise\Promise listVoiceConnectorsAsync(array $args = [])
288 * @method \Aws\Result logoutUser(array $args = [])
289 * @method \GuzzleHttp\Promise\Promise logoutUserAsync(array $args = [])
290 * @method \Aws\Result putAppInstanceRetentionSettings(array $args = [])
291 * @method \GuzzleHttp\Promise\Promise putAppInstanceRetentionSettingsAsync(array $args = [])
292 * @method \Aws\Result putAppInstanceStreamingConfigurations(array $args = [])
293 * @method \GuzzleHttp\Promise\Promise putAppInstanceStreamingConfigurationsAsync(array $args = [])
294 * @method \Aws\Result putEventsConfiguration(array $args = [])
295 * @method \GuzzleHttp\Promise\Promise putEventsConfigurationAsync(array $args = [])
296 * @method \Aws\Result putRetentionSettings(array $args = [])
297 * @method \GuzzleHttp\Promise\Promise putRetentionSettingsAsync(array $args = [])
298 * @method \Aws\Result putSipMediaApplicationLoggingConfiguration(array $args = [])
299 * @method \GuzzleHttp\Promise\Promise putSipMediaApplicationLoggingConfigurationAsync(array $args = [])
300 * @method \Aws\Result putVoiceConnectorEmergencyCallingConfiguration(array $args = [])
301 * @method \GuzzleHttp\Promise\Promise putVoiceConnectorEmergencyCallingConfigurationAsync(array $args = [])
302 * @method \Aws\Result putVoiceConnectorLoggingConfiguration(array $args = [])
303 * @method \GuzzleHttp\Promise\Promise putVoiceConnectorLoggingConfigurationAsync(array $args = [])
304 * @method \Aws\Result putVoiceConnectorOrigination(array $args = [])
305 * @method \GuzzleHttp\Promise\Promise putVoiceConnectorOriginationAsync(array $args = [])
306 * @method \Aws\Result putVoiceConnectorProxy(array $args = [])
307 * @method \GuzzleHttp\Promise\Promise putVoiceConnectorProxyAsync(array $args = [])
308 * @method \Aws\Result putVoiceConnectorStreamingConfiguration(array $args = [])
309 * @method \GuzzleHttp\Promise\Promise putVoiceConnectorStreamingConfigurationAsync(array $args = [])
310 * @method \Aws\Result putVoiceConnectorTermination(array $args = [])
311 * @method \GuzzleHttp\Promise\Promise putVoiceConnectorTerminationAsync(array $args = [])
312 * @method \Aws\Result putVoiceConnectorTerminationCredentials(array $args = [])
313 * @method \GuzzleHttp\Promise\Promise putVoiceConnectorTerminationCredentialsAsync(array $args = [])
314 * @method \Aws\Result redactChannelMessage(array $args = [])
315 * @method \GuzzleHttp\Promise\Promise redactChannelMessageAsync(array $args = [])
316 * @method \Aws\Result redactConversationMessage(array $args = [])
317 * @method \GuzzleHttp\Promise\Promise redactConversationMessageAsync(array $args = [])
318 * @method \Aws\Result redactRoomMessage(array $args = [])
319 * @method \GuzzleHttp\Promise\Promise redactRoomMessageAsync(array $args = [])
320 * @method \Aws\Result regenerateSecurityToken(array $args = [])
321 * @method \GuzzleHttp\Promise\Promise regenerateSecurityTokenAsync(array $args = [])
322 * @method \Aws\Result resetPersonalPIN(array $args = [])
323 * @method \GuzzleHttp\Promise\Promise resetPersonalPINAsync(array $args = [])
324 * @method \Aws\Result restorePhoneNumber(array $args = [])
325 * @method \GuzzleHttp\Promise\Promise restorePhoneNumberAsync(array $args = [])
326 * @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
327 * @method \GuzzleHttp\Promise\Promise searchAvailablePhoneNumbersAsync(array $args = [])
328 * @method \Aws\Result sendChannelMessage(array $args = [])
329 * @method \GuzzleHttp\Promise\Promise sendChannelMessageAsync(array $args = [])
330 * @method \Aws\Result startMeetingTranscription(array $args = [])
331 * @method \GuzzleHttp\Promise\Promise startMeetingTranscriptionAsync(array $args = [])
332 * @method \Aws\Result stopMeetingTranscription(array $args = [])
333 * @method \GuzzleHttp\Promise\Promise stopMeetingTranscriptionAsync(array $args = [])
334 * @method \Aws\Result tagAttendee(array $args = [])
335 * @method \GuzzleHttp\Promise\Promise tagAttendeeAsync(array $args = [])
336 * @method \Aws\Result tagMeeting(array $args = [])
337 * @method \GuzzleHttp\Promise\Promise tagMeetingAsync(array $args = [])
338 * @method \Aws\Result tagResource(array $args = [])
339 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
340 * @method \Aws\Result untagAttendee(array $args = [])
341 * @method \GuzzleHttp\Promise\Promise untagAttendeeAsync(array $args = [])
342 * @method \Aws\Result untagMeeting(array $args = [])
343 * @method \GuzzleHttp\Promise\Promise untagMeetingAsync(array $args = [])
344 * @method \Aws\Result untagResource(array $args = [])
345 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
346 * @method \Aws\Result updateAccount(array $args = [])
347 * @method \GuzzleHttp\Promise\Promise updateAccountAsync(array $args = [])
348 * @method \Aws\Result updateAccountSettings(array $args = [])
349 * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
350 * @method \Aws\Result updateAppInstance(array $args = [])
351 * @method \GuzzleHttp\Promise\Promise updateAppInstanceAsync(array $args = [])
352 * @method \Aws\Result updateAppInstanceUser(array $args = [])
353 * @method \GuzzleHttp\Promise\Promise updateAppInstanceUserAsync(array $args = [])
354 * @method \Aws\Result updateBot(array $args = [])
355 * @method \GuzzleHttp\Promise\Promise updateBotAsync(array $args = [])
356 * @method \Aws\Result updateChannel(array $args = [])
357 * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
358 * @method \Aws\Result updateChannelMessage(array $args = [])
359 * @method \GuzzleHttp\Promise\Promise updateChannelMessageAsync(array $args = [])
360 * @method \Aws\Result updateChannelReadMarker(array $args = [])
361 * @method \GuzzleHttp\Promise\Promise updateChannelReadMarkerAsync(array $args = [])
362 * @method \Aws\Result updateGlobalSettings(array $args = [])
363 * @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
364 * @method \Aws\Result updatePhoneNumber(array $args = [])
365 * @method \GuzzleHttp\Promise\Promise updatePhoneNumberAsync(array $args = [])
366 * @method \Aws\Result updatePhoneNumberSettings(array $args = [])
367 * @method \GuzzleHttp\Promise\Promise updatePhoneNumberSettingsAsync(array $args = [])
368 * @method \Aws\Result updateProxySession(array $args = [])
369 * @method \GuzzleHttp\Promise\Promise updateProxySessionAsync(array $args = [])
370 * @method \Aws\Result updateRoom(array $args = [])
371 * @method \GuzzleHttp\Promise\Promise updateRoomAsync(array $args = [])
372 * @method \Aws\Result updateRoomMembership(array $args = [])
373 * @method \GuzzleHttp\Promise\Promise updateRoomMembershipAsync(array $args = [])
374 * @method \Aws\Result updateSipMediaApplication(array $args = [])
375 * @method \GuzzleHttp\Promise\Promise updateSipMediaApplicationAsync(array $args = [])
376 * @method \Aws\Result updateSipMediaApplicationCall(array $args = [])
377 * @method \GuzzleHttp\Promise\Promise updateSipMediaApplicationCallAsync(array $args = [])
378 * @method \Aws\Result updateSipRule(array $args = [])
379 * @method \GuzzleHttp\Promise\Promise updateSipRuleAsync(array $args = [])
380 * @method \Aws\Result updateUser(array $args = [])
381 * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
382 * @method \Aws\Result updateUserSettings(array $args = [])
383 * @method \GuzzleHttp\Promise\Promise updateUserSettingsAsync(array $args = [])
384 * @method \Aws\Result updateVoiceConnector(array $args = [])
385 * @method \GuzzleHttp\Promise\Promise updateVoiceConnectorAsync(array $args = [])
386 * @method \Aws\Result updateVoiceConnectorGroup(array $args = [])
387 * @method \GuzzleHttp\Promise\Promise updateVoiceConnectorGroupAsync(array $args = [])
388 * @method \Aws\Result validateE911Address(array $args = [])
389 * @method \GuzzleHttp\Promise\Promise validateE911AddressAsync(array $args = [])
390 */
391 class ChimeClient extends AwsClient {}
392