accountmock

package
v1.54.16 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package accountmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAccountAPI

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

MockAccountAPI is a mock of AccountAPI interface

func NewMockAccountAPI

func NewMockAccountAPI(ctrl *gomock.Controller) *MockAccountAPI

NewMockAccountAPI creates a new mock instance

func (*MockAccountAPI) AcceptPrimaryEmailUpdate added in v1.54.2

AcceptPrimaryEmailUpdate mocks base method

func (*MockAccountAPI) AcceptPrimaryEmailUpdateRequest added in v1.54.2

AcceptPrimaryEmailUpdateRequest mocks base method

func (*MockAccountAPI) AcceptPrimaryEmailUpdateWithContext added in v1.54.2

func (m *MockAccountAPI) AcceptPrimaryEmailUpdateWithContext(arg0 context.Context, arg1 *account.AcceptPrimaryEmailUpdateInput, arg2 ...request.Option) (*account.AcceptPrimaryEmailUpdateOutput, error)

AcceptPrimaryEmailUpdateWithContext mocks base method

func (*MockAccountAPI) DeleteAlternateContact

DeleteAlternateContact mocks base method

func (*MockAccountAPI) DeleteAlternateContactRequest

DeleteAlternateContactRequest mocks base method

func (*MockAccountAPI) DeleteAlternateContactWithContext

func (m *MockAccountAPI) DeleteAlternateContactWithContext(arg0 context.Context, arg1 *account.DeleteAlternateContactInput, arg2 ...request.Option) (*account.DeleteAlternateContactOutput, error)

DeleteAlternateContactWithContext mocks base method

func (*MockAccountAPI) DisableRegion added in v1.44.200

DisableRegion mocks base method

func (*MockAccountAPI) DisableRegionRequest added in v1.44.200

DisableRegionRequest mocks base method

func (*MockAccountAPI) DisableRegionWithContext added in v1.44.200

func (m *MockAccountAPI) DisableRegionWithContext(arg0 context.Context, arg1 *account.DisableRegionInput, arg2 ...request.Option) (*account.DisableRegionOutput, error)

DisableRegionWithContext mocks base method

func (*MockAccountAPI) EXPECT

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

func (*MockAccountAPI) EnableRegion added in v1.44.200

EnableRegion mocks base method

func (*MockAccountAPI) EnableRegionRequest added in v1.44.200

EnableRegionRequest mocks base method

func (*MockAccountAPI) EnableRegionWithContext added in v1.44.200

func (m *MockAccountAPI) EnableRegionWithContext(arg0 context.Context, arg1 *account.EnableRegionInput, arg2 ...request.Option) (*account.EnableRegionOutput, error)

EnableRegionWithContext mocks base method

func (*MockAccountAPI) GetAlternateContact

GetAlternateContact mocks base method

func (*MockAccountAPI) GetAlternateContactRequest

GetAlternateContactRequest mocks base method

func (*MockAccountAPI) GetAlternateContactWithContext

func (m *MockAccountAPI) GetAlternateContactWithContext(arg0 context.Context, arg1 *account.GetAlternateContactInput, arg2 ...request.Option) (*account.GetAlternateContactOutput, error)

GetAlternateContactWithContext mocks base method

func (*MockAccountAPI) GetContactInformation added in v1.44.61

GetContactInformation mocks base method

func (*MockAccountAPI) GetContactInformationRequest added in v1.44.61

GetContactInformationRequest mocks base method

func (*MockAccountAPI) GetContactInformationWithContext added in v1.44.61

func (m *MockAccountAPI) GetContactInformationWithContext(arg0 context.Context, arg1 *account.GetContactInformationInput, arg2 ...request.Option) (*account.GetContactInformationOutput, error)

GetContactInformationWithContext mocks base method

func (*MockAccountAPI) GetPrimaryEmail added in v1.54.2

GetPrimaryEmail mocks base method

func (*MockAccountAPI) GetPrimaryEmailRequest added in v1.54.2

GetPrimaryEmailRequest mocks base method

func (*MockAccountAPI) GetPrimaryEmailWithContext added in v1.54.2

func (m *MockAccountAPI) GetPrimaryEmailWithContext(arg0 context.Context, arg1 *account.GetPrimaryEmailInput, arg2 ...request.Option) (*account.GetPrimaryEmailOutput, error)

GetPrimaryEmailWithContext mocks base method

func (*MockAccountAPI) GetRegionOptStatus added in v1.44.200

GetRegionOptStatus mocks base method

func (*MockAccountAPI) GetRegionOptStatusRequest added in v1.44.200

GetRegionOptStatusRequest mocks base method

