sesmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package sesmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSESAPI

type MockSESAPI struct {
	// contains filtered or unexported fields
}

MockSESAPI is a mock of SESAPI interface.

func NewMockSESAPI

func NewMockSESAPI(ctrl *gomock.Controller) *MockSESAPI

NewMockSESAPI creates a new mock instance.

func (*MockSESAPI) CloneReceiptRuleSet

func (m *MockSESAPI) CloneReceiptRuleSet(arg0 *ses.CloneReceiptRuleSetInput) (*ses.CloneReceiptRuleSetOutput, error)

CloneReceiptRuleSet mocks base method.

func (*MockSESAPI) CloneReceiptRuleSetRequest

func (m *MockSESAPI) CloneReceiptRuleSetRequest(arg0 *ses.CloneReceiptRuleSetInput) (*request.Request, *ses.CloneReceiptRuleSetOutput)

CloneReceiptRuleSetRequest mocks base method.

func (*MockSESAPI) CloneReceiptRuleSetWithContext

func (m *MockSESAPI) CloneReceiptRuleSetWithContext(arg0 context.Context, arg1 *ses.CloneReceiptRuleSetInput, arg2 ...request.Option) (*ses.CloneReceiptRuleSetOutput, error)

CloneReceiptRuleSetWithContext mocks base method.

func (*MockSESAPI) CreateConfigurationSet

func (m *MockSESAPI) CreateConfigurationSet(arg0 *ses.CreateConfigurationSetInput) (*ses.CreateConfigurationSetOutput, error)

CreateConfigurationSet mocks base method.

func (*MockSESAPI) CreateConfigurationSetEventDestination

CreateConfigurationSetEventDestination mocks base method.

func (*MockSESAPI) CreateConfigurationSetEventDestinationRequest

CreateConfigurationSetEventDestinationRequest mocks base method.

func (*MockSESAPI) CreateConfigurationSetEventDestinationWithContext

func (m *MockSESAPI) CreateConfigurationSetEventDestinationWithContext(arg0 context.Context, arg1 *ses.CreateConfigurationSetEventDestinationInput, arg2 ...request.Option) (*ses.CreateConfigurationSetEventDestinationOutput, error)

CreateConfigurationSetEventDestinationWithContext mocks base method.

func (*MockSESAPI) CreateConfigurationSetRequest

func (m *MockSESAPI) CreateConfigurationSetRequest(arg0 *ses.CreateConfigurationSetInput) (*request.Request, *ses.CreateConfigurationSetOutput)

CreateConfigurationSetRequest mocks base method.

func (*MockSESAPI) CreateConfigurationSetTrackingOptions

CreateConfigurationSetTrackingOptions mocks base method.

func (*MockSESAPI) CreateConfigurationSetTrackingOptionsRequest

CreateConfigurationSetTrackingOptionsRequest mocks base method.

func (*MockSESAPI) CreateConfigurationSetTrackingOptionsWithContext

func (m *MockSESAPI) CreateConfigurationSetTrackingOptionsWithContext(arg0 context.Context, arg1 *ses.CreateConfigurationSetTrackingOptionsInput, arg2 ...request.Option) (*ses.CreateConfigurationSetTrackingOptionsOutput, error)

CreateConfigurationSetTrackingOptionsWithContext mocks base method.

func (*MockSESAPI) CreateConfigurationSetWithContext

func (m *MockSESAPI) CreateConfigurationSetWithContext(arg0 context.Context, arg1 *ses.CreateConfigurationSetInput, arg2 ...request.Option) (*ses.CreateConfigurationSetOutput, error)

CreateConfigurationSetWithContext mocks base method.

func (*MockSESAPI) CreateCustomVerificationEmailTemplate

CreateCustomVerificationEmailTemplate mocks base method.

func (*MockSESAPI) CreateCustomVerificationEmailTemplateRequest

CreateCustomVerificationEmailTemplateRequest mocks base method.

func (*MockSESAPI) CreateCustomVerificationEmailTemplateWithContext

func (m *MockSESAPI) CreateCustomVerificationEmailTemplateWithContext(arg0 context.Context, arg1 *ses.CreateCustomVerificationEmailTemplateInput, arg2 ...request.Option) (*ses.CreateCustomVerificationEmailTemplateOutput, error)

CreateCustomVerificationEmailTemplateWithContext mocks base method.

func (*MockSESAPI) CreateReceiptFilter

func (m *MockSESAPI) CreateReceiptFilter(arg0 *ses.CreateReceiptFilterInput) (*ses.CreateReceiptFilterOutput, error)

CreateReceiptFilter mocks base method.

func (*MockSESAPI) CreateReceiptFilterRequest

func (m *MockSESAPI) CreateReceiptFilterRequest(arg0 *ses.CreateReceiptFilterInput) (*request.Request, *ses.CreateReceiptFilterOutput)

CreateReceiptFilterRequest mocks base method.

func (*MockSESAPI) CreateReceiptFilterWithContext

func (m *MockSESAPI) CreateReceiptFilterWithContext(arg0 context.Context, arg1 *ses.CreateReceiptFilterInput, arg2 ...request.Option) (*ses.CreateReceiptFilterOutput, error)

CreateReceiptFilterWithContext mocks base method.

func (*MockSESAPI) CreateReceiptRule

func (m *MockSESAPI) CreateReceiptRule(arg0 *ses.CreateReceiptRuleInput) (*ses.CreateReceiptRuleOutput, error)

CreateReceiptRule mocks base method.

func (*MockSESAPI) CreateReceiptRuleRequest

func (m *MockSESAPI) CreateReceiptRuleRequest(arg0 *ses.CreateReceiptRuleInput) (*request.Request, *ses.CreateReceiptRuleOutput)

CreateReceiptRuleRequest mocks base method.

func (*MockSESAPI) CreateReceiptRuleSet

func (m *MockSESAPI) CreateReceiptRuleSet(arg0 *ses.CreateReceiptRuleSetInput) (*ses.CreateReceiptRuleSetOutput, error)

CreateReceiptRuleSet mocks base method.

func (*MockSESAPI) CreateReceiptRuleSetRequest

func (m *MockSESAPI) CreateReceiptRuleSetRequest(arg0 *ses.CreateReceiptRuleSetInput) (*request.Request, *ses.CreateReceiptRuleSetOutput)

CreateReceiptRuleSetRequest mocks base method.

func (*MockSESAPI) CreateReceiptRuleSetWithContext

func (m *MockSESAPI) CreateReceiptRuleSetWithContext(arg0 context.Context, arg1 *ses.CreateReceiptRuleSetInput, arg2 ...request.Option) (*ses.CreateReceiptRuleSetOutput, error)

CreateReceiptRuleSetWithContext mocks base method.

func (*MockSESAPI) CreateReceiptRuleWithContext

func (m *MockSESAPI) CreateReceiptRuleWithContext(arg0 context.Context, arg1 *ses.CreateReceiptRuleInput, arg2 ...request.Option) (*ses.CreateReceiptRuleOutput, error)

CreateReceiptRuleWithContext mocks base method.

func (*MockSESAPI) CreateTemplate

func (m *MockSESAPI) CreateTemplate(arg0 *ses.CreateTemplateInput) (*ses.CreateTemplateOutput, error)

CreateTemplate mocks base method.

func (*MockSESAPI) CreateTemplateRequest

func (m *MockSESAPI) CreateTemplateRequest(arg0 *ses.CreateTemplateInput) (*request.Request, *ses.CreateTemplateOutput)

CreateTemplateRequest mocks base method.

func (*MockSESAPI) CreateTemplateWithContext

func (m *MockSESAPI) CreateTemplateWithContext(arg0 context.Context, arg1 *ses.CreateTemplateInput, arg2 ...request.Option) (*ses.CreateTemplateOutput, error)

CreateTemplateWithContext mocks base method.

func (*MockSESAPI) DeleteConfigurationSet

func (m *MockSESAPI) DeleteConfigurationSet(arg0 *ses.DeleteConfigurationSetInput) (*ses.DeleteConfigurationSetOutput, error)

DeleteConfigurationSet mocks base method.

func (*MockSESAPI) DeleteConfigurationSetEventDestination

DeleteConfigurationSetEventDestination mocks base method.

func (*MockSESAPI) DeleteConfigurationSetEventDestinationRequest

DeleteConfigurationSetEventDestinationRequest mocks base method.

func (*MockSESAPI) DeleteConfigurationSetEventDestinationWithContext

func (m *MockSESAPI) DeleteConfigurationSetEventDestinationWithContext(arg0 context.Context, arg1 *ses.DeleteConfigurationSetEventDestinationInput, arg2 ...request.Option) (*ses.DeleteConfigurationSetEventDestinationOutput, error)

DeleteConfigurationSetEventDestinationWithContext mocks base method.

func (*MockSESAPI) DeleteConfigurationSetRequest

func (m *MockSESAPI) DeleteConfigurationSetRequest(arg0 *ses.DeleteConfigurationSetInput) (*request.Request, *ses.DeleteConfigurationSetOutput)

DeleteConfigurationSetRequest mocks base method.

func (*MockSESAPI) DeleteConfigurationSetTrackingOptions

DeleteConfigurationSetTrackingOptions mocks base method.

func (*MockSESAPI) DeleteConfigurationSetTrackingOptionsRequest

DeleteConfigurationSetTrackingOptionsRequest mocks base method.

func (*MockSESAPI) DeleteConfigurationSetTrackingOptionsWithContext

func (m *MockSESAPI) DeleteConfigurationSetTrackingOptionsWithContext(arg0 context.Context, arg1 *ses.DeleteConfigurationSetTrackingOptionsInput, arg2 ...request.Option) (*ses.DeleteConfigurationSetTrackingOptionsOutput, error)

DeleteConfigurationSetTrackingOptionsWithContext mocks base method.

func (*MockSESAPI) DeleteConfigurationSetWithContext

func (m *MockSESAPI) DeleteConfigurationSetWithContext(arg0 context.Context, arg1 *ses.DeleteConfigurationSetInput, arg2 ...request.Option) (*ses.DeleteConfigurationSetOutput, error)

DeleteConfigurationSetWithContext mocks base method.

func (*MockSESAPI) DeleteCustomVerificationEmailTemplate

DeleteCustomVerificationEmailTemplate mocks base method.

func (*MockSESAPI) DeleteCustomVerificationEmailTemplateRequest

DeleteCustomVerificationEmailTemplateRequest mocks base method.

func (*MockSESAPI) DeleteCustomVerificationEmailTemplateWithContext

func (m *MockSESAPI) DeleteCustomVerificationEmailTemplateWithContext(arg0 context.Context, arg1 *ses.DeleteCustomVerificationEmailTemplateInput, arg2 ...request.Option) (*ses.DeleteCustomVerificationEmailTemplateOutput, error)

DeleteCustomVerificationEmailTemplateWithContext mocks base method.

func (*MockSESAPI) DeleteIdentity

func (m *MockSESAPI) DeleteIdentity(arg0 *ses.DeleteIdentityInput) (*ses.DeleteIdentityOutput, error)

DeleteIdentity mocks base method.

func (*MockSESAPI) DeleteIdentityPolicy

func (m *MockSESAPI) DeleteIdentityPolicy(arg0 *ses.DeleteIdentityPolicyInput) (*ses.DeleteIdentityPolicyOutput, error)

DeleteIdentityPolicy mocks base method.

func (*MockSESAPI) DeleteIdentityPolicyRequest

func (m *MockSESAPI) DeleteIdentityPolicyRequest(arg0 *ses.DeleteIdentityPolicyInput) (*request.Request, *ses.DeleteIdentityPolicyOutput)

DeleteIdentityPolicyRequest mocks base method.

func (*MockSESAPI) DeleteIdentityPolicyWithContext

func (m *MockSESAPI) DeleteIdentityPolicyWithContext(arg0 context.Context, arg1 *ses.DeleteIdentityPolicyInput, arg2 ...request.Option) (*ses.DeleteIdentityPolicyOutput, error)

DeleteIdentityPolicyWithContext mocks base method.

func (*MockSESAPI) DeleteIdentityRequest

func (m *MockSESAPI) DeleteIdentityRequest(arg0 *ses.DeleteIdentityInput) (*request.Request, *ses.DeleteIdentityOutput)

DeleteIdentityRequest mocks base method.

func (*MockSESAPI) DeleteIdentityWithContext

func (m *MockSESAPI) DeleteIdentityWithContext(arg0 context.Context, arg1 *ses.DeleteIdentityInput, arg2 ...request.Option) (*ses.DeleteIdentityOutput, error)

DeleteIdentityWithContext mocks base method.

func (*MockSESAPI) DeleteReceiptFilter

func (m *MockSESAPI) DeleteReceiptFilter(arg0 *ses.DeleteReceiptFilterInput) (*ses.DeleteReceiptFilterOutput, error)

DeleteReceiptFilter mocks base method.

func (*MockSESAPI) DeleteReceiptFilterRequest

func (m *MockSESAPI) DeleteReceiptFilterRequest(arg0 *ses.DeleteReceiptFilterInput) (*request.Request, *ses.DeleteReceiptFilterOutput)

DeleteReceiptFilterRequest mocks base method.

func (*MockSESAPI) DeleteReceiptFilterWithContext

func (m *MockSESAPI) DeleteReceiptFilterWithContext(arg0 context.Context, arg1 *ses.DeleteReceiptFilterInput, arg2 ...request.Option) (*ses.DeleteReceiptFilterOutput, error)

DeleteReceiptFilterWithContext mocks base method.

func (*MockSESAPI) DeleteReceiptRule

func (m *MockSESAPI) DeleteReceiptRule(arg0 *ses.DeleteReceiptRuleInput) (*ses.DeleteReceiptRuleOutput, error)

DeleteReceiptRule mocks base method.

func (*MockSESAPI) DeleteReceiptRuleRequest

func (m *MockSESAPI) DeleteReceiptRuleRequest(arg0 *ses.DeleteReceiptRuleInput) (*request.Request, *ses.DeleteReceiptRuleOutput)

DeleteReceiptRuleRequest mocks base method.

func (*MockSESAPI) DeleteReceiptRuleSet

func (m *MockSESAPI) DeleteReceiptRuleSet(arg0 *ses.DeleteReceiptRuleSetInput) (*ses.DeleteReceiptRuleSetOutput, error)

DeleteReceiptRuleSet mocks base method.

func (*MockSESAPI) DeleteReceiptRuleSetRequest

func (m *MockSESAPI) DeleteReceiptRuleSetRequest(arg0 *ses.DeleteReceiptRuleSetInput) (*request.Request, *ses.DeleteReceiptRuleSetOutput)

DeleteReceiptRuleSetRequest mocks base method.

func (*MockSESAPI) DeleteReceiptRuleSetWithContext

func (m *MockSESAPI) DeleteReceiptRuleSetWithContext(arg0 context.Context, arg1 *ses.DeleteReceiptRuleSetInput, arg2 ...request.Option) (*ses.DeleteReceiptRuleSetOutput, error)

DeleteReceiptRuleSetWithContext mocks base method.

func (*MockSESAPI) DeleteReceiptRuleWithContext

