PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / Firehose / FirehoseClient.php
transferito / vendor / aws / aws-sdk-php / src / Firehose Last commit date
Exception 11 months ago FirehoseClient.php 11 months ago
FirehoseClient.php
35 lines
1 <?php
2 namespace Aws\Firehose;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **Amazon Kinesis Firehose** service.
8 *
9 * @method \Aws\Result createDeliveryStream(array $args = [])
10 * @method \GuzzleHttp\Promise\Promise createDeliveryStreamAsync(array $args = [])
11 * @method \Aws\Result deleteDeliveryStream(array $args = [])
12 * @method \GuzzleHttp\Promise\Promise deleteDeliveryStreamAsync(array $args = [])
13 * @method \Aws\Result describeDeliveryStream(array $args = [])
14 * @method \GuzzleHttp\Promise\Promise describeDeliveryStreamAsync(array $args = [])
15 * @method \Aws\Result listDeliveryStreams(array $args = [])
16 * @method \GuzzleHttp\Promise\Promise listDeliveryStreamsAsync(array $args = [])
17 * @method \Aws\Result listTagsForDeliveryStream(array $args = [])
18 * @method \GuzzleHttp\Promise\Promise listTagsForDeliveryStreamAsync(array $args = [])
19 * @method \Aws\Result putRecord(array $args = [])
20 * @method \GuzzleHttp\Promise\Promise putRecordAsync(array $args = [])
21 * @method \Aws\Result putRecordBatch(array $args = [])
22 * @method \GuzzleHttp\Promise\Promise putRecordBatchAsync(array $args = [])
23 * @method \Aws\Result startDeliveryStreamEncryption(array $args = [])
24 * @method \GuzzleHttp\Promise\Promise startDeliveryStreamEncryptionAsync(array $args = [])
25 * @method \Aws\Result stopDeliveryStreamEncryption(array $args = [])
26 * @method \GuzzleHttp\Promise\Promise stopDeliveryStreamEncryptionAsync(array $args = [])
27 * @method \Aws\Result tagDeliveryStream(array $args = [])
28 * @method \GuzzleHttp\Promise\Promise tagDeliveryStreamAsync(array $args = [])
29 * @method \Aws\Result untagDeliveryStream(array $args = [])
30 * @method \GuzzleHttp\Promise\Promise untagDeliveryStreamAsync(array $args = [])
31 * @method \Aws\Result updateDestination(array $args = [])
32 * @method \GuzzleHttp\Promise\Promise updateDestinationAsync(array $args = [])
33 */
34 class FirehoseClient extends AwsClient {}
35