| 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 = [])
|
| 1441 |
ariadna |
18 |
* @method \Aws\Result deleteWorkerConfiguration(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteWorkerConfigurationAsync(array $args = [])
|
| 1 |
efrain |
20 |
* @method \Aws\Result describeConnector(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise describeConnectorAsync(array $args = [])
|
| 1441 |
ariadna |
22 |
* @method \Aws\Result describeConnectorOperation(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise describeConnectorOperationAsync(array $args = [])
|
| 1 |
efrain |
24 |
* @method \Aws\Result describeCustomPlugin(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise describeCustomPluginAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result describeWorkerConfiguration(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise describeWorkerConfigurationAsync(array $args = [])
|
| 1441 |
ariadna |
28 |
* @method \Aws\Result listConnectorOperations(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise listConnectorOperationsAsync(array $args = [])
|
| 1 |
efrain |
30 |
* @method \Aws\Result listConnectors(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result listCustomPlugins(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise listCustomPluginsAsync(array $args = [])
|
| 1441 |
ariadna |
34 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
| 1 |
efrain |
36 |
* @method \Aws\Result listWorkerConfigurations(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise listWorkerConfigurationsAsync(array $args = [])
|
| 1441 |
ariadna |
38 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
| 1 |
efrain |
42 |
* @method \Aws\Result updateConnector(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise updateConnectorAsync(array $args = [])
|
|
|
44 |
*/
|
|
|
45 |
class KafkaConnectClient extends AwsClient {}
|