func (m *MockSESAPI) DeleteReceiptRuleWithContext(arg0 context.Context, arg1 *ses.DeleteReceiptRuleInput, arg2 ...request.Option) (*ses.DeleteReceiptRuleOutput, error)

DeleteReceiptRuleWithContext mocks base method.

func (*MockSESAPI) DeleteTemplate

func (m *MockSESAPI) DeleteTemplate(arg0 *ses.DeleteTemplateInput) (*ses.DeleteTemplateOutput, error)

DeleteTemplate mocks base method.

func (*MockSESAPI) DeleteTemplateRequest

func (m *MockSESAPI) DeleteTemplateRequest(arg0 *ses.DeleteTemplateInput) (*request.Request, *ses.DeleteTemplateOutput)

DeleteTemplateRequest mocks base method.

func (*MockSESAPI) DeleteTemplateWithContext

func (m *MockSESAPI) DeleteTemplateWithContext(arg0 context.Context, arg1 *ses.DeleteTemplateInput, arg2 ...request.Option) (*ses.DeleteTemplateOutput, error)

DeleteTemplateWithContext mocks base method.

func (*MockSESAPI) DeleteVerifiedEmailAddress

DeleteVerifiedEmailAddress mocks base method.

func (*MockSESAPI) DeleteVerifiedEmailAddressRequest

func (m *MockSESAPI) DeleteVerifiedEmailAddressRequest(arg0 *ses.DeleteVerifiedEmailAddressInput) (*request.Request, *ses.DeleteVerifiedEmailAddressOutput)

DeleteVerifiedEmailAddressRequest mocks base method.

func (*MockSESAPI) DeleteVerifiedEmailAddressWithContext

func (m *MockSESAPI) DeleteVerifiedEmailAddressWithContext(arg0 context.Context, arg1 *ses.DeleteVerifiedEmailAddressInput, arg2 ...request.Option) (*ses.DeleteVerifiedEmailAddressOutput, error)

DeleteVerifiedEmailAddressWithContext mocks base method.

func (*MockSESAPI) DescribeActiveReceiptRuleSet

DescribeActiveReceiptRuleSet mocks base method.

func (*MockSESAPI) DescribeActiveReceiptRuleSetRequest

func (m *MockSESAPI) DescribeActiveReceiptRuleSetRequest(arg0 *ses.DescribeActiveReceiptRuleSetInput) (*request.Request, *ses.DescribeActiveReceiptRuleSetOutput)

DescribeActiveReceiptRuleSetRequest mocks base method.

func (*MockSESAPI) DescribeActiveReceiptRuleSetWithContext

func (m *MockSESAPI) DescribeActiveReceiptRuleSetWithContext(arg0 context.Context, arg1 *ses.DescribeActiveReceiptRuleSetInput, arg2 ...request.Option) (*ses.DescribeActiveReceiptRuleSetOutput, error)

DescribeActiveReceiptRuleSetWithContext mocks base method.

func (*MockSESAPI) DescribeConfigurationSet

DescribeConfigurationSet mocks base method.

func (*MockSESAPI) DescribeConfigurationSetRequest

func (m *MockSESAPI) DescribeConfigurationSetRequest(arg0 *ses.DescribeConfigurationSetInput) (*request.Request, *ses.DescribeConfigurationSetOutput)

DescribeConfigurationSetRequest mocks base method.

func (*MockSESAPI) DescribeConfigurationSetWithContext

func (m *MockSESAPI) DescribeConfigurationSetWithContext(arg0 context.Context, arg1 *ses.DescribeConfigurationSetInput, arg2 ...request.Option) (*ses.DescribeConfigurationSetOutput, error)

DescribeConfigurationSetWithContext mocks base method.

func (*MockSESAPI) DescribeReceiptRule

func (m *MockSESAPI) DescribeReceiptRule(arg0 *ses.DescribeReceiptRuleInput) (*ses.DescribeReceiptRuleOutput, error)

DescribeReceiptRule mocks base method.

func (*MockSESAPI) DescribeReceiptRuleRequest

func (m *MockSESAPI) DescribeReceiptRuleRequest(arg0 *ses.DescribeReceiptRuleInput) (*request.Request, *ses.DescribeReceiptRuleOutput)

DescribeReceiptRuleRequest mocks base method.

func (*MockSESAPI) DescribeReceiptRuleSet

func (m *MockSESAPI) DescribeReceiptRuleSet(arg0 *ses.DescribeReceiptRuleSetInput) (*ses.DescribeReceiptRuleSetOutput, error)

DescribeReceiptRuleSet mocks base method.

func (*MockSESAPI) DescribeReceiptRuleSetRequest

func (m *MockSESAPI) DescribeReceiptRuleSetRequest(arg0 *ses.DescribeReceiptRuleSetInput) (*request.Request, *ses.DescribeReceiptRuleSetOutput)

DescribeReceiptRuleSetRequest mocks base method.

func (*MockSESAPI) DescribeReceiptRuleSetWithContext

func (m *MockSESAPI) DescribeReceiptRuleSetWithContext(arg0 context.Context, arg1 *ses.DescribeReceiptRuleSetInput, arg2 ...request.Option) (*ses.DescribeReceiptRuleSetOutput, error)

DescribeReceiptRuleSetWithContext mocks base method.

func (*MockSESAPI) DescribeReceiptRuleWithContext

func (m *MockSESAPI) DescribeReceiptRuleWithContext(arg0 context.Context, arg1 *ses.DescribeReceiptRuleInput, arg2 ...request.Option) (*ses.DescribeReceiptRuleOutput, error)

DescribeReceiptRuleWithContext mocks base method.

func (*MockSESAPI) EXPECT

func (m *MockSESAPI) EXPECT() *MockSESAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSESAPI) GetAccountSendingEnabled

GetAccountSendingEnabled mocks base method.

func (*MockSESAPI) GetAccountSendingEnabledRequest

func (m *MockSESAPI) GetAccountSendingEnabledRequest(arg0 *ses.GetAccountSendingEnabledInput) (*request.Request, *ses.GetAccountSendingEnabledOutput)

GetAccountSendingEnabledRequest mocks base method.

func (*MockSESAPI) GetAccountSendingEnabledWithContext

func (m *MockSESAPI) GetAccountSendingEnabledWithContext(arg0 context.Context, arg1 *ses.GetAccountSendingEnabledInput, arg2 ...request.Option) (*ses.GetAccountSendingEnabledOutput, error)

GetAccountSendingEnabledWithContext mocks base method.

func (*MockSESAPI) GetCustomVerificationEmailTemplate

GetCustomVerificationEmailTemplate mocks base method.

func (*MockSESAPI) GetCustomVerificationEmailTemplateRequest

GetCustomVerificationEmailTemplateRequest mocks base method.

func (*MockSESAPI) GetCustomVerificationEmailTemplateWithContext

func (m *MockSESAPI) GetCustomVerificationEmailTemplateWithContext(arg0 context.Context, arg1 *ses.GetCustomVerificationEmailTemplateInput, arg2 ...request.Option) (*ses.GetCustomVerificationEmailTemplateOutput, error)

GetCustomVerificationEmailTemplateWithContext mocks base method.

func (*MockSESAPI) GetIdentityDkimAttributes

GetIdentityDkimAttributes mocks base method.

func (*MockSESAPI) GetIdentityDkimAttributesRequest

func (m *MockSESAPI) GetIdentityDkimAttributesRequest(arg0 *ses.GetIdentityDkimAttributesInput) (*request.Request, *ses.GetIdentityDkimAttributesOutput)

GetIdentityDkimAttributesRequest mocks base method.

func (*MockSESAPI) GetIdentityDkimAttributesWithContext

func (m *MockSESAPI) GetIdentityDkimAttributesWithContext(arg0 context.Context, arg1 *ses.GetIdentityDkimAttributesInput, arg2 ...request.Option) (*ses.GetIdentityDkimAttributesOutput, error)

GetIdentityDkimAttributesWithContext mocks base method.

func (*MockSESAPI) GetIdentityMailFromDomainAttributes

GetIdentityMailFromDomainAttributes mocks base method.

func (*MockSESAPI) GetIdentityMailFromDomainAttributesRequest

GetIdentityMailFromDomainAttributesRequest mocks base method.

func (*MockSESAPI) GetIdentityMailFromDomainAttributesWithContext

func (m *MockSESAPI) GetIdentityMailFromDomainAttributesWithContext(arg0 context.Context, arg1 *ses.GetIdentityMailFromDomainAttributesInput, arg2 ...request.Option) (*ses.GetIdentityMailFromDomainAttributesOutput, error)

GetIdentityMailFromDomainAttributesWithContext mocks base method.

func (*MockSESAPI) GetIdentityNotificationAttributes

GetIdentityNotificationAttributes mocks base method.

func (*MockSESAPI) GetIdentityNotificationAttributesRequest

GetIdentityNotificationAttributesRequest mocks base method.

func (*MockSESAPI) GetIdentityNotificationAttributesWithContext

func (m *MockSESAPI) GetIdentityNotificationAttributesWithContext(arg0 context.Context, arg1 *ses.GetIdentityNotificationAttributesInput, arg2 ...request.Option) (*ses.GetIdentityNotificationAttributesOutput, error)

GetIdentityNotificationAttributesWithContext mocks base method.

func (*MockSESAPI) GetIdentityPolicies

func (m *MockSESAPI) GetIdentityPolicies(arg0 *ses.GetIdentityPoliciesInput) (*ses.GetIdentityPoliciesOutput, error)

GetIdentityPolicies mocks base method.

func (*MockSESAPI) GetIdentityPoliciesRequest

func (m *MockSESAPI) GetIdentityPoliciesRequest(arg0 *ses.GetIdentityPoliciesInput) (*request.Request, *ses.GetIdentityPoliciesOutput)

GetIdentityPoliciesRequest mocks base method.

func (*MockSESAPI) GetIdentityPoliciesWithContext

func (m *MockSESAPI) GetIdentityPoliciesWithContext(arg0 context.Context, arg1 *ses.GetIdentityPoliciesInput, arg2 ...request.Option) (*ses.GetIdentityPoliciesOutput, error)

GetIdentityPoliciesWithContext mocks base method.

func (*MockSESAPI) GetIdentityVerificationAttributes

GetIdentityVerificationAttributes mocks base method.

func (*MockSESAPI) GetIdentityVerificationAttributesRequest

GetIdentityVerificationAttributesRequest mocks base method.

func (*MockSESAPI) GetIdentityVerificationAttributesWithContext

func (m *MockSESAPI) GetIdentityVerificationAttributesWithContext(arg0 context.Context, arg1 *ses.GetIdentityVerificationAttributesInput, arg2 ...request.Option) (*ses.GetIdentityVerificationAttributesOutput, error)

GetIdentityVerificationAttributesWithContext mocks base method.

func (*MockSESAPI) GetSendQuota

func (m *MockSESAPI) GetSendQuota(arg0 *ses.GetSendQuotaInput) (*ses.GetSendQuotaOutput, error)

GetSendQuota mocks base method.

func (*MockSESAPI) GetSendQuotaRequest

func (m *MockSESAPI) GetSendQuotaRequest(arg0 *ses.GetSendQuotaInput) (*request.Request, *ses.GetSendQuotaOutput)

GetSendQuotaRequest mocks base method.

func (*MockSESAPI) GetSendQuotaWithContext

func (m *MockSESAPI) GetSendQuotaWithContext(arg0 context.Context, arg1 *ses.GetSendQuotaInput, arg2 ...request.Option) (*ses.GetSendQuotaOutput, error)

GetSendQuotaWithContext mocks base method.

func (*MockSESAPI) GetSendStatistics

func (m *MockSESAPI) GetSendStatistics(arg0 *ses.GetSendStatisticsInput) (*ses.GetSendStatisticsOutput, error)

GetSendStatistics mocks base method.

func (*MockSESAPI) GetSendStatisticsRequest

func (m *MockSESAPI) GetSendStatisticsRequest(arg0 *ses.GetSendStatisticsInput) (*request.Request, *ses.GetSendStatisticsOutput)

GetSendStatisticsRequest mocks base method.

func (*MockSESAPI) GetSendStatisticsWithContext

func (m *MockSESAPI) GetSendStatisticsWithContext(arg0 context.Context, arg1 *ses.GetSendStatisticsInput, arg2 ...request.Option) (*ses.GetSendStatisticsOutput, error)

GetSendStatisticsWithContext mocks base method.

func (*MockSESAPI) GetTemplate

func (m *MockSESAPI) GetTemplate(arg0 *ses.GetTemplateInput) (*ses.GetTemplateOutput, error)

GetTemplate mocks base method.

func (*MockSESAPI) GetTemplateRequest

func (m *MockSESAPI) GetTemplateRequest(arg0 *ses.GetTemplateInput) (*request.Request, *ses.GetTemplateOutput)

GetTemplateRequest mocks base method.

func (*MockSESAPI) GetTemplateWithContext

func (m *MockSESAPI) GetTemplateWithContext(arg0 context.Context, arg1 *ses.GetTemplateInput, arg2 ...request.Option) (*ses.GetTemplateOutput, error)

GetTemplateWithContext mocks base method.

func (*MockSESAPI) ListConfigurationSets

func (m *MockSESAPI) ListConfigurationSets(arg0 *ses.ListConfigurationSetsInput) (*ses.ListConfigurationSetsOutput, error)

ListConfigurationSets mocks base method.

func (*MockSESAPI) ListConfigurationSetsRequest

func (m *MockSESAPI) ListConfigurationSetsRequest(arg0 *ses.ListConfigurationSetsInput) (*request.Request, *ses.ListConfigurationSetsOutput)

ListConfigurationSetsRequest mocks base method.

func (*MockSESAPI) ListConfigurationSetsWithContext

func (m *MockSESAPI) ListConfigurationSetsWithContext(arg0 context.Context, arg1 *ses.ListConfigurationSetsInput, arg2 ...request.Option) (*ses.ListConfigurationSetsOutput, error)

ListConfigurationSetsWithContext mocks base method.

func (*MockSESAPI) ListCustomVerificationEmailTemplates

ListCustomVerificationEmailTemplates mocks base method.

func (*MockSESAPI) ListCustomVerificationEmailTemplatesPages

func (m *MockSESAPI) ListCustomVerificationEmailTemplatesPages(arg0 *ses.ListCustomVerificationEmailTemplatesInput, arg1 func(*ses.ListCustomVerificationEmailTemplatesOutput, bool) bool) error

ListCustomVerificationEmailTemplatesPages mocks base method.

func (*MockSESAPI) ListCustomVerificationEmailTemplatesPagesWithContext

func (m *MockSESAPI) ListCustomVerificationEmailTemplatesPagesWithContext(arg0 context.Context, arg1 *ses.ListCustomVerificationEmailTemplatesInput, arg2 func(*ses.ListCustomVerificationEmailTemplatesOutput, bool) bool, arg3 ...request.Option) error

ListCustomVerificationEmailTemplatesPagesWithContext mocks base method.

func (*MockSESAPI) ListCustomVerificationEmailTemplatesRequest

ListCustomVerificationEmailTemplatesRequest mocks base method.

func (*MockSESAPI) ListCustomVerificationEmailTemplatesWithContext

