/
home
/
techb158
/
immovalet.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
TimestreamQuery
/
/home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/TimestreamQuery
mkdir
upload
Name
Size
Mode
Actions
Exception/
-
0755
rm
TimestreamQueryClient.php
577
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php
(577B)
<?php namespace Aws\TimestreamQuery; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Timestream Query** service. * @method \Aws\Result cancelQuery(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelQueryAsync(array $args = []) * @method \Aws\Result describeEndpoints(array $args = []) * @method \GuzzleHttp\Promise\Promise describeEndpointsAsync(array $args = []) * @method \Aws\Result query(array $args = []) * @method \GuzzleHttp\Promise\Promise queryAsync(array $args = []) */ class TimestreamQueryClient extends AwsClient {}
Save