amplifyuibuildermock

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 amplifyuibuildermock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAmplifyUIBuilderAPI

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

MockAmplifyUIBuilderAPI is a mock of AmplifyUIBuilderAPI interface.

func NewMockAmplifyUIBuilderAPI

func NewMockAmplifyUIBuilderAPI(ctrl *gomock.Controller) *MockAmplifyUIBuilderAPI

NewMockAmplifyUIBuilderAPI creates a new mock instance.

func (*MockAmplifyUIBuilderAPI) CreateComponent

CreateComponent mocks base method.

func (*MockAmplifyUIBuilderAPI) CreateComponentRequest

CreateComponentRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) CreateComponentWithContext

CreateComponentWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) CreateTheme

CreateTheme mocks base method.

func (*MockAmplifyUIBuilderAPI) CreateThemeRequest

CreateThemeRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) CreateThemeWithContext

CreateThemeWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) DeleteComponent

DeleteComponent mocks base method.

func (*MockAmplifyUIBuilderAPI) DeleteComponentRequest

DeleteComponentRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) DeleteComponentWithContext

DeleteComponentWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) DeleteTheme

DeleteTheme mocks base method.

func (*MockAmplifyUIBuilderAPI) DeleteThemeRequest

DeleteThemeRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) DeleteThemeWithContext

DeleteThemeWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) EXPECT

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

func (*MockAmplifyUIBuilderAPI) ExchangeCodeForToken

ExchangeCodeForToken mocks base method.

func (*MockAmplifyUIBuilderAPI) ExchangeCodeForTokenRequest

ExchangeCodeForTokenRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) ExchangeCodeForTokenWithContext

ExchangeCodeForTokenWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportComponents

ExportComponents mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportComponentsPages

ExportComponentsPages mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportComponentsPagesWithContext

func (m *MockAmplifyUIBuilderAPI) ExportComponentsPagesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExportComponentsInput, arg2 func(*amplifyuibuilder.ExportComponentsOutput, bool) bool, arg3 ...request.Option) error

ExportComponentsPagesWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportComponentsRequest

ExportComponentsRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportComponentsWithContext

ExportComponentsWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportThemes

ExportThemes mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportThemesPages

ExportThemesPages mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportThemesPagesWithContext

func (m *MockAmplifyUIBuilderAPI) ExportThemesPagesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExportThemesInput, arg2 func(*amplifyuibuilder.ExportThemesOutput, bool) bool, arg3 ...request.Option) error

ExportThemesPagesWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportThemesRequest

ExportThemesRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) ExportThemesWithContext

ExportThemesWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) GetComponent

GetComponent mocks base method.

func (*MockAmplifyUIBuilderAPI) GetComponentRequest

GetComponentRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) GetComponentWithContext

GetComponentWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) GetTheme

GetTheme mocks base method.

func (*MockAmplifyUIBuilderAPI) GetThemeRequest

GetThemeRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) GetThemeWithContext

GetThemeWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) ListComponents

ListComponents mocks base method.

func (*MockAmplifyUIBuilderAPI) ListComponentsPages

ListComponentsPages mocks base method.

func (*MockAmplifyUIBuilderAPI) ListComponentsPagesWithContext

func (m *MockAmplifyUIBuilderAPI) ListComponentsPagesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ListComponentsInput, arg2 func(*amplifyuibuilder.ListComponentsOutput, bool) bool, arg3 ...request.Option) error

ListComponentsPagesWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) ListComponentsRequest

ListComponentsRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) ListComponentsWithContext

ListComponentsWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) ListThemes

ListThemes mocks base method.

func (*MockAmplifyUIBuilderAPI) ListThemesPages

ListThemesPages mocks base method.

func (*MockAmplifyUIBuilderAPI) ListThemesPagesWithContext

func (m *MockAmplifyUIBuilderAPI) ListThemesPagesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ListThemesInput, arg2 func(*amplifyuibuilder.ListThemesOutput, bool) bool, arg3 ...request.Option) error

ListThemesPagesWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) ListThemesRequest

ListThemesRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) ListThemesWithContext

ListThemesWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) RefreshToken

RefreshToken mocks base method.

