관리-도구
편집 파일: TimestreamInfluxDBClient.php
<?php namespace Aws\TimestreamInfluxDB; use Aws\AwsClient; /** * This client is used to interact with the **Timestream InfluxDB** service. * @method \Aws\Result createDbCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise createDbClusterAsync(array $args = []) * @method \Aws\Result createDbInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise createDbInstanceAsync(array $args = []) * @method \Aws\Result createDbParameterGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise createDbParameterGroupAsync(array $args = []) * @method \Aws\Result deleteDbCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDbClusterAsync(array $args = []) * @method \Aws\Result deleteDbInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDbInstanceAsync(array $args = []) * @method \Aws\Result getDbCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise getDbClusterAsync(array $args = []) * @method \Aws\Result getDbInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise getDbInstanceAsync(array $args = []) * @method \Aws\Result getDbParameterGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise getDbParameterGroupAsync(array $args = []) * @method \Aws\Result listDbClusters(array $args = []) * @method \GuzzleHttp\Promise\Promise listDbClustersAsync(array $args = []) * @method \Aws\Result listDbInstances(array $args = []) * @method \GuzzleHttp\Promise\Promise listDbInstancesAsync(array $args = []) * @method \Aws\Result listDbInstancesForCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise listDbInstancesForClusterAsync(array $args = []) * @method \Aws\Result listDbParameterGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise listDbParameterGroupsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result rebootDbCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise rebootDbClusterAsync(array $args = []) * @method \Aws\Result rebootDbInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise rebootDbInstanceAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateDbCluster(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDbClusterAsync(array $args = []) * @method \Aws\Result updateDbInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDbInstanceAsync(array $args = []) */ class TimestreamInfluxDBClient extends AwsClient {}