func (m *MockSESAPI) ListCustomVerificationEmailTemplatesWithContext(arg0 context.Context, arg1 *ses.ListCustomVerificationEmailTemplatesInput, arg2 ...request.Option) (*ses.ListCustomVerificationEmailTemplatesOutput, error)

ListCustomVerificationEmailTemplatesWithContext mocks base method.

func (*MockSESAPI) ListIdentities

func (m *MockSESAPI) ListIdentities(arg0 *ses.ListIdentitiesInput) (*ses.ListIdentitiesOutput, error)

ListIdentities mocks base method.

func (*MockSESAPI) ListIdentitiesPages

func (m *MockSESAPI) ListIdentitiesPages(arg0 *ses.ListIdentitiesInput, arg1 func(*ses.ListIdentitiesOutput, bool) bool) error

ListIdentitiesPages mocks base method.

func (*MockSESAPI) ListIdentitiesPagesWithContext

func (m *MockSESAPI) ListIdentitiesPagesWithContext(arg0 context.Context, arg1 *ses.ListIdentitiesInput, arg2 func(*ses.ListIdentitiesOutput, bool) bool, arg3 ...request.Option) error

ListIdentitiesPagesWithContext mocks base method.

func (*MockSESAPI) ListIdentitiesRequest

func (m *MockSESAPI) ListIdentitiesRequest(arg0 *ses.ListIdentitiesInput) (*request.Request, *ses.ListIdentitiesOutput)

ListIdentitiesRequest mocks base method.

func (*MockSESAPI) ListIdentitiesWithContext

func (m *MockSESAPI) ListIdentitiesWithContext(arg0 context.Context, arg1 *ses.ListIdentitiesInput, arg2 ...request.Option) (*ses.ListIdentitiesOutput, error)

ListIdentitiesWithContext mocks base method.

func (*MockSESAPI) ListIdentityPolicies

func (m *MockSESAPI) ListIdentityPolicies(arg0 *ses.ListIdentityPoliciesInput) (*ses.ListIdentityPoliciesOutput, error)

ListIdentityPolicies mocks base method.

func (*MockSESAPI) ListIdentityPoliciesRequest

func (m *MockSESAPI) ListIdentityPoliciesRequest(arg0 *ses.ListIdentityPoliciesInput) (*request.Request, *ses.ListIdentityPoliciesOutput)

ListIdentityPoliciesRequest mocks base method.

func (*MockSESAPI) ListIdentityPoliciesWithContext

func (m *MockSESAPI) ListIdentityPoliciesWithContext(arg0 context.Context, arg1 *ses.ListIdentityPoliciesInput, arg2 ...request.Option) (*ses.ListIdentityPoliciesOutput, error)

ListIdentityPoliciesWithContext mocks base method.

func (*MockSESAPI) ListReceiptFilters

func (m *MockSESAPI) ListReceiptFilters(arg0 *ses.ListReceiptFiltersInput) (*ses.ListReceiptFiltersOutput, error)

ListReceiptFilters mocks base method.

func (*MockSESAPI) ListReceiptFiltersRequest

func (m *MockSESAPI) ListReceiptFiltersRequest(arg0 *ses.ListReceiptFiltersInput) (*request.Request, *ses.ListReceiptFiltersOutput)

ListReceiptFiltersRequest mocks base method.

func (*MockSESAPI) ListReceiptFiltersWithContext

func (m *MockSESAPI) ListReceiptFiltersWithContext(arg0 context.Context, arg1 *ses.ListReceiptFiltersInput, arg2 ...request.Option) (*ses.ListReceiptFiltersOutput, error)

ListReceiptFiltersWithContext mocks base method.

func (*MockSESAPI) ListReceiptRuleSets

func (m *MockSESAPI) ListReceiptRuleSets(arg0 *ses.ListReceiptRuleSetsInput) (*ses.ListReceiptRuleSetsOutput, error)

ListReceiptRuleSets mocks base method.

func (*MockSESAPI) ListReceiptRuleSetsRequest

func (m *MockSESAPI) ListReceiptRuleSetsRequest(arg0 *ses.ListReceiptRuleSetsInput) (*request.Request, *ses.ListReceiptRuleSetsOutput)

ListReceiptRuleSetsRequest mocks base method.

func (*MockSESAPI) ListReceiptRuleSetsWithContext

func (m *MockSESAPI) ListReceiptRuleSetsWithContext(arg0 context.Context, arg1 *ses.ListReceiptRuleSetsInput, arg2 ...request.Option) (*ses.ListReceiptRuleSetsOutput, error)

ListReceiptRuleSetsWithContext mocks base method.

func (*MockSESAPI) ListTemplates

func (m *MockSESAPI) ListTemplates(arg0 *ses.ListTemplatesInput) (*ses.ListTemplatesOutput, error)

ListTemplates mocks base method.

func (*MockSESAPI) ListTemplatesRequest

func (m *MockSESAPI) ListTemplatesRequest(arg0 *ses.ListTemplatesInput) (*request.Request, *ses.ListTemplatesOutput)

ListTemplatesRequest mocks base method.

func (*MockSESAPI) ListTemplatesWithContext

func (m *MockSESAPI) ListTemplatesWithContext(arg0 context.Context, arg1 *ses.ListTemplatesInput, arg2 ...request.Option) (*ses.ListTemplatesOutput, error)

ListTemplatesWithContext mocks base method.

func (*MockSESAPI) ListVerifiedEmailAddresses

ListVerifiedEmailAddresses mocks base method.

func (*MockSESAPI) ListVerifiedEmailAddressesRequest

func (m *MockSESAPI) ListVerifiedEmailAddressesRequest(arg0 *ses.ListVerifiedEmailAddressesInput) (*request.Request, *ses.ListVerifiedEmailAddressesOutput)

ListVerifiedEmailAddressesRequest mocks base method.

func (*MockSESAPI) ListVerifiedEmailAddressesWithContext

func (m *MockSESAPI) ListVerifiedEmailAddressesWithContext(arg0 context.Context, arg1 *ses.ListVerifiedEmailAddressesInput, arg2 ...request.Option) (*ses.ListVerifiedEmailAddressesOutput, error)

ListVerifiedEmailAddressesWithContext mocks base method.

func (*MockSESAPI) PutConfigurationSetDeliveryOptions

PutConfigurationSetDeliveryOptions mocks base method.

func (*MockSESAPI) PutConfigurationSetDeliveryOptionsRequest

PutConfigurationSetDeliveryOptionsRequest mocks base method.

func (*MockSESAPI) PutConfigurationSetDeliveryOptionsWithContext

func (m *MockSESAPI) PutConfigurationSetDeliveryOptionsWithContext(arg0 context.Context, arg1 *ses.PutConfigurationSetDeliveryOptionsInput, arg2 ...request.Option) (*ses.PutConfigurationSetDeliveryOptionsOutput, error)

PutConfigurationSetDeliveryOptionsWithContext mocks base method.

func (*MockSESAPI) PutIdentityPolicy

func (m *MockSESAPI) PutIdentityPolicy(arg0 *ses.PutIdentityPolicyInput) (*ses.PutIdentityPolicyOutput, error)

PutIdentityPolicy mocks base method.

func (*MockSESAPI) PutIdentityPolicyRequest

func (m *MockSESAPI) PutIdentityPolicyRequest(arg0 *ses.PutIdentityPolicyInput) (*request.Request, *ses.PutIdentityPolicyOutput)

PutIdentityPolicyRequest mocks base method.

func (*MockSESAPI) PutIdentityPolicyWithContext

func (m *MockSESAPI) PutIdentityPolicyWithContext(arg0 context.Context, arg1 *ses.PutIdentityPolicyInput, arg2 ...request.Option) (*ses.PutIdentityPolicyOutput, error)

PutIdentityPolicyWithContext mocks base method.

func (*MockSESAPI) ReorderReceiptRuleSet

func (m *MockSESAPI) ReorderReceiptRuleSet(arg0 *ses.ReorderReceiptRuleSetInput) (*ses.ReorderReceiptRuleSetOutput, error)

ReorderReceiptRuleSet mocks base method.

func (*MockSESAPI) ReorderReceiptRuleSetRequest

func (m *MockSESAPI) ReorderReceiptRuleSetRequest(arg0 *ses.ReorderReceiptRuleSetInput) (*request.Request, *ses.ReorderReceiptRuleSetOutput)

ReorderReceiptRuleSetRequest mocks base method.

func (*MockSESAPI) ReorderReceiptRuleSetWithContext

func (m *MockSESAPI) ReorderReceiptRuleSetWithContext(arg0 context.Context, arg1 *ses.ReorderReceiptRuleSetInput, arg2 ...request.Option) (*ses.ReorderReceiptRuleSetOutput, error)

ReorderReceiptRuleSetWithContext mocks base method.

func (*MockSESAPI) SendBounce

func (m *MockSESAPI) SendBounce(arg0 *ses.SendBounceInput) (*ses.SendBounceOutput, error)

SendBounce mocks base method.

func (*MockSESAPI) SendBounceRequest

func (m *MockSESAPI) SendBounceRequest(arg0 *ses.SendBounceInput) (*request.Request, *ses.SendBounceOutput)

SendBounceRequest mocks base method.

func (*MockSESAPI) SendBounceWithContext

func (m *MockSESAPI) SendBounceWithContext(arg0 context.Context, arg1 *ses.SendBounceInput, arg2 ...request.Option) (*ses.SendBounceOutput, error)

SendBounceWithContext mocks base method.

func (*MockSESAPI) SendBulkTemplatedEmail

func (m *MockSESAPI) SendBulkTemplatedEmail(arg0 *ses.SendBulkTemplatedEmailInput) (*ses.SendBulkTemplatedEmailOutput, error)

SendBulkTemplatedEmail mocks base method.

func (*MockSESAPI) SendBulkTemplatedEmailRequest

func (m *MockSESAPI) SendBulkTemplatedEmailRequest(arg0 *ses.SendBulkTemplatedEmailInput) (*request.Request, *ses.SendBulkTemplatedEmailOutput)

SendBulkTemplatedEmailRequest mocks base method.

func (*MockSESAPI) SendBulkTemplatedEmailWithContext

func (m *MockSESAPI) SendBulkTemplatedEmailWithContext(arg0 context.Context, arg1 *ses.SendBulkTemplatedEmailInput, arg2 ...request.Option) (*ses.SendBulkTemplatedEmailOutput, error)

SendBulkTemplatedEmailWithContext mocks base method.

func (*MockSESAPI) SendCustomVerificationEmail

SendCustomVerificationEmail mocks base method.

func (*MockSESAPI) SendCustomVerificationEmailRequest

func (m *MockSESAPI) SendCustomVerificationEmailRequest(arg0 *ses.SendCustomVerificationEmailInput) (*request.Request, *ses.SendCustomVerificationEmailOutput)

SendCustomVerificationEmailRequest mocks base method.

func (*MockSESAPI) SendCustomVerificationEmailWithContext

func (m *MockSESAPI) SendCustomVerificationEmailWithContext(arg0 context.Context, arg1 *ses.SendCustomVerificationEmailInput, arg2 ...request.Option) (*ses.SendCustomVerificationEmailOutput, error)

SendCustomVerificationEmailWithContext mocks base method.

func (*MockSESAPI) SendEmail

func (m *MockSESAPI) SendEmail(arg0 *ses.SendEmailInput) (*ses.SendEmailOutput, error)

SendEmail mocks base method.

func (*MockSESAPI) SendEmailRequest

func (m *MockSESAPI) SendEmailRequest(arg0 *ses.SendEmailInput) (*request.Request, *ses.SendEmailOutput)

SendEmailRequest mocks base method.

func (*MockSESAPI) SendEmailWithContext

func (m *MockSESAPI) SendEmailWithContext(arg0 context.Context, arg1 *ses.SendEmailInput, arg2 ...request.Option) (*ses.SendEmailOutput, error)

SendEmailWithContext mocks base method.

func (*MockSESAPI) SendRawEmail

func (m *MockSESAPI) SendRawEmail(arg0 *ses.SendRawEmailInput) (*ses.SendRawEmailOutput, error)

SendRawEmail mocks base method.

func (*MockSESAPI) SendRawEmailRequest

func (m *MockSESAPI) SendRawEmailRequest(arg0 *ses.SendRawEmailInput) (*request.Request, *ses.SendRawEmailOutput)

SendRawEmailRequest mocks base method.

func (*MockSESAPI) SendRawEmailWithContext

func (m *MockSESAPI) SendRawEmailWithContext(arg0 context.Context, arg1 *ses.SendRawEmailInput, arg2 ...request.Option) (*ses.SendRawEmailOutput, error)

SendRawEmailWithContext mocks base method.

func (*MockSESAPI) SendTemplatedEmail

func (m *MockSESAPI) SendTemplatedEmail(arg0 *ses.SendTemplatedEmailInput) (*ses.SendTemplatedEmailOutput, error)

SendTemplatedEmail mocks base method.

func (*MockSESAPI) SendTemplatedEmailRequest

func (m *MockSESAPI) SendTemplatedEmailRequest(arg0 *ses.SendTemplatedEmailInput) (*request.Request, *ses.SendTemplatedEmailOutput)

SendTemplatedEmailRequest mocks base method.

func (*MockSESAPI) SendTemplatedEmailWithContext

func (m *MockSESAPI) SendTemplatedEmailWithContext(arg0 context.Context, arg1 *ses.SendTemplatedEmailInput, arg2 ...request.Option) (*ses.SendTemplatedEmailOutput, error)

SendTemplatedEmailWithContext mocks base method.

func (*MockSESAPI) SetActiveReceiptRuleSet

func (m *MockSESAPI) SetActiveReceiptRuleSet(arg0 *ses.SetActiveReceiptRuleSetInput) (*ses.SetActiveReceiptRuleSetOutput, error)

SetActiveReceiptRuleSet mocks base method.

func (*MockSESAPI) SetActiveReceiptRuleSetRequest

func (m *MockSESAPI) SetActiveReceiptRuleSetRequest(arg0 *ses.SetActiveReceiptRuleSetInput) (*request.Request, *ses.SetActiveReceiptRuleSetOutput)

SetActiveReceiptRuleSetRequest mocks base method.

func (*MockSESAPI) SetActiveReceiptRuleSetWithContext

func (m *MockSESAPI) SetActiveReceiptRuleSetWithContext(arg0 context.Context, arg1 *ses.SetActiveReceiptRuleSetInput, arg2 ...request.Option) (*ses.SetActiveReceiptRuleSetOutput, error)

SetActiveReceiptRuleSetWithContext mocks base method.

func (*MockSESAPI) SetIdentityDkimEnabled

func (m *MockSESAPI) SetIdentityDkimEnabled(arg0 *ses.SetIdentityDkimEnabledInput) (*ses.SetIdentityDkimEnabledOutput, error)

SetIdentityDkimEnabled mocks base method.

func (*MockSESAPI) SetIdentityDkimEnabledRequest

func (m *MockSESAPI) SetIdentityDkimEnabledRequest(arg0 *ses.SetIdentityDkimEnabledInput) (*request.Request, *ses.SetIdentityDkimEnabledOutput)

SetIdentityDkimEnabledRequest mocks base method.

func (*MockSESAPI) SetIdentityDkimEnabledWithContext

