Documentation ¶
Overview ¶
Package amplifyuibuildermock is a generated GoMock package.
Index ¶
- type MockAmplifyUIBuilderAPI
- func (m *MockAmplifyUIBuilderAPI) CreateComponent(arg0 *amplifyuibuilder.CreateComponentInput) (*amplifyuibuilder.CreateComponentOutput, error)
- func (m *MockAmplifyUIBuilderAPI) CreateComponentRequest(arg0 *amplifyuibuilder.CreateComponentInput) (*request.Request, *amplifyuibuilder.CreateComponentOutput)
- func (m *MockAmplifyUIBuilderAPI) CreateComponentWithContext(arg0 context.Context, arg1 *amplifyuibuilder.CreateComponentInput, ...) (*amplifyuibuilder.CreateComponentOutput, error)
- func (m *MockAmplifyUIBuilderAPI) CreateTheme(arg0 *amplifyuibuilder.CreateThemeInput) (*amplifyuibuilder.CreateThemeOutput, error)
- func (m *MockAmplifyUIBuilderAPI) CreateThemeRequest(arg0 *amplifyuibuilder.CreateThemeInput) (*request.Request, *amplifyuibuilder.CreateThemeOutput)
- func (m *MockAmplifyUIBuilderAPI) CreateThemeWithContext(arg0 context.Context, arg1 *amplifyuibuilder.CreateThemeInput, ...) (*amplifyuibuilder.CreateThemeOutput, error)
- func (m *MockAmplifyUIBuilderAPI) DeleteComponent(arg0 *amplifyuibuilder.DeleteComponentInput) (*amplifyuibuilder.DeleteComponentOutput, error)
- func (m *MockAmplifyUIBuilderAPI) DeleteComponentRequest(arg0 *amplifyuibuilder.DeleteComponentInput) (*request.Request, *amplifyuibuilder.DeleteComponentOutput)
- func (m *MockAmplifyUIBuilderAPI) DeleteComponentWithContext(arg0 context.Context, arg1 *amplifyuibuilder.DeleteComponentInput, ...) (*amplifyuibuilder.DeleteComponentOutput, error)
- func (m *MockAmplifyUIBuilderAPI) DeleteTheme(arg0 *amplifyuibuilder.DeleteThemeInput) (*amplifyuibuilder.DeleteThemeOutput, error)
- func (m *MockAmplifyUIBuilderAPI) DeleteThemeRequest(arg0 *amplifyuibuilder.DeleteThemeInput) (*request.Request, *amplifyuibuilder.DeleteThemeOutput)
- func (m *MockAmplifyUIBuilderAPI) DeleteThemeWithContext(arg0 context.Context, arg1 *amplifyuibuilder.DeleteThemeInput, ...) (*amplifyuibuilder.DeleteThemeOutput, error)
- func (m *MockAmplifyUIBuilderAPI) EXPECT() *MockAmplifyUIBuilderAPIMockRecorder
- func (m *MockAmplifyUIBuilderAPI) ExchangeCodeForToken(arg0 *amplifyuibuilder.ExchangeCodeForTokenInput) (*amplifyuibuilder.ExchangeCodeForTokenOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ExchangeCodeForTokenRequest(arg0 *amplifyuibuilder.ExchangeCodeForTokenInput) (*request.Request, *amplifyuibuilder.ExchangeCodeForTokenOutput)
- func (m *MockAmplifyUIBuilderAPI) ExchangeCodeForTokenWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExchangeCodeForTokenInput, ...) (*amplifyuibuilder.ExchangeCodeForTokenOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ExportComponents(arg0 *amplifyuibuilder.ExportComponentsInput) (*amplifyuibuilder.ExportComponentsOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ExportComponentsPages(arg0 *amplifyuibuilder.ExportComponentsInput, ...) error
- func (m *MockAmplifyUIBuilderAPI) ExportComponentsPagesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExportComponentsInput, ...) error
- func (m *MockAmplifyUIBuilderAPI) ExportComponentsRequest(arg0 *amplifyuibuilder.ExportComponentsInput) (*request.Request, *amplifyuibuilder.ExportComponentsOutput)
- func (m *MockAmplifyUIBuilderAPI) ExportComponentsWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExportComponentsInput, ...) (*amplifyuibuilder.ExportComponentsOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ExportThemes(arg0 *amplifyuibuilder.ExportThemesInput) (*amplifyuibuilder.ExportThemesOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ExportThemesPages(arg0 *amplifyuibuilder.ExportThemesInput, ...) error
- func (m *MockAmplifyUIBuilderAPI) ExportThemesPagesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExportThemesInput, ...) error
- func (m *MockAmplifyUIBuilderAPI) ExportThemesRequest(arg0 *amplifyuibuilder.ExportThemesInput) (*request.Request, *amplifyuibuilder.ExportThemesOutput)
- func (m *MockAmplifyUIBuilderAPI) ExportThemesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExportThemesInput, ...) (*amplifyuibuilder.ExportThemesOutput, error)
- func (m *MockAmplifyUIBuilderAPI) GetComponent(arg0 *amplifyuibuilder.GetComponentInput) (*amplifyuibuilder.GetComponentOutput, error)
- func (m *MockAmplifyUIBuilderAPI) GetComponentRequest(arg0 *amplifyuibuilder.GetComponentInput) (*request.Request, *amplifyuibuilder.GetComponentOutput)
- func (m *MockAmplifyUIBuilderAPI) GetComponentWithContext(arg0 context.Context, arg1 *amplifyuibuilder.GetComponentInput, ...) (*amplifyuibuilder.GetComponentOutput, error)
- func (m *MockAmplifyUIBuilderAPI) GetTheme(arg0 *amplifyuibuilder.GetThemeInput) (*amplifyuibuilder.GetThemeOutput, error)
- func (m *MockAmplifyUIBuilderAPI) GetThemeRequest(arg0 *amplifyuibuilder.GetThemeInput) (*request.Request, *amplifyuibuilder.GetThemeOutput)
- func (m *MockAmplifyUIBuilderAPI) GetThemeWithContext(arg0 context.Context, arg1 *amplifyuibuilder.GetThemeInput, ...) (*amplifyuibuilder.GetThemeOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ListComponents(arg0 *amplifyuibuilder.ListComponentsInput) (*amplifyuibuilder.ListComponentsOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ListComponentsPages(arg0 *amplifyuibuilder.ListComponentsInput, ...) error
- func (m *MockAmplifyUIBuilderAPI) ListComponentsPagesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ListComponentsInput, ...) error
- func (m *MockAmplifyUIBuilderAPI) ListComponentsRequest(arg0 *amplifyuibuilder.ListComponentsInput) (*request.Request, *amplifyuibuilder.ListComponentsOutput)
- func (m *MockAmplifyUIBuilderAPI) ListComponentsWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ListComponentsInput, ...) (*amplifyuibuilder.ListComponentsOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ListThemes(arg0 *amplifyuibuilder.ListThemesInput) (*amplifyuibuilder.ListThemesOutput, error)
- func (m *MockAmplifyUIBuilderAPI) ListThemesPages(arg0 *amplifyuibuilder.ListThemesInput, ...) error
- func (m *MockAmplifyUIBuilderAPI) ListThemesPagesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ListThemesInput, ...) error
- func (m *MockAmplifyUIBuilderAPI) ListThemesRequest(arg0 *amplifyuibuilder.ListThemesInput) (*request.Request, *amplifyuibuilder.ListThemesOutput)
- func (m *MockAmplifyUIBuilderAPI) ListThemesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ListThemesInput, ...) (*amplifyuibuilder.ListThemesOutput, error)
- func (m *MockAmplifyUIBuilderAPI) RefreshToken(arg0 *amplifyuibuilder.RefreshTokenInput) (*amplifyuibuilder.RefreshTokenOutput, error)
- func (m *MockAmplifyUIBuilderAPI) RefreshTokenRequest(arg0 *amplifyuibuilder.RefreshTokenInput) (*request.Request, *amplifyuibuilder.RefreshTokenOutput)
- func (m *MockAmplifyUIBuilderAPI) RefreshTokenWithContext(arg0 context.Context, arg1 *amplifyuibuilder.RefreshTokenInput, ...) (*amplifyuibuilder.RefreshTokenOutput, error)
- func (m *MockAmplifyUIBuilderAPI) UpdateComponent(arg0 *amplifyuibuilder.UpdateComponentInput) (*amplifyuibuilder.UpdateComponentOutput, error)
- func (m *MockAmplifyUIBuilderAPI) UpdateComponentRequest(arg0 *amplifyuibuilder.UpdateComponentInput) (*request.Request, *amplifyuibuilder.UpdateComponentOutput)
- func (m *MockAmplifyUIBuilderAPI) UpdateComponentWithContext(arg0 context.Context, arg1 *amplifyuibuilder.UpdateComponentInput, ...) (*amplifyuibuilder.UpdateComponentOutput, error)
- func (m *MockAmplifyUIBuilderAPI) UpdateTheme(arg0 *amplifyuibuilder.UpdateThemeInput) (*amplifyuibuilder.UpdateThemeOutput, error)
- func (m *MockAmplifyUIBuilderAPI) UpdateThemeRequest(arg0 *amplifyuibuilder.UpdateThemeInput) (*request.Request, *amplifyuibuilder.UpdateThemeOutput)
- func (m *MockAmplifyUIBuilderAPI) UpdateThemeWithContext(arg0 context.Context, arg1 *amplifyuibuilder.UpdateThemeInput, ...) (*amplifyuibuilder.UpdateThemeOutput, error)
- type MockAmplifyUIBuilderAPIMockRecorder
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateComponent(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateComponentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateComponentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateTheme(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateThemeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) CreateThemeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteComponent(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteComponentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteComponentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteTheme(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteThemeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) DeleteThemeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForToken(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForTokenRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExchangeCodeForTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponents(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportComponentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemes(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ExportThemesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetComponent(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetComponentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetComponentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetTheme(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetThemeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) GetThemeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponents(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponentsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponentsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListComponentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemes(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) ListThemesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) RefreshToken(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) RefreshTokenRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) RefreshTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateComponent(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateComponentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateComponentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateTheme(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateThemeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAmplifyUIBuilderAPIMockRecorder) UpdateThemeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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 ¶
func (m *MockAmplifyUIBuilderAPI) CreateComponent(arg0 *amplifyuibuilder.CreateComponentInput) (*amplifyuibuilder.CreateComponentOutput, error)
CreateComponent mocks base method
func (*MockAmplifyUIBuilderAPI) CreateComponentRequest ¶
func (m *MockAmplifyUIBuilderAPI) CreateComponentRequest(arg0 *amplifyuibuilder.CreateComponentInput) (*request.Request, *amplifyuibuilder.CreateComponentOutput)
CreateComponentRequest mocks base method
func (*MockAmplifyUIBuilderAPI) CreateComponentWithContext ¶
func (m *MockAmplifyUIBuilderAPI) CreateComponentWithContext(arg0 context.Context, arg1 *amplifyuibuilder.CreateComponentInput, arg2 ...request.Option) (*amplifyuibuilder.CreateComponentOutput, error)
CreateComponentWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) CreateTheme ¶
func (m *MockAmplifyUIBuilderAPI) CreateTheme(arg0 *amplifyuibuilder.CreateThemeInput) (*amplifyuibuilder.CreateThemeOutput, error)
CreateTheme mocks base method
func (*MockAmplifyUIBuilderAPI) CreateThemeRequest ¶
func (m *MockAmplifyUIBuilderAPI) CreateThemeRequest(arg0 *amplifyuibuilder.CreateThemeInput) (*request.Request, *amplifyuibuilder.CreateThemeOutput)
CreateThemeRequest mocks base method
func (*MockAmplifyUIBuilderAPI) CreateThemeWithContext ¶
func (m *MockAmplifyUIBuilderAPI) CreateThemeWithContext(arg0 context.Context, arg1 *amplifyuibuilder.CreateThemeInput, arg2 ...request.Option) (*amplifyuibuilder.CreateThemeOutput, error)
CreateThemeWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) DeleteComponent ¶
func (m *MockAmplifyUIBuilderAPI) DeleteComponent(arg0 *amplifyuibuilder.DeleteComponentInput) (*amplifyuibuilder.DeleteComponentOutput, error)
DeleteComponent mocks base method
func (*MockAmplifyUIBuilderAPI) DeleteComponentRequest ¶
func (m *MockAmplifyUIBuilderAPI) DeleteComponentRequest(arg0 *amplifyuibuilder.DeleteComponentInput) (*request.Request, *amplifyuibuilder.DeleteComponentOutput)
DeleteComponentRequest mocks base method
func (*MockAmplifyUIBuilderAPI) DeleteComponentWithContext ¶
func (m *MockAmplifyUIBuilderAPI) DeleteComponentWithContext(arg0 context.Context, arg1 *amplifyuibuilder.DeleteComponentInput, arg2 ...request.Option) (*amplifyuibuilder.DeleteComponentOutput, error)
DeleteComponentWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) DeleteTheme ¶
func (m *MockAmplifyUIBuilderAPI) DeleteTheme(arg0 *amplifyuibuilder.DeleteThemeInput) (*amplifyuibuilder.DeleteThemeOutput, error)
DeleteTheme mocks base method
func (*MockAmplifyUIBuilderAPI) DeleteThemeRequest ¶
func (m *MockAmplifyUIBuilderAPI) DeleteThemeRequest(arg0 *amplifyuibuilder.DeleteThemeInput) (*request.Request, *amplifyuibuilder.DeleteThemeOutput)
DeleteThemeRequest mocks base method
func (*MockAmplifyUIBuilderAPI) DeleteThemeWithContext ¶
func (m *MockAmplifyUIBuilderAPI) DeleteThemeWithContext(arg0 context.Context, arg1 *amplifyuibuilder.DeleteThemeInput, arg2 ...request.Option) (*amplifyuibuilder.DeleteThemeOutput, error)
DeleteThemeWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) EXPECT ¶
func (m *MockAmplifyUIBuilderAPI) EXPECT() *MockAmplifyUIBuilderAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAmplifyUIBuilderAPI) ExchangeCodeForToken ¶
func (m *MockAmplifyUIBuilderAPI) ExchangeCodeForToken(arg0 *amplifyuibuilder.ExchangeCodeForTokenInput) (*amplifyuibuilder.ExchangeCodeForTokenOutput, error)
ExchangeCodeForToken mocks base method
func (*MockAmplifyUIBuilderAPI) ExchangeCodeForTokenRequest ¶
func (m *MockAmplifyUIBuilderAPI) ExchangeCodeForTokenRequest(arg0 *amplifyuibuilder.ExchangeCodeForTokenInput) (*request.Request, *amplifyuibuilder.ExchangeCodeForTokenOutput)
ExchangeCodeForTokenRequest mocks base method
func (*MockAmplifyUIBuilderAPI) ExchangeCodeForTokenWithContext ¶
func (m *MockAmplifyUIBuilderAPI) ExchangeCodeForTokenWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExchangeCodeForTokenInput, arg2 ...request.Option) (*amplifyuibuilder.ExchangeCodeForTokenOutput, error)
ExchangeCodeForTokenWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) ExportComponents ¶
func (m *MockAmplifyUIBuilderAPI) ExportComponents(arg0 *amplifyuibuilder.ExportComponentsInput) (*amplifyuibuilder.ExportComponentsOutput, error)
ExportComponents mocks base method
func (*MockAmplifyUIBuilderAPI) ExportComponentsPages ¶
func (m *MockAmplifyUIBuilderAPI) ExportComponentsPages(arg0 *amplifyuibuilder.ExportComponentsInput, arg1 func(*amplifyuibuilder.ExportComponentsOutput, bool) bool) error
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 ¶
func (m *MockAmplifyUIBuilderAPI) ExportComponentsRequest(arg0 *amplifyuibuilder.ExportComponentsInput) (*request.Request, *amplifyuibuilder.ExportComponentsOutput)
ExportComponentsRequest mocks base method
func (*MockAmplifyUIBuilderAPI) ExportComponentsWithContext ¶
func (m *MockAmplifyUIBuilderAPI) ExportComponentsWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExportComponentsInput, arg2 ...request.Option) (*amplifyuibuilder.ExportComponentsOutput, error)
ExportComponentsWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) ExportThemes ¶
func (m *MockAmplifyUIBuilderAPI) ExportThemes(arg0 *amplifyuibuilder.ExportThemesInput) (*amplifyuibuilder.ExportThemesOutput, error)
ExportThemes mocks base method
func (*MockAmplifyUIBuilderAPI) ExportThemesPages ¶
func (m *MockAmplifyUIBuilderAPI) ExportThemesPages(arg0 *amplifyuibuilder.ExportThemesInput, arg1 func(*amplifyuibuilder.ExportThemesOutput, bool) bool) error
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 ¶
func (m *MockAmplifyUIBuilderAPI) ExportThemesRequest(arg0 *amplifyuibuilder.ExportThemesInput) (*request.Request, *amplifyuibuilder.ExportThemesOutput)
ExportThemesRequest mocks base method
func (*MockAmplifyUIBuilderAPI) ExportThemesWithContext ¶
func (m *MockAmplifyUIBuilderAPI) ExportThemesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ExportThemesInput, arg2 ...request.Option) (*amplifyuibuilder.ExportThemesOutput, error)
ExportThemesWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) GetComponent ¶
func (m *MockAmplifyUIBuilderAPI) GetComponent(arg0 *amplifyuibuilder.GetComponentInput) (*amplifyuibuilder.GetComponentOutput, error)
GetComponent mocks base method
func (*MockAmplifyUIBuilderAPI) GetComponentRequest ¶
func (m *MockAmplifyUIBuilderAPI) GetComponentRequest(arg0 *amplifyuibuilder.GetComponentInput) (*request.Request, *amplifyuibuilder.GetComponentOutput)
GetComponentRequest mocks base method
func (*MockAmplifyUIBuilderAPI) GetComponentWithContext ¶
func (m *MockAmplifyUIBuilderAPI) GetComponentWithContext(arg0 context.Context, arg1 *amplifyuibuilder.GetComponentInput, arg2 ...request.Option) (*amplifyuibuilder.GetComponentOutput, error)
GetComponentWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) GetTheme ¶
func (m *MockAmplifyUIBuilderAPI) GetTheme(arg0 *amplifyuibuilder.GetThemeInput) (*amplifyuibuilder.GetThemeOutput, error)
GetTheme mocks base method
func (*MockAmplifyUIBuilderAPI) GetThemeRequest ¶
func (m *MockAmplifyUIBuilderAPI) GetThemeRequest(arg0 *amplifyuibuilder.GetThemeInput) (*request.Request, *amplifyuibuilder.GetThemeOutput)
GetThemeRequest mocks base method
func (*MockAmplifyUIBuilderAPI) GetThemeWithContext ¶
func (m *MockAmplifyUIBuilderAPI) GetThemeWithContext(arg0 context.Context, arg1 *amplifyuibuilder.GetThemeInput, arg2 ...request.Option) (*amplifyuibuilder.GetThemeOutput, error)
GetThemeWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) ListComponents ¶
func (m *MockAmplifyUIBuilderAPI) ListComponents(arg0 *amplifyuibuilder.ListComponentsInput) (*amplifyuibuilder.ListComponentsOutput, error)
ListComponents mocks base method
func (*MockAmplifyUIBuilderAPI) ListComponentsPages ¶
func (m *MockAmplifyUIBuilderAPI) ListComponentsPages(arg0 *amplifyuibuilder.ListComponentsInput, arg1 func(*amplifyuibuilder.ListComponentsOutput, bool) bool) error
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 ¶
func (m *MockAmplifyUIBuilderAPI) ListComponentsRequest(arg0 *amplifyuibuilder.ListComponentsInput) (*request.Request, *amplifyuibuilder.ListComponentsOutput)
ListComponentsRequest mocks base method
func (*MockAmplifyUIBuilderAPI) ListComponentsWithContext ¶
func (m *MockAmplifyUIBuilderAPI) ListComponentsWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ListComponentsInput, arg2 ...request.Option) (*amplifyuibuilder.ListComponentsOutput, error)
ListComponentsWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) ListThemes ¶
func (m *MockAmplifyUIBuilderAPI) ListThemes(arg0 *amplifyuibuilder.ListThemesInput) (*amplifyuibuilder.ListThemesOutput, error)
ListThemes mocks base method
func (*MockAmplifyUIBuilderAPI) ListThemesPages ¶
func (m *MockAmplifyUIBuilderAPI) ListThemesPages(arg0 *amplifyuibuilder.ListThemesInput, arg1 func(*amplifyuibuilder.ListThemesOutput, bool) bool) error
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 ¶
func (m *MockAmplifyUIBuilderAPI) ListThemesRequest(arg0 *amplifyuibuilder.ListThemesInput) (*request.Request, *amplifyuibuilder.ListThemesOutput)
ListThemesRequest mocks base method
func (*MockAmplifyUIBuilderAPI) ListThemesWithContext ¶
func (m *MockAmplifyUIBuilderAPI) ListThemesWithContext(arg0 context.Context, arg1 *amplifyuibuilder.ListThemesInput, arg2 ...request.Option) (*amplifyuibuilder.ListThemesOutput, error)
ListThemesWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) RefreshToken ¶
func (m *MockAmplifyUIBuilderAPI) RefreshToken(arg0 *amplifyuibuilder.RefreshTokenInput) (*amplifyuibuilder.RefreshTokenOutput, error)
RefreshToken mocks base method
func (*MockAmplifyUIBuilderAPI) RefreshTokenRequest ¶
func (m *MockAmplifyUIBuilderAPI) RefreshTokenRequest(arg0 *amplifyuibuilder.RefreshTokenInput) (*request.Request, *amplifyuibuilder.RefreshTokenOutput)
RefreshTokenRequest mocks base method
func (*MockAmplifyUIBuilderAPI) RefreshTokenWithContext ¶
func (m *MockAmplifyUIBuilderAPI) RefreshTokenWithContext(arg0 context.Context, arg1 *amplifyuibuilder.RefreshTokenInput, arg2 ...request.Option) (*amplifyuibuilder.RefreshTokenOutput, error)
RefreshTokenWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) UpdateComponent ¶
func (m *MockAmplifyUIBuilderAPI) UpdateComponent(arg0 *amplifyuibuilder.UpdateComponentInput) (*amplifyuibuilder.UpdateComponentOutput, error)
UpdateComponent mocks base method
func (*MockAmplifyUIBuilderAPI) UpdateComponentRequest ¶
func (m *MockAmplifyUIBuilderAPI) UpdateComponentRequest(arg0 *amplifyuibuilder.UpdateComponentInput) (*request.Request, *amplifyuibuilder.UpdateComponentOutput)
UpdateComponentRequest mocks base method
func (*MockAmplifyUIBuilderAPI) UpdateComponentWithContext ¶
func (m *MockAmplifyUIBuilderAPI) UpdateComponentWithContext(arg0 context.Context, arg1 *amplifyuibuilder.UpdateComponentInput, arg2 ...request.Option) (*amplifyuibuilder.UpdateComponentOutput, error)
UpdateComponentWithContext mocks base method
func (*MockAmplifyUIBuilderAPI) UpdateTheme ¶
func (m *MockAmplifyUIBuilderAPI) UpdateTheme(arg0 *amplifyuibuilder.UpdateThemeInput) (*amplifyuibuilder.UpdateThemeOutput, error)
UpdateTheme mocks base method
func (*MockAmplifyUIBuilderAPI) UpdateThemeRequest ¶
func (m *MockAmplifyUIBuilderAPI) UpdateThemeRequest(arg0 *amplifyuibuilder.UpdateThemeInput) (*request.Request, *amplifyuibuilder.UpdateThemeOutput)
UpdateThemeRequest mocks base method
func (*MockAmplifyUIBuilderAPI) UpdateThemeWithContext ¶
func (m *MockAmplifyUIBuilderAPI) UpdateThemeWithContext(arg0 context.Context, arg1 *amplifyuibuilder.UpdateThemeInput, arg2 ...request.Option) (*amplifyuibuilder.UpdateThemeOutput, error)
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