honeycodestub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchCreateTableRowsFuture

type BatchCreateTableRowsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchCreateTableRowsFuture) Get

type BatchDeleteTableRowsFuture

type BatchDeleteTableRowsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchDeleteTableRowsFuture) Get

type BatchUpdateTableRowsFuture

type BatchUpdateTableRowsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchUpdateTableRowsFuture) Get

type BatchUpsertTableRowsFuture

type BatchUpsertTableRowsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchUpsertTableRowsFuture) Get

type Client

type Client interface {
	BatchCreateTableRows(ctx workflow.Context, input *honeycode.BatchCreateTableRowsInput) (*honeycode.BatchCreateTableRowsOutput, error)
	BatchCreateTableRowsAsync(ctx workflow.Context, input *honeycode.BatchCreateTableRowsInput) *BatchCreateTableRowsFuture

	BatchDeleteTableRows(ctx workflow.Context, input *honeycode.BatchDeleteTableRowsInput) (*honeycode.BatchDeleteTableRowsOutput, error)
	BatchDeleteTableRowsAsync(ctx workflow.Context, input *honeycode.BatchDeleteTableRowsInput) *BatchDeleteTableRowsFuture

	BatchUpdateTableRows(ctx workflow.Context, input *honeycode.BatchUpdateTableRowsInput) (*honeycode.BatchUpdateTableRowsOutput, error)
	BatchUpdateTableRowsAsync(ctx workflow.Context, input *honeycode.BatchUpdateTableRowsInput) *BatchUpdateTableRowsFuture

	BatchUpsertTableRows(ctx workflow.Context, input *honeycode.BatchUpsertTableRowsInput) (*honeycode.BatchUpsertTableRowsOutput, error)
	BatchUpsertTableRowsAsync(ctx workflow.Context, input *honeycode.BatchUpsertTableRowsInput) *BatchUpsertTableRowsFuture

	DescribeTableDataImportJob(ctx workflow.Context, input *honeycode.DescribeTableDataImportJobInput) (*honeycode.DescribeTableDataImportJobOutput, error)
	DescribeTableDataImportJobAsync(ctx workflow.Context, input *honeycode.DescribeTableDataImportJobInput) *DescribeTableDataImportJobFuture

	GetScreenData(ctx workflow.Context, input *honeycode.GetScreenDataInput) (*honeycode.GetScreenDataOutput, error)
	GetScreenDataAsync(ctx workflow.Context, input *honeycode.GetScreenDataInput) *GetScreenDataFuture

	InvokeScreenAutomation(ctx workflow.Context, input *honeycode.InvokeScreenAutomationInput) (*honeycode.InvokeScreenAutomationOutput, error)
	InvokeScreenAutomationAsync(ctx workflow.Context, input *honeycode.InvokeScreenAutomationInput) *InvokeScreenAutomationFuture

	ListTableColumns(ctx workflow.Context, input *honeycode.ListTableColumnsInput) (*honeycode.ListTableColumnsOutput, error)
	ListTableColumnsAsync(ctx workflow.Context, input *honeycode.ListTableColumnsInput) *ListTableColumnsFuture

	ListTableRows(ctx workflow.Context, input *honeycode.ListTableRowsInput) (*honeycode.ListTableRowsOutput, error)
	ListTableRowsAsync(ctx workflow.Context, input *honeycode.ListTableRowsInput) *ListTableRowsFuture

	ListTables(ctx workflow.Context, input *honeycode.ListTablesInput) (*honeycode.ListTablesOutput, error)
	ListTablesAsync(ctx workflow.Context, input *honeycode.ListTablesInput) *ListTablesFuture

	QueryTableRows(ctx workflow.Context, input *honeycode.QueryTableRowsInput) (*honeycode.QueryTableRowsOutput, error)
	QueryTableRowsAsync(ctx workflow.Context, input *honeycode.QueryTableRowsInput) *QueryTableRowsFuture

	StartTableDataImportJob(ctx workflow.Context, input *honeycode.StartTableDataImportJobInput) (*honeycode.StartTableDataImportJobOutput, error)
	StartTableDataImportJobAsync(ctx workflow.Context, input *honeycode.StartTableDataImportJobInput) *StartTableDataImportJobFuture
}

func NewClient

func NewClient() Client

type DescribeTableDataImportJobFuture

type DescribeTableDataImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTableDataImportJobFuture) Get

type GetScreenDataFuture

type GetScreenDataFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetScreenDataFuture) Get

type InvokeScreenAutomationFuture

type InvokeScreenAutomationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*InvokeScreenAutomationFuture) Get

type ListTableColumnsFuture

type ListTableColumnsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTableColumnsFuture) Get

type ListTableRowsFuture

type ListTableRowsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTableRowsFuture) Get

type ListTablesFuture

type ListTablesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTablesFuture) Get

type QueryTableRowsFuture

type QueryTableRowsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*QueryTableRowsFuture) Get

type StartTableDataImportJobFuture

type StartTableDataImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartTableDataImportJobFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL