Server IP : 66.29.132.124 / Your IP : 3.149.254.229 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/vendor/aws/aws-sdk-php/src/TimestreamWrite/ |
Upload File : |
<?php namespace Aws\TimestreamWrite; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Timestream Write** service. * @method \Aws\Result createDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise createDatabaseAsync(array $args = []) * @method \Aws\Result createTable(array $args = []) * @method \GuzzleHttp\Promise\Promise createTableAsync(array $args = []) * @method \Aws\Result deleteDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDatabaseAsync(array $args = []) * @method \Aws\Result deleteTable(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTableAsync(array $args = []) * @method \Aws\Result describeDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise describeDatabaseAsync(array $args = []) * @method \Aws\Result describeEndpoints(array $args = []) * @method \GuzzleHttp\Promise\Promise describeEndpointsAsync(array $args = []) * @method \Aws\Result describeTable(array $args = []) * @method \GuzzleHttp\Promise\Promise describeTableAsync(array $args = []) * @method \Aws\Result listDatabases(array $args = []) * @method \GuzzleHttp\Promise\Promise listDatabasesAsync(array $args = []) * @method \Aws\Result listTables(array $args = []) * @method \GuzzleHttp\Promise\Promise listTablesAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(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 updateDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDatabaseAsync(array $args = []) * @method \Aws\Result updateTable(array $args = []) * @method \GuzzleHttp\Promise\Promise updateTableAsync(array $args = []) * @method \Aws\Result writeRecords(array $args = []) * @method \GuzzleHttp\Promise\Promise writeRecordsAsync(array $args = []) */ class TimestreamWriteClient extends AwsClient {}