mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 21:11:30 -07:00
13 lines
518 B
PHP
13 lines
518 B
PHP
<?php
|
|
namespace Aws\KinesisVideoArchivedMedia;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon Kinesis Video Streams Archived Media** service.
|
|
* @method \Aws\Result getMediaForFragmentList(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getMediaForFragmentListAsync(array $args = [])
|
|
* @method \Aws\Result listFragments(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listFragmentsAsync(array $args = [])
|
|
*/
|
|
class KinesisVideoArchivedMediaClient extends AwsClient {}
|