Documentation ¶
Overview ¶
Package iotfleethubmock is a generated GoMock package.
Index ¶
- type MockIoTFleetHubAPI
- func (m *MockIoTFleetHubAPI) CreateApplication(arg0 *iotfleethub.CreateApplicationInput) (*iotfleethub.CreateApplicationOutput, error)
- func (m *MockIoTFleetHubAPI) CreateApplicationRequest(arg0 *iotfleethub.CreateApplicationInput) (*request.Request, *iotfleethub.CreateApplicationOutput)
- func (m *MockIoTFleetHubAPI) CreateApplicationWithContext(arg0 context.Context, arg1 *iotfleethub.CreateApplicationInput, ...) (*iotfleethub.CreateApplicationOutput, error)
- func (m *MockIoTFleetHubAPI) DeleteApplication(arg0 *iotfleethub.DeleteApplicationInput) (*iotfleethub.DeleteApplicationOutput, error)
- func (m *MockIoTFleetHubAPI) DeleteApplicationRequest(arg0 *iotfleethub.DeleteApplicationInput) (*request.Request, *iotfleethub.DeleteApplicationOutput)
- func (m *MockIoTFleetHubAPI) DeleteApplicationWithContext(arg0 context.Context, arg1 *iotfleethub.DeleteApplicationInput, ...) (*iotfleethub.DeleteApplicationOutput, error)
- func (m *MockIoTFleetHubAPI) DescribeApplication(arg0 *iotfleethub.DescribeApplicationInput) (*iotfleethub.DescribeApplicationOutput, error)
- func (m *MockIoTFleetHubAPI) DescribeApplicationRequest(arg0 *iotfleethub.DescribeApplicationInput) (*request.Request, *iotfleethub.DescribeApplicationOutput)
- func (m *MockIoTFleetHubAPI) DescribeApplicationWithContext(arg0 context.Context, arg1 *iotfleethub.DescribeApplicationInput, ...) (*iotfleethub.DescribeApplicationOutput, error)
- func (m *MockIoTFleetHubAPI) EXPECT() *MockIoTFleetHubAPIMockRecorder
- func (m *MockIoTFleetHubAPI) ListApplications(arg0 *iotfleethub.ListApplicationsInput) (*iotfleethub.ListApplicationsOutput, error)
- func (m *MockIoTFleetHubAPI) ListApplicationsPages(arg0 *iotfleethub.ListApplicationsInput, ...) error
- func (m *MockIoTFleetHubAPI) ListApplicationsPagesWithContext(arg0 context.Context, arg1 *iotfleethub.ListApplicationsInput, ...) error
- func (m *MockIoTFleetHubAPI) ListApplicationsRequest(arg0 *iotfleethub.ListApplicationsInput) (*request.Request, *iotfleethub.ListApplicationsOutput)
- func (m *MockIoTFleetHubAPI) ListApplicationsWithContext(arg0 context.Context, arg1 *iotfleethub.ListApplicationsInput, ...) (*iotfleethub.ListApplicationsOutput, error)
- func (m *MockIoTFleetHubAPI) ListTagsForResource(arg0 *iotfleethub.ListTagsForResourceInput) (*iotfleethub.ListTagsForResourceOutput, error)
- func (m *MockIoTFleetHubAPI) ListTagsForResourceRequest(arg0 *iotfleethub.ListTagsForResourceInput) (*request.Request, *iotfleethub.ListTagsForResourceOutput)
- func (m *MockIoTFleetHubAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *iotfleethub.ListTagsForResourceInput, ...) (*iotfleethub.ListTagsForResourceOutput, error)
- func (m *MockIoTFleetHubAPI) TagResource(arg0 *iotfleethub.TagResourceInput) (*iotfleethub.TagResourceOutput, error)
- func (m *MockIoTFleetHubAPI) TagResourceRequest(arg0 *iotfleethub.TagResourceInput) (*request.Request, *iotfleethub.TagResourceOutput)
- func (m *MockIoTFleetHubAPI) TagResourceWithContext(arg0 context.Context, arg1 *iotfleethub.TagResourceInput, ...) (*iotfleethub.TagResourceOutput, error)
- func (m *MockIoTFleetHubAPI) UntagResource(arg0 *iotfleethub.UntagResourceInput) (*iotfleethub.UntagResourceOutput, error)
- func (m *MockIoTFleetHubAPI) UntagResourceRequest(arg0 *iotfleethub.UntagResourceInput) (*request.Request, *iotfleethub.UntagResourceOutput)
- func (m *MockIoTFleetHubAPI) UntagResourceWithContext(arg0 context.Context, arg1 *iotfleethub.UntagResourceInput, ...) (*iotfleethub.UntagResourceOutput, error)
- func (m *MockIoTFleetHubAPI) UpdateApplication(arg0 *iotfleethub.UpdateApplicationInput) (*iotfleethub.UpdateApplicationOutput, error)
- func (m *MockIoTFleetHubAPI) UpdateApplicationRequest(arg0 *iotfleethub.UpdateApplicationInput) (*request.Request, *iotfleethub.UpdateApplicationOutput)
- func (m *MockIoTFleetHubAPI) UpdateApplicationWithContext(arg0 context.Context, arg1 *iotfleethub.UpdateApplicationInput, ...) (*iotfleethub.UpdateApplicationOutput, error)
- type MockIoTFleetHubAPIMockRecorder
- func (mr *MockIoTFleetHubAPIMockRecorder) CreateApplication(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) CreateApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) CreateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) DeleteApplication(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) DeleteApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) DeleteApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) DescribeApplication(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) DescribeApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) DescribeApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) ListApplications(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) ListApplicationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) ListApplicationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) ListApplicationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) ListApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) UpdateApplication(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) UpdateApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTFleetHubAPIMockRecorder) UpdateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIoTFleetHubAPI ¶
type MockIoTFleetHubAPI struct {
// contains filtered or unexported fields
}
MockIoTFleetHubAPI is a mock of IoTFleetHubAPI interface
func NewMockIoTFleetHubAPI ¶
func NewMockIoTFleetHubAPI(ctrl *gomock.Controller) *MockIoTFleetHubAPI
NewMockIoTFleetHubAPI creates a new mock instance
func (*MockIoTFleetHubAPI) CreateApplication ¶
func (m *MockIoTFleetHubAPI) CreateApplication(arg0 *iotfleethub.CreateApplicationInput) (*iotfleethub.CreateApplicationOutput, error)
CreateApplication mocks base method
func (*MockIoTFleetHubAPI) CreateApplicationRequest ¶
func (m *MockIoTFleetHubAPI) CreateApplicationRequest(arg0 *iotfleethub.CreateApplicationInput) (*request.Request, *iotfleethub.CreateApplicationOutput)
CreateApplicationRequest mocks base method
func (*MockIoTFleetHubAPI) CreateApplicationWithContext ¶
func (m *MockIoTFleetHubAPI) CreateApplicationWithContext(arg0 context.Context, arg1 *iotfleethub.CreateApplicationInput, arg2 ...request.Option) (*iotfleethub.CreateApplicationOutput, error)
CreateApplicationWithContext mocks base method
func (*MockIoTFleetHubAPI) DeleteApplication ¶
func (m *MockIoTFleetHubAPI) DeleteApplication(arg0 *iotfleethub.DeleteApplicationInput) (*iotfleethub.DeleteApplicationOutput, error)
DeleteApplication mocks base method
func (*MockIoTFleetHubAPI) DeleteApplicationRequest ¶
func (m *MockIoTFleetHubAPI) DeleteApplicationRequest(arg0 *iotfleethub.DeleteApplicationInput) (*request.Request, *iotfleethub.DeleteApplicationOutput)
DeleteApplicationRequest mocks base method
func (*MockIoTFleetHubAPI) DeleteApplicationWithContext ¶
func (m *MockIoTFleetHubAPI) DeleteApplicationWithContext(arg0 context.Context, arg1 *iotfleethub.DeleteApplicationInput, arg2 ...request.Option) (*iotfleethub.DeleteApplicationOutput, error)
DeleteApplicationWithContext mocks base method
func (*MockIoTFleetHubAPI) DescribeApplication ¶
func (m *MockIoTFleetHubAPI) DescribeApplication(arg0 *iotfleethub.DescribeApplicationInput) (*iotfleethub.DescribeApplicationOutput, error)
DescribeApplication mocks base method
func (*MockIoTFleetHubAPI) DescribeApplicationRequest ¶
func (m *MockIoTFleetHubAPI) DescribeApplicationRequest(arg0 *iotfleethub.DescribeApplicationInput) (*request.Request, *iotfleethub.DescribeApplicationOutput)
DescribeApplicationRequest mocks base method
func (*MockIoTFleetHubAPI) DescribeApplicationWithContext ¶
func (m *MockIoTFleetHubAPI) DescribeApplicationWithContext(arg0 context.Context, arg1 *iotfleethub.DescribeApplicationInput, arg2 ...request.Option) (*iotfleethub.DescribeApplicationOutput, error)
DescribeApplicationWithContext mocks base method
func (*MockIoTFleetHubAPI) EXPECT ¶
func (m *MockIoTFleetHubAPI) EXPECT() *MockIoTFleetHubAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIoTFleetHubAPI) ListApplications ¶
func (m *MockIoTFleetHubAPI) ListApplications(arg0 *iotfleethub.ListApplicationsInput) (*iotfleethub.ListApplicationsOutput, error)
ListApplications mocks base method
func (*MockIoTFleetHubAPI) ListApplicationsPages ¶
func (m *MockIoTFleetHubAPI) ListApplicationsPages(arg0 *iotfleethub.ListApplicationsInput, arg1 func(*iotfleethub.ListApplicationsOutput, bool) bool) error
ListApplicationsPages mocks base method
func (*MockIoTFleetHubAPI) ListApplicationsPagesWithContext ¶
func (m *MockIoTFleetHubAPI) ListApplicationsPagesWithContext(arg0 context.Context, arg1 *iotfleethub.ListApplicationsInput, arg2 func(*iotfleethub.ListApplicationsOutput, bool) bool, arg3 ...request.Option) error
ListApplicationsPagesWithContext mocks base method
func (*MockIoTFleetHubAPI) ListApplicationsRequest ¶
func (m *MockIoTFleetHubAPI) ListApplicationsRequest(arg0 *iotfleethub.ListApplicationsInput) (*request.Request, *iotfleethub.ListApplicationsOutput)
ListApplicationsRequest mocks base method
func (*MockIoTFleetHubAPI) ListApplicationsWithContext ¶
func (m *MockIoTFleetHubAPI) ListApplicationsWithContext(arg0 context.Context, arg1 *iotfleethub.ListApplicationsInput, arg2 ...request.Option) (*iotfleethub.ListApplicationsOutput, error)
ListApplicationsWithContext mocks base method
func (*MockIoTFleetHubAPI) ListTagsForResource ¶
func (m *MockIoTFleetHubAPI) ListTagsForResource(arg0 *iotfleethub.ListTagsForResourceInput) (*iotfleethub.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockIoTFleetHubAPI) ListTagsForResourceRequest ¶
func (m *MockIoTFleetHubAPI) ListTagsForResourceRequest(arg0 *iotfleethub.ListTagsForResourceInput) (*request.Request, *iotfleethub.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockIoTFleetHubAPI) ListTagsForResourceWithContext ¶
func (m *MockIoTFleetHubAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *iotfleethub.ListTagsForResourceInput, arg2 ...request.Option) (*iotfleethub.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockIoTFleetHubAPI) TagResource ¶
func (m *MockIoTFleetHubAPI) TagResource(arg0 *iotfleethub.TagResourceInput) (*iotfleethub.TagResourceOutput, error)
TagResource mocks base method
func (*MockIoTFleetHubAPI) TagResourceRequest ¶
func (m *MockIoTFleetHubAPI) TagResourceRequest(arg0 *iotfleethub.TagResourceInput) (*request.Request, *iotfleethub.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockIoTFleetHubAPI) TagResourceWithContext ¶
func (m *MockIoTFleetHubAPI) TagResourceWithContext(arg0 context.Context, arg1 *iotfleethub.TagResourceInput, arg2 ...request.Option) (*iotfleethub.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockIoTFleetHubAPI) UntagResource ¶
func (m *MockIoTFleetHubAPI) UntagResource(arg0 *iotfleethub.UntagResourceInput) (*iotfleethub.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockIoTFleetHubAPI) UntagResourceRequest ¶
func (m *MockIoTFleetHubAPI) UntagResourceRequest(arg0 *iotfleethub.UntagResourceInput) (*request.Request, *iotfleethub.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockIoTFleetHubAPI) UntagResourceWithContext ¶
func (m *MockIoTFleetHubAPI) UntagResourceWithContext(arg0 context.Context, arg1 *iotfleethub.UntagResourceInput, arg2 ...request.Option) (*iotfleethub.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockIoTFleetHubAPI) UpdateApplication ¶
func (m *MockIoTFleetHubAPI) UpdateApplication(arg0 *iotfleethub.UpdateApplicationInput) (*iotfleethub.UpdateApplicationOutput, error)
UpdateApplication mocks base method
func (*MockIoTFleetHubAPI) UpdateApplicationRequest ¶
func (m *MockIoTFleetHubAPI) UpdateApplicationRequest(arg0 *iotfleethub.UpdateApplicationInput) (*request.Request, *iotfleethub.UpdateApplicationOutput)
UpdateApplicationRequest mocks base method
func (*MockIoTFleetHubAPI) UpdateApplicationWithContext ¶
func (m *MockIoTFleetHubAPI) UpdateApplicationWithContext(arg0 context.Context, arg1 *iotfleethub.UpdateApplicationInput, arg2 ...request.Option) (*iotfleethub.UpdateApplicationOutput, error)
UpdateApplicationWithContext mocks base method
type MockIoTFleetHubAPIMockRecorder ¶
type MockIoTFleetHubAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIoTFleetHubAPIMockRecorder is the mock recorder for MockIoTFleetHubAPI
func (*MockIoTFleetHubAPIMockRecorder) CreateApplication ¶
func (mr *MockIoTFleetHubAPIMockRecorder) CreateApplication(arg0 interface{}) *gomock.Call
CreateApplication indicates an expected call of CreateApplication
func (*MockIoTFleetHubAPIMockRecorder) CreateApplicationRequest ¶
func (mr *MockIoTFleetHubAPIMockRecorder) CreateApplicationRequest(arg0 interface{}) *gomock.Call
CreateApplicationRequest indicates an expected call of CreateApplicationRequest
func (*MockIoTFleetHubAPIMockRecorder) CreateApplicationWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) CreateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateApplicationWithContext indicates an expected call of CreateApplicationWithContext
func (*MockIoTFleetHubAPIMockRecorder) DeleteApplication ¶
func (mr *MockIoTFleetHubAPIMockRecorder) DeleteApplication(arg0 interface{}) *gomock.Call
DeleteApplication indicates an expected call of DeleteApplication
func (*MockIoTFleetHubAPIMockRecorder) DeleteApplicationRequest ¶
func (mr *MockIoTFleetHubAPIMockRecorder) DeleteApplicationRequest(arg0 interface{}) *gomock.Call
DeleteApplicationRequest indicates an expected call of DeleteApplicationRequest
func (*MockIoTFleetHubAPIMockRecorder) DeleteApplicationWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) DeleteApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteApplicationWithContext indicates an expected call of DeleteApplicationWithContext
func (*MockIoTFleetHubAPIMockRecorder) DescribeApplication ¶
func (mr *MockIoTFleetHubAPIMockRecorder) DescribeApplication(arg0 interface{}) *gomock.Call
DescribeApplication indicates an expected call of DescribeApplication
func (*MockIoTFleetHubAPIMockRecorder) DescribeApplicationRequest ¶
func (mr *MockIoTFleetHubAPIMockRecorder) DescribeApplicationRequest(arg0 interface{}) *gomock.Call
DescribeApplicationRequest indicates an expected call of DescribeApplicationRequest
func (*MockIoTFleetHubAPIMockRecorder) DescribeApplicationWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) DescribeApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeApplicationWithContext indicates an expected call of DescribeApplicationWithContext
func (*MockIoTFleetHubAPIMockRecorder) ListApplications ¶
func (mr *MockIoTFleetHubAPIMockRecorder) ListApplications(arg0 interface{}) *gomock.Call
ListApplications indicates an expected call of ListApplications
func (*MockIoTFleetHubAPIMockRecorder) ListApplicationsPages ¶
func (mr *MockIoTFleetHubAPIMockRecorder) ListApplicationsPages(arg0, arg1 interface{}) *gomock.Call
ListApplicationsPages indicates an expected call of ListApplicationsPages
func (*MockIoTFleetHubAPIMockRecorder) ListApplicationsPagesWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) ListApplicationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListApplicationsPagesWithContext indicates an expected call of ListApplicationsPagesWithContext
func (*MockIoTFleetHubAPIMockRecorder) ListApplicationsRequest ¶
func (mr *MockIoTFleetHubAPIMockRecorder) ListApplicationsRequest(arg0 interface{}) *gomock.Call
ListApplicationsRequest indicates an expected call of ListApplicationsRequest
func (*MockIoTFleetHubAPIMockRecorder) ListApplicationsWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) ListApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListApplicationsWithContext indicates an expected call of ListApplicationsWithContext
func (*MockIoTFleetHubAPIMockRecorder) ListTagsForResource ¶
func (mr *MockIoTFleetHubAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockIoTFleetHubAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockIoTFleetHubAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockIoTFleetHubAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockIoTFleetHubAPIMockRecorder) TagResource ¶
func (mr *MockIoTFleetHubAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockIoTFleetHubAPIMockRecorder) TagResourceRequest ¶
func (mr *MockIoTFleetHubAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockIoTFleetHubAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockIoTFleetHubAPIMockRecorder) UntagResource ¶
func (mr *MockIoTFleetHubAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockIoTFleetHubAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockIoTFleetHubAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockIoTFleetHubAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockIoTFleetHubAPIMockRecorder) UpdateApplication ¶
func (mr *MockIoTFleetHubAPIMockRecorder) UpdateApplication(arg0 interface{}) *gomock.Call
UpdateApplication indicates an expected call of UpdateApplication
func (*MockIoTFleetHubAPIMockRecorder) UpdateApplicationRequest ¶
func (mr *MockIoTFleetHubAPIMockRecorder) UpdateApplicationRequest(arg0 interface{}) *gomock.Call
UpdateApplicationRequest indicates an expected call of UpdateApplicationRequest
func (*MockIoTFleetHubAPIMockRecorder) UpdateApplicationWithContext ¶
func (mr *MockIoTFleetHubAPIMockRecorder) UpdateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateApplicationWithContext indicates an expected call of UpdateApplicationWithContext