Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateMonitor(ctx context.Context, params *internetmonitor.CreateMonitorInput, ...) (*internetmonitor.CreateMonitorOutput, error)
- func (_m *IClient) DeleteMonitor(ctx context.Context, params *internetmonitor.DeleteMonitorInput, ...) (*internetmonitor.DeleteMonitorOutput, error)
- func (_m *IClient) GetHealthEvent(ctx context.Context, params *internetmonitor.GetHealthEventInput, ...) (*internetmonitor.GetHealthEventOutput, error)
- func (_m *IClient) GetInternetEvent(ctx context.Context, params *internetmonitor.GetInternetEventInput, ...) (*internetmonitor.GetInternetEventOutput, error)
- func (_m *IClient) GetMonitor(ctx context.Context, params *internetmonitor.GetMonitorInput, ...) (*internetmonitor.GetMonitorOutput, error)
- func (_m *IClient) GetQueryResults(ctx context.Context, params *internetmonitor.GetQueryResultsInput, ...) (*internetmonitor.GetQueryResultsOutput, error)
- func (_m *IClient) GetQueryStatus(ctx context.Context, params *internetmonitor.GetQueryStatusInput, ...) (*internetmonitor.GetQueryStatusOutput, error)
- func (_m *IClient) ListHealthEvents(ctx context.Context, params *internetmonitor.ListHealthEventsInput, ...) (*internetmonitor.ListHealthEventsOutput, error)
- func (_m *IClient) ListInternetEvents(ctx context.Context, params *internetmonitor.ListInternetEventsInput, ...) (*internetmonitor.ListInternetEventsOutput, error)
- func (_m *IClient) ListMonitors(ctx context.Context, params *internetmonitor.ListMonitorsInput, ...) (*internetmonitor.ListMonitorsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *internetmonitor.ListTagsForResourceInput, ...) (*internetmonitor.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() internetmonitor.Options
- func (_m *IClient) StartQuery(ctx context.Context, params *internetmonitor.StartQueryInput, ...) (*internetmonitor.StartQueryOutput, error)
- func (_m *IClient) StopQuery(ctx context.Context, params *internetmonitor.StopQueryInput, ...) (*internetmonitor.StopQueryOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *internetmonitor.TagResourceInput, ...) (*internetmonitor.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *internetmonitor.UntagResourceInput, ...) (*internetmonitor.UntagResourceOutput, error)
- func (_m *IClient) UpdateMonitor(ctx context.Context, params *internetmonitor.UpdateMonitorInput, ...) (*internetmonitor.UpdateMonitorOutput, 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) CreateMonitor ¶
func (_m *IClient) CreateMonitor(ctx context.Context, params *internetmonitor.CreateMonitorInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.CreateMonitorOutput, error)
CreateMonitor provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteMonitor ¶
func (_m *IClient) DeleteMonitor(ctx context.Context, params *internetmonitor.DeleteMonitorInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.DeleteMonitorOutput, error)
DeleteMonitor provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetHealthEvent ¶
func (_m *IClient) GetHealthEvent(ctx context.Context, params *internetmonitor.GetHealthEventInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.GetHealthEventOutput, error)
GetHealthEvent provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetInternetEvent ¶
func (_m *IClient) GetInternetEvent(ctx context.Context, params *internetmonitor.GetInternetEventInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.GetInternetEventOutput, error)
GetInternetEvent provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetMonitor ¶
func (_m *IClient) GetMonitor(ctx context.Context, params *internetmonitor.GetMonitorInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.GetMonitorOutput, error)
GetMonitor provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetQueryResults ¶
func (_m *IClient) GetQueryResults(ctx context.Context, params *internetmonitor.GetQueryResultsInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.GetQueryResultsOutput, error)
GetQueryResults provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetQueryStatus ¶
func (_m *IClient) GetQueryStatus(ctx context.Context, params *internetmonitor.GetQueryStatusInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.GetQueryStatusOutput, error)
GetQueryStatus provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListHealthEvents ¶
func (_m *IClient) ListHealthEvents(ctx context.Context, params *internetmonitor.ListHealthEventsInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.ListHealthEventsOutput, error)
ListHealthEvents provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListInternetEvents ¶
func (_m *IClient) ListInternetEvents(ctx context.Context, params *internetmonitor.ListInternetEventsInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.ListInternetEventsOutput, error)
ListInternetEvents provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListMonitors ¶
func (_m *IClient) ListMonitors(ctx context.Context, params *internetmonitor.ListMonitorsInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.ListMonitorsOutput, error)
ListMonitors provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *internetmonitor.ListTagsForResourceInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() internetmonitor.Options
Options provides a mock function with given fields:
func (*IClient) StartQuery ¶
func (_m *IClient) StartQuery(ctx context.Context, params *internetmonitor.StartQueryInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.StartQueryOutput, error)
StartQuery provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopQuery ¶
func (_m *IClient) StopQuery(ctx context.Context, params *internetmonitor.StopQueryInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.StopQueryOutput, error)
StopQuery provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *internetmonitor.TagResourceInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *internetmonitor.UntagResourceInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateMonitor ¶
func (_m *IClient) UpdateMonitor(ctx context.Context, params *internetmonitor.UpdateMonitorInput, optFns ...func(*internetmonitor.Options)) (*internetmonitor.UpdateMonitorOutput, error)
UpdateMonitor provides a mock function with given fields: ctx, params, optFns