Documentation
¶
Index ¶
- type IClient
- func (_m *IClient) AssociateChannel(ctx context.Context, params *notifications.AssociateChannelInput, ...) (*notifications.AssociateChannelOutput, error)
- func (_m *IClient) CreateEventRule(ctx context.Context, params *notifications.CreateEventRuleInput, ...) (*notifications.CreateEventRuleOutput, error)
- func (_m *IClient) CreateNotificationConfiguration(ctx context.Context, ...) (*notifications.CreateNotificationConfigurationOutput, error)
- func (_m *IClient) DeleteEventRule(ctx context.Context, params *notifications.DeleteEventRuleInput, ...) (*notifications.DeleteEventRuleOutput, error)
- func (_m *IClient) DeleteNotificationConfiguration(ctx context.Context, ...) (*notifications.DeleteNotificationConfigurationOutput, error)
- func (_m *IClient) DeregisterNotificationHub(ctx context.Context, params *notifications.DeregisterNotificationHubInput, ...) (*notifications.DeregisterNotificationHubOutput, error)
- func (_m *IClient) DisassociateChannel(ctx context.Context, params *notifications.DisassociateChannelInput, ...) (*notifications.DisassociateChannelOutput, error)
- func (_m *IClient) GetEventRule(ctx context.Context, params *notifications.GetEventRuleInput, ...) (*notifications.GetEventRuleOutput, error)
- func (_m *IClient) GetNotificationConfiguration(ctx context.Context, params *notifications.GetNotificationConfigurationInput, ...) (*notifications.GetNotificationConfigurationOutput, error)
- func (_m *IClient) GetNotificationEvent(ctx context.Context, params *notifications.GetNotificationEventInput, ...) (*notifications.GetNotificationEventOutput, error)
- func (_m *IClient) ListChannels(ctx context.Context, params *notifications.ListChannelsInput, ...) (*notifications.ListChannelsOutput, error)
- func (_m *IClient) ListEventRules(ctx context.Context, params *notifications.ListEventRulesInput, ...) (*notifications.ListEventRulesOutput, error)
- func (_m *IClient) ListNotificationConfigurations(ctx context.Context, params *notifications.ListNotificationConfigurationsInput, ...) (*notifications.ListNotificationConfigurationsOutput, error)
- func (_m *IClient) ListNotificationEvents(ctx context.Context, params *notifications.ListNotificationEventsInput, ...) (*notifications.ListNotificationEventsOutput, error)
- func (_m *IClient) ListNotificationHubs(ctx context.Context, params *notifications.ListNotificationHubsInput, ...) (*notifications.ListNotificationHubsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *notifications.ListTagsForResourceInput, ...) (*notifications.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() notifications.Options
- func (_m *IClient) RegisterNotificationHub(ctx context.Context, params *notifications.RegisterNotificationHubInput, ...) (*notifications.RegisterNotificationHubOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *notifications.TagResourceInput, ...) (*notifications.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *notifications.UntagResourceInput, ...) (*notifications.UntagResourceOutput, error)
- func (_m *IClient) UpdateEventRule(ctx context.Context, params *notifications.UpdateEventRuleInput, ...) (*notifications.UpdateEventRuleOutput, error)
- func (_m *IClient) UpdateNotificationConfiguration(ctx context.Context, ...) (*notifications.UpdateNotificationConfigurationOutput, 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) AssociateChannel ¶
func (_m *IClient) AssociateChannel(ctx context.Context, params *notifications.AssociateChannelInput, optFns ...func(*notifications.Options)) (*notifications.AssociateChannelOutput, error)
AssociateChannel provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateEventRule ¶
func (_m *IClient) CreateEventRule(ctx context.Context, params *notifications.CreateEventRuleInput, optFns ...func(*notifications.Options)) (*notifications.CreateEventRuleOutput, error)
CreateEventRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateNotificationConfiguration ¶
func (_m *IClient) CreateNotificationConfiguration(ctx context.Context, params *notifications.CreateNotificationConfigurationInput, optFns ...func(*notifications.Options)) (*notifications.CreateNotificationConfigurationOutput, error)
CreateNotificationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteEventRule ¶
func (_m *IClient) DeleteEventRule(ctx context.Context, params *notifications.DeleteEventRuleInput, optFns ...func(*notifications.Options)) (*notifications.DeleteEventRuleOutput, error)
DeleteEventRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteNotificationConfiguration ¶
func (_m *IClient) DeleteNotificationConfiguration(ctx context.Context, params *notifications.DeleteNotificationConfigurationInput, optFns ...func(*notifications.Options)) (*notifications.DeleteNotificationConfigurationOutput, error)
DeleteNotificationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeregisterNotificationHub ¶
func (_m *IClient) DeregisterNotificationHub(ctx context.Context, params *notifications.DeregisterNotificationHubInput, optFns ...func(*notifications.Options)) (*notifications.DeregisterNotificationHubOutput, error)
DeregisterNotificationHub provides a mock function with given fields: ctx, params, optFns
func (*IClient) DisassociateChannel ¶
func (_m *IClient) DisassociateChannel(ctx context.Context, params *notifications.DisassociateChannelInput, optFns ...func(*notifications.Options)) (*notifications.DisassociateChannelOutput, error)
DisassociateChannel provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetEventRule ¶
func (_m *IClient) GetEventRule(ctx context.Context, params *notifications.GetEventRuleInput, optFns ...func(*notifications.Options)) (*notifications.GetEventRuleOutput, error)
GetEventRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetNotificationConfiguration ¶
func (_m *IClient) GetNotificationConfiguration(ctx context.Context, params *notifications.GetNotificationConfigurationInput, optFns ...func(*notifications.Options)) (*notifications.GetNotificationConfigurationOutput, error)
GetNotificationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetNotificationEvent ¶
func (_m *IClient) GetNotificationEvent(ctx context.Context, params *notifications.GetNotificationEventInput, optFns ...func(*notifications.Options)) (*notifications.GetNotificationEventOutput, error)
GetNotificationEvent provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListChannels ¶
func (_m *IClient) ListChannels(ctx context.Context, params *notifications.ListChannelsInput, optFns ...func(*notifications.Options)) (*notifications.ListChannelsOutput, error)
ListChannels provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListEventRules ¶
func (_m *IClient) ListEventRules(ctx context.Context, params *notifications.ListEventRulesInput, optFns ...func(*notifications.Options)) (*notifications.ListEventRulesOutput, error)
ListEventRules provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNotificationConfigurations ¶
func (_m *IClient) ListNotificationConfigurations(ctx context.Context, params *notifications.ListNotificationConfigurationsInput, optFns ...func(*notifications.Options)) (*notifications.ListNotificationConfigurationsOutput, error)
ListNotificationConfigurations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNotificationEvents ¶
func (_m *IClient) ListNotificationEvents(ctx context.Context, params *notifications.ListNotificationEventsInput, optFns ...func(*notifications.Options)) (*notifications.ListNotificationEventsOutput, error)
ListNotificationEvents provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNotificationHubs ¶
func (_m *IClient) ListNotificationHubs(ctx context.Context, params *notifications.ListNotificationHubsInput, optFns ...func(*notifications.Options)) (*notifications.ListNotificationHubsOutput, error)
ListNotificationHubs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *notifications.ListTagsForResourceInput, optFns ...func(*notifications.Options)) (*notifications.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() notifications.Options
Options provides a mock function with given fields:
func (*IClient) RegisterNotificationHub ¶
func (_m *IClient) RegisterNotificationHub(ctx context.Context, params *notifications.RegisterNotificationHubInput, optFns ...func(*notifications.Options)) (*notifications.RegisterNotificationHubOutput, error)
RegisterNotificationHub provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *notifications.TagResourceInput, optFns ...func(*notifications.Options)) (*notifications.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *notifications.UntagResourceInput, optFns ...func(*notifications.Options)) (*notifications.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateEventRule ¶
func (_m *IClient) UpdateEventRule(ctx context.Context, params *notifications.UpdateEventRuleInput, optFns ...func(*notifications.Options)) (*notifications.UpdateEventRuleOutput, error)
UpdateEventRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateNotificationConfiguration ¶
func (_m *IClient) UpdateNotificationConfiguration(ctx context.Context, params *notifications.UpdateNotificationConfigurationInput, optFns ...func(*notifications.Options)) (*notifications.UpdateNotificationConfigurationOutput, error)
UpdateNotificationConfiguration provides a mock function with given fields: ctx, params, optFns