func (m *MockSESAPI) SetIdentityDkimEnabledWithContext(arg0 context.Context, arg1 *ses.SetIdentityDkimEnabledInput, arg2 ...request.Option) (*ses.SetIdentityDkimEnabledOutput, error)

SetIdentityDkimEnabledWithContext mocks base method.

func (*MockSESAPI) SetIdentityFeedbackForwardingEnabled

SetIdentityFeedbackForwardingEnabled mocks base method.

func (*MockSESAPI) SetIdentityFeedbackForwardingEnabledRequest

SetIdentityFeedbackForwardingEnabledRequest mocks base method.

func (*MockSESAPI) SetIdentityFeedbackForwardingEnabledWithContext

func (m *MockSESAPI) SetIdentityFeedbackForwardingEnabledWithContext(arg0 context.Context, arg1 *ses.SetIdentityFeedbackForwardingEnabledInput, arg2 ...request.Option) (*ses.SetIdentityFeedbackForwardingEnabledOutput, error)

SetIdentityFeedbackForwardingEnabledWithContext mocks base method.

func (*MockSESAPI) SetIdentityHeadersInNotificationsEnabled

SetIdentityHeadersInNotificationsEnabled mocks base method.

func (*MockSESAPI) SetIdentityHeadersInNotificationsEnabledRequest

SetIdentityHeadersInNotificationsEnabledRequest mocks base method.

func (*MockSESAPI) SetIdentityHeadersInNotificationsEnabledWithContext

func (m *MockSESAPI) SetIdentityHeadersInNotificationsEnabledWithContext(arg0 context.Context, arg1 *ses.SetIdentityHeadersInNotificationsEnabledInput, arg2 ...request.Option) (*ses.SetIdentityHeadersInNotificationsEnabledOutput, error)

SetIdentityHeadersInNotificationsEnabledWithContext mocks base method.

func (*MockSESAPI) SetIdentityMailFromDomain

SetIdentityMailFromDomain mocks base method.

func (*MockSESAPI) SetIdentityMailFromDomainRequest

func (m *MockSESAPI) SetIdentityMailFromDomainRequest(arg0 *ses.SetIdentityMailFromDomainInput) (*request.Request, *ses.SetIdentityMailFromDomainOutput)

SetIdentityMailFromDomainRequest mocks base method.

func (*MockSESAPI) SetIdentityMailFromDomainWithContext

func (m *MockSESAPI) SetIdentityMailFromDomainWithContext(arg0 context.Context, arg1 *ses.SetIdentityMailFromDomainInput, arg2 ...request.Option) (*ses.SetIdentityMailFromDomainOutput, error)

SetIdentityMailFromDomainWithContext mocks base method.

func (*MockSESAPI) SetIdentityNotificationTopic

SetIdentityNotificationTopic mocks base method.

func (*MockSESAPI) SetIdentityNotificationTopicRequest

func (m *MockSESAPI) SetIdentityNotificationTopicRequest(arg0 *ses.SetIdentityNotificationTopicInput) (*request.Request, *ses.SetIdentityNotificationTopicOutput)

SetIdentityNotificationTopicRequest mocks base method.

func (*MockSESAPI) SetIdentityNotificationTopicWithContext

func (m *MockSESAPI) SetIdentityNotificationTopicWithContext(arg0 context.Context, arg1 *ses.SetIdentityNotificationTopicInput, arg2 ...request.Option) (*ses.SetIdentityNotificationTopicOutput, error)

SetIdentityNotificationTopicWithContext mocks base method.

func (*MockSESAPI) SetReceiptRulePosition

func (m *MockSESAPI) SetReceiptRulePosition(arg0 *ses.SetReceiptRulePositionInput) (*ses.SetReceiptRulePositionOutput, error)

SetReceiptRulePosition mocks base method.

func (*MockSESAPI) SetReceiptRulePositionRequest

func (m *MockSESAPI) SetReceiptRulePositionRequest(arg0 *ses.SetReceiptRulePositionInput) (*request.Request, *ses.SetReceiptRulePositionOutput)

SetReceiptRulePositionRequest mocks base method.

func (*MockSESAPI) SetReceiptRulePositionWithContext

func (m *MockSESAPI) SetReceiptRulePositionWithContext(arg0 context.Context, arg1 *ses.SetReceiptRulePositionInput, arg2 ...request.Option) (*ses.SetReceiptRulePositionOutput, error)

SetReceiptRulePositionWithContext mocks base method.

func (*MockSESAPI) TestRenderTemplate

func (m *MockSESAPI) TestRenderTemplate(arg0 *ses.TestRenderTemplateInput) (*ses.TestRenderTemplateOutput, error)

TestRenderTemplate mocks base method.

func (*MockSESAPI) TestRenderTemplateRequest

func (m *MockSESAPI) TestRenderTemplateRequest(arg0 *ses.TestRenderTemplateInput) (*request.Request, *ses.TestRenderTemplateOutput)

TestRenderTemplateRequest mocks base method.

func (*MockSESAPI) TestRenderTemplateWithContext

func (m *MockSESAPI) TestRenderTemplateWithContext(arg0 context.Context, arg1 *ses.TestRenderTemplateInput, arg2 ...request.Option) (*ses.TestRenderTemplateOutput, error)

TestRenderTemplateWithContext mocks base method.

func (*MockSESAPI) UpdateAccountSendingEnabled

UpdateAccountSendingEnabled mocks base method.

func (*MockSESAPI) UpdateAccountSendingEnabledRequest

func (m *MockSESAPI) UpdateAccountSendingEnabledRequest(arg0 *ses.UpdateAccountSendingEnabledInput) (*request.Request, *ses.UpdateAccountSendingEnabledOutput)

UpdateAccountSendingEnabledRequest mocks base method.

func (*MockSESAPI) UpdateAccountSendingEnabledWithContext

func (m *MockSESAPI) UpdateAccountSendingEnabledWithContext(arg0 context.Context, arg1 *ses.UpdateAccountSendingEnabledInput, arg2 ...request.Option) (*ses.UpdateAccountSendingEnabledOutput, error)

UpdateAccountSendingEnabledWithContext mocks base method.

func (*MockSESAPI) UpdateConfigurationSetEventDestination

UpdateConfigurationSetEventDestination mocks base method.

func (*MockSESAPI) UpdateConfigurationSetEventDestinationRequest

UpdateConfigurationSetEventDestinationRequest mocks base method.

func (*MockSESAPI) UpdateConfigurationSetEventDestinationWithContext

func (m *MockSESAPI) UpdateConfigurationSetEventDestinationWithContext(arg0 context.Context, arg1 *ses.UpdateConfigurationSetEventDestinationInput, arg2 ...request.Option) (*ses.UpdateConfigurationSetEventDestinationOutput, error)

UpdateConfigurationSetEventDestinationWithContext mocks base method.

func (*MockSESAPI) UpdateConfigurationSetReputationMetricsEnabled

UpdateConfigurationSetReputationMetricsEnabled mocks base method.

func (*MockSESAPI) UpdateConfigurationSetReputationMetricsEnabledRequest

UpdateConfigurationSetReputationMetricsEnabledRequest mocks base method.

func (*MockSESAPI) UpdateConfigurationSetReputationMetricsEnabledWithContext

func (m *MockSESAPI) UpdateConfigurationSetReputationMetricsEnabledWithContext(arg0 context.Context, arg1 *ses.UpdateConfigurationSetReputationMetricsEnabledInput, arg2 ...request.Option) (*ses.UpdateConfigurationSetReputationMetricsEnabledOutput, error)

UpdateConfigurationSetReputationMetricsEnabledWithContext mocks base method.

func (*MockSESAPI) UpdateConfigurationSetSendingEnabled

UpdateConfigurationSetSendingEnabled mocks base method.

func (*MockSESAPI) UpdateConfigurationSetSendingEnabledRequest

UpdateConfigurationSetSendingEnabledRequest mocks base method.

func (*MockSESAPI) UpdateConfigurationSetSendingEnabledWithContext

func (m *MockSESAPI) UpdateConfigurationSetSendingEnabledWithContext(arg0 context.Context, arg1 *ses.UpdateConfigurationSetSendingEnabledInput, arg2 ...request.Option) (*ses.UpdateConfigurationSetSendingEnabledOutput, error)

UpdateConfigurationSetSendingEnabledWithContext mocks base method.

func (*MockSESAPI) UpdateConfigurationSetTrackingOptions

UpdateConfigurationSetTrackingOptions mocks base method.

func (*MockSESAPI) UpdateConfigurationSetTrackingOptionsRequest

UpdateConfigurationSetTrackingOptionsRequest mocks base method.

func (*MockSESAPI) UpdateConfigurationSetTrackingOptionsWithContext

func (m *MockSESAPI) UpdateConfigurationSetTrackingOptionsWithContext(arg0 context.Context, arg1 *ses.UpdateConfigurationSetTrackingOptionsInput, arg2 ...request.Option) (*ses.UpdateConfigurationSetTrackingOptionsOutput, error)

UpdateConfigurationSetTrackingOptionsWithContext mocks base method.

func (*MockSESAPI) UpdateCustomVerificationEmailTemplate

UpdateCustomVerificationEmailTemplate mocks base method.

func (*MockSESAPI) UpdateCustomVerificationEmailTemplateRequest

UpdateCustomVerificationEmailTemplateRequest mocks base method.

func (*MockSESAPI) UpdateCustomVerificationEmailTemplateWithContext

func (m *MockSESAPI) UpdateCustomVerificationEmailTemplateWithContext(arg0 context.Context, arg1 *ses.UpdateCustomVerificationEmailTemplateInput, arg2 ...request.Option) (*ses.UpdateCustomVerificationEmailTemplateOutput, error)

UpdateCustomVerificationEmailTemplateWithContext mocks base method.

func (*MockSESAPI) UpdateReceiptRule

func (m *MockSESAPI) UpdateReceiptRule(arg0 *ses.UpdateReceiptRuleInput) (*ses.UpdateReceiptRuleOutput, error)

UpdateReceiptRule mocks base method.

func (*MockSESAPI) UpdateReceiptRuleRequest

func (m *MockSESAPI) UpdateReceiptRuleRequest(arg0 *ses.UpdateReceiptRuleInput) (*request.Request, *ses.UpdateReceiptRuleOutput)

UpdateReceiptRuleRequest mocks base method.

func (*MockSESAPI) UpdateReceiptRuleWithContext

func (m *MockSESAPI) UpdateReceiptRuleWithContext(arg0 context.Context, arg1 *ses.UpdateReceiptRuleInput, arg2 ...request.Option) (*ses.UpdateReceiptRuleOutput, error)

UpdateReceiptRuleWithContext mocks base method.

func (*MockSESAPI) UpdateTemplate

func (m *MockSESAPI) UpdateTemplate(arg0 *ses.UpdateTemplateInput) (*ses.UpdateTemplateOutput, error)

UpdateTemplate mocks base method.

func (*MockSESAPI) UpdateTemplateRequest

func (m *MockSESAPI) UpdateTemplateRequest(arg0 *ses.UpdateTemplateInput) (*request.Request, *ses.UpdateTemplateOutput)

UpdateTemplateRequest mocks base method.

func (*MockSESAPI) UpdateTemplateWithContext

func (m *MockSESAPI) UpdateTemplateWithContext(arg0 context.Context, arg1 *ses.UpdateTemplateInput, arg2 ...request.Option) (*ses.UpdateTemplateOutput, error)

UpdateTemplateWithContext mocks base method.

func (*MockSESAPI) VerifyDomainDkim

func (m *MockSESAPI) VerifyDomainDkim(arg0 *ses.VerifyDomainDkimInput) (*ses.VerifyDomainDkimOutput, error)

VerifyDomainDkim mocks base method.

func (*MockSESAPI) VerifyDomainDkimRequest

func (m *MockSESAPI) VerifyDomainDkimRequest(arg0 *ses.VerifyDomainDkimInput) (*request.Request, *ses.VerifyDomainDkimOutput)

VerifyDomainDkimRequest mocks base method.

func (*MockSESAPI) VerifyDomainDkimWithContext

func (m *MockSESAPI) VerifyDomainDkimWithContext(arg0 context.Context, arg1 *ses.VerifyDomainDkimInput, arg2 ...request.Option) (*ses.VerifyDomainDkimOutput, error)

VerifyDomainDkimWithContext mocks base method.

func (*MockSESAPI) VerifyDomainIdentity

func (m *MockSESAPI) VerifyDomainIdentity(arg0 *ses.VerifyDomainIdentityInput) (*ses.VerifyDomainIdentityOutput, error)

VerifyDomainIdentity mocks base method.

func (*MockSESAPI) VerifyDomainIdentityRequest

func (m *MockSESAPI) VerifyDomainIdentityRequest(arg0 *ses.VerifyDomainIdentityInput) (*request.Request, *ses.VerifyDomainIdentityOutput)

VerifyDomainIdentityRequest mocks base method.

func (*MockSESAPI) VerifyDomainIdentityWithContext

func (m *MockSESAPI) VerifyDomainIdentityWithContext(arg0 context.Context, arg1 *ses.VerifyDomainIdentityInput, arg2 ...request.Option) (*ses.VerifyDomainIdentityOutput, error)

VerifyDomainIdentityWithContext mocks base method.

func (*MockSESAPI) VerifyEmailAddress

func (m *MockSESAPI) VerifyEmailAddress(arg0 *ses.VerifyEmailAddressInput) (*ses.VerifyEmailAddressOutput, error)

VerifyEmailAddress mocks base method.

func (*MockSESAPI) VerifyEmailAddressRequest

func (m *MockSESAPI) VerifyEmailAddressRequest(arg0 *ses.VerifyEmailAddressInput) (*request.Request, *ses.VerifyEmailAddressOutput)

VerifyEmailAddressRequest mocks base method.

func (*MockSESAPI) VerifyEmailAddressWithContext

func (m *MockSESAPI) VerifyEmailAddressWithContext(arg0 context.Context, arg1 *ses.VerifyEmailAddressInput, arg2 ...request.Option) (*ses.VerifyEmailAddressOutput, error)

VerifyEmailAddressWithContext mocks base method.

func (*MockSESAPI) VerifyEmailIdentity

func (m *MockSESAPI) VerifyEmailIdentity(arg0 *ses.VerifyEmailIdentityInput) (*ses.VerifyEmailIdentityOutput, error)

VerifyEmailIdentity mocks base method.

func (*MockSESAPI) VerifyEmailIdentityRequest

func (m *MockSESAPI) VerifyEmailIdentityRequest(arg0 *ses.VerifyEmailIdentityInput) (*request.Request, *ses.VerifyEmailIdentityOutput)

VerifyEmailIdentityRequest mocks base method.

func (*MockSESAPI) VerifyEmailIdentityWithContext

func (m *MockSESAPI) VerifyEmailIdentityWithContext(arg0 context.Context, arg1 *ses.VerifyEmailIdentityInput, arg2 ...request.Option) (*ses.VerifyEmailIdentityOutput, error)

VerifyEmailIdentityWithContext mocks base method.

func (*MockSESAPI) WaitUntilIdentityExists

func (m *MockSESAPI) WaitUntilIdentityExists(arg0 *ses.GetIdentityVerificationAttributesInput) error

