summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php b/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php
index 8b833b3..acbcd9b 100644
--- a/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php
+++ b/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php
@@ -5,6 +5,8 @@ use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Timestream Write** service.
+ * @method \Aws\Result createBatchLoadTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBatchLoadTaskAsync(array $args = [])
* @method \Aws\Result createDatabase(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDatabaseAsync(array $args = [])
* @method \Aws\Result createTable(array $args = [])
@@ -13,18 +15,24 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteDatabaseAsync(array $args = [])
* @method \Aws\Result deleteTable(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTableAsync(array $args = [])
+ * @method \Aws\Result describeBatchLoadTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeBatchLoadTaskAsync(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 listBatchLoadTasks(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBatchLoadTasksAsync(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 resumeBatchLoadTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise resumeBatchLoadTaskAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])