최초 커밋
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
<?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 {}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
<?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 {}
|
||||
Reference in New Issue
Block a user