WaitUntilIdentityExists mocks base method.

func (*MockSESAPI) WaitUntilIdentityExistsWithContext

func (m *MockSESAPI) WaitUntilIdentityExistsWithContext(arg0 context.Context, arg1 *ses.GetIdentityVerificationAttributesInput, arg2 ...request.WaiterOption) error

WaitUntilIdentityExistsWithContext mocks base method.

type MockSESAPIMockRecorder

type MockSESAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockSESAPIMockRecorder is the mock recorder for MockSESAPI.

func (*MockSESAPIMockRecorder) CloneReceiptRuleSet

func (mr *MockSESAPIMockRecorder) CloneReceiptRuleSet(arg0 interface{}) *gomock.Call

CloneReceiptRuleSet indicates an expected call of CloneReceiptRuleSet.

func (*MockSESAPIMockRecorder) CloneReceiptRuleSetRequest

func (mr *MockSESAPIMockRecorder) CloneReceiptRuleSetRequest(arg0 interface{}) *gomock.Call

CloneReceiptRuleSetRequest indicates an expected call of CloneReceiptRuleSetRequest.

func (*MockSESAPIMockRecorder) CloneReceiptRuleSetWithContext

func (mr *MockSESAPIMockRecorder) CloneReceiptRuleSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CloneReceiptRuleSetWithContext indicates an expected call of CloneReceiptRuleSetWithContext.

func (*MockSESAPIMockRecorder) CreateConfigurationSet

func (mr *MockSESAPIMockRecorder) CreateConfigurationSet(arg0 interface{}) *gomock.Call

CreateConfigurationSet indicates an expected call of CreateConfigurationSet.

func (*MockSESAPIMockRecorder) CreateConfigurationSetEventDestination

func (mr *MockSESAPIMockRecorder) CreateConfigurationSetEventDestination(arg0 interface{}) *gomock.Call

CreateConfigurationSetEventDestination indicates an expected call of CreateConfigurationSetEventDestination.

func (*MockSESAPIMockRecorder) CreateConfigurationSetEventDestinationRequest

func (mr *MockSESAPIMockRecorder) CreateConfigurationSetEventDestinationRequest(arg0 interface{}) *gomock.Call

CreateConfigurationSetEventDestinationRequest indicates an expected call of CreateConfigurationSetEventDestinationRequest.

func (*MockSESAPIMockRecorder) CreateConfigurationSetEventDestinationWithContext

func (mr *MockSESAPIMockRecorder) CreateConfigurationSetEventDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateConfigurationSetEventDestinationWithContext indicates an expected call of CreateConfigurationSetEventDestinationWithContext.

func (*MockSESAPIMockRecorder) CreateConfigurationSetRequest

func (mr *MockSESAPIMockRecorder) CreateConfigurationSetRequest(arg0 interface{}) *gomock.Call

CreateConfigurationSetRequest indicates an expected call of CreateConfigurationSetRequest.

func (*MockSESAPIMockRecorder) CreateConfigurationSetTrackingOptions

func (mr *MockSESAPIMockRecorder) CreateConfigurationSetTrackingOptions(arg0 interface{}) *gomock.Call

CreateConfigurationSetTrackingOptions indicates an expected call of CreateConfigurationSetTrackingOptions.

func (*MockSESAPIMockRecorder) CreateConfigurationSetTrackingOptionsRequest

func (mr *MockSESAPIMockRecorder) CreateConfigurationSetTrackingOptionsRequest(arg0 interface{}) *gomock.Call

CreateConfigurationSetTrackingOptionsRequest indicates an expected call of CreateConfigurationSetTrackingOptionsRequest.

func (*MockSESAPIMockRecorder) CreateConfigurationSetTrackingOptionsWithContext

func (mr *MockSESAPIMockRecorder) CreateConfigurationSetTrackingOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateConfigurationSetTrackingOptionsWithContext indicates an expected call of CreateConfigurationSetTrackingOptionsWithContext.

func (*MockSESAPIMockRecorder) CreateConfigurationSetWithContext

func (mr *MockSESAPIMockRecorder) CreateConfigurationSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateConfigurationSetWithContext indicates an expected call of CreateConfigurationSetWithContext.

func (*MockSESAPIMockRecorder) CreateCustomVerificationEmailTemplate

func (mr *MockSESAPIMockRecorder) CreateCustomVerificationEmailTemplate(arg0 interface{}) *gomock.Call

CreateCustomVerificationEmailTemplate indicates an expected call of CreateCustomVerificationEmailTemplate.

func (*MockSESAPIMockRecorder) CreateCustomVerificationEmailTemplateRequest

func (mr *MockSESAPIMockRecorder) CreateCustomVerificationEmailTemplateRequest(arg0 interface{}) *gomock.Call

CreateCustomVerificationEmailTemplateRequest indicates an expected call of CreateCustomVerificationEmailTemplateRequest.

func (*MockSESAPIMockRecorder) CreateCustomVerificationEmailTemplateWithContext

func (mr *MockSESAPIMockRecorder) CreateCustomVerificationEmailTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomVerificationEmailTemplateWithContext indicates an expected call of CreateCustomVerificationEmailTemplateWithContext.

func (*MockSESAPIMockRecorder) CreateReceiptFilter

func (mr *MockSESAPIMockRecorder) CreateReceiptFilter(arg0 interface{}) *gomock.Call

CreateReceiptFilter indicates an expected call of CreateReceiptFilter.

func (*MockSESAPIMockRecorder) CreateReceiptFilterRequest

func (mr *MockSESAPIMockRecorder) CreateReceiptFilterRequest(arg0 interface{}) *gomock.Call

CreateReceiptFilterRequest indicates an expected call of CreateReceiptFilterRequest.

func (*MockSESAPIMockRecorder) CreateReceiptFilterWithContext

func (mr *MockSESAPIMockRecorder) CreateReceiptFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReceiptFilterWithContext indicates an expected call of CreateReceiptFilterWithContext.

func (*MockSESAPIMockRecorder) CreateReceiptRule

func (mr *MockSESAPIMockRecorder) CreateReceiptRule(arg0 interface{}) *gomock.Call

CreateReceiptRule indicates an expected call of CreateReceiptRule.

func (*MockSESAPIMockRecorder) CreateReceiptRuleRequest

func (mr *MockSESAPIMockRecorder) CreateReceiptRuleRequest(arg0 interface{}) *gomock.Call

CreateReceiptRuleRequest indicates an expected call of CreateReceiptRuleRequest.

func (*MockSESAPIMockRecorder) CreateReceiptRuleSet

func (mr *MockSESAPIMockRecorder) CreateReceiptRuleSet(arg0 interface{}) *gomock.Call

CreateReceiptRuleSet indicates an expected call of CreateReceiptRuleSet.

func (*MockSESAPIMockRecorder) CreateReceiptRuleSetRequest

func (mr *MockSESAPIMockRecorder) CreateReceiptRuleSetRequest(arg0 interface{}) *gomock.Call

CreateReceiptRuleSetRequest indicates an expected call of CreateReceiptRuleSetRequest.

func (*MockSESAPIMockRecorder) CreateReceiptRuleSetWithContext

func (mr *MockSESAPIMockRecorder) CreateReceiptRuleSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReceiptRuleSetWithContext indicates an expected call of CreateReceiptRuleSetWithContext.

func (*MockSESAPIMockRecorder) CreateReceiptRuleWithContext

func (mr *MockSESAPIMockRecorder) CreateReceiptRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReceiptRuleWithContext indicates an expected call of CreateReceiptRuleWithContext.

func (*MockSESAPIMockRecorder) CreateTemplate

func (mr *MockSESAPIMockRecorder) CreateTemplate(arg0 interface{}) *gomock.Call

CreateTemplate indicates an expected call of CreateTemplate.

func (*MockSESAPIMockRecorder) CreateTemplateRequest

func (mr *MockSESAPIMockRecorder) CreateTemplateRequest(arg0 interface{}) *gomock.Call

CreateTemplateRequest indicates an expected call of CreateTemplateRequest.

func (*MockSESAPIMockRecorder) CreateTemplateWithContext

func (mr *MockSESAPIMockRecorder) CreateTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTemplateWithContext indicates an expected call of CreateTemplateWithContext.

func (*MockSESAPIMockRecorder) DeleteConfigurationSet

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSet(arg0 interface{}) *gomock.Call

DeleteConfigurationSet indicates an expected call of DeleteConfigurationSet.

func (*MockSESAPIMockRecorder) DeleteConfigurationSetEventDestination

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSetEventDestination(arg0 interface{}) *gomock.Call

DeleteConfigurationSetEventDestination indicates an expected call of DeleteConfigurationSetEventDestination.

func (*MockSESAPIMockRecorder) DeleteConfigurationSetEventDestinationRequest

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSetEventDestinationRequest(arg0 interface{}) *gomock.Call

DeleteConfigurationSetEventDestinationRequest indicates an expected call of DeleteConfigurationSetEventDestinationRequest.

func (*MockSESAPIMockRecorder) DeleteConfigurationSetEventDestinationWithContext

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSetEventDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteConfigurationSetEventDestinationWithContext indicates an expected call of DeleteConfigurationSetEventDestinationWithContext.

func (*MockSESAPIMockRecorder) DeleteConfigurationSetRequest

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSetRequest(arg0 interface{}) *gomock.Call

DeleteConfigurationSetRequest indicates an expected call of DeleteConfigurationSetRequest.

func (*MockSESAPIMockRecorder) DeleteConfigurationSetTrackingOptions

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSetTrackingOptions(arg0 interface{}) *gomock.Call

DeleteConfigurationSetTrackingOptions indicates an expected call of DeleteConfigurationSetTrackingOptions.

func (*MockSESAPIMockRecorder) DeleteConfigurationSetTrackingOptionsRequest

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSetTrackingOptionsRequest(arg0 interface{}) *gomock.Call

DeleteConfigurationSetTrackingOptionsRequest indicates an expected call of DeleteConfigurationSetTrackingOptionsRequest.

func (*MockSESAPIMockRecorder) DeleteConfigurationSetTrackingOptionsWithContext

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSetTrackingOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteConfigurationSetTrackingOptionsWithContext indicates an expected call of DeleteConfigurationSetTrackingOptionsWithContext.

func (*MockSESAPIMockRecorder) DeleteConfigurationSetWithContext

func (mr *MockSESAPIMockRecorder) DeleteConfigurationSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteConfigurationSetWithContext indicates an expected call of DeleteConfigurationSetWithContext.

func (*MockSESAPIMockRecorder) DeleteCustomVerificationEmailTemplate

func (mr *MockSESAPIMockRecorder) DeleteCustomVerificationEmailTemplate(arg0 interface{}) *gomock.Call

DeleteCustomVerificationEmailTemplate indicates an expected call of DeleteCustomVerificationEmailTemplate.

func (*MockSESAPIMockRecorder) DeleteCustomVerificationEmailTemplateRequest

func (mr *MockSESAPIMockRecorder) DeleteCustomVerificationEmailTemplateRequest(arg0 interface{}) *gomock.Call

DeleteCustomVerificationEmailTemplateRequest indicates an expected call of DeleteCustomVerificationEmailTemplateRequest.

func (*MockSESAPIMockRecorder) DeleteCustomVerificationEmailTemplateWithContext

func (mr *MockSESAPIMockRecorder) DeleteCustomVerificationEmailTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomVerificationEmailTemplateWithContext indicates an expected call of DeleteCustomVerificationEmailTemplateWithContext.

func (*MockSESAPIMockRecorder) DeleteIdentity

func (mr *MockSESAPIMockRecorder) DeleteIdentity(arg0 interface{}) *gomock.Call

DeleteIdentity indicates an expected call of DeleteIdentity.

func (*MockSESAPIMockRecorder) DeleteIdentityPolicy

func (mr *MockSESAPIMockRecorder) DeleteIdentityPolicy(arg0 interface{}) *gomock.Call

DeleteIdentityPolicy indicates an expected call of DeleteIdentityPolicy.

func (*MockSESAPIMockRecorder) DeleteIdentityPolicyRequest

func (mr *MockSESAPIMockRecorder) DeleteIdentityPolicyRequest(arg0 interface{}) *gomock.Call

DeleteIdentityPolicyRequest indicates an expected call of DeleteIdentityPolicyRequest.

func (*MockSESAPIMockRecorder) DeleteIdentityPolicyWithContext

func (mr *MockSESAPIMockRecorder) DeleteIdentityPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIdentityPolicyWithContext indicates an expected call of DeleteIdentityPolicyWithContext.

func (*MockSESAPIMockRecorder) DeleteIdentityRequest

func (mr *MockSESAPIMockRecorder) DeleteIdentityRequest(arg0 interface{}) *gomock.Call

DeleteIdentityRequest indicates an expected call of DeleteIdentityRequest.

func (*MockSESAPIMockRecorder) DeleteIdentityWithContext

func (mr *MockSESAPIMockRecorder) DeleteIdentityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIdentityWithContext indicates an expected call of DeleteIdentityWithContext.

func (*MockSESAPIMockRecorder) DeleteReceiptFilter

func (mr *MockSESAPIMockRecorder) DeleteReceiptFilter(arg0 interface{}) *gomock.Call

DeleteReceiptFilter indicates an expected call of DeleteReceiptFilter.

func (*MockSESAPIMockRecorder) DeleteReceiptFilterRequest

func (mr *MockSESAPIMockRecorder) DeleteReceiptFilterRequest(arg0 interface{}) *gomock.Call

DeleteReceiptFilterRequest indicates an expected call of DeleteReceiptFilterRequest.

func (*MockSESAPIMockRecorder) DeleteReceiptFilterWithContext

func (mr *MockSESAPIMockRecorder) DeleteReceiptFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReceiptFilterWithContext indicates an expected call of DeleteReceiptFilterWithContext.

func (*MockSESAPIMockRecorder) DeleteReceiptRule

func (mr *MockSESAPIMockRecorder) DeleteReceiptRule(arg0 interface{}) *gomock.Call

DeleteReceiptRule indicates an expected call of DeleteReceiptRule.

func (*MockSESAPIMockRecorder) DeleteReceiptRuleRequest

func (mr *MockSESAPIMockRecorder) DeleteReceiptRuleRequest(arg0 interface{}) *gomock.Call

DeleteReceiptRuleRequest indicates an expected call of DeleteReceiptRuleRequest.

func (*MockSESAPIMockRecorder) DeleteReceiptRuleSet

func (mr *MockSESAPIMockRecorder) DeleteReceiptRuleSet(arg0 interface{}) *gomock.Call

DeleteReceiptRuleSet indicates an expected call of DeleteReceiptRuleSet.

func (*MockSESAPIMockRecorder) DeleteReceiptRuleSetRequest

func (mr *MockSESAPIMockRecorder) DeleteReceiptRuleSetRequest(arg0 interface{}) *gomock.Call

DeleteReceiptRuleSetRequest indicates an expected call of DeleteReceiptRuleSetRequest.

func (*MockSESAPIMockRecorder) DeleteReceiptRuleSetWithContext

func (mr *MockSESAPIMockRecorder) DeleteReceiptRuleSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReceiptRuleSetWithContext indicates an expected call of DeleteReceiptRuleSetWithContext.

