Server IP : 184.154.167.98 / Your IP : 18.219.229.101 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/www/sesiones/3rdparty/aws/aws-sdk-php/src/KinesisVideo/ |
Upload File : |
<?php namespace Aws\KinesisVideo; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Kinesis Video Streams** service. * @method \Aws\Result createStream(array $args = []) * @method \GuzzleHttp\Promise\Promise createStreamAsync(array $args = []) * @method \Aws\Result deleteStream(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteStreamAsync(array $args = []) * @method \Aws\Result describeStream(array $args = []) * @method \GuzzleHttp\Promise\Promise describeStreamAsync(array $args = []) * @method \Aws\Result getDataEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise getDataEndpointAsync(array $args = []) * @method \Aws\Result listStreams(array $args = []) * @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = []) * @method \Aws\Result listTagsForStream(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForStreamAsync(array $args = []) * @method \Aws\Result tagStream(array $args = []) * @method \GuzzleHttp\Promise\Promise tagStreamAsync(array $args = []) * @method \Aws\Result untagStream(array $args = []) * @method \GuzzleHttp\Promise\Promise untagStreamAsync(array $args = []) * @method \Aws\Result updateDataRetention(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDataRetentionAsync(array $args = []) * @method \Aws\Result updateStream(array $args = []) * @method \GuzzleHttp\Promise\Promise updateStreamAsync(array $args = []) */ class KinesisVideoClient extends AwsClient {}