Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateAlarmModel(ctx context.Context, params *iotevents.CreateAlarmModelInput, ...) (*iotevents.CreateAlarmModelOutput, error)
- func (_m *IClient) CreateDetectorModel(ctx context.Context, params *iotevents.CreateDetectorModelInput, ...) (*iotevents.CreateDetectorModelOutput, error)
- func (_m *IClient) CreateInput(ctx context.Context, params *iotevents.CreateInputInput, ...) (*iotevents.CreateInputOutput, error)
- func (_m *IClient) DeleteAlarmModel(ctx context.Context, params *iotevents.DeleteAlarmModelInput, ...) (*iotevents.DeleteAlarmModelOutput, error)
- func (_m *IClient) DeleteDetectorModel(ctx context.Context, params *iotevents.DeleteDetectorModelInput, ...) (*iotevents.DeleteDetectorModelOutput, error)
- func (_m *IClient) DeleteInput(ctx context.Context, params *iotevents.DeleteInputInput, ...) (*iotevents.DeleteInputOutput, error)
- func (_m *IClient) DescribeAlarmModel(ctx context.Context, params *iotevents.DescribeAlarmModelInput, ...) (*iotevents.DescribeAlarmModelOutput, error)
- func (_m *IClient) DescribeDetectorModel(ctx context.Context, params *iotevents.DescribeDetectorModelInput, ...) (*iotevents.DescribeDetectorModelOutput, error)
- func (_m *IClient) DescribeDetectorModelAnalysis(ctx context.Context, params *iotevents.DescribeDetectorModelAnalysisInput, ...) (*iotevents.DescribeDetectorModelAnalysisOutput, error)
- func (_m *IClient) DescribeInput(ctx context.Context, params *iotevents.DescribeInputInput, ...) (*iotevents.DescribeInputOutput, error)
- func (_m *IClient) DescribeLoggingOptions(ctx context.Context, params *iotevents.DescribeLoggingOptionsInput, ...) (*iotevents.DescribeLoggingOptionsOutput, error)
- func (_m *IClient) GetDetectorModelAnalysisResults(ctx context.Context, params *iotevents.GetDetectorModelAnalysisResultsInput, ...) (*iotevents.GetDetectorModelAnalysisResultsOutput, error)
- func (_m *IClient) ListAlarmModelVersions(ctx context.Context, params *iotevents.ListAlarmModelVersionsInput, ...) (*iotevents.ListAlarmModelVersionsOutput, error)
- func (_m *IClient) ListAlarmModels(ctx context.Context, params *iotevents.ListAlarmModelsInput, ...) (*iotevents.ListAlarmModelsOutput, error)
- func (_m *IClient) ListDetectorModelVersions(ctx context.Context, params *iotevents.ListDetectorModelVersionsInput, ...) (*iotevents.ListDetectorModelVersionsOutput, error)
- func (_m *IClient) ListDetectorModels(ctx context.Context, params *iotevents.ListDetectorModelsInput, ...) (*iotevents.ListDetectorModelsOutput, error)
- func (_m *IClient) ListInputRoutings(ctx context.Context, params *iotevents.ListInputRoutingsInput, ...) (*iotevents.ListInputRoutingsOutput, error)
- func (_m *IClient) ListInputs(ctx context.Context, params *iotevents.ListInputsInput, ...) (*iotevents.ListInputsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *iotevents.ListTagsForResourceInput, ...) (*iotevents.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() iotevents.Options
- func (_m *IClient) PutLoggingOptions(ctx context.Context, params *iotevents.PutLoggingOptionsInput, ...) (*iotevents.PutLoggingOptionsOutput, error)
- func (_m *IClient) StartDetectorModelAnalysis(ctx context.Context, params *iotevents.StartDetectorModelAnalysisInput, ...) (*iotevents.StartDetectorModelAnalysisOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *iotevents.TagResourceInput, ...) (*iotevents.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *iotevents.UntagResourceInput, ...) (*iotevents.UntagResourceOutput, error)
- func (_m *IClient) UpdateAlarmModel(ctx context.Context, params *iotevents.UpdateAlarmModelInput, ...) (*iotevents.UpdateAlarmModelOutput, error)
- func (_m *IClient) UpdateDetectorModel(ctx context.Context, params *iotevents.UpdateDetectorModelInput, ...) (*iotevents.UpdateDetectorModelOutput, error)
- func (_m *IClient) UpdateInput(ctx context.Context, params *iotevents.UpdateInputInput, ...) (*iotevents.UpdateInputOutput, 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) CreateAlarmModel ¶
func (_m *IClient) CreateAlarmModel(ctx context.Context, params *iotevents.CreateAlarmModelInput, optFns ...func(*iotevents.Options)) (*iotevents.CreateAlarmModelOutput, error)
CreateAlarmModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDetectorModel ¶
func (_m *IClient) CreateDetectorModel(ctx context.Context, params *iotevents.CreateDetectorModelInput, optFns ...func(*iotevents.Options)) (*iotevents.CreateDetectorModelOutput, error)
CreateDetectorModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateInput ¶
func (_m *IClient) CreateInput(ctx context.Context, params *iotevents.CreateInputInput, optFns ...func(*iotevents.Options)) (*iotevents.CreateInputOutput, error)
CreateInput provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteAlarmModel ¶
func (_m *IClient) DeleteAlarmModel(ctx context.Context, params *iotevents.DeleteAlarmModelInput, optFns ...func(*iotevents.Options)) (*iotevents.DeleteAlarmModelOutput, error)
DeleteAlarmModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDetectorModel ¶
func (_m *IClient) DeleteDetectorModel(ctx context.Context, params *iotevents.DeleteDetectorModelInput, optFns ...func(*iotevents.Options)) (*iotevents.DeleteDetectorModelOutput, error)
DeleteDetectorModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteInput ¶
func (_m *IClient) DeleteInput(ctx context.Context, params *iotevents.DeleteInputInput, optFns ...func(*iotevents.Options)) (*iotevents.DeleteInputOutput, error)
DeleteInput provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeAlarmModel ¶
func (_m *IClient) DescribeAlarmModel(ctx context.Context, params *iotevents.DescribeAlarmModelInput, optFns ...func(*iotevents.Options)) (*iotevents.DescribeAlarmModelOutput, error)
DescribeAlarmModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeDetectorModel ¶
func (_m *IClient) DescribeDetectorModel(ctx context.Context, params *iotevents.DescribeDetectorModelInput, optFns ...func(*iotevents.Options)) (*iotevents.DescribeDetectorModelOutput, error)
DescribeDetectorModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeDetectorModelAnalysis ¶
func (_m *IClient) DescribeDetectorModelAnalysis(ctx context.Context, params *iotevents.DescribeDetectorModelAnalysisInput, optFns ...func(*iotevents.Options)) (*iotevents.DescribeDetectorModelAnalysisOutput, error)
DescribeDetectorModelAnalysis provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeInput ¶
func (_m *IClient) DescribeInput(ctx context.Context, params *iotevents.DescribeInputInput, optFns ...func(*iotevents.Options)) (*iotevents.DescribeInputOutput, error)
DescribeInput provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeLoggingOptions ¶
func (_m *IClient) DescribeLoggingOptions(ctx context.Context, params *iotevents.DescribeLoggingOptionsInput, optFns ...func(*iotevents.Options)) (*iotevents.DescribeLoggingOptionsOutput, error)
DescribeLoggingOptions provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDetectorModelAnalysisResults ¶
func (_m *IClient) GetDetectorModelAnalysisResults(ctx context.Context, params *iotevents.GetDetectorModelAnalysisResultsInput, optFns ...func(*iotevents.Options)) (*iotevents.GetDetectorModelAnalysisResultsOutput, error)
GetDetectorModelAnalysisResults provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListAlarmModelVersions ¶
func (_m *IClient) ListAlarmModelVersions(ctx context.Context, params *iotevents.ListAlarmModelVersionsInput, optFns ...func(*iotevents.Options)) (*iotevents.ListAlarmModelVersionsOutput, error)
ListAlarmModelVersions provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListAlarmModels ¶
func (_m *IClient) ListAlarmModels(ctx context.Context, params *iotevents.ListAlarmModelsInput, optFns ...func(*iotevents.Options)) (*iotevents.ListAlarmModelsOutput, error)
ListAlarmModels provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDetectorModelVersions ¶
func (_m *IClient) ListDetectorModelVersions(ctx context.Context, params *iotevents.ListDetectorModelVersionsInput, optFns ...func(*iotevents.Options)) (*iotevents.ListDetectorModelVersionsOutput, error)
ListDetectorModelVersions provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDetectorModels ¶
func (_m *IClient) ListDetectorModels(ctx context.Context, params *iotevents.ListDetectorModelsInput, optFns ...func(*iotevents.Options)) (*iotevents.ListDetectorModelsOutput, error)
ListDetectorModels provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListInputRoutings ¶
func (_m *IClient) ListInputRoutings(ctx context.Context, params *iotevents.ListInputRoutingsInput, optFns ...func(*iotevents.Options)) (*iotevents.ListInputRoutingsOutput, error)
ListInputRoutings provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListInputs ¶
func (_m *IClient) ListInputs(ctx context.Context, params *iotevents.ListInputsInput, optFns ...func(*iotevents.Options)) (*iotevents.ListInputsOutput, error)
ListInputs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *iotevents.ListTagsForResourceInput, optFns ...func(*iotevents.Options)) (*iotevents.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutLoggingOptions ¶
func (_m *IClient) PutLoggingOptions(ctx context.Context, params *iotevents.PutLoggingOptionsInput, optFns ...func(*iotevents.Options)) (*iotevents.PutLoggingOptionsOutput, error)
PutLoggingOptions provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartDetectorModelAnalysis ¶
func (_m *IClient) StartDetectorModelAnalysis(ctx context.Context, params *iotevents.StartDetectorModelAnalysisInput, optFns ...func(*iotevents.Options)) (*iotevents.StartDetectorModelAnalysisOutput, error)
StartDetectorModelAnalysis provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *iotevents.TagResourceInput, optFns ...func(*iotevents.Options)) (*iotevents.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *iotevents.UntagResourceInput, optFns ...func(*iotevents.Options)) (*iotevents.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateAlarmModel ¶
func (_m *IClient) UpdateAlarmModel(ctx context.Context, params *iotevents.UpdateAlarmModelInput, optFns ...func(*iotevents.Options)) (*iotevents.UpdateAlarmModelOutput, error)
UpdateAlarmModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDetectorModel ¶
func (_m *IClient) UpdateDetectorModel(ctx context.Context, params *iotevents.UpdateDetectorModelInput, optFns ...func(*iotevents.Options)) (*iotevents.UpdateDetectorModelOutput, error)
UpdateDetectorModel provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateInput ¶
func (_m *IClient) UpdateInput(ctx context.Context, params *iotevents.UpdateInputInput, optFns ...func(*iotevents.Options)) (*iotevents.UpdateInputOutput, error)
UpdateInput provides a mock function with given fields: ctx, params, optFns