IVSClient.php
70 lines
| 1 | <?php |
| 2 | namespace Aws\IVS; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Interactive Video Service** service. |
| 8 | * @method \Aws\Result batchGetChannel(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise batchGetChannelAsync(array $args = []) |
| 10 | * @method \Aws\Result batchGetStreamKey(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise batchGetStreamKeyAsync(array $args = []) |
| 12 | * @method \Aws\Result batchStartViewerSessionRevocation(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise batchStartViewerSessionRevocationAsync(array $args = []) |
| 14 | * @method \Aws\Result createChannel(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = []) |
| 16 | * @method \Aws\Result createRecordingConfiguration(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createRecordingConfigurationAsync(array $args = []) |
| 18 | * @method \Aws\Result createStreamKey(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createStreamKeyAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteChannel(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = []) |
| 22 | * @method \Aws\Result deletePlaybackKeyPair(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deletePlaybackKeyPairAsync(array $args = []) |
| 24 | * @method \Aws\Result deleteRecordingConfiguration(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise deleteRecordingConfigurationAsync(array $args = []) |
| 26 | * @method \Aws\Result deleteStreamKey(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise deleteStreamKeyAsync(array $args = []) |
| 28 | * @method \Aws\Result getChannel(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise getChannelAsync(array $args = []) |
| 30 | * @method \Aws\Result getPlaybackKeyPair(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise getPlaybackKeyPairAsync(array $args = []) |
| 32 | * @method \Aws\Result getRecordingConfiguration(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise getRecordingConfigurationAsync(array $args = []) |
| 34 | * @method \Aws\Result getStream(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise getStreamAsync(array $args = []) |
| 36 | * @method \Aws\Result getStreamKey(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise getStreamKeyAsync(array $args = []) |
| 38 | * @method \Aws\Result getStreamSession(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise getStreamSessionAsync(array $args = []) |
| 40 | * @method \Aws\Result importPlaybackKeyPair(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise importPlaybackKeyPairAsync(array $args = []) |
| 42 | * @method \Aws\Result listChannels(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = []) |
| 44 | * @method \Aws\Result listPlaybackKeyPairs(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise listPlaybackKeyPairsAsync(array $args = []) |
| 46 | * @method \Aws\Result listRecordingConfigurations(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise listRecordingConfigurationsAsync(array $args = []) |
| 48 | * @method \Aws\Result listStreamKeys(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise listStreamKeysAsync(array $args = []) |
| 50 | * @method \Aws\Result listStreamSessions(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise listStreamSessionsAsync(array $args = []) |
| 52 | * @method \Aws\Result listStreams(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = []) |
| 54 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 56 | * @method \Aws\Result putMetadata(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise putMetadataAsync(array $args = []) |
| 58 | * @method \Aws\Result startViewerSessionRevocation(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise startViewerSessionRevocationAsync(array $args = []) |
| 60 | * @method \Aws\Result stopStream(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise stopStreamAsync(array $args = []) |
| 62 | * @method \Aws\Result tagResource(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 64 | * @method \Aws\Result untagResource(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 66 | * @method \Aws\Result updateChannel(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = []) |
| 68 | */ |
| 69 | class IVSClient extends AwsClient {} |
| 70 |