Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\KinesisVideoArchivedMedia;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Kinesis Video Streams Archived Media** service.
8
 * @method \Aws\Result getClip(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise getClipAsync(array $args = [])
10
 * @method \Aws\Result getDASHStreamingSessionURL(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise getDASHStreamingSessionURLAsync(array $args = [])
12
 * @method \Aws\Result getHLSStreamingSessionURL(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise getHLSStreamingSessionURLAsync(array $args = [])
14
 * @method \Aws\Result getImages(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise getImagesAsync(array $args = [])
16
 * @method \Aws\Result getMediaForFragmentList(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise getMediaForFragmentListAsync(array $args = [])
18
 * @method \Aws\Result listFragments(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise listFragmentsAsync(array $args = [])
20
 */
21
class KinesisVideoArchivedMediaClient extends AwsClient {}