Documentation ¶
Index ¶
- type Activities
- func (a *Activities) BatchCreateTableRows(ctx context.Context, input *honeycode.BatchCreateTableRowsInput) (*honeycode.BatchCreateTableRowsOutput, error)
- func (a *Activities) BatchDeleteTableRows(ctx context.Context, input *honeycode.BatchDeleteTableRowsInput) (*honeycode.BatchDeleteTableRowsOutput, error)
- func (a *Activities) BatchUpdateTableRows(ctx context.Context, input *honeycode.BatchUpdateTableRowsInput) (*honeycode.BatchUpdateTableRowsOutput, error)
- func (a *Activities) BatchUpsertTableRows(ctx context.Context, input *honeycode.BatchUpsertTableRowsInput) (*honeycode.BatchUpsertTableRowsOutput, error)
- func (a *Activities) DescribeTableDataImportJob(ctx context.Context, input *honeycode.DescribeTableDataImportJobInput) (*honeycode.DescribeTableDataImportJobOutput, error)
- func (a *Activities) GetScreenData(ctx context.Context, input *honeycode.GetScreenDataInput) (*honeycode.GetScreenDataOutput, error)
- func (a *Activities) InvokeScreenAutomation(ctx context.Context, input *honeycode.InvokeScreenAutomationInput) (*honeycode.InvokeScreenAutomationOutput, error)
- func (a *Activities) ListTableColumns(ctx context.Context, input *honeycode.ListTableColumnsInput) (*honeycode.ListTableColumnsOutput, error)
- func (a *Activities) ListTableRows(ctx context.Context, input *honeycode.ListTableRowsInput) (*honeycode.ListTableRowsOutput, error)
- func (a *Activities) ListTables(ctx context.Context, input *honeycode.ListTablesInput) (*honeycode.ListTablesOutput, error)
- func (a *Activities) QueryTableRows(ctx context.Context, input *honeycode.QueryTableRowsInput) (*honeycode.QueryTableRowsOutput, error)
- func (a *Activities) StartTableDataImportJob(ctx context.Context, input *honeycode.StartTableDataImportJobInput) (*honeycode.StartTableDataImportJobOutput, error)
- type SessionFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activities ¶
type Activities struct {
// contains filtered or unexported fields
}
func NewActivities ¶
func NewActivities(sess *session.Session, config ...*aws.Config) *Activities
func NewActivitiesWithSessionFactory ¶
func NewActivitiesWithSessionFactory(sessionFactory SessionFactory) *Activities
func (*Activities) BatchCreateTableRows ¶
func (a *Activities) BatchCreateTableRows(ctx context.Context, input *honeycode.BatchCreateTableRowsInput) (*honeycode.BatchCreateTableRowsOutput, error)
func (*Activities) BatchDeleteTableRows ¶
func (a *Activities) BatchDeleteTableRows(ctx context.Context, input *honeycode.BatchDeleteTableRowsInput) (*honeycode.BatchDeleteTableRowsOutput, error)
func (*Activities) BatchUpdateTableRows ¶
func (a *Activities) BatchUpdateTableRows(ctx context.Context, input *honeycode.BatchUpdateTableRowsInput) (*honeycode.BatchUpdateTableRowsOutput, error)
func (*Activities) BatchUpsertTableRows ¶
func (a *Activities) BatchUpsertTableRows(ctx context.Context, input *honeycode.BatchUpsertTableRowsInput) (*honeycode.BatchUpsertTableRowsOutput, error)
func (*Activities) DescribeTableDataImportJob ¶
func (a *Activities) DescribeTableDataImportJob(ctx context.Context, input *honeycode.DescribeTableDataImportJobInput) (*honeycode.DescribeTableDataImportJobOutput, error)
func (*Activities) GetScreenData ¶
func (a *Activities) GetScreenData(ctx context.Context, input *honeycode.GetScreenDataInput) (*honeycode.GetScreenDataOutput, error)
func (*Activities) InvokeScreenAutomation ¶
func (a *Activities) InvokeScreenAutomation(ctx context.Context, input *honeycode.InvokeScreenAutomationInput) (*honeycode.InvokeScreenAutomationOutput, error)
func (*Activities) ListTableColumns ¶
func (a *Activities) ListTableColumns(ctx context.Context, input *honeycode.ListTableColumnsInput) (*honeycode.ListTableColumnsOutput, error)
func (*Activities) ListTableRows ¶
func (a *Activities) ListTableRows(ctx context.Context, input *honeycode.ListTableRowsInput) (*honeycode.ListTableRowsOutput, error)
func (*Activities) ListTables ¶
func (a *Activities) ListTables(ctx context.Context, input *honeycode.ListTablesInput) (*honeycode.ListTablesOutput, error)
func (*Activities) QueryTableRows ¶
func (a *Activities) QueryTableRows(ctx context.Context, input *honeycode.QueryTableRowsInput) (*honeycode.QueryTableRowsOutput, error)
func (*Activities) StartTableDataImportJob ¶
func (a *Activities) StartTableDataImportJob(ctx context.Context, input *honeycode.StartTableDataImportJobInput) (*honeycode.StartTableDataImportJobOutput, error)
Click to show internal directories.
Click to hide internal directories.