mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 21:33:43 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
9
aws/Aws/MediaLive/Exception/MediaLiveException.php
Normal file
9
aws/Aws/MediaLive/Exception/MediaLiveException.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\MediaLive\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AWS Elemental MediaLive** service.
|
||||
*/
|
||||
class MediaLiveException extends AwsException {}
|
37
aws/Aws/MediaLive/MediaLiveClient.php
Normal file
37
aws/Aws/MediaLive/MediaLiveClient.php
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
namespace Aws\MediaLive;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AWS Elemental MediaLive** service.
|
||||
* @method \Aws\Result createChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
|
||||
* @method \Aws\Result createInput(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createInputAsync(array $args = [])
|
||||
* @method \Aws\Result createInputSecurityGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createInputSecurityGroupAsync(array $args = [])
|
||||
* @method \Aws\Result deleteChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
|
||||
* @method \Aws\Result deleteInput(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteInputAsync(array $args = [])
|
||||
* @method \Aws\Result deleteInputSecurityGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteInputSecurityGroupAsync(array $args = [])
|
||||
* @method \Aws\Result describeChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
|
||||
* @method \Aws\Result describeInput(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeInputAsync(array $args = [])
|
||||
* @method \Aws\Result describeInputSecurityGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeInputSecurityGroupAsync(array $args = [])
|
||||
* @method \Aws\Result listChannels(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
|
||||
* @method \Aws\Result listInputSecurityGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listInputSecurityGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result listInputs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listInputsAsync(array $args = [])
|
||||
* @method \Aws\Result startChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
|
||||
* @method \Aws\Result stopChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
|
||||
*/
|
||||
class MediaLiveClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue