1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\IVSRealTime;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Interactive Video Service RealTime** service.
|
|
|
8 |
* @method \Aws\Result createParticipantToken(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createParticipantTokenAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createStage(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createStageAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result deleteStage(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise deleteStageAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result disconnectParticipant(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise disconnectParticipantAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result getParticipant(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise getParticipantAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result getStage(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise getStageAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result getStageSession(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise getStageSessionAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result listParticipantEvents(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise listParticipantEventsAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result listParticipants(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise listParticipantsAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result listStageSessions(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise listStageSessionsAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result listStages(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise listStagesAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result updateStage(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise updateStageAsync(array $args = [])
|
|
|
38 |
*/
|
|
|
39 |
class IVSRealTimeClient extends AwsClient {}
|