func (*MockSESAPIMockRecorder) DeleteReceiptRuleWithContext

func (mr *MockSESAPIMockRecorder) DeleteReceiptRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReceiptRuleWithContext indicates an expected call of DeleteReceiptRuleWithContext.

func (*MockSESAPIMockRecorder) DeleteTemplate

func (mr *MockSESAPIMockRecorder) DeleteTemplate(arg0 interface{}) *gomock.Call

DeleteTemplate indicates an expected call of DeleteTemplate.

func (*MockSESAPIMockRecorder) DeleteTemplateRequest

func (mr *MockSESAPIMockRecorder) DeleteTemplateRequest(arg0 interface{}) *gomock.Call

DeleteTemplateRequest indicates an expected call of DeleteTemplateRequest.

func (*MockSESAPIMockRecorder) DeleteTemplateWithContext

func (mr *MockSESAPIMockRecorder) DeleteTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTemplateWithContext indicates an expected call of DeleteTemplateWithContext.

func (*MockSESAPIMockRecorder) DeleteVerifiedEmailAddress

func (mr *MockSESAPIMockRecorder) DeleteVerifiedEmailAddress(arg0 interface{}) *gomock.Call

DeleteVerifiedEmailAddress indicates an expected call of DeleteVerifiedEmailAddress.

func (*MockSESAPIMockRecorder) DeleteVerifiedEmailAddressRequest

func (mr *MockSESAPIMockRecorder) DeleteVerifiedEmailAddressRequest(arg0 interface{}) *gomock.Call

DeleteVerifiedEmailAddressRequest indicates an expected call of DeleteVerifiedEmailAddressRequest.

func (*MockSESAPIMockRecorder) DeleteVerifiedEmailAddressWithContext

func (mr *MockSESAPIMockRecorder) DeleteVerifiedEmailAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVerifiedEmailAddressWithContext indicates an expected call of DeleteVerifiedEmailAddressWithContext.

func (*MockSESAPIMockRecorder) DescribeActiveReceiptRuleSet

func (mr *MockSESAPIMockRecorder) DescribeActiveReceiptRuleSet(arg0 interface{}) *gomock.Call

DescribeActiveReceiptRuleSet indicates an expected call of DescribeActiveReceiptRuleSet.

func (*MockSESAPIMockRecorder) DescribeActiveReceiptRuleSetRequest

func (mr *MockSESAPIMockRecorder) DescribeActiveReceiptRuleSetRequest(arg0 interface{}) *gomock.Call

DescribeActiveReceiptRuleSetRequest indicates an expected call of DescribeActiveReceiptRuleSetRequest.

func (*MockSESAPIMockRecorder) DescribeActiveReceiptRuleSetWithContext

func (mr *MockSESAPIMockRecorder) DescribeActiveReceiptRuleSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeActiveReceiptRuleSetWithContext indicates an expected call of DescribeActiveReceiptRuleSetWithContext.

func (*MockSESAPIMockRecorder) DescribeConfigurationSet

func (mr *MockSESAPIMockRecorder) DescribeConfigurationSet(arg0 interface{}) *gomock.Call

DescribeConfigurationSet indicates an expected call of DescribeConfigurationSet.

func (*MockSESAPIMockRecorder) DescribeConfigurationSetRequest

func (mr *MockSESAPIMockRecorder) DescribeConfigurationSetRequest(arg0 interface{}) *gomock.Call

DescribeConfigurationSetRequest indicates an expected call of DescribeConfigurationSetRequest.

func (*MockSESAPIMockRecorder) DescribeConfigurationSetWithContext

func (mr *MockSESAPIMockRecorder) DescribeConfigurationSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationSetWithContext indicates an expected call of DescribeConfigurationSetWithContext.

func (*MockSESAPIMockRecorder) DescribeReceiptRule

func (mr *MockSESAPIMockRecorder) DescribeReceiptRule(arg0 interface{}) *gomock.Call

DescribeReceiptRule indicates an expected call of DescribeReceiptRule.

func (*MockSESAPIMockRecorder) DescribeReceiptRuleRequest

func (mr *MockSESAPIMockRecorder) DescribeReceiptRuleRequest(arg0 interface{}) *gomock.Call

DescribeReceiptRuleRequest indicates an expected call of DescribeReceiptRuleRequest.

func (*MockSESAPIMockRecorder) DescribeReceiptRuleSet

func (mr *MockSESAPIMockRecorder) DescribeReceiptRuleSet(arg0 interface{}) *gomock.Call

DescribeReceiptRuleSet indicates an expected call of DescribeReceiptRuleSet.

func (*MockSESAPIMockRecorder) DescribeReceiptRuleSetRequest

func (mr *MockSESAPIMockRecorder) DescribeReceiptRuleSetRequest(arg0 interface{}) *gomock.Call

DescribeReceiptRuleSetRequest indicates an expected call of DescribeReceiptRuleSetRequest.

func (*MockSESAPIMockRecorder) DescribeReceiptRuleSetWithContext

func (mr *MockSESAPIMockRecorder) DescribeReceiptRuleSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReceiptRuleSetWithContext indicates an expected call of DescribeReceiptRuleSetWithContext.

func (*MockSESAPIMockRecorder) DescribeReceiptRuleWithContext

func (mr *MockSESAPIMockRecorder) DescribeReceiptRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReceiptRuleWithContext indicates an expected call of DescribeReceiptRuleWithContext.

func (*MockSESAPIMockRecorder) GetAccountSendingEnabled

func (mr *MockSESAPIMockRecorder) GetAccountSendingEnabled(arg0 interface{}) *gomock.Call

GetAccountSendingEnabled indicates an expected call of GetAccountSendingEnabled.

func (*MockSESAPIMockRecorder) GetAccountSendingEnabledRequest

func (mr *MockSESAPIMockRecorder) GetAccountSendingEnabledRequest(arg0 interface{}) *gomock.Call

GetAccountSendingEnabledRequest indicates an expected call of GetAccountSendingEnabledRequest.

func (*MockSESAPIMockRecorder) GetAccountSendingEnabledWithContext

func (mr *MockSESAPIMockRecorder) GetAccountSendingEnabledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountSendingEnabledWithContext indicates an expected call of GetAccountSendingEnabledWithContext.

func (*MockSESAPIMockRecorder) GetCustomVerificationEmailTemplate

func (mr *MockSESAPIMockRecorder) GetCustomVerificationEmailTemplate(arg0 interface{}) *gomock.Call

GetCustomVerificationEmailTemplate indicates an expected call of GetCustomVerificationEmailTemplate.

func (*MockSESAPIMockRecorder) GetCustomVerificationEmailTemplateRequest

func (mr *MockSESAPIMockRecorder) GetCustomVerificationEmailTemplateRequest(arg0 interface{}) *gomock.Call

GetCustomVerificationEmailTemplateRequest indicates an expected call of GetCustomVerificationEmailTemplateRequest.

func (*MockSESAPIMockRecorder) GetCustomVerificationEmailTemplateWithContext

func (mr *MockSESAPIMockRecorder) GetCustomVerificationEmailTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCustomVerificationEmailTemplateWithContext indicates an expected call of GetCustomVerificationEmailTemplateWithContext.

func (*MockSESAPIMockRecorder) GetIdentityDkimAttributes

func (mr *MockSESAPIMockRecorder) GetIdentityDkimAttributes(arg0 interface{}) *gomock.Call

GetIdentityDkimAttributes indicates an expected call of GetIdentityDkimAttributes.

func (*MockSESAPIMockRecorder) GetIdentityDkimAttributesRequest

func (mr *MockSESAPIMockRecorder) GetIdentityDkimAttributesRequest(arg0 interface{}) *gomock.Call

GetIdentityDkimAttributesRequest indicates an expected call of GetIdentityDkimAttributesRequest.

func (*MockSESAPIMockRecorder) GetIdentityDkimAttributesWithContext

func (mr *MockSESAPIMockRecorder) GetIdentityDkimAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIdentityDkimAttributesWithContext indicates an expected call of GetIdentityDkimAttributesWithContext.

func (*MockSESAPIMockRecorder) GetIdentityMailFromDomainAttributes

func (mr *MockSESAPIMockRecorder) GetIdentityMailFromDomainAttributes(arg0 interface{}) *gomock.Call

GetIdentityMailFromDomainAttributes indicates an expected call of GetIdentityMailFromDomainAttributes.

func (*MockSESAPIMockRecorder) GetIdentityMailFromDomainAttributesRequest

func (mr *MockSESAPIMockRecorder) GetIdentityMailFromDomainAttributesRequest(arg0 interface{}) *gomock.Call

GetIdentityMailFromDomainAttributesRequest indicates an expected call of GetIdentityMailFromDomainAttributesRequest.

func (*MockSESAPIMockRecorder) GetIdentityMailFromDomainAttributesWithContext

func (mr *MockSESAPIMockRecorder) GetIdentityMailFromDomainAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIdentityMailFromDomainAttributesWithContext indicates an expected call of GetIdentityMailFromDomainAttributesWithContext.

func (*MockSESAPIMockRecorder) GetIdentityNotificationAttributes

func (mr *MockSESAPIMockRecorder) GetIdentityNotificationAttributes(arg0 interface{}) *gomock.Call

GetIdentityNotificationAttributes indicates an expected call of GetIdentityNotificationAttributes.

func (*MockSESAPIMockRecorder) GetIdentityNotificationAttributesRequest

func (mr *MockSESAPIMockRecorder) GetIdentityNotificationAttributesRequest(arg0 interface{}) *gomock.Call

GetIdentityNotificationAttributesRequest indicates an expected call of GetIdentityNotificationAttributesRequest.

func (*MockSESAPIMockRecorder) GetIdentityNotificationAttributesWithContext

func (mr *MockSESAPIMockRecorder) GetIdentityNotificationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIdentityNotificationAttributesWithContext indicates an expected call of GetIdentityNotificationAttributesWithContext.

func (*MockSESAPIMockRecorder) GetIdentityPolicies

func (mr *MockSESAPIMockRecorder) GetIdentityPolicies(arg0 interface{}) *gomock.Call

GetIdentityPolicies indicates an expected call of GetIdentityPolicies.

func (*MockSESAPIMockRecorder) GetIdentityPoliciesRequest

func (mr *MockSESAPIMockRecorder) GetIdentityPoliciesRequest(arg0 interface{}) *gomock.Call

GetIdentityPoliciesRequest indicates an expected call of GetIdentityPoliciesRequest.

func (*MockSESAPIMockRecorder) GetIdentityPoliciesWithContext

func (mr *MockSESAPIMockRecorder) GetIdentityPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIdentityPoliciesWithContext indicates an expected call of GetIdentityPoliciesWithContext.

func (*MockSESAPIMockRecorder) GetIdentityVerificationAttributes

func (mr *MockSESAPIMockRecorder) GetIdentityVerificationAttributes(arg0 interface{}) *gomock.Call

GetIdentityVerificationAttributes indicates an expected call of GetIdentityVerificationAttributes.

func (*MockSESAPIMockRecorder) GetIdentityVerificationAttributesRequest

func (mr *MockSESAPIMockRecorder) GetIdentityVerificationAttributesRequest(arg0 interface{}) *gomock.Call

GetIdentityVerificationAttributesRequest indicates an expected call of GetIdentityVerificationAttributesRequest.

func (*MockSESAPIMockRecorder) GetIdentityVerificationAttributesWithContext

func (mr *MockSESAPIMockRecorder) GetIdentityVerificationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIdentityVerificationAttributesWithContext indicates an expected call of GetIdentityVerificationAttributesWithContext.

func (*MockSESAPIMockRecorder) GetSendQuota

func (mr *MockSESAPIMockRecorder) GetSendQuota(arg0 interface{}) *gomock.Call

GetSendQuota indicates an expected call of GetSendQuota.

func (*MockSESAPIMockRecorder) GetSendQuotaRequest

func (mr *MockSESAPIMockRecorder) GetSendQuotaRequest(arg0 interface{}) *gomock.Call

GetSendQuotaRequest indicates an expected call of GetSendQuotaRequest.

func (*MockSESAPIMockRecorder) GetSendQuotaWithContext

func (mr *MockSESAPIMockRecorder) GetSendQuotaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSendQuotaWithContext indicates an expected call of GetSendQuotaWithContext.

func (*MockSESAPIMockRecorder) GetSendStatistics

func (mr *MockSESAPIMockRecorder) GetSendStatistics(arg0 interface{}) *gomock.Call

GetSendStatistics indicates an expected call of GetSendStatistics.

func (*MockSESAPIMockRecorder) GetSendStatisticsRequest

func (mr *MockSESAPIMockRecorder) GetSendStatisticsRequest(arg0 interface{}) *gomock.Call

GetSendStatisticsRequest indicates an expected call of GetSendStatisticsRequest.

func (*MockSESAPIMockRecorder) GetSendStatisticsWithContext

func (mr *MockSESAPIMockRecorder) GetSendStatisticsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSendStatisticsWithContext indicates an expected call of GetSendStatisticsWithContext.

func (*MockSESAPIMockRecorder) GetTemplate

func (mr *MockSESAPIMockRecorder) GetTemplate(arg0 interface{}) *gomock.Call

GetTemplate indicates an expected call of GetTemplate.

func (*MockSESAPIMockRecorder) GetTemplateRequest

func (mr *MockSESAPIMockRecorder) GetTemplateRequest(arg0 interface{}) *gomock.Call

GetTemplateRequest indicates an expected call of GetTemplateRequest.

func (*MockSESAPIMockRecorder) GetTemplateWithContext

func (mr *MockSESAPIMockRecorder) GetTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTemplateWithContext indicates an expected call of GetTemplateWithContext.

func (*MockSESAPIMockRecorder) ListConfigurationSets

func (mr *MockSESAPIMockRecorder) ListConfigurationSets(arg0 interface{}) *gomock.Call

ListConfigurationSets indicates an expected call of ListConfigurationSets.

func (*MockSESAPIMockRecorder) ListConfigurationSetsRequest

func (mr *MockSESAPIMockRecorder) ListConfigurationSetsRequest(arg0 interface{}) *gomock.Call

ListConfigurationSetsRequest indicates an expected call of ListConfigurationSetsRequest.

func (*MockSESAPIMockRecorder) ListConfigurationSetsWithContext

func (mr *MockSESAPIMockRecorder) ListConfigurationSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListConfigurationSetsWithContext indicates an expected call of ListConfigurationSetsWithContext.

func (*MockSESAPIMockRecorder) ListCustomVerificationEmailTemplates

func (mr *MockSESAPIMockRecorder) ListCustomVerificationEmailTemplates(arg0 interface{}) *gomock.Call

ListCustomVerificationEmailTemplates indicates an expected call of ListCustomVerificationEmailTemplates.

func (*MockSESAPIMockRecorder) ListCustomVerificationEmailTemplatesPages

func (mr *MockSESAPIMockRecorder) ListCustomVerificationEmailTemplatesPages(arg0, arg1 interface{}) *gomock.Call

ListCustomVerificationEmailTemplatesPages indicates an expected call of ListCustomVerificationEmailTemplatesPages.