func (*MockAccountAPI) GetRegionOptStatusWithContext added in v1.44.200

func (m *MockAccountAPI) GetRegionOptStatusWithContext(arg0 context.Context, arg1 *account.GetRegionOptStatusInput, arg2 ...request.Option) (*account.GetRegionOptStatusOutput, error)

GetRegionOptStatusWithContext mocks base method

func (*MockAccountAPI) ListRegions added in v1.44.200

ListRegions mocks base method

func (*MockAccountAPI) ListRegionsPages added in v1.44.200

func (m *MockAccountAPI) ListRegionsPages(arg0 *account.ListRegionsInput, arg1 func(*account.ListRegionsOutput, bool) bool) error

ListRegionsPages mocks base method

func (*MockAccountAPI) ListRegionsPagesWithContext added in v1.44.200

func (m *MockAccountAPI) ListRegionsPagesWithContext(arg0 context.Context, arg1 *account.ListRegionsInput, arg2 func(*account.ListRegionsOutput, bool) bool, arg3 ...request.Option) error

ListRegionsPagesWithContext mocks base method

func (*MockAccountAPI) ListRegionsRequest added in v1.44.200

ListRegionsRequest mocks base method

func (*MockAccountAPI) ListRegionsWithContext added in v1.44.200

func (m *MockAccountAPI) ListRegionsWithContext(arg0 context.Context, arg1 *account.ListRegionsInput, arg2 ...request.Option) (*account.ListRegionsOutput, error)

ListRegionsWithContext mocks base method

func (*MockAccountAPI) PutAlternateContact

PutAlternateContact mocks base method

func (*MockAccountAPI) PutAlternateContactRequest

PutAlternateContactRequest mocks base method

func (*MockAccountAPI) PutAlternateContactWithContext

func (m *MockAccountAPI) PutAlternateContactWithContext(arg0 context.Context, arg1 *account.PutAlternateContactInput, arg2 ...request.Option) (*account.PutAlternateContactOutput, error)

PutAlternateContactWithContext mocks base method

func (*MockAccountAPI) PutContactInformation added in v1.44.61

PutContactInformation mocks base method

func (*MockAccountAPI) PutContactInformationRequest added in v1.44.61

PutContactInformationRequest mocks base method

func (*MockAccountAPI) PutContactInformationWithContext added in v1.44.61

func (m *MockAccountAPI) PutContactInformationWithContext(arg0 context.Context, arg1 *account.PutContactInformationInput, arg2 ...request.Option) (*account.PutContactInformationOutput, error)

PutContactInformationWithContext mocks base method

func (*MockAccountAPI) StartPrimaryEmailUpdate added in v1.54.2

StartPrimaryEmailUpdate mocks base method

func (*MockAccountAPI) StartPrimaryEmailUpdateRequest added in v1.54.2

StartPrimaryEmailUpdateRequest mocks base method

func (*MockAccountAPI) StartPrimaryEmailUpdateWithContext added in v1.54.2

func (m *MockAccountAPI) StartPrimaryEmailUpdateWithContext(arg0 context.Context, arg1 *account.StartPrimaryEmailUpdateInput, arg2 ...request.Option) (*account.StartPrimaryEmailUpdateOutput, error)

StartPrimaryEmailUpdateWithContext mocks base method

type MockAccountAPIMockRecorder

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

MockAccountAPIMockRecorder is the mock recorder for MockAccountAPI

func (*MockAccountAPIMockRecorder) AcceptPrimaryEmailUpdate added in v1.54.2

func (mr *MockAccountAPIMockRecorder) AcceptPrimaryEmailUpdate(arg0 interface{}) *gomock.Call

AcceptPrimaryEmailUpdate indicates an expected call of AcceptPrimaryEmailUpdate

func (*MockAccountAPIMockRecorder) AcceptPrimaryEmailUpdateRequest added in v1.54.2

func (mr *MockAccountAPIMockRecorder) AcceptPrimaryEmailUpdateRequest(arg0 interface{}) *gomock.Call

AcceptPrimaryEmailUpdateRequest indicates an expected call of AcceptPrimaryEmailUpdateRequest

func (*MockAccountAPIMockRecorder) AcceptPrimaryEmailUpdateWithContext added in v1.54.2

func (mr *MockAccountAPIMockRecorder) AcceptPrimaryEmailUpdateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptPrimaryEmailUpdateWithContext indicates an expected call of AcceptPrimaryEmailUpdateWithContext

func (*MockAccountAPIMockRecorder) DeleteAlternateContact

func (mr *MockAccountAPIMockRecorder) DeleteAlternateContact(arg0 interface{}) *gomock.Call

