Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Kafka/KafkaClient.php
Строк: 79
<?php
namespace AwsKafka;
use AwsAwsClient;
/**
* This client is used to interact with the **Managed Streaming for Kafka** service.
* @method AwsResult createCluster(array $args = [])
* @method GuzzleHttpPromisePromise createClusterAsync(array $args = [])
* @method AwsResult createConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise createConfigurationAsync(array $args = [])
* @method AwsResult deleteCluster(array $args = [])
* @method GuzzleHttpPromisePromise deleteClusterAsync(array $args = [])
* @method AwsResult describeCluster(array $args = [])
* @method GuzzleHttpPromisePromise describeClusterAsync(array $args = [])
* @method AwsResult describeClusterOperation(array $args = [])
* @method GuzzleHttpPromisePromise describeClusterOperationAsync(array $args = [])
* @method AwsResult describeConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise describeConfigurationAsync(array $args = [])
* @method AwsResult describeConfigurationRevision(array $args = [])
* @method GuzzleHttpPromisePromise describeConfigurationRevisionAsync(array $args = [])
* @method AwsResult getBootstrapBrokers(array $args = [])
* @method GuzzleHttpPromisePromise getBootstrapBrokersAsync(array $args = [])
* @method AwsResult getCompatibleKafkaVersions(array $args = [])
* @method GuzzleHttpPromisePromise getCompatibleKafkaVersionsAsync(array $args = [])
* @method AwsResult listClusterOperations(array $args = [])
* @method GuzzleHttpPromisePromise listClusterOperationsAsync(array $args = [])
* @method AwsResult listClusters(array $args = [])
* @method GuzzleHttpPromisePromise listClustersAsync(array $args = [])
* @method AwsResult listConfigurationRevisions(array $args = [])
* @method GuzzleHttpPromisePromise listConfigurationRevisionsAsync(array $args = [])
* @method AwsResult listConfigurations(array $args = [])
* @method GuzzleHttpPromisePromise listConfigurationsAsync(array $args = [])
* @method AwsResult listKafkaVersions(array $args = [])
* @method GuzzleHttpPromisePromise listKafkaVersionsAsync(array $args = [])
* @method AwsResult listNodes(array $args = [])
* @method GuzzleHttpPromisePromise listNodesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateBrokerCount(array $args = [])
* @method GuzzleHttpPromisePromise updateBrokerCountAsync(array $args = [])
* @method AwsResult updateBrokerStorage(array $args = [])
* @method GuzzleHttpPromisePromise updateBrokerStorageAsync(array $args = [])
* @method AwsResult updateClusterConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise updateClusterConfigurationAsync(array $args = [])
* @method AwsResult updateClusterKafkaVersion(array $args = [])
* @method GuzzleHttpPromisePromise updateClusterKafkaVersionAsync(array $args = [])
* @method AwsResult updateMonitoring(array $args = [])
* @method GuzzleHttpPromisePromise updateMonitoringAsync(array $args = [])
*/
class KafkaClient extends AwsClient {}