Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.145.12.233
<?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 getDASHStreamingSessionURL(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDASHStreamingSessionURLAsync(array $args = [])
* @method \Aws\Result getHLSStreamingSessionURL(array $args = [])
* @method \GuzzleHttp\Promise\Promise getHLSStreamingSessionURLAsync(array $args = [])
* @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 {}
|