Documentation ¶
Index ¶
- type BatchGetNamedQueryFuture
- type BatchGetQueryExecutionFuture
- type Client
- type CreateDataCatalogFuture
- type CreateNamedQueryFuture
- type CreateWorkGroupFuture
- type DeleteDataCatalogFuture
- type DeleteNamedQueryFuture
- type DeleteWorkGroupFuture
- type GetDataCatalogFuture
- type GetDatabaseFuture
- type GetNamedQueryFuture
- type GetQueryExecutionFuture
- type GetQueryResultsFuture
- type GetTableMetadataFuture
- type GetWorkGroupFuture
- type ListDataCatalogsFuture
- type ListDatabasesFuture
- type ListNamedQueriesFuture
- type ListQueryExecutionsFuture
- type ListTableMetadataFuture
- type ListTagsForResourceFuture
- type ListWorkGroupsFuture
- type StartQueryExecutionFuture
- type StopQueryExecutionFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDataCatalogFuture
- type UpdateWorkGroupFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetNamedQueryFuture ¶
type BatchGetNamedQueryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetNamedQueryFuture) Get ¶
func (r *BatchGetNamedQueryFuture) Get(ctx workflow.Context) (*athena.BatchGetNamedQueryOutput, error)
type BatchGetQueryExecutionFuture ¶
type BatchGetQueryExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetQueryExecutionFuture) Get ¶
func (r *BatchGetQueryExecutionFuture) Get(ctx workflow.Context) (*athena.BatchGetQueryExecutionOutput, error)
type Client ¶
type Client interface { BatchGetNamedQuery(ctx workflow.Context, input *athena.BatchGetNamedQueryInput) (*athena.BatchGetNamedQueryOutput, error) BatchGetNamedQueryAsync(ctx workflow.Context, input *athena.BatchGetNamedQueryInput) *BatchGetNamedQueryFuture BatchGetQueryExecution(ctx workflow.Context, input *athena.BatchGetQueryExecutionInput) (*athena.BatchGetQueryExecutionOutput, error) BatchGetQueryExecutionAsync(ctx workflow.Context, input *athena.BatchGetQueryExecutionInput) *BatchGetQueryExecutionFuture CreateDataCatalog(ctx workflow.Context, input *athena.CreateDataCatalogInput) (*athena.CreateDataCatalogOutput, error) CreateDataCatalogAsync(ctx workflow.Context, input *athena.CreateDataCatalogInput) *CreateDataCatalogFuture CreateNamedQuery(ctx workflow.Context, input *athena.CreateNamedQueryInput) (*athena.CreateNamedQueryOutput, error) CreateNamedQueryAsync(ctx workflow.Context, input *athena.CreateNamedQueryInput) *CreateNamedQueryFuture CreateWorkGroup(ctx workflow.Context, input *athena.CreateWorkGroupInput) (*athena.CreateWorkGroupOutput, error) CreateWorkGroupAsync(ctx workflow.Context, input *athena.CreateWorkGroupInput) *CreateWorkGroupFuture DeleteDataCatalog(ctx workflow.Context, input *athena.DeleteDataCatalogInput) (*athena.DeleteDataCatalogOutput, error) DeleteDataCatalogAsync(ctx workflow.Context, input *athena.DeleteDataCatalogInput) *DeleteDataCatalogFuture DeleteNamedQuery(ctx workflow.Context, input *athena.DeleteNamedQueryInput) (*athena.DeleteNamedQueryOutput, error) DeleteNamedQueryAsync(ctx workflow.Context, input *athena.DeleteNamedQueryInput) *DeleteNamedQueryFuture DeleteWorkGroup(ctx workflow.Context, input *athena.DeleteWorkGroupInput) (*athena.DeleteWorkGroupOutput, error) DeleteWorkGroupAsync(ctx workflow.Context, input *athena.DeleteWorkGroupInput) *DeleteWorkGroupFuture GetDataCatalog(ctx workflow.Context, input *athena.GetDataCatalogInput) (*athena.GetDataCatalogOutput, error) GetDataCatalogAsync(ctx workflow.Context, input *athena.GetDataCatalogInput) *GetDataCatalogFuture GetDatabase(ctx workflow.Context, input *athena.GetDatabaseInput) (*athena.GetDatabaseOutput, error) GetDatabaseAsync(ctx workflow.Context, input *athena.GetDatabaseInput) *GetDatabaseFuture GetNamedQuery(ctx workflow.Context, input *athena.GetNamedQueryInput) (*athena.GetNamedQueryOutput, error) GetNamedQueryAsync(ctx workflow.Context, input *athena.GetNamedQueryInput) *GetNamedQueryFuture GetQueryExecution(ctx workflow.Context, input *athena.GetQueryExecutionInput) (*athena.GetQueryExecutionOutput, error) GetQueryExecutionAsync(ctx workflow.Context, input *athena.GetQueryExecutionInput) *GetQueryExecutionFuture GetQueryResults(ctx workflow.Context, input *athena.GetQueryResultsInput) (*athena.GetQueryResultsOutput, error) GetQueryResultsAsync(ctx workflow.Context, input *athena.GetQueryResultsInput) *GetQueryResultsFuture GetTableMetadata(ctx workflow.Context, input *athena.GetTableMetadataInput) (*athena.GetTableMetadataOutput, error) GetTableMetadataAsync(ctx workflow.Context, input *athena.GetTableMetadataInput) *GetTableMetadataFuture GetWorkGroup(ctx workflow.Context, input *athena.GetWorkGroupInput) (*athena.GetWorkGroupOutput, error) GetWorkGroupAsync(ctx workflow.Context, input *athena.GetWorkGroupInput) *GetWorkGroupFuture ListDataCatalogs(ctx workflow.Context, input *athena.ListDataCatalogsInput) (*athena.ListDataCatalogsOutput, error) ListDataCatalogsAsync(ctx workflow.Context, input *athena.ListDataCatalogsInput) *ListDataCatalogsFuture ListDatabases(ctx workflow.Context, input *athena.ListDatabasesInput) (*athena.ListDatabasesOutput, error) ListDatabasesAsync(ctx workflow.Context, input *athena.ListDatabasesInput) *ListDatabasesFuture ListNamedQueries(ctx workflow.Context, input *athena.ListNamedQueriesInput) (*athena.ListNamedQueriesOutput, error) ListNamedQueriesAsync(ctx workflow.Context, input *athena.ListNamedQueriesInput) *ListNamedQueriesFuture ListQueryExecutions(ctx workflow.Context, input *athena.ListQueryExecutionsInput) (*athena.ListQueryExecutionsOutput, error) ListQueryExecutionsAsync(ctx workflow.Context, input *athena.ListQueryExecutionsInput) *ListQueryExecutionsFuture ListTableMetadata(ctx workflow.Context, input *athena.ListTableMetadataInput) (*athena.ListTableMetadataOutput, error) ListTableMetadataAsync(ctx workflow.Context, input *athena.ListTableMetadataInput) *ListTableMetadataFuture ListTagsForResource(ctx workflow.Context, input *athena.ListTagsForResourceInput) (*athena.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *athena.ListTagsForResourceInput) *ListTagsForResourceFuture ListWorkGroups(ctx workflow.Context, input *athena.ListWorkGroupsInput) (*athena.ListWorkGroupsOutput, error) ListWorkGroupsAsync(ctx workflow.Context, input *athena.ListWorkGroupsInput) *ListWorkGroupsFuture StartQueryExecution(ctx workflow.Context, input *athena.StartQueryExecutionInput) (*athena.StartQueryExecutionOutput, error) StartQueryExecutionAsync(ctx workflow.Context, input *athena.StartQueryExecutionInput) *StartQueryExecutionFuture StopQueryExecution(ctx workflow.Context, input *athena.StopQueryExecutionInput) (*athena.StopQueryExecutionOutput, error) StopQueryExecutionAsync(ctx workflow.Context, input *athena.StopQueryExecutionInput) *StopQueryExecutionFuture TagResource(ctx workflow.Context, input *athena.TagResourceInput) (*athena.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *athena.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *athena.UntagResourceInput) (*athena.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *athena.UntagResourceInput) *UntagResourceFuture UpdateDataCatalog(ctx workflow.Context, input *athena.UpdateDataCatalogInput) (*athena.UpdateDataCatalogOutput, error) UpdateDataCatalogAsync(ctx workflow.Context, input *athena.UpdateDataCatalogInput) *UpdateDataCatalogFuture UpdateWorkGroup(ctx workflow.Context, input *athena.UpdateWorkGroupInput) (*athena.UpdateWorkGroupOutput, error) UpdateWorkGroupAsync(ctx workflow.Context, input *athena.UpdateWorkGroupInput) *UpdateWorkGroupFuture }
type CreateDataCatalogFuture ¶
type CreateDataCatalogFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDataCatalogFuture) Get ¶
func (r *CreateDataCatalogFuture) Get(ctx workflow.Context) (*athena.CreateDataCatalogOutput, error)
type CreateNamedQueryFuture ¶
type CreateNamedQueryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateNamedQueryFuture) Get ¶
func (r *CreateNamedQueryFuture) Get(ctx workflow.Context) (*athena.CreateNamedQueryOutput, error)
type CreateWorkGroupFuture ¶
type CreateWorkGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateWorkGroupFuture) Get ¶
func (r *CreateWorkGroupFuture) Get(ctx workflow.Context) (*athena.CreateWorkGroupOutput, error)
type DeleteDataCatalogFuture ¶
type DeleteDataCatalogFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDataCatalogFuture) Get ¶
func (r *DeleteDataCatalogFuture) Get(ctx workflow.Context) (*athena.DeleteDataCatalogOutput, error)
type DeleteNamedQueryFuture ¶
type DeleteNamedQueryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteNamedQueryFuture) Get ¶
func (r *DeleteNamedQueryFuture) Get(ctx workflow.Context) (*athena.DeleteNamedQueryOutput, error)
type DeleteWorkGroupFuture ¶
type DeleteWorkGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteWorkGroupFuture) Get ¶
func (r *DeleteWorkGroupFuture) Get(ctx workflow.Context) (*athena.DeleteWorkGroupOutput, error)
type GetDataCatalogFuture ¶
func (*GetDataCatalogFuture) Get ¶
func (r *GetDataCatalogFuture) Get(ctx workflow.Context) (*athena.GetDataCatalogOutput, error)
type GetDatabaseFuture ¶
func (*GetDatabaseFuture) Get ¶
func (r *GetDatabaseFuture) Get(ctx workflow.Context) (*athena.GetDatabaseOutput, error)
type GetNamedQueryFuture ¶
func (*GetNamedQueryFuture) Get ¶
func (r *GetNamedQueryFuture) Get(ctx workflow.Context) (*athena.GetNamedQueryOutput, error)
type GetQueryExecutionFuture ¶
type GetQueryExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetQueryExecutionFuture) Get ¶
func (r *GetQueryExecutionFuture) Get(ctx workflow.Context) (*athena.GetQueryExecutionOutput, error)
type GetQueryResultsFuture ¶
type GetQueryResultsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetQueryResultsFuture) Get ¶
func (r *GetQueryResultsFuture) Get(ctx workflow.Context) (*athena.GetQueryResultsOutput, error)
type GetTableMetadataFuture ¶
type GetTableMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTableMetadataFuture) Get ¶
func (r *GetTableMetadataFuture) Get(ctx workflow.Context) (*athena.GetTableMetadataOutput, error)
type GetWorkGroupFuture ¶
func (*GetWorkGroupFuture) Get ¶
func (r *GetWorkGroupFuture) Get(ctx workflow.Context) (*athena.GetWorkGroupOutput, error)
type ListDataCatalogsFuture ¶
type ListDataCatalogsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDataCatalogsFuture) Get ¶
func (r *ListDataCatalogsFuture) Get(ctx workflow.Context) (*athena.ListDataCatalogsOutput, error)
type ListDatabasesFuture ¶
func (*ListDatabasesFuture) Get ¶
func (r *ListDatabasesFuture) Get(ctx workflow.Context) (*athena.ListDatabasesOutput, error)
type ListNamedQueriesFuture ¶
type ListNamedQueriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListNamedQueriesFuture) Get ¶
func (r *ListNamedQueriesFuture) Get(ctx workflow.Context) (*athena.ListNamedQueriesOutput, error)
type ListQueryExecutionsFuture ¶
type ListQueryExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListQueryExecutionsFuture) Get ¶
func (r *ListQueryExecutionsFuture) Get(ctx workflow.Context) (*athena.ListQueryExecutionsOutput, error)
type ListTableMetadataFuture ¶
type ListTableMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTableMetadataFuture) Get ¶
func (r *ListTableMetadataFuture) Get(ctx workflow.Context) (*athena.ListTableMetadataOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*athena.ListTagsForResourceOutput, error)
type ListWorkGroupsFuture ¶
func (*ListWorkGroupsFuture) Get ¶
func (r *ListWorkGroupsFuture) Get(ctx workflow.Context) (*athena.ListWorkGroupsOutput, error)
type StartQueryExecutionFuture ¶
type StartQueryExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartQueryExecutionFuture) Get ¶
func (r *StartQueryExecutionFuture) Get(ctx workflow.Context) (*athena.StartQueryExecutionOutput, error)
type StopQueryExecutionFuture ¶
type StopQueryExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopQueryExecutionFuture) Get ¶
func (r *StopQueryExecutionFuture) Get(ctx workflow.Context) (*athena.StopQueryExecutionOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*athena.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*athena.UntagResourceOutput, error)
type UpdateDataCatalogFuture ¶
type UpdateDataCatalogFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDataCatalogFuture) Get ¶
func (r *UpdateDataCatalogFuture) Get(ctx workflow.Context) (*athena.UpdateDataCatalogOutput, error)
type UpdateWorkGroupFuture ¶
type UpdateWorkGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateWorkGroupFuture) Get ¶
func (r *UpdateWorkGroupFuture) Get(ctx workflow.Context) (*athena.UpdateWorkGroupOutput, error)
Click to show internal directories.
Click to hide internal directories.