Documentation
¶
Index ¶
- type BatchDeleteRecipeVersionFuture
- type Client
- type CreateDatasetFuture
- type CreateProfileJobFuture
- type CreateProjectFuture
- type CreateRecipeFuture
- type CreateRecipeJobFuture
- type CreateScheduleFuture
- type DeleteDatasetFuture
- type DeleteJobFuture
- type DeleteProjectFuture
- type DeleteRecipeVersionFuture
- type DeleteScheduleFuture
- type DescribeDatasetFuture
- type DescribeJobFuture
- type DescribeProjectFuture
- type DescribeRecipeFuture
- type DescribeScheduleFuture
- type ListDatasetsFuture
- type ListJobRunsFuture
- type ListJobsFuture
- type ListProjectsFuture
- type ListRecipeVersionsFuture
- type ListRecipesFuture
- type ListSchedulesFuture
- type ListTagsForResourceFuture
- type PublishRecipeFuture
- type SendProjectSessionActionFuture
- type StartJobRunFuture
- type StartProjectSessionFuture
- type StopJobRunFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDatasetFuture
- type UpdateProfileJobFuture
- type UpdateProjectFuture
- type UpdateRecipeFuture
- type UpdateRecipeJobFuture
- type UpdateScheduleFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchDeleteRecipeVersionFuture ¶
type BatchDeleteRecipeVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteRecipeVersionFuture) Get ¶
func (r *BatchDeleteRecipeVersionFuture) Get(ctx workflow.Context) (*gluedatabrew.BatchDeleteRecipeVersionOutput, error)
type Client ¶
type Client interface { BatchDeleteRecipeVersion(ctx workflow.Context, input *gluedatabrew.BatchDeleteRecipeVersionInput) (*gluedatabrew.BatchDeleteRecipeVersionOutput, error) BatchDeleteRecipeVersionAsync(ctx workflow.Context, input *gluedatabrew.BatchDeleteRecipeVersionInput) *BatchDeleteRecipeVersionFuture CreateDataset(ctx workflow.Context, input *gluedatabrew.CreateDatasetInput) (*gluedatabrew.CreateDatasetOutput, error) CreateDatasetAsync(ctx workflow.Context, input *gluedatabrew.CreateDatasetInput) *CreateDatasetFuture CreateProfileJob(ctx workflow.Context, input *gluedatabrew.CreateProfileJobInput) (*gluedatabrew.CreateProfileJobOutput, error) CreateProfileJobAsync(ctx workflow.Context, input *gluedatabrew.CreateProfileJobInput) *CreateProfileJobFuture CreateProject(ctx workflow.Context, input *gluedatabrew.CreateProjectInput) (*gluedatabrew.CreateProjectOutput, error) CreateProjectAsync(ctx workflow.Context, input *gluedatabrew.CreateProjectInput) *CreateProjectFuture CreateRecipe(ctx workflow.Context, input *gluedatabrew.CreateRecipeInput) (*gluedatabrew.CreateRecipeOutput, error) CreateRecipeAsync(ctx workflow.Context, input *gluedatabrew.CreateRecipeInput) *CreateRecipeFuture CreateRecipeJob(ctx workflow.Context, input *gluedatabrew.CreateRecipeJobInput) (*gluedatabrew.CreateRecipeJobOutput, error) CreateRecipeJobAsync(ctx workflow.Context, input *gluedatabrew.CreateRecipeJobInput) *CreateRecipeJobFuture CreateSchedule(ctx workflow.Context, input *gluedatabrew.CreateScheduleInput) (*gluedatabrew.CreateScheduleOutput, error) CreateScheduleAsync(ctx workflow.Context, input *gluedatabrew.CreateScheduleInput) *CreateScheduleFuture DeleteDataset(ctx workflow.Context, input *gluedatabrew.DeleteDatasetInput) (*gluedatabrew.DeleteDatasetOutput, error) DeleteDatasetAsync(ctx workflow.Context, input *gluedatabrew.DeleteDatasetInput) *DeleteDatasetFuture DeleteJob(ctx workflow.Context, input *gluedatabrew.DeleteJobInput) (*gluedatabrew.DeleteJobOutput, error) DeleteJobAsync(ctx workflow.Context, input *gluedatabrew.DeleteJobInput) *DeleteJobFuture DeleteProject(ctx workflow.Context, input *gluedatabrew.DeleteProjectInput) (*gluedatabrew.DeleteProjectOutput, error) DeleteProjectAsync(ctx workflow.Context, input *gluedatabrew.DeleteProjectInput) *DeleteProjectFuture DeleteRecipeVersion(ctx workflow.Context, input *gluedatabrew.DeleteRecipeVersionInput) (*gluedatabrew.DeleteRecipeVersionOutput, error) DeleteRecipeVersionAsync(ctx workflow.Context, input *gluedatabrew.DeleteRecipeVersionInput) *DeleteRecipeVersionFuture DeleteSchedule(ctx workflow.Context, input *gluedatabrew.DeleteScheduleInput) (*gluedatabrew.DeleteScheduleOutput, error) DeleteScheduleAsync(ctx workflow.Context, input *gluedatabrew.DeleteScheduleInput) *DeleteScheduleFuture DescribeDataset(ctx workflow.Context, input *gluedatabrew.DescribeDatasetInput) (*gluedatabrew.DescribeDatasetOutput, error) DescribeDatasetAsync(ctx workflow.Context, input *gluedatabrew.DescribeDatasetInput) *DescribeDatasetFuture DescribeJob(ctx workflow.Context, input *gluedatabrew.DescribeJobInput) (*gluedatabrew.DescribeJobOutput, error) DescribeJobAsync(ctx workflow.Context, input *gluedatabrew.DescribeJobInput) *DescribeJobFuture DescribeProject(ctx workflow.Context, input *gluedatabrew.DescribeProjectInput) (*gluedatabrew.DescribeProjectOutput, error) DescribeProjectAsync(ctx workflow.Context, input *gluedatabrew.DescribeProjectInput) *DescribeProjectFuture DescribeRecipe(ctx workflow.Context, input *gluedatabrew.DescribeRecipeInput) (*gluedatabrew.DescribeRecipeOutput, error) DescribeRecipeAsync(ctx workflow.Context, input *gluedatabrew.DescribeRecipeInput) *DescribeRecipeFuture DescribeSchedule(ctx workflow.Context, input *gluedatabrew.DescribeScheduleInput) (*gluedatabrew.DescribeScheduleOutput, error) DescribeScheduleAsync(ctx workflow.Context, input *gluedatabrew.DescribeScheduleInput) *DescribeScheduleFuture ListDatasets(ctx workflow.Context, input *gluedatabrew.ListDatasetsInput) (*gluedatabrew.ListDatasetsOutput, error) ListDatasetsAsync(ctx workflow.Context, input *gluedatabrew.ListDatasetsInput) *ListDatasetsFuture ListJobRuns(ctx workflow.Context, input *gluedatabrew.ListJobRunsInput) (*gluedatabrew.ListJobRunsOutput, error) ListJobRunsAsync(ctx workflow.Context, input *gluedatabrew.ListJobRunsInput) *ListJobRunsFuture ListJobs(ctx workflow.Context, input *gluedatabrew.ListJobsInput) (*gluedatabrew.ListJobsOutput, error) ListJobsAsync(ctx workflow.Context, input *gluedatabrew.ListJobsInput) *ListJobsFuture ListProjects(ctx workflow.Context, input *gluedatabrew.ListProjectsInput) (*gluedatabrew.ListProjectsOutput, error) ListProjectsAsync(ctx workflow.Context, input *gluedatabrew.ListProjectsInput) *ListProjectsFuture ListRecipeVersions(ctx workflow.Context, input *gluedatabrew.ListRecipeVersionsInput) (*gluedatabrew.ListRecipeVersionsOutput, error) ListRecipeVersionsAsync(ctx workflow.Context, input *gluedatabrew.ListRecipeVersionsInput) *ListRecipeVersionsFuture ListRecipes(ctx workflow.Context, input *gluedatabrew.ListRecipesInput) (*gluedatabrew.ListRecipesOutput, error) ListRecipesAsync(ctx workflow.Context, input *gluedatabrew.ListRecipesInput) *ListRecipesFuture ListSchedules(ctx workflow.Context, input *gluedatabrew.ListSchedulesInput) (*gluedatabrew.ListSchedulesOutput, error) ListSchedulesAsync(ctx workflow.Context, input *gluedatabrew.ListSchedulesInput) *ListSchedulesFuture ListTagsForResource(ctx workflow.Context, input *gluedatabrew.ListTagsForResourceInput) (*gluedatabrew.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *gluedatabrew.ListTagsForResourceInput) *ListTagsForResourceFuture PublishRecipe(ctx workflow.Context, input *gluedatabrew.PublishRecipeInput) (*gluedatabrew.PublishRecipeOutput, error) PublishRecipeAsync(ctx workflow.Context, input *gluedatabrew.PublishRecipeInput) *PublishRecipeFuture SendProjectSessionAction(ctx workflow.Context, input *gluedatabrew.SendProjectSessionActionInput) (*gluedatabrew.SendProjectSessionActionOutput, error) SendProjectSessionActionAsync(ctx workflow.Context, input *gluedatabrew.SendProjectSessionActionInput) *SendProjectSessionActionFuture StartJobRun(ctx workflow.Context, input *gluedatabrew.StartJobRunInput) (*gluedatabrew.StartJobRunOutput, error) StartJobRunAsync(ctx workflow.Context, input *gluedatabrew.StartJobRunInput) *StartJobRunFuture StartProjectSession(ctx workflow.Context, input *gluedatabrew.StartProjectSessionInput) (*gluedatabrew.StartProjectSessionOutput, error) StartProjectSessionAsync(ctx workflow.Context, input *gluedatabrew.StartProjectSessionInput) *StartProjectSessionFuture StopJobRun(ctx workflow.Context, input *gluedatabrew.StopJobRunInput) (*gluedatabrew.StopJobRunOutput, error) StopJobRunAsync(ctx workflow.Context, input *gluedatabrew.StopJobRunInput) *StopJobRunFuture TagResource(ctx workflow.Context, input *gluedatabrew.TagResourceInput) (*gluedatabrew.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *gluedatabrew.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *gluedatabrew.UntagResourceInput) (*gluedatabrew.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *gluedatabrew.UntagResourceInput) *UntagResourceFuture UpdateDataset(ctx workflow.Context, input *gluedatabrew.UpdateDatasetInput) (*gluedatabrew.UpdateDatasetOutput, error) UpdateDatasetAsync(ctx workflow.Context, input *gluedatabrew.UpdateDatasetInput) *UpdateDatasetFuture UpdateProfileJob(ctx workflow.Context, input *gluedatabrew.UpdateProfileJobInput) (*gluedatabrew.UpdateProfileJobOutput, error) UpdateProfileJobAsync(ctx workflow.Context, input *gluedatabrew.UpdateProfileJobInput) *UpdateProfileJobFuture UpdateProject(ctx workflow.Context, input *gluedatabrew.UpdateProjectInput) (*gluedatabrew.UpdateProjectOutput, error) UpdateProjectAsync(ctx workflow.Context, input *gluedatabrew.UpdateProjectInput) *UpdateProjectFuture UpdateRecipe(ctx workflow.Context, input *gluedatabrew.UpdateRecipeInput) (*gluedatabrew.UpdateRecipeOutput, error) UpdateRecipeAsync(ctx workflow.Context, input *gluedatabrew.UpdateRecipeInput) *UpdateRecipeFuture UpdateRecipeJob(ctx workflow.Context, input *gluedatabrew.UpdateRecipeJobInput) (*gluedatabrew.UpdateRecipeJobOutput, error) UpdateRecipeJobAsync(ctx workflow.Context, input *gluedatabrew.UpdateRecipeJobInput) *UpdateRecipeJobFuture UpdateSchedule(ctx workflow.Context, input *gluedatabrew.UpdateScheduleInput) (*gluedatabrew.UpdateScheduleOutput, error) UpdateScheduleAsync(ctx workflow.Context, input *gluedatabrew.UpdateScheduleInput) *UpdateScheduleFuture }
type CreateDatasetFuture ¶
func (*CreateDatasetFuture) Get ¶
func (r *CreateDatasetFuture) Get(ctx workflow.Context) (*gluedatabrew.CreateDatasetOutput, error)
type CreateProfileJobFuture ¶
type CreateProfileJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateProfileJobFuture) Get ¶
func (r *CreateProfileJobFuture) Get(ctx workflow.Context) (*gluedatabrew.CreateProfileJobOutput, error)
type CreateProjectFuture ¶
func (*CreateProjectFuture) Get ¶
func (r *CreateProjectFuture) Get(ctx workflow.Context) (*gluedatabrew.CreateProjectOutput, error)
type CreateRecipeFuture ¶
func (*CreateRecipeFuture) Get ¶
func (r *CreateRecipeFuture) Get(ctx workflow.Context) (*gluedatabrew.CreateRecipeOutput, error)
type CreateRecipeJobFuture ¶
type CreateRecipeJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRecipeJobFuture) Get ¶
func (r *CreateRecipeJobFuture) Get(ctx workflow.Context) (*gluedatabrew.CreateRecipeJobOutput, error)
type CreateScheduleFuture ¶
func (*CreateScheduleFuture) Get ¶
func (r *CreateScheduleFuture) Get(ctx workflow.Context) (*gluedatabrew.CreateScheduleOutput, error)
type DeleteDatasetFuture ¶
func (*DeleteDatasetFuture) Get ¶
func (r *DeleteDatasetFuture) Get(ctx workflow.Context) (*gluedatabrew.DeleteDatasetOutput, error)
type DeleteJobFuture ¶
func (*DeleteJobFuture) Get ¶
func (r *DeleteJobFuture) Get(ctx workflow.Context) (*gluedatabrew.DeleteJobOutput, error)
type DeleteProjectFuture ¶
func (*DeleteProjectFuture) Get ¶
func (r *DeleteProjectFuture) Get(ctx workflow.Context) (*gluedatabrew.DeleteProjectOutput, error)
type DeleteRecipeVersionFuture ¶
type DeleteRecipeVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRecipeVersionFuture) Get ¶
func (r *DeleteRecipeVersionFuture) Get(ctx workflow.Context) (*gluedatabrew.DeleteRecipeVersionOutput, error)
type DeleteScheduleFuture ¶
func (*DeleteScheduleFuture) Get ¶
func (r *DeleteScheduleFuture) Get(ctx workflow.Context) (*gluedatabrew.DeleteScheduleOutput, error)
type DescribeDatasetFuture ¶
type DescribeDatasetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDatasetFuture) Get ¶
func (r *DescribeDatasetFuture) Get(ctx workflow.Context) (*gluedatabrew.DescribeDatasetOutput, error)
type DescribeJobFuture ¶
func (*DescribeJobFuture) Get ¶
func (r *DescribeJobFuture) Get(ctx workflow.Context) (*gluedatabrew.DescribeJobOutput, error)
type DescribeProjectFuture ¶
type DescribeProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProjectFuture) Get ¶
func (r *DescribeProjectFuture) Get(ctx workflow.Context) (*gluedatabrew.DescribeProjectOutput, error)
type DescribeRecipeFuture ¶
func (*DescribeRecipeFuture) Get ¶
func (r *DescribeRecipeFuture) Get(ctx workflow.Context) (*gluedatabrew.DescribeRecipeOutput, error)
type DescribeScheduleFuture ¶
type DescribeScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeScheduleFuture) Get ¶
func (r *DescribeScheduleFuture) Get(ctx workflow.Context) (*gluedatabrew.DescribeScheduleOutput, error)
type ListDatasetsFuture ¶
func (*ListDatasetsFuture) Get ¶
func (r *ListDatasetsFuture) Get(ctx workflow.Context) (*gluedatabrew.ListDatasetsOutput, error)
type ListJobRunsFuture ¶
func (*ListJobRunsFuture) Get ¶
func (r *ListJobRunsFuture) Get(ctx workflow.Context) (*gluedatabrew.ListJobRunsOutput, error)
type ListJobsFuture ¶
func (*ListJobsFuture) Get ¶
func (r *ListJobsFuture) Get(ctx workflow.Context) (*gluedatabrew.ListJobsOutput, error)
type ListProjectsFuture ¶
func (*ListProjectsFuture) Get ¶
func (r *ListProjectsFuture) Get(ctx workflow.Context) (*gluedatabrew.ListProjectsOutput, error)
type ListRecipeVersionsFuture ¶
type ListRecipeVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRecipeVersionsFuture) Get ¶
func (r *ListRecipeVersionsFuture) Get(ctx workflow.Context) (*gluedatabrew.ListRecipeVersionsOutput, error)
type ListRecipesFuture ¶
func (*ListRecipesFuture) Get ¶
func (r *ListRecipesFuture) Get(ctx workflow.Context) (*gluedatabrew.ListRecipesOutput, error)
type ListSchedulesFuture ¶
func (*ListSchedulesFuture) Get ¶
func (r *ListSchedulesFuture) Get(ctx workflow.Context) (*gluedatabrew.ListSchedulesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*gluedatabrew.ListTagsForResourceOutput, error)
type PublishRecipeFuture ¶
func (*PublishRecipeFuture) Get ¶
func (r *PublishRecipeFuture) Get(ctx workflow.Context) (*gluedatabrew.PublishRecipeOutput, error)
type SendProjectSessionActionFuture ¶
type SendProjectSessionActionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SendProjectSessionActionFuture) Get ¶
func (r *SendProjectSessionActionFuture) Get(ctx workflow.Context) (*gluedatabrew.SendProjectSessionActionOutput, error)
type StartJobRunFuture ¶
func (*StartJobRunFuture) Get ¶
func (r *StartJobRunFuture) Get(ctx workflow.Context) (*gluedatabrew.StartJobRunOutput, error)
type StartProjectSessionFuture ¶
type StartProjectSessionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartProjectSessionFuture) Get ¶
func (r *StartProjectSessionFuture) Get(ctx workflow.Context) (*gluedatabrew.StartProjectSessionOutput, error)
type StopJobRunFuture ¶
func (*StopJobRunFuture) Get ¶
func (r *StopJobRunFuture) Get(ctx workflow.Context) (*gluedatabrew.StopJobRunOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*gluedatabrew.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*gluedatabrew.UntagResourceOutput, error)
type UpdateDatasetFuture ¶
func (*UpdateDatasetFuture) Get ¶
func (r *UpdateDatasetFuture) Get(ctx workflow.Context) (*gluedatabrew.UpdateDatasetOutput, error)
type UpdateProfileJobFuture ¶
type UpdateProfileJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateProfileJobFuture) Get ¶
func (r *UpdateProfileJobFuture) Get(ctx workflow.Context) (*gluedatabrew.UpdateProfileJobOutput, error)
type UpdateProjectFuture ¶
func (*UpdateProjectFuture) Get ¶
func (r *UpdateProjectFuture) Get(ctx workflow.Context) (*gluedatabrew.UpdateProjectOutput, error)
type UpdateRecipeFuture ¶
func (*UpdateRecipeFuture) Get ¶
func (r *UpdateRecipeFuture) Get(ctx workflow.Context) (*gluedatabrew.UpdateRecipeOutput, error)
type UpdateRecipeJobFuture ¶
type UpdateRecipeJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRecipeJobFuture) Get ¶
func (r *UpdateRecipeJobFuture) Get(ctx workflow.Context) (*gluedatabrew.UpdateRecipeJobOutput, error)
type UpdateScheduleFuture ¶
func (*UpdateScheduleFuture) Get ¶
func (r *UpdateScheduleFuture) Get(ctx workflow.Context) (*gluedatabrew.UpdateScheduleOutput, error)
Click to show internal directories.
Click to hide internal directories.