Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) BatchDeleteRecipeVersion(ctx context.Context, params *databrew.BatchDeleteRecipeVersionInput, ...) (*databrew.BatchDeleteRecipeVersionOutput, error)
- func (_m *IClient) CreateDataset(ctx context.Context, params *databrew.CreateDatasetInput, ...) (*databrew.CreateDatasetOutput, error)
- func (_m *IClient) CreateProfileJob(ctx context.Context, params *databrew.CreateProfileJobInput, ...) (*databrew.CreateProfileJobOutput, error)
- func (_m *IClient) CreateProject(ctx context.Context, params *databrew.CreateProjectInput, ...) (*databrew.CreateProjectOutput, error)
- func (_m *IClient) CreateRecipe(ctx context.Context, params *databrew.CreateRecipeInput, ...) (*databrew.CreateRecipeOutput, error)
- func (_m *IClient) CreateRecipeJob(ctx context.Context, params *databrew.CreateRecipeJobInput, ...) (*databrew.CreateRecipeJobOutput, error)
- func (_m *IClient) CreateRuleset(ctx context.Context, params *databrew.CreateRulesetInput, ...) (*databrew.CreateRulesetOutput, error)
- func (_m *IClient) CreateSchedule(ctx context.Context, params *databrew.CreateScheduleInput, ...) (*databrew.CreateScheduleOutput, error)
- func (_m *IClient) DeleteDataset(ctx context.Context, params *databrew.DeleteDatasetInput, ...) (*databrew.DeleteDatasetOutput, error)
- func (_m *IClient) DeleteJob(ctx context.Context, params *databrew.DeleteJobInput, ...) (*databrew.DeleteJobOutput, error)
- func (_m *IClient) DeleteProject(ctx context.Context, params *databrew.DeleteProjectInput, ...) (*databrew.DeleteProjectOutput, error)
- func (_m *IClient) DeleteRecipeVersion(ctx context.Context, params *databrew.DeleteRecipeVersionInput, ...) (*databrew.DeleteRecipeVersionOutput, error)
- func (_m *IClient) DeleteRuleset(ctx context.Context, params *databrew.DeleteRulesetInput, ...) (*databrew.DeleteRulesetOutput, error)
- func (_m *IClient) DeleteSchedule(ctx context.Context, params *databrew.DeleteScheduleInput, ...) (*databrew.DeleteScheduleOutput, error)
- func (_m *IClient) DescribeDataset(ctx context.Context, params *databrew.DescribeDatasetInput, ...) (*databrew.DescribeDatasetOutput, error)
- func (_m *IClient) DescribeJob(ctx context.Context, params *databrew.DescribeJobInput, ...) (*databrew.DescribeJobOutput, error)
- func (_m *IClient) DescribeJobRun(ctx context.Context, params *databrew.DescribeJobRunInput, ...) (*databrew.DescribeJobRunOutput, error)
- func (_m *IClient) DescribeProject(ctx context.Context, params *databrew.DescribeProjectInput, ...) (*databrew.DescribeProjectOutput, error)
- func (_m *IClient) DescribeRecipe(ctx context.Context, params *databrew.DescribeRecipeInput, ...) (*databrew.DescribeRecipeOutput, error)
- func (_m *IClient) DescribeRuleset(ctx context.Context, params *databrew.DescribeRulesetInput, ...) (*databrew.DescribeRulesetOutput, error)
- func (_m *IClient) DescribeSchedule(ctx context.Context, params *databrew.DescribeScheduleInput, ...) (*databrew.DescribeScheduleOutput, error)
- func (_m *IClient) ListDatasets(ctx context.Context, params *databrew.ListDatasetsInput, ...) (*databrew.ListDatasetsOutput, error)
- func (_m *IClient) ListJobRuns(ctx context.Context, params *databrew.ListJobRunsInput, ...) (*databrew.ListJobRunsOutput, error)
- func (_m *IClient) ListJobs(ctx context.Context, params *databrew.ListJobsInput, ...) (*databrew.ListJobsOutput, error)
- func (_m *IClient) ListProjects(ctx context.Context, params *databrew.ListProjectsInput, ...) (*databrew.ListProjectsOutput, error)
- func (_m *IClient) ListRecipeVersions(ctx context.Context, params *databrew.ListRecipeVersionsInput, ...) (*databrew.ListRecipeVersionsOutput, error)
- func (_m *IClient) ListRecipes(ctx context.Context, params *databrew.ListRecipesInput, ...) (*databrew.ListRecipesOutput, error)
- func (_m *IClient) ListRulesets(ctx context.Context, params *databrew.ListRulesetsInput, ...) (*databrew.ListRulesetsOutput, error)
- func (_m *IClient) ListSchedules(ctx context.Context, params *databrew.ListSchedulesInput, ...) (*databrew.ListSchedulesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *databrew.ListTagsForResourceInput, ...) (*databrew.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() databrew.Options
- func (_m *IClient) PublishRecipe(ctx context.Context, params *databrew.PublishRecipeInput, ...) (*databrew.PublishRecipeOutput, error)
- func (_m *IClient) SendProjectSessionAction(ctx context.Context, params *databrew.SendProjectSessionActionInput, ...) (*databrew.SendProjectSessionActionOutput, error)
- func (_m *IClient) StartJobRun(ctx context.Context, params *databrew.StartJobRunInput, ...) (*databrew.StartJobRunOutput, error)
- func (_m *IClient) StartProjectSession(ctx context.Context, params *databrew.StartProjectSessionInput, ...) (*databrew.StartProjectSessionOutput, error)
- func (_m *IClient) StopJobRun(ctx context.Context, params *databrew.StopJobRunInput, ...) (*databrew.StopJobRunOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *databrew.TagResourceInput, ...) (*databrew.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *databrew.UntagResourceInput, ...) (*databrew.UntagResourceOutput, error)
- func (_m *IClient) UpdateDataset(ctx context.Context, params *databrew.UpdateDatasetInput, ...) (*databrew.UpdateDatasetOutput, error)
- func (_m *IClient) UpdateProfileJob(ctx context.Context, params *databrew.UpdateProfileJobInput, ...) (*databrew.UpdateProfileJobOutput, error)
- func (_m *IClient) UpdateProject(ctx context.Context, params *databrew.UpdateProjectInput, ...) (*databrew.UpdateProjectOutput, error)
- func (_m *IClient) UpdateRecipe(ctx context.Context, params *databrew.UpdateRecipeInput, ...) (*databrew.UpdateRecipeOutput, error)
- func (_m *IClient) UpdateRecipeJob(ctx context.Context, params *databrew.UpdateRecipeJobInput, ...) (*databrew.UpdateRecipeJobOutput, error)
- func (_m *IClient) UpdateRuleset(ctx context.Context, params *databrew.UpdateRulesetInput, ...) (*databrew.UpdateRulesetOutput, error)
- func (_m *IClient) UpdateSchedule(ctx context.Context, params *databrew.UpdateScheduleInput, ...) (*databrew.UpdateScheduleOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) BatchDeleteRecipeVersion ¶
func (_m *IClient) BatchDeleteRecipeVersion(ctx context.Context, params *databrew.BatchDeleteRecipeVersionInput, optFns ...func(*databrew.Options)) (*databrew.BatchDeleteRecipeVersionOutput, error)
BatchDeleteRecipeVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDataset ¶
func (_m *IClient) CreateDataset(ctx context.Context, params *databrew.CreateDatasetInput, optFns ...func(*databrew.Options)) (*databrew.CreateDatasetOutput, error)
CreateDataset provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateProfileJob ¶
func (_m *IClient) CreateProfileJob(ctx context.Context, params *databrew.CreateProfileJobInput, optFns ...func(*databrew.Options)) (*databrew.CreateProfileJobOutput, error)
CreateProfileJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateProject ¶
func (_m *IClient) CreateProject(ctx context.Context, params *databrew.CreateProjectInput, optFns ...func(*databrew.Options)) (*databrew.CreateProjectOutput, error)
CreateProject provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateRecipe ¶
func (_m *IClient) CreateRecipe(ctx context.Context, params *databrew.CreateRecipeInput, optFns ...func(*databrew.Options)) (*databrew.CreateRecipeOutput, error)
CreateRecipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateRecipeJob ¶
func (_m *IClient) CreateRecipeJob(ctx context.Context, params *databrew.CreateRecipeJobInput, optFns ...func(*databrew.Options)) (*databrew.CreateRecipeJobOutput, error)
CreateRecipeJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateRuleset ¶
func (_m *IClient) CreateRuleset(ctx context.Context, params *databrew.CreateRulesetInput, optFns ...func(*databrew.Options)) (*databrew.CreateRulesetOutput, error)
CreateRuleset provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateSchedule ¶
func (_m *IClient) CreateSchedule(ctx context.Context, params *databrew.CreateScheduleInput, optFns ...func(*databrew.Options)) (*databrew.CreateScheduleOutput, error)
CreateSchedule provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDataset ¶
func (_m *IClient) DeleteDataset(ctx context.Context, params *databrew.DeleteDatasetInput, optFns ...func(*databrew.Options)) (*databrew.DeleteDatasetOutput, error)
DeleteDataset provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteJob ¶
func (_m *IClient) DeleteJob(ctx context.Context, params *databrew.DeleteJobInput, optFns ...func(*databrew.Options)) (*databrew.DeleteJobOutput, error)
DeleteJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteProject ¶
func (_m *IClient) DeleteProject(ctx context.Context, params *databrew.DeleteProjectInput, optFns ...func(*databrew.Options)) (*databrew.DeleteProjectOutput, error)
DeleteProject provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteRecipeVersion ¶
func (_m *IClient) DeleteRecipeVersion(ctx context.Context, params *databrew.DeleteRecipeVersionInput, optFns ...func(*databrew.Options)) (*databrew.DeleteRecipeVersionOutput, error)
DeleteRecipeVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteRuleset ¶
func (_m *IClient) DeleteRuleset(ctx context.Context, params *databrew.DeleteRulesetInput, optFns ...func(*databrew.Options)) (*databrew.DeleteRulesetOutput, error)
DeleteRuleset provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSchedule ¶
func (_m *IClient) DeleteSchedule(ctx context.Context, params *databrew.DeleteScheduleInput, optFns ...func(*databrew.Options)) (*databrew.DeleteScheduleOutput, error)
DeleteSchedule provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeDataset ¶
func (_m *IClient) DescribeDataset(ctx context.Context, params *databrew.DescribeDatasetInput, optFns ...func(*databrew.Options)) (*databrew.DescribeDatasetOutput, error)
DescribeDataset provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeJob ¶
func (_m *IClient) DescribeJob(ctx context.Context, params *databrew.DescribeJobInput, optFns ...func(*databrew.Options)) (*databrew.DescribeJobOutput, error)
DescribeJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeJobRun ¶
func (_m *IClient) DescribeJobRun(ctx context.Context, params *databrew.DescribeJobRunInput, optFns ...func(*databrew.Options)) (*databrew.DescribeJobRunOutput, error)
DescribeJobRun provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeProject ¶
func (_m *IClient) DescribeProject(ctx context.Context, params *databrew.DescribeProjectInput, optFns ...func(*databrew.Options)) (*databrew.DescribeProjectOutput, error)
DescribeProject provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeRecipe ¶
func (_m *IClient) DescribeRecipe(ctx context.Context, params *databrew.DescribeRecipeInput, optFns ...func(*databrew.Options)) (*databrew.DescribeRecipeOutput, error)
DescribeRecipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeRuleset ¶
func (_m *IClient) DescribeRuleset(ctx context.Context, params *databrew.DescribeRulesetInput, optFns ...func(*databrew.Options)) (*databrew.DescribeRulesetOutput, error)
DescribeRuleset provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSchedule ¶
func (_m *IClient) DescribeSchedule(ctx context.Context, params *databrew.DescribeScheduleInput, optFns ...func(*databrew.Options)) (*databrew.DescribeScheduleOutput, error)
DescribeSchedule provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDatasets ¶
func (_m *IClient) ListDatasets(ctx context.Context, params *databrew.ListDatasetsInput, optFns ...func(*databrew.Options)) (*databrew.ListDatasetsOutput, error)
ListDatasets provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListJobRuns ¶
func (_m *IClient) ListJobRuns(ctx context.Context, params *databrew.ListJobRunsInput, optFns ...func(*databrew.Options)) (*databrew.ListJobRunsOutput, error)
ListJobRuns provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListJobs ¶
func (_m *IClient) ListJobs(ctx context.Context, params *databrew.ListJobsInput, optFns ...func(*databrew.Options)) (*databrew.ListJobsOutput, error)
ListJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListProjects ¶
func (_m *IClient) ListProjects(ctx context.Context, params *databrew.ListProjectsInput, optFns ...func(*databrew.Options)) (*databrew.ListProjectsOutput, error)
ListProjects provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListRecipeVersions ¶
func (_m *IClient) ListRecipeVersions(ctx context.Context, params *databrew.ListRecipeVersionsInput, optFns ...func(*databrew.Options)) (*databrew.ListRecipeVersionsOutput, error)
ListRecipeVersions provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListRecipes ¶
func (_m *IClient) ListRecipes(ctx context.Context, params *databrew.ListRecipesInput, optFns ...func(*databrew.Options)) (*databrew.ListRecipesOutput, error)
ListRecipes provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListRulesets ¶
func (_m *IClient) ListRulesets(ctx context.Context, params *databrew.ListRulesetsInput, optFns ...func(*databrew.Options)) (*databrew.ListRulesetsOutput, error)
ListRulesets provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSchedules ¶
func (_m *IClient) ListSchedules(ctx context.Context, params *databrew.ListSchedulesInput, optFns ...func(*databrew.Options)) (*databrew.ListSchedulesOutput, error)
ListSchedules provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *databrew.ListTagsForResourceInput, optFns ...func(*databrew.Options)) (*databrew.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) PublishRecipe ¶
func (_m *IClient) PublishRecipe(ctx context.Context, params *databrew.PublishRecipeInput, optFns ...func(*databrew.Options)) (*databrew.PublishRecipeOutput, error)
PublishRecipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) SendProjectSessionAction ¶
func (_m *IClient) SendProjectSessionAction(ctx context.Context, params *databrew.SendProjectSessionActionInput, optFns ...func(*databrew.Options)) (*databrew.SendProjectSessionActionOutput, error)
SendProjectSessionAction provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartJobRun ¶
func (_m *IClient) StartJobRun(ctx context.Context, params *databrew.StartJobRunInput, optFns ...func(*databrew.Options)) (*databrew.StartJobRunOutput, error)
StartJobRun provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartProjectSession ¶
func (_m *IClient) StartProjectSession(ctx context.Context, params *databrew.StartProjectSessionInput, optFns ...func(*databrew.Options)) (*databrew.StartProjectSessionOutput, error)
StartProjectSession provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopJobRun ¶
func (_m *IClient) StopJobRun(ctx context.Context, params *databrew.StopJobRunInput, optFns ...func(*databrew.Options)) (*databrew.StopJobRunOutput, error)
StopJobRun provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *databrew.TagResourceInput, optFns ...func(*databrew.Options)) (*databrew.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *databrew.UntagResourceInput, optFns ...func(*databrew.Options)) (*databrew.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDataset ¶
func (_m *IClient) UpdateDataset(ctx context.Context, params *databrew.UpdateDatasetInput, optFns ...func(*databrew.Options)) (*databrew.UpdateDatasetOutput, error)
UpdateDataset provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateProfileJob ¶
func (_m *IClient) UpdateProfileJob(ctx context.Context, params *databrew.UpdateProfileJobInput, optFns ...func(*databrew.Options)) (*databrew.UpdateProfileJobOutput, error)
UpdateProfileJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateProject ¶
func (_m *IClient) UpdateProject(ctx context.Context, params *databrew.UpdateProjectInput, optFns ...func(*databrew.Options)) (*databrew.UpdateProjectOutput, error)
UpdateProject provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateRecipe ¶
func (_m *IClient) UpdateRecipe(ctx context.Context, params *databrew.UpdateRecipeInput, optFns ...func(*databrew.Options)) (*databrew.UpdateRecipeOutput, error)
UpdateRecipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateRecipeJob ¶
func (_m *IClient) UpdateRecipeJob(ctx context.Context, params *databrew.UpdateRecipeJobInput, optFns ...func(*databrew.Options)) (*databrew.UpdateRecipeJobOutput, error)
UpdateRecipeJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateRuleset ¶
func (_m *IClient) UpdateRuleset(ctx context.Context, params *databrew.UpdateRulesetInput, optFns ...func(*databrew.Options)) (*databrew.UpdateRulesetOutput, error)
UpdateRuleset provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateSchedule ¶
func (_m *IClient) UpdateSchedule(ctx context.Context, params *databrew.UpdateScheduleInput, optFns ...func(*databrew.Options)) (*databrew.UpdateScheduleOutput, error)
UpdateSchedule provides a mock function with given fields: ctx, params, optFns