KinesisVideoArchivedMediaClient.php 949 B

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