Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelQueryFuture ¶
func (*CancelQueryFuture) Get ¶
func (r *CancelQueryFuture) Get(ctx workflow.Context) (*timestreamquery.CancelQueryOutput, error)
type Client ¶
type Client interface { CancelQuery(ctx workflow.Context, input *timestreamquery.CancelQueryInput) (*timestreamquery.CancelQueryOutput, error) CancelQueryAsync(ctx workflow.Context, input *timestreamquery.CancelQueryInput) *CancelQueryFuture DescribeEndpoints(ctx workflow.Context, input *timestreamquery.DescribeEndpointsInput) (*timestreamquery.DescribeEndpointsOutput, error) DescribeEndpointsAsync(ctx workflow.Context, input *timestreamquery.DescribeEndpointsInput) *DescribeEndpointsFuture Query(ctx workflow.Context, input *timestreamquery.QueryInput) (*timestreamquery.QueryOutput, error) QueryAsync(ctx workflow.Context, input *timestreamquery.QueryInput) *QueryFuture }
type DescribeEndpointsFuture ¶
type DescribeEndpointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEndpointsFuture) Get ¶
func (r *DescribeEndpointsFuture) Get(ctx workflow.Context) (*timestreamquery.DescribeEndpointsOutput, error)
type QueryFuture ¶
func (*QueryFuture) Get ¶
func (r *QueryFuture) Get(ctx workflow.Context) (*timestreamquery.QueryOutput, error)
Click to show internal directories.
Click to hide internal directories.