HoneycodeClient.php
40 lines
| 1 | <?php |
| 2 | namespace Aws\Honeycode; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Honeycode** service. |
| 8 | * @method \Aws\Result batchCreateTableRows(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise batchCreateTableRowsAsync(array $args = []) |
| 10 | * @method \Aws\Result batchDeleteTableRows(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise batchDeleteTableRowsAsync(array $args = []) |
| 12 | * @method \Aws\Result batchUpdateTableRows(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise batchUpdateTableRowsAsync(array $args = []) |
| 14 | * @method \Aws\Result batchUpsertTableRows(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise batchUpsertTableRowsAsync(array $args = []) |
| 16 | * @method \Aws\Result describeTableDataImportJob(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise describeTableDataImportJobAsync(array $args = []) |
| 18 | * @method \Aws\Result getScreenData(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise getScreenDataAsync(array $args = []) |
| 20 | * @method \Aws\Result invokeScreenAutomation(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise invokeScreenAutomationAsync(array $args = []) |
| 22 | * @method \Aws\Result listTableColumns(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise listTableColumnsAsync(array $args = []) |
| 24 | * @method \Aws\Result listTableRows(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise listTableRowsAsync(array $args = []) |
| 26 | * @method \Aws\Result listTables(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise listTablesAsync(array $args = []) |
| 28 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 30 | * @method \Aws\Result queryTableRows(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise queryTableRowsAsync(array $args = []) |
| 32 | * @method \Aws\Result startTableDataImportJob(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise startTableDataImportJobAsync(array $args = []) |
| 34 | * @method \Aws\Result tagResource(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 36 | * @method \Aws\Result untagResource(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 38 | */ |
| 39 | class HoneycodeClient extends AwsClient {} |
| 40 |