mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 10:37:19 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
29
aws/Aws/KinesisVideo/KinesisVideoClient.php
Normal file
29
aws/Aws/KinesisVideo/KinesisVideoClient.php
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?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 {}
|
Loading…
Add table
Add a link
Reference in a new issue