mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 21:33:43 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
|
@ -5,24 +5,42 @@ use Aws\AwsClient;
|
|||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Kinesis Video Streams** service.
|
||||
* @method \Aws\Result createSignalingChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSignalingChannelAsync(array $args = [])
|
||||
* @method \Aws\Result createStream(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createStreamAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSignalingChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSignalingChannelAsync(array $args = [])
|
||||
* @method \Aws\Result deleteStream(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteStreamAsync(array $args = [])
|
||||
* @method \Aws\Result describeSignalingChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSignalingChannelAsync(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 getSignalingChannelEndpoint(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSignalingChannelEndpointAsync(array $args = [])
|
||||
* @method \Aws\Result listSignalingChannels(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSignalingChannelsAsync(array $args = [])
|
||||
* @method \Aws\Result listStreams(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForStream(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForStreamAsync(array $args = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result tagStream(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagStreamAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(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 updateSignalingChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateSignalingChannelAsync(array $args = [])
|
||||
* @method \Aws\Result updateStream(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateStreamAsync(array $args = [])
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue