Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/KinesisVideo/KinesisVideoClient.php
Строк: 95
<?php
namespace AwsKinesisVideo;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Kinesis Video Streams** service.
* @method AwsResult createSignalingChannel(array $args = [])
* @method GuzzleHttpPromisePromise createSignalingChannelAsync(array $args = [])
* @method AwsResult createStream(array $args = [])
* @method GuzzleHttpPromisePromise createStreamAsync(array $args = [])
* @method AwsResult deleteSignalingChannel(array $args = [])
* @method GuzzleHttpPromisePromise deleteSignalingChannelAsync(array $args = [])
* @method AwsResult deleteStream(array $args = [])
* @method GuzzleHttpPromisePromise deleteStreamAsync(array $args = [])
* @method AwsResult describeSignalingChannel(array $args = [])
* @method GuzzleHttpPromisePromise describeSignalingChannelAsync(array $args = [])
* @method AwsResult describeStream(array $args = [])
* @method GuzzleHttpPromisePromise describeStreamAsync(array $args = [])
* @method AwsResult getDataEndpoint(array $args = [])
* @method GuzzleHttpPromisePromise getDataEndpointAsync(array $args = [])
* @method AwsResult getSignalingChannelEndpoint(array $args = [])
* @method GuzzleHttpPromisePromise getSignalingChannelEndpointAsync(array $args = [])
* @method AwsResult listSignalingChannels(array $args = [])
* @method GuzzleHttpPromisePromise listSignalingChannelsAsync(array $args = [])
* @method AwsResult listStreams(array $args = [])
* @method GuzzleHttpPromisePromise listStreamsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listTagsForStream(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForStreamAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult tagStream(array $args = [])
* @method GuzzleHttpPromisePromise tagStreamAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult untagStream(array $args = [])
* @method GuzzleHttpPromisePromise untagStreamAsync(array $args = [])
* @method AwsResult updateDataRetention(array $args = [])
* @method GuzzleHttpPromisePromise updateDataRetentionAsync(array $args = [])
* @method AwsResult updateSignalingChannel(array $args = [])
* @method GuzzleHttpPromisePromise updateSignalingChannelAsync(array $args = [])
* @method AwsResult updateStream(array $args = [])
* @method GuzzleHttpPromisePromise updateStreamAsync(array $args = [])
*/
class KinesisVideoClient extends AwsClient {}