Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\KafkaConnect;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Managed Streaming for Kafka Connect** service.
8
 * @method \Aws\Result createConnector(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise createConnectorAsync(array $args = [])
10
 * @method \Aws\Result createCustomPlugin(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise createCustomPluginAsync(array $args = [])
12
 * @method \Aws\Result createWorkerConfiguration(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise createWorkerConfigurationAsync(array $args = [])
14
 * @method \Aws\Result deleteConnector(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
16
 * @method \Aws\Result deleteCustomPlugin(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise deleteCustomPluginAsync(array $args = [])
18
 * @method \Aws\Result describeConnector(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise describeConnectorAsync(array $args = [])
20
 * @method \Aws\Result describeCustomPlugin(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise describeCustomPluginAsync(array $args = [])
22
 * @method \Aws\Result describeWorkerConfiguration(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise describeWorkerConfigurationAsync(array $args = [])
24
 * @method \Aws\Result listConnectors(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
26
 * @method \Aws\Result listCustomPlugins(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise listCustomPluginsAsync(array $args = [])
28
 * @method \Aws\Result listWorkerConfigurations(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise listWorkerConfigurationsAsync(array $args = [])
30
 * @method \Aws\Result updateConnector(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise updateConnectorAsync(array $args = [])
32
 */
33
class KafkaConnectClient extends AwsClient {}