KinesisVideoSignalingChannelsClient.php 0000644 00000001022 15152100612 0014304 0 ustar 00 <?php
namespace Aws\KinesisVideoSignalingChannels;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Kinesis Video Signaling Channels** service.
* @method \Aws\Result getIceServerConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIceServerConfigAsync(array $args = [])
* @method \Aws\Result sendAlexaOfferToMaster(array $args = [])
* @method \GuzzleHttp\Promise\Promise sendAlexaOfferToMasterAsync(array $args = [])
*/
class KinesisVideoSignalingChannelsClient extends AwsClient {}
Exception/KinesisVideoSignalingChannelsException.php 0000644 00000000415 15152100612 0016767 0 ustar 00 <?php
namespace Aws\KinesisVideoSignalingChannels\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Kinesis Video Signaling Channels** service.
*/
class KinesisVideoSignalingChannelsException extends AwsException {}