HoneycodeClient.php 1.8 KB

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