mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-15 17:03:11 +02:00
12 lines
332 B
PHP
12 lines
332 B
PHP
<?php
|
|
namespace Aws\KinesisVideoMedia;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon Kinesis Video Streams Media** service.
|
|
* @method \Aws\Result getMedia(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getMediaAsync(array $args = [])
|
|
*/
|
|
class KinesisVideoMediaClient extends AwsClient {}
|