Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/Kafka/KafkaClient.php')
-rw-r--r--aws/aws-sdk-php/src/Kafka/KafkaClient.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/Kafka/KafkaClient.php b/aws/aws-sdk-php/src/Kafka/KafkaClient.php
index 91ea026f..71a3b552 100644
--- a/aws/aws-sdk-php/src/Kafka/KafkaClient.php
+++ b/aws/aws-sdk-php/src/Kafka/KafkaClient.php
@@ -9,6 +9,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise batchAssociateScramSecretAsync(array $args = [])
* @method \Aws\Result createCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
+ * @method \Aws\Result createClusterV2(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createClusterV2Async(array $args = [])
* @method \Aws\Result createConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createConfigurationAsync(array $args = [])
* @method \Aws\Result deleteCluster(array $args = [])
@@ -17,6 +19,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteConfigurationAsync(array $args = [])
* @method \Aws\Result describeCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = [])
+ * @method \Aws\Result describeClusterV2(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeClusterV2Async(array $args = [])
* @method \Aws\Result describeClusterOperation(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeClusterOperationAsync(array $args = [])
* @method \Aws\Result describeConfiguration(array $args = [])
@@ -33,6 +37,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listClusterOperationsAsync(array $args = [])
* @method \Aws\Result listClusters(array $args = [])
* @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
+ * @method \Aws\Result listClustersV2(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listClustersV2Async(array $args = [])
* @method \Aws\Result listConfigurationRevisions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listConfigurationRevisionsAsync(array $args = [])
* @method \Aws\Result listConfigurations(array $args = [])
@@ -63,7 +69,13 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateClusterConfigurationAsync(array $args = [])
* @method \Aws\Result updateClusterKafkaVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateClusterKafkaVersionAsync(array $args = [])
+ * @method \Aws\Result updateConnectivity(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateConnectivityAsync(array $args = [])
* @method \Aws\Result updateMonitoring(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateMonitoringAsync(array $args = [])
+ * @method \Aws\Result updateSecurity(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSecurityAsync(array $args = [])
+ * @method \Aws\Result updateStorage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateStorageAsync(array $args = [])
*/
class KafkaClient extends AwsClient {}