KinesisVideoArchivedMediaClient.php 1.0 KB

123456789101112131415161718192021
  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 getImages(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise getImagesAsync(array $args = [])
  14. * @method \Aws\Result getMediaForFragmentList(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getMediaForFragmentListAsync(array $args = [])
  16. * @method \Aws\Result listFragments(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise listFragmentsAsync(array $args = [])
  18. */
  19. class KinesisVideoArchivedMediaClient extends AwsClient {}