func (*MockSESAPIMockRecorder) ListCustomVerificationEmailTemplatesPagesWithContext

func (mr *MockSESAPIMockRecorder) ListCustomVerificationEmailTemplatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListCustomVerificationEmailTemplatesPagesWithContext indicates an expected call of ListCustomVerificationEmailTemplatesPagesWithContext.

func (*MockSESAPIMockRecorder) ListCustomVerificationEmailTemplatesRequest

func (mr *MockSESAPIMockRecorder) ListCustomVerificationEmailTemplatesRequest(arg0 interface{}) *gomock.Call

ListCustomVerificationEmailTemplatesRequest indicates an expected call of ListCustomVerificationEmailTemplatesRequest.

func (*MockSESAPIMockRecorder) ListCustomVerificationEmailTemplatesWithContext

func (mr *MockSESAPIMockRecorder) ListCustomVerificationEmailTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCustomVerificationEmailTemplatesWithContext indicates an expected call of ListCustomVerificationEmailTemplatesWithContext.

func (*MockSESAPIMockRecorder) ListIdentities

func (mr *MockSESAPIMockRecorder) ListIdentities(arg0 interface{}) *gomock.Call

ListIdentities indicates an expected call of ListIdentities.

func (*MockSESAPIMockRecorder) ListIdentitiesPages

func (mr *MockSESAPIMockRecorder) ListIdentitiesPages(arg0, arg1 interface{}) *gomock.Call

ListIdentitiesPages indicates an expected call of ListIdentitiesPages.

func (*MockSESAPIMockRecorder) ListIdentitiesPagesWithContext

func (mr *MockSESAPIMockRecorder) ListIdentitiesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListIdentitiesPagesWithContext indicates an expected call of ListIdentitiesPagesWithContext.

func (*MockSESAPIMockRecorder) ListIdentitiesRequest

func (mr *MockSESAPIMockRecorder) ListIdentitiesRequest(arg0 interface{}) *gomock.Call

ListIdentitiesRequest indicates an expected call of ListIdentitiesRequest.

func (*MockSESAPIMockRecorder) ListIdentitiesWithContext

func (mr *MockSESAPIMockRecorder) ListIdentitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIdentitiesWithContext indicates an expected call of ListIdentitiesWithContext.

func (*MockSESAPIMockRecorder) ListIdentityPolicies

func (mr *MockSESAPIMockRecorder) ListIdentityPolicies(arg0 interface{}) *gomock.Call

ListIdentityPolicies indicates an expected call of ListIdentityPolicies.

func (*MockSESAPIMockRecorder) ListIdentityPoliciesRequest

func (mr *MockSESAPIMockRecorder) ListIdentityPoliciesRequest(arg0 interface{}) *gomock.Call

ListIdentityPoliciesRequest indicates an expected call of ListIdentityPoliciesRequest.

func (*MockSESAPIMockRecorder) ListIdentityPoliciesWithContext

func (mr *MockSESAPIMockRecorder) ListIdentityPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIdentityPoliciesWithContext indicates an expected call of ListIdentityPoliciesWithContext.

func (*MockSESAPIMockRecorder) ListReceiptFilters

func (mr *MockSESAPIMockRecorder) ListReceiptFilters(arg0 interface{}) *gomock.Call

ListReceiptFilters indicates an expected call of ListReceiptFilters.

func (*MockSESAPIMockRecorder) ListReceiptFiltersRequest

func (mr *MockSESAPIMockRecorder) ListReceiptFiltersRequest(arg0 interface{}) *gomock.Call

ListReceiptFiltersRequest indicates an expected call of ListReceiptFiltersRequest.

func (*MockSESAPIMockRecorder) ListReceiptFiltersWithContext

func (mr *MockSESAPIMockRecorder) ListReceiptFiltersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListReceiptFiltersWithContext indicates an expected call of ListReceiptFiltersWithContext.

func (*MockSESAPIMockRecorder) ListReceiptRuleSets

func (mr *MockSESAPIMockRecorder) ListReceiptRuleSets(arg0 interface{}) *gomock.Call

ListReceiptRuleSets indicates an expected call of ListReceiptRuleSets.

func (*MockSESAPIMockRecorder) ListReceiptRuleSetsRequest

func (mr *MockSESAPIMockRecorder) ListReceiptRuleSetsRequest(arg0 interface{}) *gomock.Call

ListReceiptRuleSetsRequest indicates an expected call of ListReceiptRuleSetsRequest.

func (*MockSESAPIMockRecorder) ListReceiptRuleSetsWithContext

func (mr *MockSESAPIMockRecorder) ListReceiptRuleSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListReceiptRuleSetsWithContext indicates an expected call of ListReceiptRuleSetsWithContext.

func (*MockSESAPIMockRecorder) ListTemplates

func (mr *MockSESAPIMockRecorder) ListTemplates(arg0 interface{}) *gomock.Call

ListTemplates indicates an expected call of ListTemplates.

func (*MockSESAPIMockRecorder) ListTemplatesRequest

func (mr *MockSESAPIMockRecorder) ListTemplatesRequest(arg0 interface{}) *gomock.Call

ListTemplatesRequest indicates an expected call of ListTemplatesRequest.

func (*MockSESAPIMockRecorder) ListTemplatesWithContext

func (mr *MockSESAPIMockRecorder) ListTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTemplatesWithContext indicates an expected call of ListTemplatesWithContext.

func (*MockSESAPIMockRecorder) ListVerifiedEmailAddresses

func (mr *MockSESAPIMockRecorder) ListVerifiedEmailAddresses(arg0 interface{}) *gomock.Call

ListVerifiedEmailAddresses indicates an expected call of ListVerifiedEmailAddresses.

func (*MockSESAPIMockRecorder) ListVerifiedEmailAddressesRequest

func (mr *MockSESAPIMockRecorder) ListVerifiedEmailAddressesRequest(arg0 interface{}) *gomock.Call

ListVerifiedEmailAddressesRequest indicates an expected call of ListVerifiedEmailAddressesRequest.

func (*MockSESAPIMockRecorder) ListVerifiedEmailAddressesWithContext

func (mr *MockSESAPIMockRecorder) ListVerifiedEmailAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVerifiedEmailAddressesWithContext indicates an expected call of ListVerifiedEmailAddressesWithContext.

func (*MockSESAPIMockRecorder) PutConfigurationSetDeliveryOptions

func (mr *MockSESAPIMockRecorder) PutConfigurationSetDeliveryOptions(arg0 interface{}) *gomock.Call

PutConfigurationSetDeliveryOptions indicates an expected call of PutConfigurationSetDeliveryOptions.

func (*MockSESAPIMockRecorder) PutConfigurationSetDeliveryOptionsRequest

func (mr *MockSESAPIMockRecorder) PutConfigurationSetDeliveryOptionsRequest(arg0 interface{}) *gomock.Call

PutConfigurationSetDeliveryOptionsRequest indicates an expected call of PutConfigurationSetDeliveryOptionsRequest.

func (*MockSESAPIMockRecorder) PutConfigurationSetDeliveryOptionsWithContext

func (mr *MockSESAPIMockRecorder) PutConfigurationSetDeliveryOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutConfigurationSetDeliveryOptionsWithContext indicates an expected call of PutConfigurationSetDeliveryOptionsWithContext.

func (*MockSESAPIMockRecorder) PutIdentityPolicy

func (mr *MockSESAPIMockRecorder) PutIdentityPolicy(arg0 interface{}) *gomock.Call

PutIdentityPolicy indicates an expected call of PutIdentityPolicy.

func (*MockSESAPIMockRecorder) PutIdentityPolicyRequest

func (mr *MockSESAPIMockRecorder) PutIdentityPolicyRequest(arg0 interface{}) *gomock.Call

PutIdentityPolicyRequest indicates an expected call of PutIdentityPolicyRequest.

func (*MockSESAPIMockRecorder) PutIdentityPolicyWithContext

func (mr *MockSESAPIMockRecorder) PutIdentityPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutIdentityPolicyWithContext indicates an expected call of PutIdentityPolicyWithContext.

func (*MockSESAPIMockRecorder) ReorderReceiptRuleSet

func (mr *MockSESAPIMockRecorder) ReorderReceiptRuleSet(arg0 interface{}) *gomock.Call

ReorderReceiptRuleSet indicates an expected call of ReorderReceiptRuleSet.

func (*MockSESAPIMockRecorder) ReorderReceiptRuleSetRequest

func (mr *MockSESAPIMockRecorder) ReorderReceiptRuleSetRequest(arg0 interface{}) *gomock.Call

ReorderReceiptRuleSetRequest indicates an expected call of ReorderReceiptRuleSetRequest.

func (*MockSESAPIMockRecorder) ReorderReceiptRuleSetWithContext

func (mr *MockSESAPIMockRecorder) ReorderReceiptRuleSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReorderReceiptRuleSetWithContext indicates an expected call of ReorderReceiptRuleSetWithContext.

func (*MockSESAPIMockRecorder) SendBounce

func (mr *MockSESAPIMockRecorder) SendBounce(arg0 interface{}) *gomock.Call

SendBounce indicates an expected call of SendBounce.

func (*MockSESAPIMockRecorder) SendBounceRequest

func (mr *MockSESAPIMockRecorder) SendBounceRequest(arg0 interface{}) *gomock.Call

SendBounceRequest indicates an expected call of SendBounceRequest.

func (*MockSESAPIMockRecorder) SendBounceWithContext

func (mr *MockSESAPIMockRecorder) SendBounceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendBounceWithContext indicates an expected call of SendBounceWithContext.

func (*MockSESAPIMockRecorder) SendBulkTemplatedEmail

func (mr *MockSESAPIMockRecorder) SendBulkTemplatedEmail(arg0 interface{}) *gomock.Call

SendBulkTemplatedEmail indicates an expected call of SendBulkTemplatedEmail.

func (*MockSESAPIMockRecorder) SendBulkTemplatedEmailRequest

func (mr *MockSESAPIMockRecorder) SendBulkTemplatedEmailRequest(arg0 interface{}) *gomock.Call

SendBulkTemplatedEmailRequest indicates an expected call of SendBulkTemplatedEmailRequest.

func (*MockSESAPIMockRecorder) SendBulkTemplatedEmailWithContext

func (mr *MockSESAPIMockRecorder) SendBulkTemplatedEmailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendBulkTemplatedEmailWithContext indicates an expected call of SendBulkTemplatedEmailWithContext.

func (*MockSESAPIMockRecorder) SendCustomVerificationEmail

func (mr *MockSESAPIMockRecorder) SendCustomVerificationEmail(arg0 interface{}) *gomock.Call

SendCustomVerificationEmail indicates an expected call of SendCustomVerificationEmail.

func (*MockSESAPIMockRecorder) SendCustomVerificationEmailRequest

func (mr *MockSESAPIMockRecorder) SendCustomVerificationEmailRequest(arg0 interface{}) *gomock.Call

SendCustomVerificationEmailRequest indicates an expected call of SendCustomVerificationEmailRequest.

func (*MockSESAPIMockRecorder) SendCustomVerificationEmailWithContext

func (mr *MockSESAPIMockRecorder) SendCustomVerificationEmailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendCustomVerificationEmailWithContext indicates an expected call of SendCustomVerificationEmailWithContext.

func (*MockSESAPIMockRecorder) SendEmail

func (mr *MockSESAPIMockRecorder) SendEmail(arg0 interface{}) *gomock.Call

SendEmail indicates an expected call of SendEmail.

func (*MockSESAPIMockRecorder) SendEmailRequest

func (mr *MockSESAPIMockRecorder) SendEmailRequest(arg0 interface{}) *gomock.Call

SendEmailRequest indicates an expected call of SendEmailRequest.

func (*MockSESAPIMockRecorder) SendEmailWithContext

func (mr *MockSESAPIMockRecorder) SendEmailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendEmailWithContext indicates an expected call of SendEmailWithContext.

func (*MockSESAPIMockRecorder) SendRawEmail

func (mr *MockSESAPIMockRecorder) SendRawEmail(arg0 interface{}) *gomock.Call

SendRawEmail indicates an expected call of SendRawEmail.

func (*MockSESAPIMockRecorder) SendRawEmailRequest

func (mr *MockSESAPIMockRecorder) SendRawEmailRequest(arg0 interface{}) *gomock.Call

SendRawEmailRequest indicates an expected call of SendRawEmailRequest.

func (*MockSESAPIMockRecorder) SendRawEmailWithContext

func (mr *MockSESAPIMockRecorder) SendRawEmailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendRawEmailWithContext indicates an expected call of SendRawEmailWithContext.

func (*MockSESAPIMockRecorder) SendTemplatedEmail

func (mr *MockSESAPIMockRecorder) SendTemplatedEmail(arg0 interface{}) *gomock.Call

SendTemplatedEmail indicates an expected call of SendTemplatedEmail.

func (*MockSESAPIMockRecorder) SendTemplatedEmailRequest

func (mr *MockSESAPIMockRecorder) SendTemplatedEmailRequest(arg0 interface{}) *gomock.Call

SendTemplatedEmailRequest indicates an expected call of SendTemplatedEmailRequest.

func (*MockSESAPIMockRecorder) SendTemplatedEmailWithContext

func (mr *MockSESAPIMockRecorder) SendTemplatedEmailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendTemplatedEmailWithContext indicates an expected call of SendTemplatedEmailWithContext.

func (*MockSESAPIMockRecorder) SetActiveReceiptRuleSet

func (mr *MockSESAPIMockRecorder) SetActiveReceiptRuleSet(arg0 interface{}) *gomock.Call

SetActiveReceiptRuleSet indicates an expected call of SetActiveReceiptRuleSet.

func (*MockSESAPIMockRecorder) SetActiveReceiptRuleSetRequest

func (mr *MockSESAPIMockRecorder) SetActiveReceiptRuleSetRequest(arg0 interface{}) *gomock.Call

SetActiveReceiptRuleSetRequest indicates an expected call of SetActiveReceiptRuleSetRequest.

func (*MockSESAPIMockRecorder) SetActiveReceiptRuleSetWithContext

func (mr *MockSESAPIMockRecorder) SetActiveReceiptRuleSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetActiveReceiptRuleSetWithContext indicates an expected call of SetActiveReceiptRuleSetWithContext.

func (*MockSESAPIMockRecorder) SetIdentityDkimEnabled

func (mr *MockSESAPIMockRecorder) SetIdentityDkimEnabled(arg0 interface{}) *gomock.Call

SetIdentityDkimEnabled indicates an expected call of SetIdentityDkimEnabled.

func (*MockSESAPIMockRecorder) SetIdentityDkimEnabledRequest

func (mr *MockSESAPIMockRecorder) SetIdentityDkimEnabledRequest(arg0 interface{}) *gomock.Call

SetIdentityDkimEnabledRequest indicates an expected call of SetIdentityDkimEnabledRequest.

func (*MockSESAPIMockRecorder) SetIdentityDkimEnabledWithContext

func (mr *MockSESAPIMockRecorder) SetIdentityDkimEnabledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIdentityDkimEnabledWithContext indicates an expected call of SetIdentityDkimEnabledWithContext.

func (*MockSESAPIMockRecorder) SetIdentityFeedbackForwardingEnabled

