Documentation
¶
Index ¶
- type IClient
- func (_m *IClient) CreateBlueprint(ctx context.Context, params *bedrockdataautomation.CreateBlueprintInput, ...) (*bedrockdataautomation.CreateBlueprintOutput, error)
- func (_m *IClient) CreateBlueprintVersion(ctx context.Context, params *bedrockdataautomation.CreateBlueprintVersionInput, ...) (*bedrockdataautomation.CreateBlueprintVersionOutput, error)
- func (_m *IClient) CreateDataAutomationProject(ctx context.Context, ...) (*bedrockdataautomation.CreateDataAutomationProjectOutput, error)
- func (_m *IClient) DeleteBlueprint(ctx context.Context, params *bedrockdataautomation.DeleteBlueprintInput, ...) (*bedrockdataautomation.DeleteBlueprintOutput, error)
- func (_m *IClient) DeleteDataAutomationProject(ctx context.Context, ...) (*bedrockdataautomation.DeleteDataAutomationProjectOutput, error)
- func (_m *IClient) GetBlueprint(ctx context.Context, params *bedrockdataautomation.GetBlueprintInput, ...) (*bedrockdataautomation.GetBlueprintOutput, error)
- func (_m *IClient) GetDataAutomationProject(ctx context.Context, ...) (*bedrockdataautomation.GetDataAutomationProjectOutput, error)
- func (_m *IClient) ListBlueprints(ctx context.Context, params *bedrockdataautomation.ListBlueprintsInput, ...) (*bedrockdataautomation.ListBlueprintsOutput, error)
- func (_m *IClient) ListDataAutomationProjects(ctx context.Context, ...) (*bedrockdataautomation.ListDataAutomationProjectsOutput, error)
- func (_m *IClient) Options() bedrockdataautomation.Options
- func (_m *IClient) UpdateBlueprint(ctx context.Context, params *bedrockdataautomation.UpdateBlueprintInput, ...) (*bedrockdataautomation.UpdateBlueprintOutput, error)
- func (_m *IClient) UpdateDataAutomationProject(ctx context.Context, ...) (*bedrockdataautomation.UpdateDataAutomationProjectOutput, 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) CreateBlueprint ¶
func (_m *IClient) CreateBlueprint(ctx context.Context, params *bedrockdataautomation.CreateBlueprintInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.CreateBlueprintOutput, error)
CreateBlueprint provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateBlueprintVersion ¶
func (_m *IClient) CreateBlueprintVersion(ctx context.Context, params *bedrockdataautomation.CreateBlueprintVersionInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.CreateBlueprintVersionOutput, error)
CreateBlueprintVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDataAutomationProject ¶
func (_m *IClient) CreateDataAutomationProject(ctx context.Context, params *bedrockdataautomation.CreateDataAutomationProjectInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.CreateDataAutomationProjectOutput, error)
CreateDataAutomationProject provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteBlueprint ¶
func (_m *IClient) DeleteBlueprint(ctx context.Context, params *bedrockdataautomation.DeleteBlueprintInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.DeleteBlueprintOutput, error)
DeleteBlueprint provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDataAutomationProject ¶
func (_m *IClient) DeleteDataAutomationProject(ctx context.Context, params *bedrockdataautomation.DeleteDataAutomationProjectInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.DeleteDataAutomationProjectOutput, error)
DeleteDataAutomationProject provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetBlueprint ¶
func (_m *IClient) GetBlueprint(ctx context.Context, params *bedrockdataautomation.GetBlueprintInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.GetBlueprintOutput, error)
GetBlueprint provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDataAutomationProject ¶
func (_m *IClient) GetDataAutomationProject(ctx context.Context, params *bedrockdataautomation.GetDataAutomationProjectInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.GetDataAutomationProjectOutput, error)
GetDataAutomationProject provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListBlueprints ¶
func (_m *IClient) ListBlueprints(ctx context.Context, params *bedrockdataautomation.ListBlueprintsInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.ListBlueprintsOutput, error)
ListBlueprints provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDataAutomationProjects ¶
func (_m *IClient) ListDataAutomationProjects(ctx context.Context, params *bedrockdataautomation.ListDataAutomationProjectsInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.ListDataAutomationProjectsOutput, error)
ListDataAutomationProjects provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() bedrockdataautomation.Options
Options provides a mock function with given fields:
func (*IClient) UpdateBlueprint ¶
func (_m *IClient) UpdateBlueprint(ctx context.Context, params *bedrockdataautomation.UpdateBlueprintInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.UpdateBlueprintOutput, error)
UpdateBlueprint provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDataAutomationProject ¶
func (_m *IClient) UpdateDataAutomationProject(ctx context.Context, params *bedrockdataautomation.UpdateDataAutomationProjectInput, optFns ...func(*bedrockdataautomation.Options)) (*bedrockdataautomation.UpdateDataAutomationProjectOutput, error)
UpdateDataAutomationProject provides a mock function with given fields: ctx, params, optFns