func (*MockAmplifyUIBuilderAPI) RefreshTokenRequest

RefreshTokenRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) RefreshTokenWithContext

RefreshTokenWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) UpdateComponent

UpdateComponent mocks base method.

func (*MockAmplifyUIBuilderAPI) UpdateComponentRequest

UpdateComponentRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) UpdateComponentWithContext

UpdateComponentWithContext mocks base method.

func (*MockAmplifyUIBuilderAPI) UpdateTheme

UpdateTheme mocks base method.

func (*MockAmplifyUIBuilderAPI) UpdateThemeRequest

UpdateThemeRequest mocks base method.

func (*MockAmplifyUIBuilderAPI) UpdateThemeWithContext

UpdateThemeWithContext mocks base method.

type MockAmplifyUIBuilderAPIMockRecorder

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

MockAmplifyUIBuilderAPIMockRecorder is the mock recorder for MockAmplifyUIBuilderAPI.

func (*MockAmplifyUIBuilderAPIMockRecorder) CreateComponent

func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateComponent(arg0 interface{}) *gomock.Call

CreateComponent indicates an expected call of CreateComponent.

func (*MockAmplifyUIBuilderAPIMockRecorder) CreateComponentRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateComponentRequest(arg0 interface{}) *gomock.Call

CreateComponentRequest indicates an expected call of CreateComponentRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) CreateComponentWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateComponentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateComponentWithContext indicates an expected call of CreateComponentWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) CreateTheme

func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateTheme(arg0 interface{}) *gomock.Call

CreateTheme indicates an expected call of CreateTheme.

func (*MockAmplifyUIBuilderAPIMockRecorder) CreateThemeRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateThemeRequest(arg0 interface{}) *gomock.Call

CreateThemeRequest indicates an expected call of CreateThemeRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) CreateThemeWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateThemeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateThemeWithContext indicates an expected call of CreateThemeWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) DeleteComponent

func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteComponent(arg0 interface{}) *gomock.Call

DeleteComponent indicates an expected call of DeleteComponent.

func (*MockAmplifyUIBuilderAPIMockRecorder) DeleteComponentRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteComponentRequest(arg0 interface{}) *gomock.Call

DeleteComponentRequest indicates an expected call of DeleteComponentRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) DeleteComponentWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteComponentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteComponentWithContext indicates an expected call of DeleteComponentWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) DeleteTheme

func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteTheme(arg0 interface{}) *gomock.Call

DeleteTheme indicates an expected call of DeleteTheme.

func (*MockAmplifyUIBuilderAPIMockRecorder) DeleteThemeRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteThemeRequest(arg0 interface{}) *gomock.Call

DeleteThemeRequest indicates an expected call of DeleteThemeRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) DeleteThemeWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteThemeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteThemeWithContext indicates an expected call of DeleteThemeWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForToken

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForToken(arg0 interface{}) *gomock.Call

ExchangeCodeForToken indicates an expected call of ExchangeCodeForToken.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForTokenRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForTokenRequest(arg0 interface{}) *gomock.Call

ExchangeCodeForTokenRequest indicates an expected call of ExchangeCodeForTokenRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForTokenWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExchangeCodeForTokenWithContext indicates an expected call of ExchangeCodeForTokenWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportComponents

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponents(arg0 interface{}) *gomock.Call

ExportComponents indicates an expected call of ExportComponents.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsPages

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsPages(arg0, arg1 interface{}) *gomock.Call

ExportComponentsPages indicates an expected call of ExportComponentsPages.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsPagesWithContext

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

ExportComponentsPagesWithContext indicates an expected call of ExportComponentsPagesWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsRequest(arg0 interface{}) *gomock.Call

ExportComponentsRequest indicates an expected call of ExportComponentsRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportComponentsWithContext indicates an expected call of ExportComponentsWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportThemes

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemes(arg0 interface{}) *gomock.Call

ExportThemes indicates an expected call of ExportThemes.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportThemesPages

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemesPages(arg0, arg1 interface{}) *gomock.Call

ExportThemesPages indicates an expected call of ExportThemesPages.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportThemesPagesWithContext

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

