KinesisVideoMediaClient.php 0000644 00000000514 15152100622 0011742 0 ustar 00 <?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 {}
Exception/KinesisVideoMediaException.php 0000644 00000000360 15152100622 0014417 0 ustar 00 <?php
namespace Aws\KinesisVideoMedia\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Kinesis Video Streams Media** service.
*/
class KinesisVideoMediaException extends AwsException {}