DeleteAlternateContact indicates an expected call of DeleteAlternateContact

func (*MockAccountAPIMockRecorder) DeleteAlternateContactRequest

func (mr *MockAccountAPIMockRecorder) DeleteAlternateContactRequest(arg0 interface{}) *gomock.Call

DeleteAlternateContactRequest indicates an expected call of DeleteAlternateContactRequest

func (*MockAccountAPIMockRecorder) DeleteAlternateContactWithContext

func (mr *MockAccountAPIMockRecorder) DeleteAlternateContactWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAlternateContactWithContext indicates an expected call of DeleteAlternateContactWithContext

func (*MockAccountAPIMockRecorder) DisableRegion added in v1.44.200

func (mr *MockAccountAPIMockRecorder) DisableRegion(arg0 interface{}) *gomock.Call

DisableRegion indicates an expected call of DisableRegion

func (*MockAccountAPIMockRecorder) DisableRegionRequest added in v1.44.200

func (mr *MockAccountAPIMockRecorder) DisableRegionRequest(arg0 interface{}) *gomock.Call

DisableRegionRequest indicates an expected call of DisableRegionRequest

func (*MockAccountAPIMockRecorder) DisableRegionWithContext added in v1.44.200

func (mr *MockAccountAPIMockRecorder) DisableRegionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableRegionWithContext indicates an expected call of DisableRegionWithContext

func (*MockAccountAPIMockRecorder) EnableRegion added in v1.44.200

func (mr *MockAccountAPIMockRecorder) EnableRegion(arg0 interface{}) *gomock.Call

EnableRegion indicates an expected call of EnableRegion

func (*MockAccountAPIMockRecorder) EnableRegionRequest added in v1.44.200

func (mr *MockAccountAPIMockRecorder) EnableRegionRequest(arg0 interface{}) *gomock.Call

EnableRegionRequest indicates an expected call of EnableRegionRequest

func (*MockAccountAPIMockRecorder) EnableRegionWithContext added in v1.44.200

func (mr *MockAccountAPIMockRecorder) EnableRegionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableRegionWithContext indicates an expected call of EnableRegionWithContext

func (*MockAccountAPIMockRecorder) GetAlternateContact

func (mr *MockAccountAPIMockRecorder) GetAlternateContact(arg0 interface{}) *gomock.Call

GetAlternateContact indicates an expected call of GetAlternateContact

func (*MockAccountAPIMockRecorder) GetAlternateContactRequest

func (mr *MockAccountAPIMockRecorder) GetAlternateContactRequest(arg0 interface{}) *gomock.Call

GetAlternateContactRequest indicates an expected call of GetAlternateContactRequest

func (*MockAccountAPIMockRecorder) GetAlternateContactWithContext

func (mr *MockAccountAPIMockRecorder) GetAlternateContactWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAlternateContactWithContext indicates an expected call of GetAlternateContactWithContext

func (*MockAccountAPIMockRecorder) GetContactInformation added in v1.44.61

func (mr *MockAccountAPIMockRecorder) GetContactInformation(arg0 interface{}) *gomock.Call

GetContactInformation indicates an expected call of GetContactInformation

func (*MockAccountAPIMockRecorder) GetContactInformationRequest added in v1.44.61

func (mr *MockAccountAPIMockRecorder) GetContactInformationRequest(arg0 interface{}) *gomock.Call

GetContactInformationRequest indicates an expected call of GetContactInformationRequest

func (*MockAccountAPIMockRecorder) GetContactInformationWithContext added in v1.44.61

func (mr *MockAccountAPIMockRecorder) GetContactInformationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContactInformationWithContext indicates an expected call of GetContactInformationWithContext

func (*MockAccountAPIMockRecorder) GetPrimaryEmail added in v1.54.2

func (mr *MockAccountAPIMockRecorder) GetPrimaryEmail(arg0 interface{}) *gomock.Call

GetPrimaryEmail indicates an expected call of GetPrimaryEmail

func (*MockAccountAPIMockRecorder) GetPrimaryEmailRequest added in v1.54.2

func (mr *MockAccountAPIMockRecorder) GetPrimaryEmailRequest(arg0 interface{}) *gomock.Call

GetPrimaryEmailRequest indicates an expected call of GetPrimaryEmailRequest

func (*MockAccountAPIMockRecorder) GetPrimaryEmailWithContext added in v1.54.2

func (mr *MockAccountAPIMockRecorder) GetPrimaryEmailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPrimaryEmailWithContext indicates an expected call of GetPrimaryEmailWithContext