ExportThemesPagesWithContext indicates an expected call of ExportThemesPagesWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportThemesRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemesRequest(arg0 interface{}) *gomock.Call

ExportThemesRequest indicates an expected call of ExportThemesRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) ExportThemesWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportThemesWithContext indicates an expected call of ExportThemesWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) GetComponent

func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetComponent(arg0 interface{}) *gomock.Call

GetComponent indicates an expected call of GetComponent.

func (*MockAmplifyUIBuilderAPIMockRecorder) GetComponentRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetComponentRequest(arg0 interface{}) *gomock.Call

GetComponentRequest indicates an expected call of GetComponentRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) GetComponentWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetComponentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetComponentWithContext indicates an expected call of GetComponentWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) GetTheme

func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetTheme(arg0 interface{}) *gomock.Call

GetTheme indicates an expected call of GetTheme.

func (*MockAmplifyUIBuilderAPIMockRecorder) GetThemeRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetThemeRequest(arg0 interface{}) *gomock.Call

GetThemeRequest indicates an expected call of GetThemeRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) GetThemeWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetThemeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetThemeWithContext indicates an expected call of GetThemeWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListComponents

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponents(arg0 interface{}) *gomock.Call

ListComponents indicates an expected call of ListComponents.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListComponentsPages

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponentsPages(arg0, arg1 interface{}) *gomock.Call

ListComponentsPages indicates an expected call of ListComponentsPages.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListComponentsPagesWithContext

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

ListComponentsPagesWithContext indicates an expected call of ListComponentsPagesWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListComponentsRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponentsRequest(arg0 interface{}) *gomock.Call

ListComponentsRequest indicates an expected call of ListComponentsRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListComponentsWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListComponentsWithContext indicates an expected call of ListComponentsWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListThemes

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemes(arg0 interface{}) *gomock.Call

ListThemes indicates an expected call of ListThemes.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListThemesPages

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemesPages(arg0, arg1 interface{}) *gomock.Call

ListThemesPages indicates an expected call of ListThemesPages.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListThemesPagesWithContext

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

ListThemesPagesWithContext indicates an expected call of ListThemesPagesWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListThemesRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemesRequest(arg0 interface{}) *gomock.Call

ListThemesRequest indicates an expected call of ListThemesRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) ListThemesWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListThemesWithContext indicates an expected call of ListThemesWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) RefreshToken

func (mr *MockAmplifyUIBuilderAPIMockRecorder) RefreshToken(arg0 interface{}) *gomock.Call

RefreshToken indicates an expected call of RefreshToken.

func (*MockAmplifyUIBuilderAPIMockRecorder) RefreshTokenRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) RefreshTokenRequest(arg0 interface{}) *gomock.Call

RefreshTokenRequest indicates an expected call of RefreshTokenRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) RefreshTokenWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) RefreshTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RefreshTokenWithContext indicates an expected call of RefreshTokenWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) UpdateComponent

func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateComponent(arg0 interface{}) *gomock.Call

UpdateComponent indicates an expected call of UpdateComponent.

func (*MockAmplifyUIBuilderAPIMockRecorder) UpdateComponentRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateComponentRequest(arg0 interface{}) *gomock.Call

UpdateComponentRequest indicates an expected call of UpdateComponentRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) UpdateComponentWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateComponentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateComponentWithContext indicates an expected call of UpdateComponentWithContext.

func (*MockAmplifyUIBuilderAPIMockRecorder) UpdateTheme

func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateTheme(arg0 interface{}) *gomock.Call

UpdateTheme indicates an expected call of UpdateTheme.

func (*MockAmplifyUIBuilderAPIMockRecorder) UpdateThemeRequest

func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateThemeRequest(arg0 interface{}) *gomock.Call

UpdateThemeRequest indicates an expected call of UpdateThemeRequest.

func (*MockAmplifyUIBuilderAPIMockRecorder) UpdateThemeWithContext

func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateThemeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateThemeWithContext indicates an expected call of UpdateThemeWithContext.

Jump to

Keyboard shortcuts

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