Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Firehose/FirehoseClient.php
Строк: 36
<?php
namespace AwsFirehose;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Kinesis Firehose** service.
*
* @method AwsResult createDeliveryStream(array $args = [])
* @method GuzzleHttpPromisePromise createDeliveryStreamAsync(array $args = [])
* @method AwsResult deleteDeliveryStream(array $args = [])
* @method GuzzleHttpPromisePromise deleteDeliveryStreamAsync(array $args = [])
* @method AwsResult describeDeliveryStream(array $args = [])
* @method GuzzleHttpPromisePromise describeDeliveryStreamAsync(array $args = [])
* @method AwsResult listDeliveryStreams(array $args = [])
* @method GuzzleHttpPromisePromise listDeliveryStreamsAsync(array $args = [])
* @method AwsResult listTagsForDeliveryStream(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForDeliveryStreamAsync(array $args = [])
* @method AwsResult putRecord(array $args = [])
* @method GuzzleHttpPromisePromise putRecordAsync(array $args = [])
* @method AwsResult putRecordBatch(array $args = [])
* @method GuzzleHttpPromisePromise putRecordBatchAsync(array $args = [])
* @method AwsResult startDeliveryStreamEncryption(array $args = [])
* @method GuzzleHttpPromisePromise startDeliveryStreamEncryptionAsync(array $args = [])
* @method AwsResult stopDeliveryStreamEncryption(array $args = [])
* @method GuzzleHttpPromisePromise stopDeliveryStreamEncryptionAsync(array $args = [])
* @method AwsResult tagDeliveryStream(array $args = [])
* @method GuzzleHttpPromisePromise tagDeliveryStreamAsync(array $args = [])
* @method AwsResult untagDeliveryStream(array $args = [])
* @method GuzzleHttpPromisePromise untagDeliveryStreamAsync(array $args = [])
* @method AwsResult updateDestination(array $args = [])
* @method GuzzleHttpPromisePromise updateDestinationAsync(array $args = [])
*/
class FirehoseClient extends AwsClient {}