Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\ivschat;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Interactive Video Service Chat** service.
8
 * @method \Aws\Result createChatToken(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise createChatTokenAsync(array $args = [])
10
 * @method \Aws\Result createLoggingConfiguration(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise createLoggingConfigurationAsync(array $args = [])
12
 * @method \Aws\Result createRoom(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise createRoomAsync(array $args = [])
14
 * @method \Aws\Result deleteLoggingConfiguration(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise deleteLoggingConfigurationAsync(array $args = [])
16
 * @method \Aws\Result deleteMessage(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise deleteMessageAsync(array $args = [])
18
 * @method \Aws\Result deleteRoom(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise deleteRoomAsync(array $args = [])
20
 * @method \Aws\Result disconnectUser(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise disconnectUserAsync(array $args = [])
22
 * @method \Aws\Result getLoggingConfiguration(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise getLoggingConfigurationAsync(array $args = [])
24
 * @method \Aws\Result getRoom(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise getRoomAsync(array $args = [])
26
 * @method \Aws\Result listLoggingConfigurations(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise listLoggingConfigurationsAsync(array $args = [])
28
 * @method \Aws\Result listRooms(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise listRoomsAsync(array $args = [])
30
 * @method \Aws\Result listTagsForResource(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
32
 * @method \Aws\Result sendEvent(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise sendEventAsync(array $args = [])
34
 * @method \Aws\Result tagResource(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
36
 * @method \Aws\Result untagResource(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
38
 * @method \Aws\Result updateLoggingConfiguration(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise updateLoggingConfigurationAsync(array $args = [])
40
 * @method \Aws\Result updateRoom(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise updateRoomAsync(array $args = [])
42
 */
43
class ivschatClient extends AwsClient {}