func (mr *MockSESAPIMockRecorder) SetIdentityFeedbackForwardingEnabled(arg0 interface{}) *gomock.Call

SetIdentityFeedbackForwardingEnabled indicates an expected call of SetIdentityFeedbackForwardingEnabled.

func (*MockSESAPIMockRecorder) SetIdentityFeedbackForwardingEnabledRequest

func (mr *MockSESAPIMockRecorder) SetIdentityFeedbackForwardingEnabledRequest(arg0 interface{}) *gomock.Call

SetIdentityFeedbackForwardingEnabledRequest indicates an expected call of SetIdentityFeedbackForwardingEnabledRequest.

func (*MockSESAPIMockRecorder) SetIdentityFeedbackForwardingEnabledWithContext

func (mr *MockSESAPIMockRecorder) SetIdentityFeedbackForwardingEnabledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIdentityFeedbackForwardingEnabledWithContext indicates an expected call of SetIdentityFeedbackForwardingEnabledWithContext.

func (*MockSESAPIMockRecorder) SetIdentityHeadersInNotificationsEnabled

func (mr *MockSESAPIMockRecorder) SetIdentityHeadersInNotificationsEnabled(arg0 interface{}) *gomock.Call

SetIdentityHeadersInNotificationsEnabled indicates an expected call of SetIdentityHeadersInNotificationsEnabled.

func (*MockSESAPIMockRecorder) SetIdentityHeadersInNotificationsEnabledRequest

func (mr *MockSESAPIMockRecorder) SetIdentityHeadersInNotificationsEnabledRequest(arg0 interface{}) *gomock.Call

SetIdentityHeadersInNotificationsEnabledRequest indicates an expected call of SetIdentityHeadersInNotificationsEnabledRequest.

func (*MockSESAPIMockRecorder) SetIdentityHeadersInNotificationsEnabledWithContext

func (mr *MockSESAPIMockRecorder) SetIdentityHeadersInNotificationsEnabledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIdentityHeadersInNotificationsEnabledWithContext indicates an expected call of SetIdentityHeadersInNotificationsEnabledWithContext.

func (*MockSESAPIMockRecorder) SetIdentityMailFromDomain

func (mr *MockSESAPIMockRecorder) SetIdentityMailFromDomain(arg0 interface{}) *gomock.Call

SetIdentityMailFromDomain indicates an expected call of SetIdentityMailFromDomain.

func (*MockSESAPIMockRecorder) SetIdentityMailFromDomainRequest

func (mr *MockSESAPIMockRecorder) SetIdentityMailFromDomainRequest(arg0 interface{}) *gomock.Call

SetIdentityMailFromDomainRequest indicates an expected call of SetIdentityMailFromDomainRequest.

func (*MockSESAPIMockRecorder) SetIdentityMailFromDomainWithContext

func (mr *MockSESAPIMockRecorder) SetIdentityMailFromDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIdentityMailFromDomainWithContext indicates an expected call of SetIdentityMailFromDomainWithContext.

func (*MockSESAPIMockRecorder) SetIdentityNotificationTopic

func (mr *MockSESAPIMockRecorder) SetIdentityNotificationTopic(arg0 interface{}) *gomock.Call

SetIdentityNotificationTopic indicates an expected call of SetIdentityNotificationTopic.

func (*MockSESAPIMockRecorder) SetIdentityNotificationTopicRequest

func (mr *MockSESAPIMockRecorder) SetIdentityNotificationTopicRequest(arg0 interface{}) *gomock.Call

SetIdentityNotificationTopicRequest indicates an expected call of SetIdentityNotificationTopicRequest.

func (*MockSESAPIMockRecorder) SetIdentityNotificationTopicWithContext

func (mr *MockSESAPIMockRecorder) SetIdentityNotificationTopicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIdentityNotificationTopicWithContext indicates an expected call of SetIdentityNotificationTopicWithContext.

func (*MockSESAPIMockRecorder) SetReceiptRulePosition

func (mr *MockSESAPIMockRecorder) SetReceiptRulePosition(arg0 interface{}) *gomock.Call

SetReceiptRulePosition indicates an expected call of SetReceiptRulePosition.

func (*MockSESAPIMockRecorder) SetReceiptRulePositionRequest

func (mr *MockSESAPIMockRecorder) SetReceiptRulePositionRequest(arg0 interface{}) *gomock.Call

SetReceiptRulePositionRequest indicates an expected call of SetReceiptRulePositionRequest.

func (*MockSESAPIMockRecorder) SetReceiptRulePositionWithContext

func (mr *MockSESAPIMockRecorder) SetReceiptRulePositionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetReceiptRulePositionWithContext indicates an expected call of SetReceiptRulePositionWithContext.

func (*MockSESAPIMockRecorder) TestRenderTemplate

func (mr *MockSESAPIMockRecorder) TestRenderTemplate(arg0 interface{}) *gomock.Call

TestRenderTemplate indicates an expected call of TestRenderTemplate.

func (*MockSESAPIMockRecorder) TestRenderTemplateRequest

func (mr *MockSESAPIMockRecorder) TestRenderTemplateRequest(arg0 interface{}) *gomock.Call

TestRenderTemplateRequest indicates an expected call of TestRenderTemplateRequest.

func (*MockSESAPIMockRecorder) TestRenderTemplateWithContext

func (mr *MockSESAPIMockRecorder) TestRenderTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestRenderTemplateWithContext indicates an expected call of TestRenderTemplateWithContext.

func (*MockSESAPIMockRecorder) UpdateAccountSendingEnabled

func (mr *MockSESAPIMockRecorder) UpdateAccountSendingEnabled(arg0 interface{}) *gomock.Call

UpdateAccountSendingEnabled indicates an expected call of UpdateAccountSendingEnabled.

func (*MockSESAPIMockRecorder) UpdateAccountSendingEnabledRequest

func (mr *MockSESAPIMockRecorder) UpdateAccountSendingEnabledRequest(arg0 interface{}) *gomock.Call

UpdateAccountSendingEnabledRequest indicates an expected call of UpdateAccountSendingEnabledRequest.

func (*MockSESAPIMockRecorder) UpdateAccountSendingEnabledWithContext

func (mr *MockSESAPIMockRecorder) UpdateAccountSendingEnabledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccountSendingEnabledWithContext indicates an expected call of UpdateAccountSendingEnabledWithContext.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetEventDestination

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetEventDestination(arg0 interface{}) *gomock.Call

UpdateConfigurationSetEventDestination indicates an expected call of UpdateConfigurationSetEventDestination.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetEventDestinationRequest

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetEventDestinationRequest(arg0 interface{}) *gomock.Call

UpdateConfigurationSetEventDestinationRequest indicates an expected call of UpdateConfigurationSetEventDestinationRequest.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetEventDestinationWithContext

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetEventDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateConfigurationSetEventDestinationWithContext indicates an expected call of UpdateConfigurationSetEventDestinationWithContext.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetReputationMetricsEnabled

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetReputationMetricsEnabled(arg0 interface{}) *gomock.Call

UpdateConfigurationSetReputationMetricsEnabled indicates an expected call of UpdateConfigurationSetReputationMetricsEnabled.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetReputationMetricsEnabledRequest

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetReputationMetricsEnabledRequest(arg0 interface{}) *gomock.Call

UpdateConfigurationSetReputationMetricsEnabledRequest indicates an expected call of UpdateConfigurationSetReputationMetricsEnabledRequest.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetReputationMetricsEnabledWithContext

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetReputationMetricsEnabledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateConfigurationSetReputationMetricsEnabledWithContext indicates an expected call of UpdateConfigurationSetReputationMetricsEnabledWithContext.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetSendingEnabled

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetSendingEnabled(arg0 interface{}) *gomock.Call

UpdateConfigurationSetSendingEnabled indicates an expected call of UpdateConfigurationSetSendingEnabled.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetSendingEnabledRequest

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetSendingEnabledRequest(arg0 interface{}) *gomock.Call

UpdateConfigurationSetSendingEnabledRequest indicates an expected call of UpdateConfigurationSetSendingEnabledRequest.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetSendingEnabledWithContext

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetSendingEnabledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateConfigurationSetSendingEnabledWithContext indicates an expected call of UpdateConfigurationSetSendingEnabledWithContext.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetTrackingOptions

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetTrackingOptions(arg0 interface{}) *gomock.Call

UpdateConfigurationSetTrackingOptions indicates an expected call of UpdateConfigurationSetTrackingOptions.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetTrackingOptionsRequest

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetTrackingOptionsRequest(arg0 interface{}) *gomock.Call

UpdateConfigurationSetTrackingOptionsRequest indicates an expected call of UpdateConfigurationSetTrackingOptionsRequest.

func (*MockSESAPIMockRecorder) UpdateConfigurationSetTrackingOptionsWithContext

func (mr *MockSESAPIMockRecorder) UpdateConfigurationSetTrackingOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateConfigurationSetTrackingOptionsWithContext indicates an expected call of UpdateConfigurationSetTrackingOptionsWithContext.

func (*MockSESAPIMockRecorder) UpdateCustomVerificationEmailTemplate

func (mr *MockSESAPIMockRecorder) UpdateCustomVerificationEmailTemplate(arg0 interface{}) *gomock.Call

UpdateCustomVerificationEmailTemplate indicates an expected call of UpdateCustomVerificationEmailTemplate.

func (*MockSESAPIMockRecorder) UpdateCustomVerificationEmailTemplateRequest

func (mr *MockSESAPIMockRecorder) UpdateCustomVerificationEmailTemplateRequest(arg0 interface{}) *gomock.Call

UpdateCustomVerificationEmailTemplateRequest indicates an expected call of UpdateCustomVerificationEmailTemplateRequest.

func (*MockSESAPIMockRecorder) UpdateCustomVerificationEmailTemplateWithContext

func (mr *MockSESAPIMockRecorder) UpdateCustomVerificationEmailTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateCustomVerificationEmailTemplateWithContext indicates an expected call of UpdateCustomVerificationEmailTemplateWithContext.

func (*MockSESAPIMockRecorder) UpdateReceiptRule

func (mr *MockSESAPIMockRecorder) UpdateReceiptRule(arg0 interface{}) *gomock.Call

UpdateReceiptRule indicates an expected call of UpdateReceiptRule.

func (*MockSESAPIMockRecorder) UpdateReceiptRuleRequest

func (mr *MockSESAPIMockRecorder) UpdateReceiptRuleRequest(arg0 interface{}) *gomock.Call

UpdateReceiptRuleRequest indicates an expected call of UpdateReceiptRuleRequest.

func (*MockSESAPIMockRecorder) UpdateReceiptRuleWithContext

func (mr *MockSESAPIMockRecorder) UpdateReceiptRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateReceiptRuleWithContext indicates an expected call of UpdateReceiptRuleWithContext.

func (*MockSESAPIMockRecorder) UpdateTemplate

func (mr *MockSESAPIMockRecorder) UpdateTemplate(arg0 interface{}) *gomock.Call

UpdateTemplate indicates an expected call of UpdateTemplate.

func (*MockSESAPIMockRecorder) UpdateTemplateRequest

func (mr *MockSESAPIMockRecorder) UpdateTemplateRequest(arg0 interface{}) *gomock.Call

UpdateTemplateRequest indicates an expected call of UpdateTemplateRequest.

func (*MockSESAPIMockRecorder) UpdateTemplateWithContext

func (mr *MockSESAPIMockRecorder) UpdateTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTemplateWithContext indicates an expected call of UpdateTemplateWithContext.

func (*MockSESAPIMockRecorder) VerifyDomainDkim

func (mr *MockSESAPIMockRecorder) VerifyDomainDkim(arg0 interface{}) *gomock.Call

VerifyDomainDkim indicates an expected call of VerifyDomainDkim.

func (*MockSESAPIMockRecorder) VerifyDomainDkimRequest

func (mr *MockSESAPIMockRecorder) VerifyDomainDkimRequest(arg0 interface{}) *gomock.Call

VerifyDomainDkimRequest indicates an expected call of VerifyDomainDkimRequest.

func (*MockSESAPIMockRecorder) VerifyDomainDkimWithContext

func (mr *MockSESAPIMockRecorder) VerifyDomainDkimWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyDomainDkimWithContext indicates an expected call of VerifyDomainDkimWithContext.

func (*MockSESAPIMockRecorder) VerifyDomainIdentity

func (mr *MockSESAPIMockRecorder) VerifyDomainIdentity(arg0 interface{}) *gomock.Call

VerifyDomainIdentity indicates an expected call of VerifyDomainIdentity.

func (*MockSESAPIMockRecorder) VerifyDomainIdentityRequest

func (mr *MockSESAPIMockRecorder) VerifyDomainIdentityRequest(arg0 interface{}) *gomock.Call

VerifyDomainIdentityRequest indicates an expected call of VerifyDomainIdentityRequest.

func (*MockSESAPIMockRecorder) VerifyDomainIdentityWithContext

func (mr *MockSESAPIMockRecorder) VerifyDomainIdentityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyDomainIdentityWithContext indicates an expected call of VerifyDomainIdentityWithContext.

func (*MockSESAPIMockRecorder) VerifyEmailAddress

func (mr *MockSESAPIMockRecorder) VerifyEmailAddress(arg0 interface{}) *gomock.Call

VerifyEmailAddress indicates an expected call of VerifyEmailAddress.

func (*MockSESAPIMockRecorder) VerifyEmailAddressRequest

func (mr *MockSESAPIMockRecorder) VerifyEmailAddressRequest(arg0 interface{}) *gomock.Call

VerifyEmailAddressRequest indicates an expected call of VerifyEmailAddressRequest.

func (*MockSESAPIMockRecorder) VerifyEmailAddressWithContext

func (mr *MockSESAPIMockRecorder) VerifyEmailAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyEmailAddressWithContext indicates an expected call of VerifyEmailAddressWithContext.

func (*MockSESAPIMockRecorder) VerifyEmailIdentity

func (mr *MockSESAPIMockRecorder) VerifyEmailIdentity(arg0 interface{}) *gomock.Call

VerifyEmailIdentity indicates an expected call of VerifyEmailIdentity.

func (*MockSESAPIMockRecorder) VerifyEmailIdentityRequest

func (mr *MockSESAPIMockRecorder) VerifyEmailIdentityRequest(arg0 interface{}) *gomock.Call

VerifyEmailIdentityRequest indicates an expected call of VerifyEmailIdentityRequest.

func (*MockSESAPIMockRecorder) VerifyEmailIdentityWithContext

func (mr *MockSESAPIMockRecorder) VerifyEmailIdentityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyEmailIdentityWithContext indicates an expected call of VerifyEmailIdentityWithContext.

func (*MockSESAPIMockRecorder) WaitUntilIdentityExists

func (mr *MockSESAPIMockRecorder) WaitUntilIdentityExists(arg0 interface{}) *gomock.Call

WaitUntilIdentityExists indicates an expected call of WaitUntilIdentityExists.

func (*MockSESAPIMockRecorder) WaitUntilIdentityExistsWithContext

func (mr *MockSESAPIMockRecorder) WaitUntilIdentityExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilIdentityExistsWithContext indicates an expected call of WaitUntilIdentityExistsWithContext.

Jump to

Keyboard shortcuts

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