Honeycode
import { Honeycode } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/honeycode.ts";class Honeycode { }
constructor(apiFactory: client.ApiFactory);
async batchCreateTableRows(params: BatchCreateTableRowsRequest, opts?: client.RequestOptions): Promise<BatchCreateTableRowsResult>;
async batchDeleteTableRows(params: BatchDeleteTableRowsRequest, opts?: client.RequestOptions): Promise<BatchDeleteTableRowsResult>;
async batchUpdateTableRows(params: BatchUpdateTableRowsRequest, opts?: client.RequestOptions): Promise<BatchUpdateTableRowsResult>;
async batchUpsertTableRows(params: BatchUpsertTableRowsRequest, opts?: client.RequestOptions): Promise<BatchUpsertTableRowsResult>;
async describeTableDataImportJob(params: DescribeTableDataImportJobRequest, opts?: client.RequestOptions): Promise<DescribeTableDataImportJobResult>;
async getScreenData(params: GetScreenDataRequest, opts?: client.RequestOptions): Promise<GetScreenDataResult>;
async invokeScreenAutomation(params: InvokeScreenAutomationRequest, opts?: client.RequestOptions): Promise<InvokeScreenAutomationResult>;
async listTableColumns(params: ListTableColumnsRequest, opts?: client.RequestOptions): Promise<ListTableColumnsResult>;
async listTableRows(params: ListTableRowsRequest, opts?: client.RequestOptions): Promise<ListTableRowsResult>;
async listTables(params: ListTablesRequest, opts?: client.RequestOptions): Promise<ListTablesResult>;
async queryTableRows(params: QueryTableRowsRequest, opts?: client.RequestOptions): Promise<QueryTableRowsResult>;
async startTableDataImportJob(params: StartTableDataImportJobRequest, opts?: client.RequestOptions): Promise<StartTableDataImportJobResult>;
§Constructors
§
new Honeycode(apiFactory: client.ApiFactory)
[src]§Methods
§
batchCreateTableRows(params: BatchCreateTableRowsRequest, opts?: client.RequestOptions): Promise<BatchCreateTableRowsResult>
[src]§
batchDeleteTableRows(params: BatchDeleteTableRowsRequest, opts?: client.RequestOptions): Promise<BatchDeleteTableRowsResult>
[src]§
batchUpdateTableRows(params: BatchUpdateTableRowsRequest, opts?: client.RequestOptions): Promise<BatchUpdateTableRowsResult>
[src]§
batchUpsertTableRows(params: BatchUpsertTableRowsRequest, opts?: client.RequestOptions): Promise<BatchUpsertTableRowsResult>
[src]§
describeTableDataImportJob(params: DescribeTableDataImportJobRequest, opts?: client.RequestOptions): Promise<DescribeTableDataImportJobResult>
[src]§
getScreenData(params: GetScreenDataRequest, opts?: client.RequestOptions): Promise<GetScreenDataResult>
[src]§
invokeScreenAutomation(params: InvokeScreenAutomationRequest, opts?: client.RequestOptions): Promise<InvokeScreenAutomationResult>
[src]§
listTableColumns(params: ListTableColumnsRequest, opts?: client.RequestOptions): Promise<ListTableColumnsResult>
[src]§
listTableRows(params: ListTableRowsRequest, opts?: client.RequestOptions): Promise<ListTableRowsResult>
[src]§
queryTableRows(params: QueryTableRowsRequest, opts?: client.RequestOptions): Promise<QueryTableRowsResult>
[src]§
startTableDataImportJob(params: StartTableDataImportJobRequest, opts?: client.RequestOptions): Promise<StartTableDataImportJobResult>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]