func (*MockAccountAPIMockRecorder) GetRegionOptStatus added in v1.44.200

func (mr *MockAccountAPIMockRecorder) GetRegionOptStatus(arg0 interface{}) *gomock.Call

GetRegionOptStatus indicates an expected call of GetRegionOptStatus

func (*MockAccountAPIMockRecorder) GetRegionOptStatusRequest added in v1.44.200

func (mr *MockAccountAPIMockRecorder) GetRegionOptStatusRequest(arg0 interface{}) *gomock.Call

GetRegionOptStatusRequest indicates an expected call of GetRegionOptStatusRequest

func (*MockAccountAPIMockRecorder) GetRegionOptStatusWithContext added in v1.44.200

func (mr *MockAccountAPIMockRecorder) GetRegionOptStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRegionOptStatusWithContext indicates an expected call of GetRegionOptStatusWithContext

func (*MockAccountAPIMockRecorder) ListRegions added in v1.44.200

func (mr *MockAccountAPIMockRecorder) ListRegions(arg0 interface{}) *gomock.Call

ListRegions indicates an expected call of ListRegions

func (*MockAccountAPIMockRecorder) ListRegionsPages added in v1.44.200

func (mr *MockAccountAPIMockRecorder) ListRegionsPages(arg0, arg1 interface{}) *gomock.Call

ListRegionsPages indicates an expected call of ListRegionsPages

func (*MockAccountAPIMockRecorder) ListRegionsPagesWithContext added in v1.44.200

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

ListRegionsPagesWithContext indicates an expected call of ListRegionsPagesWithContext

func (*MockAccountAPIMockRecorder) ListRegionsRequest added in v1.44.200

func (mr *MockAccountAPIMockRecorder) ListRegionsRequest(arg0 interface{}) *gomock.Call

ListRegionsRequest indicates an expected call of ListRegionsRequest

func (*MockAccountAPIMockRecorder) ListRegionsWithContext added in v1.44.200

func (mr *MockAccountAPIMockRecorder) ListRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRegionsWithContext indicates an expected call of ListRegionsWithContext

func (*MockAccountAPIMockRecorder) PutAlternateContact

func (mr *MockAccountAPIMockRecorder) PutAlternateContact(arg0 interface{}) *gomock.Call

PutAlternateContact indicates an expected call of PutAlternateContact

func (*MockAccountAPIMockRecorder) PutAlternateContactRequest

func (mr *MockAccountAPIMockRecorder) PutAlternateContactRequest(arg0 interface{}) *gomock.Call

PutAlternateContactRequest indicates an expected call of PutAlternateContactRequest

func (*MockAccountAPIMockRecorder) PutAlternateContactWithContext

func (mr *MockAccountAPIMockRecorder) PutAlternateContactWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAlternateContactWithContext indicates an expected call of PutAlternateContactWithContext

func (*MockAccountAPIMockRecorder) PutContactInformation added in v1.44.61

func (mr *MockAccountAPIMockRecorder) PutContactInformation(arg0 interface{}) *gomock.Call

PutContactInformation indicates an expected call of PutContactInformation

func (*MockAccountAPIMockRecorder) PutContactInformationRequest added in v1.44.61

func (mr *MockAccountAPIMockRecorder) PutContactInformationRequest(arg0 interface{}) *gomock.Call

PutContactInformationRequest indicates an expected call of PutContactInformationRequest

func (*MockAccountAPIMockRecorder) PutContactInformationWithContext added in v1.44.61

func (mr *MockAccountAPIMockRecorder) PutContactInformationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutContactInformationWithContext indicates an expected call of PutContactInformationWithContext

func (*MockAccountAPIMockRecorder) StartPrimaryEmailUpdate added in v1.54.2

func (mr *MockAccountAPIMockRecorder) StartPrimaryEmailUpdate(arg0 interface{}) *gomock.Call

StartPrimaryEmailUpdate indicates an expected call of StartPrimaryEmailUpdate

func (*MockAccountAPIMockRecorder) StartPrimaryEmailUpdateRequest added in v1.54.2

func (mr *MockAccountAPIMockRecorder) StartPrimaryEmailUpdateRequest(arg0 interface{}) *gomock.Call

StartPrimaryEmailUpdateRequest indicates an expected call of StartPrimaryEmailUpdateRequest

func (*MockAccountAPIMockRecorder) StartPrimaryEmailUpdateWithContext added in v1.54.2

func (mr *MockAccountAPIMockRecorder) StartPrimaryEmailUpdateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartPrimaryEmailUpdateWithContext indicates an expected call of StartPrimaryEmailUpdateWithContext

Jump to

Keyboard shortcuts

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