1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\TimestreamInfluxDB;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Timestream InfluxDB** service.
|
|
|
8 |
* @method \Aws\Result createDbCluster(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createDbClusterAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createDbInstance(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createDbInstanceAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createDbParameterGroup(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createDbParameterGroupAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result deleteDbCluster(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise deleteDbClusterAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteDbInstance(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteDbInstanceAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result getDbCluster(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise getDbClusterAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result getDbInstance(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise getDbInstanceAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result getDbParameterGroup(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise getDbParameterGroupAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result listDbClusters(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise listDbClustersAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result listDbInstances(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise listDbInstancesAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result listDbInstancesForCluster(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise listDbInstancesForClusterAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result listDbParameterGroups(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise listDbParameterGroupsAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result updateDbCluster(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise updateDbClusterAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result updateDbInstance(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise updateDbInstanceAsync(array $args = [])
|
|
|
42 |
*/
|
|
|
43 |
class TimestreamInfluxDBClient extends AwsClient {}
|