first commit -> move some files from one-api
This commit is contained in:
9
vendor/aws_v3/Aws/IVSRealTime/Exception/IVSRealTimeException.php
vendored
Normal file
9
vendor/aws_v3/Aws/IVSRealTime/Exception/IVSRealTimeException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\IVSRealTime\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Interactive Video Service RealTime** service.
|
||||
*/
|
||||
class IVSRealTimeException extends AwsException {}
|
||||
63
vendor/aws_v3/Aws/IVSRealTime/IVSRealTimeClient.php
vendored
Normal file
63
vendor/aws_v3/Aws/IVSRealTime/IVSRealTimeClient.php
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
namespace Aws\IVSRealTime;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Interactive Video Service RealTime** service.
|
||||
* @method \Aws\Result createEncoderConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createEncoderConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result createParticipantToken(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createParticipantTokenAsync(array $args = [])
|
||||
* @method \Aws\Result createStage(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createStageAsync(array $args = [])
|
||||
* @method \Aws\Result createStorageConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createStorageConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteEncoderConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteEncoderConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteStage(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteStageAsync(array $args = [])
|
||||
* @method \Aws\Result deleteStorageConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteStorageConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result disconnectParticipant(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disconnectParticipantAsync(array $args = [])
|
||||
* @method \Aws\Result getComposition(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getCompositionAsync(array $args = [])
|
||||
* @method \Aws\Result getEncoderConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getEncoderConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result getParticipant(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getParticipantAsync(array $args = [])
|
||||
* @method \Aws\Result getStage(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getStageAsync(array $args = [])
|
||||
* @method \Aws\Result getStageSession(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getStageSessionAsync(array $args = [])
|
||||
* @method \Aws\Result getStorageConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getStorageConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result listCompositions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listCompositionsAsync(array $args = [])
|
||||
* @method \Aws\Result listEncoderConfigurations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEncoderConfigurationsAsync(array $args = [])
|
||||
* @method \Aws\Result listParticipantEvents(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listParticipantEventsAsync(array $args = [])
|
||||
* @method \Aws\Result listParticipants(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listParticipantsAsync(array $args = [])
|
||||
* @method \Aws\Result listStageSessions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listStageSessionsAsync(array $args = [])
|
||||
* @method \Aws\Result listStages(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listStagesAsync(array $args = [])
|
||||
* @method \Aws\Result listStorageConfigurations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listStorageConfigurationsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result startComposition(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startCompositionAsync(array $args = [])
|
||||
* @method \Aws\Result stopComposition(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise stopCompositionAsync(array $args = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result updateStage(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateStageAsync(array $args = [])
|
||||
*/
|
||||
class IVSRealTimeClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user