TimestreamQueryClient.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. namespace Aws\TimestreamQuery;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Timestream Query** service.
  6. * @method \Aws\Result cancelQuery(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise cancelQueryAsync(array $args = [])
  8. * @method \Aws\Result createScheduledQuery(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createScheduledQueryAsync(array $args = [])
  10. * @method \Aws\Result deleteScheduledQuery(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteScheduledQueryAsync(array $args = [])
  12. * @method \Aws\Result describeAccountSettings(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise describeAccountSettingsAsync(array $args = [])
  14. * @method \Aws\Result describeEndpoints(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise describeEndpointsAsync(array $args = [])
  16. * @method \Aws\Result describeScheduledQuery(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise describeScheduledQueryAsync(array $args = [])
  18. * @method \Aws\Result executeScheduledQuery(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise executeScheduledQueryAsync(array $args = [])
  20. * @method \Aws\Result listScheduledQueries(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise listScheduledQueriesAsync(array $args = [])
  22. * @method \Aws\Result listTagsForResource(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  24. * @method \Aws\Result prepareQuery(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise prepareQueryAsync(array $args = [])
  26. * @method \Aws\Result query(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise queryAsync(array $args = [])
  28. * @method \Aws\Result tagResource(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  30. * @method \Aws\Result untagResource(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  32. * @method \Aws\Result updateAccountSettings(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
  34. * @method \Aws\Result updateScheduledQuery(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise updateScheduledQueryAsync(array $args = [])
  36. */
  37. class TimestreamQueryClient extends AwsClient {}