/home/mip/mip/public/img/credit/datatables/KinesisVideoMedia.tar
KinesisVideoMediaClient.php000064400000000514151521006220011742 0ustar00<?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.php000064400000000360151521006220014417 0ustar00<?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 {}