Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CancelJobRun(ctx context.Context, params *emrserverless.CancelJobRunInput, ...) (*emrserverless.CancelJobRunOutput, error)
- func (_m *IClient) CreateApplication(ctx context.Context, params *emrserverless.CreateApplicationInput, ...) (*emrserverless.CreateApplicationOutput, error)
- func (_m *IClient) DeleteApplication(ctx context.Context, params *emrserverless.DeleteApplicationInput, ...) (*emrserverless.DeleteApplicationOutput, error)
- func (_m *IClient) GetApplication(ctx context.Context, params *emrserverless.GetApplicationInput, ...) (*emrserverless.GetApplicationOutput, error)
- func (_m *IClient) GetDashboardForJobRun(ctx context.Context, params *emrserverless.GetDashboardForJobRunInput, ...) (*emrserverless.GetDashboardForJobRunOutput, error)
- func (_m *IClient) GetJobRun(ctx context.Context, params *emrserverless.GetJobRunInput, ...) (*emrserverless.GetJobRunOutput, error)
- func (_m *IClient) ListApplications(ctx context.Context, params *emrserverless.ListApplicationsInput, ...) (*emrserverless.ListApplicationsOutput, error)
- func (_m *IClient) ListJobRunAttempts(ctx context.Context, params *emrserverless.ListJobRunAttemptsInput, ...) (*emrserverless.ListJobRunAttemptsOutput, error)
- func (_m *IClient) ListJobRuns(ctx context.Context, params *emrserverless.ListJobRunsInput, ...) (*emrserverless.ListJobRunsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *emrserverless.ListTagsForResourceInput, ...) (*emrserverless.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() emrserverless.Options
- func (_m *IClient) StartApplication(ctx context.Context, params *emrserverless.StartApplicationInput, ...) (*emrserverless.StartApplicationOutput, error)
- func (_m *IClient) StartJobRun(ctx context.Context, params *emrserverless.StartJobRunInput, ...) (*emrserverless.StartJobRunOutput, error)
- func (_m *IClient) StopApplication(ctx context.Context, params *emrserverless.StopApplicationInput, ...) (*emrserverless.StopApplicationOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *emrserverless.TagResourceInput, ...) (*emrserverless.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *emrserverless.UntagResourceInput, ...) (*emrserverless.UntagResourceOutput, error)
- func (_m *IClient) UpdateApplication(ctx context.Context, params *emrserverless.UpdateApplicationInput, ...) (*emrserverless.UpdateApplicationOutput, 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) CancelJobRun ¶
func (_m *IClient) CancelJobRun(ctx context.Context, params *emrserverless.CancelJobRunInput, optFns ...func(*emrserverless.Options)) (*emrserverless.CancelJobRunOutput, error)
CancelJobRun provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateApplication ¶
func (_m *IClient) CreateApplication(ctx context.Context, params *emrserverless.CreateApplicationInput, optFns ...func(*emrserverless.Options)) (*emrserverless.CreateApplicationOutput, error)
CreateApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteApplication ¶
func (_m *IClient) DeleteApplication(ctx context.Context, params *emrserverless.DeleteApplicationInput, optFns ...func(*emrserverless.Options)) (*emrserverless.DeleteApplicationOutput, error)
DeleteApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetApplication ¶
func (_m *IClient) GetApplication(ctx context.Context, params *emrserverless.GetApplicationInput, optFns ...func(*emrserverless.Options)) (*emrserverless.GetApplicationOutput, error)
GetApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDashboardForJobRun ¶
func (_m *IClient) GetDashboardForJobRun(ctx context.Context, params *emrserverless.GetDashboardForJobRunInput, optFns ...func(*emrserverless.Options)) (*emrserverless.GetDashboardForJobRunOutput, error)
GetDashboardForJobRun provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetJobRun ¶
func (_m *IClient) GetJobRun(ctx context.Context, params *emrserverless.GetJobRunInput, optFns ...func(*emrserverless.Options)) (*emrserverless.GetJobRunOutput, error)
GetJobRun provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListApplications ¶
func (_m *IClient) ListApplications(ctx context.Context, params *emrserverless.ListApplicationsInput, optFns ...func(*emrserverless.Options)) (*emrserverless.ListApplicationsOutput, error)
ListApplications provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListJobRunAttempts ¶
func (_m *IClient) ListJobRunAttempts(ctx context.Context, params *emrserverless.ListJobRunAttemptsInput, optFns ...func(*emrserverless.Options)) (*emrserverless.ListJobRunAttemptsOutput, error)
ListJobRunAttempts provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListJobRuns ¶
func (_m *IClient) ListJobRuns(ctx context.Context, params *emrserverless.ListJobRunsInput, optFns ...func(*emrserverless.Options)) (*emrserverless.ListJobRunsOutput, error)
ListJobRuns provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *emrserverless.ListTagsForResourceInput, optFns ...func(*emrserverless.Options)) (*emrserverless.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() emrserverless.Options
Options provides a mock function with given fields:
func (*IClient) StartApplication ¶
func (_m *IClient) StartApplication(ctx context.Context, params *emrserverless.StartApplicationInput, optFns ...func(*emrserverless.Options)) (*emrserverless.StartApplicationOutput, error)
StartApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartJobRun ¶
func (_m *IClient) StartJobRun(ctx context.Context, params *emrserverless.StartJobRunInput, optFns ...func(*emrserverless.Options)) (*emrserverless.StartJobRunOutput, error)
StartJobRun provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopApplication ¶
func (_m *IClient) StopApplication(ctx context.Context, params *emrserverless.StopApplicationInput, optFns ...func(*emrserverless.Options)) (*emrserverless.StopApplicationOutput, error)
StopApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *emrserverless.TagResourceInput, optFns ...func(*emrserverless.Options)) (*emrserverless.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *emrserverless.UntagResourceInput, optFns ...func(*emrserverless.Options)) (*emrserverless.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateApplication ¶
func (_m *IClient) UpdateApplication(ctx context.Context, params *emrserverless.UpdateApplicationInput, optFns ...func(*emrserverless.Options)) (*emrserverless.UpdateApplicationOutput, error)
UpdateApplication provides a mock function with given fields: ctx, params, optFns