Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Honeycode(apiFactory: client.ApiFactory)
[src]

§Methods

§Static Properties