Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) ActivateEmailContact(ctx context.Context, params *notificationscontacts.ActivateEmailContactInput, ...) (*notificationscontacts.ActivateEmailContactOutput, error)
- func (_m *IClient) CreateEmailContact(ctx context.Context, params *notificationscontacts.CreateEmailContactInput, ...) (*notificationscontacts.CreateEmailContactOutput, error)
- func (_m *IClient) DeleteEmailContact(ctx context.Context, params *notificationscontacts.DeleteEmailContactInput, ...) (*notificationscontacts.DeleteEmailContactOutput, error)
- func (_m *IClient) GetEmailContact(ctx context.Context, params *notificationscontacts.GetEmailContactInput, ...) (*notificationscontacts.GetEmailContactOutput, error)
- func (_m *IClient) ListEmailContacts(ctx context.Context, params *notificationscontacts.ListEmailContactsInput, ...) (*notificationscontacts.ListEmailContactsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *notificationscontacts.ListTagsForResourceInput, ...) (*notificationscontacts.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() notificationscontacts.Options
- func (_m *IClient) SendActivationCode(ctx context.Context, params *notificationscontacts.SendActivationCodeInput, ...) (*notificationscontacts.SendActivationCodeOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *notificationscontacts.TagResourceInput, ...) (*notificationscontacts.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *notificationscontacts.UntagResourceInput, ...) (*notificationscontacts.UntagResourceOutput, 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) ActivateEmailContact ¶
func (_m *IClient) ActivateEmailContact(ctx context.Context, params *notificationscontacts.ActivateEmailContactInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.ActivateEmailContactOutput, error)
ActivateEmailContact provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateEmailContact ¶
func (_m *IClient) CreateEmailContact(ctx context.Context, params *notificationscontacts.CreateEmailContactInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.CreateEmailContactOutput, error)
CreateEmailContact provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteEmailContact ¶
func (_m *IClient) DeleteEmailContact(ctx context.Context, params *notificationscontacts.DeleteEmailContactInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.DeleteEmailContactOutput, error)
DeleteEmailContact provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetEmailContact ¶
func (_m *IClient) GetEmailContact(ctx context.Context, params *notificationscontacts.GetEmailContactInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.GetEmailContactOutput, error)
GetEmailContact provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListEmailContacts ¶
func (_m *IClient) ListEmailContacts(ctx context.Context, params *notificationscontacts.ListEmailContactsInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.ListEmailContactsOutput, error)
ListEmailContacts provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *notificationscontacts.ListTagsForResourceInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() notificationscontacts.Options
Options provides a mock function with given fields:
func (*IClient) SendActivationCode ¶
func (_m *IClient) SendActivationCode(ctx context.Context, params *notificationscontacts.SendActivationCodeInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.SendActivationCodeOutput, error)
SendActivationCode provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *notificationscontacts.TagResourceInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *notificationscontacts.UntagResourceInput, optFns ...func(*notificationscontacts.Options)) (*notificationscontacts.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns