redshiftdataapiservicestub

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 CancelStatementFuture

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

func (*CancelStatementFuture) Get

type Client

type Client interface {
	CancelStatement(ctx workflow.Context, input *redshiftdataapiservice.CancelStatementInput) (*redshiftdataapiservice.CancelStatementOutput, error)
	CancelStatementAsync(ctx workflow.Context, input *redshiftdataapiservice.CancelStatementInput) *CancelStatementFuture

	DescribeStatement(ctx workflow.Context, input *redshiftdataapiservice.DescribeStatementInput) (*redshiftdataapiservice.DescribeStatementOutput, error)
	DescribeStatementAsync(ctx workflow.Context, input *redshiftdataapiservice.DescribeStatementInput) *DescribeStatementFuture

	DescribeTable(ctx workflow.Context, input *redshiftdataapiservice.DescribeTableInput) (*redshiftdataapiservice.DescribeTableOutput, error)
	DescribeTableAsync(ctx workflow.Context, input *redshiftdataapiservice.DescribeTableInput) *DescribeTableFuture

	ExecuteStatement(ctx workflow.Context, input *redshiftdataapiservice.ExecuteStatementInput) (*redshiftdataapiservice.ExecuteStatementOutput, error)
	ExecuteStatementAsync(ctx workflow.Context, input *redshiftdataapiservice.ExecuteStatementInput) *ExecuteStatementFuture

	GetStatementResult(ctx workflow.Context, input *redshiftdataapiservice.GetStatementResultInput) (*redshiftdataapiservice.GetStatementResultOutput, error)
	GetStatementResultAsync(ctx workflow.Context, input *redshiftdataapiservice.GetStatementResultInput) *GetStatementResultFuture

	ListDatabases(ctx workflow.Context, input *redshiftdataapiservice.ListDatabasesInput) (*redshiftdataapiservice.ListDatabasesOutput, error)
	ListDatabasesAsync(ctx workflow.Context, input *redshiftdataapiservice.ListDatabasesInput) *ListDatabasesFuture

	ListSchemas(ctx workflow.Context, input *redshiftdataapiservice.ListSchemasInput) (*redshiftdataapiservice.ListSchemasOutput, error)
	ListSchemasAsync(ctx workflow.Context, input *redshiftdataapiservice.ListSchemasInput) *ListSchemasFuture

	ListStatements(ctx workflow.Context, input *redshiftdataapiservice.ListStatementsInput) (*redshiftdataapiservice.ListStatementsOutput, error)
	ListStatementsAsync(ctx workflow.Context, input *redshiftdataapiservice.ListStatementsInput) *ListStatementsFuture

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

func NewClient

func NewClient() Client

type DescribeStatementFuture

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

func (*DescribeStatementFuture) Get

type DescribeTableFuture

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

func (*DescribeTableFuture) Get

type ExecuteStatementFuture

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

func (*ExecuteStatementFuture) Get

type GetStatementResultFuture

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

func (*GetStatementResultFuture) Get

type ListDatabasesFuture

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

func (*ListDatabasesFuture) Get

type ListSchemasFuture

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

func (*ListSchemasFuture) Get

type ListStatementsFuture

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

func (*ListStatementsFuture) Get

type ListTablesFuture

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

func (*ListTablesFuture) Get

Jump to

Keyboard shortcuts

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