mocks

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

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) BatchCreateVariable

BatchCreateVariable provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchGetVariable

BatchGetVariable provides a mock function with given fields: ctx, params, optFns

func (*IClient) CancelBatchImportJob

CancelBatchImportJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) CancelBatchPredictionJob

CancelBatchPredictionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateBatchImportJob

CreateBatchImportJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateBatchPredictionJob

CreateBatchPredictionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateDetectorVersion

CreateDetectorVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateList

func (_m *IClient) CreateList(ctx context.Context, params *frauddetector.CreateListInput, optFns ...func(*frauddetector.Options)) (*frauddetector.CreateListOutput, error)

CreateList provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateModel

func (_m *IClient) CreateModel(ctx context.Context, params *frauddetector.CreateModelInput, optFns ...func(*frauddetector.Options)) (*frauddetector.CreateModelOutput, error)

CreateModel provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateModelVersion

CreateModelVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateRule

func (_m *IClient) CreateRule(ctx context.Context, params *frauddetector.CreateRuleInput, optFns ...func(*frauddetector.Options)) (*frauddetector.CreateRuleOutput, error)

CreateRule provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateVariable

CreateVariable provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteBatchImportJob

DeleteBatchImportJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteBatchPredictionJob

DeleteBatchPredictionJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteDetector

DeleteDetector provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteDetectorVersion

DeleteDetectorVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteEntityType

DeleteEntityType provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteEvent

func (_m *IClient) DeleteEvent(ctx context.Context, params *frauddetector.DeleteEventInput, optFns ...func(*frauddetector.Options)) (*frauddetector.DeleteEventOutput, error)

DeleteEvent provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteEventType

DeleteEventType provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteEventsByEventType

DeleteEventsByEventType provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteExternalModel

DeleteExternalModel provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteLabel

func (_m *IClient) DeleteLabel(ctx context.Context, params *frauddetector.DeleteLabelInput, optFns ...func(*frauddetector.Options)) (*frauddetector.DeleteLabelOutput, error)

DeleteLabel provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteList

func (_m *IClient) DeleteList(ctx context.Context, params *frauddetector.DeleteListInput, optFns ...func(*frauddetector.Options)) (*frauddetector.DeleteListOutput, error)

DeleteList provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteModel

func (_m *IClient) DeleteModel(ctx context.Context, params *frauddetector.DeleteModelInput, optFns ...func(*frauddetector.Options)) (*frauddetector.DeleteModelOutput, error)

DeleteModel provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteModelVersion

DeleteModelVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteOutcome

DeleteOutcome provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteRule

func (_m *IClient) DeleteRule(ctx context.Context, params *frauddetector.DeleteRuleInput, optFns ...func(*frauddetector.Options)) (*frauddetector.DeleteRuleOutput, error)

DeleteRule provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVariable

DeleteVariable provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeDetector

DescribeDetector provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeModelVersions

DescribeModelVersions provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetBatchImportJobs

GetBatchImportJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetBatchPredictionJobs

GetBatchPredictionJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetDeleteEventsByEventTypeStatus

GetDeleteEventsByEventTypeStatus provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetDetectorVersion

GetDetectorVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetDetectors

GetDetectors provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetEntityTypes

GetEntityTypes provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetEvent

func (_m *IClient) GetEvent(ctx context.Context, params *frauddetector.GetEventInput, optFns ...func(*frauddetector.Options)) (*frauddetector.GetEventOutput, error)

GetEvent provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetEventPrediction

GetEventPrediction provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetEventPredictionMetadata

GetEventPredictionMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetEventTypes

GetEventTypes provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetExternalModels

GetExternalModels provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetKMSEncryptionKey

GetKMSEncryptionKey provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetLabels

func (_m *IClient) GetLabels(ctx context.Context, params *frauddetector.GetLabelsInput, optFns ...func(*frauddetector.Options)) (*frauddetector.GetLabelsOutput, error)

GetLabels provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetListElements

GetListElements provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetListsMetadata

GetListsMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetModelVersion

GetModelVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetModels

func (_m *IClient) GetModels(ctx context.Context, params *frauddetector.GetModelsInput, optFns ...func(*frauddetector.Options)) (*frauddetector.GetModelsOutput, error)

GetModels provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetOutcomes

func (_m *IClient) GetOutcomes(ctx context.Context, params *frauddetector.GetOutcomesInput, optFns ...func(*frauddetector.Options)) (*frauddetector.GetOutcomesOutput, error)

GetOutcomes provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetRules

func (_m *IClient) GetRules(ctx context.Context, params *frauddetector.GetRulesInput, optFns ...func(*frauddetector.Options)) (*frauddetector.GetRulesOutput, error)

GetRules provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVariables

GetVariables provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListEventPredictions

ListEventPredictions provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() frauddetector.Options

Options provides a mock function with given fields:

func (*IClient) PutDetector

func (_m *IClient) PutDetector(ctx context.Context, params *frauddetector.PutDetectorInput, optFns ...func(*frauddetector.Options)) (*frauddetector.PutDetectorOutput, error)

PutDetector provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutEntityType

PutEntityType provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutEventType

PutEventType provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutExternalModel

PutExternalModel provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutKMSEncryptionKey

PutKMSEncryptionKey provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutLabel

func (_m *IClient) PutLabel(ctx context.Context, params *frauddetector.PutLabelInput, optFns ...func(*frauddetector.Options)) (*frauddetector.PutLabelOutput, error)

PutLabel provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutOutcome

func (_m *IClient) PutOutcome(ctx context.Context, params *frauddetector.PutOutcomeInput, optFns ...func(*frauddetector.Options)) (*frauddetector.PutOutcomeOutput, error)

PutOutcome provides a mock function with given fields: ctx, params, optFns

func (*IClient) SendEvent

func (_m *IClient) SendEvent(ctx context.Context, params *frauddetector.SendEventInput, optFns ...func(*frauddetector.Options)) (*frauddetector.SendEventOutput, error)

SendEvent provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *frauddetector.TagResourceInput, optFns ...func(*frauddetector.Options)) (*frauddetector.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateDetectorVersion

UpdateDetectorVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateDetectorVersionMetadata

UpdateDetectorVersionMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateDetectorVersionStatus

UpdateDetectorVersionStatus provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateEventLabel

UpdateEventLabel provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateList

func (_m *IClient) UpdateList(ctx context.Context, params *frauddetector.UpdateListInput, optFns ...func(*frauddetector.Options)) (*frauddetector.UpdateListOutput, error)

UpdateList provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateModel

func (_m *IClient) UpdateModel(ctx context.Context, params *frauddetector.UpdateModelInput, optFns ...func(*frauddetector.Options)) (*frauddetector.UpdateModelOutput, error)

UpdateModel provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateModelVersion

UpdateModelVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateModelVersionStatus

UpdateModelVersionStatus provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateRuleMetadata

UpdateRuleMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateRuleVersion

UpdateRuleVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateVariable

UpdateVariable provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL