iottwinmakermock

package
v1.43.34 Latest Latest
Warning

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

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

Documentation

Overview

Package iottwinmakermock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIoTTwinMakerAPI

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

MockIoTTwinMakerAPI is a mock of IoTTwinMakerAPI interface

func NewMockIoTTwinMakerAPI

func NewMockIoTTwinMakerAPI(ctrl *gomock.Controller) *MockIoTTwinMakerAPI

NewMockIoTTwinMakerAPI creates a new mock instance

func (*MockIoTTwinMakerAPI) BatchPutPropertyValues

BatchPutPropertyValues mocks base method

func (*MockIoTTwinMakerAPI) BatchPutPropertyValuesRequest

BatchPutPropertyValuesRequest mocks base method

func (*MockIoTTwinMakerAPI) BatchPutPropertyValuesWithContext

BatchPutPropertyValuesWithContext mocks base method

func (*MockIoTTwinMakerAPI) CreateComponentType

CreateComponentType mocks base method

func (*MockIoTTwinMakerAPI) CreateComponentTypeRequest

CreateComponentTypeRequest mocks base method

func (*MockIoTTwinMakerAPI) CreateComponentTypeWithContext

CreateComponentTypeWithContext mocks base method

func (*MockIoTTwinMakerAPI) CreateEntity

CreateEntity mocks base method

func (*MockIoTTwinMakerAPI) CreateEntityRequest

CreateEntityRequest mocks base method

func (*MockIoTTwinMakerAPI) CreateEntityWithContext

CreateEntityWithContext mocks base method

func (*MockIoTTwinMakerAPI) CreateScene

CreateScene mocks base method

func (*MockIoTTwinMakerAPI) CreateSceneRequest

CreateSceneRequest mocks base method

func (*MockIoTTwinMakerAPI) CreateSceneWithContext

CreateSceneWithContext mocks base method

func (*MockIoTTwinMakerAPI) CreateWorkspace

CreateWorkspace mocks base method

func (*MockIoTTwinMakerAPI) CreateWorkspaceRequest

CreateWorkspaceRequest mocks base method

func (*MockIoTTwinMakerAPI) CreateWorkspaceWithContext

CreateWorkspaceWithContext mocks base method

func (*MockIoTTwinMakerAPI) DeleteComponentType

DeleteComponentType mocks base method

func (*MockIoTTwinMakerAPI) DeleteComponentTypeRequest

DeleteComponentTypeRequest mocks base method

func (*MockIoTTwinMakerAPI) DeleteComponentTypeWithContext

DeleteComponentTypeWithContext mocks base method

func (*MockIoTTwinMakerAPI) DeleteEntity

DeleteEntity mocks base method

func (*MockIoTTwinMakerAPI) DeleteEntityRequest

DeleteEntityRequest mocks base method

func (*MockIoTTwinMakerAPI) DeleteEntityWithContext

DeleteEntityWithContext mocks base method

func (*MockIoTTwinMakerAPI) DeleteScene

DeleteScene mocks base method

func (*MockIoTTwinMakerAPI) DeleteSceneRequest

DeleteSceneRequest mocks base method

func (*MockIoTTwinMakerAPI) DeleteSceneWithContext

DeleteSceneWithContext mocks base method

func (*MockIoTTwinMakerAPI) DeleteWorkspace

DeleteWorkspace mocks base method

func (*MockIoTTwinMakerAPI) DeleteWorkspaceRequest

DeleteWorkspaceRequest mocks base method

func (*MockIoTTwinMakerAPI) DeleteWorkspaceWithContext

DeleteWorkspaceWithContext mocks base method

func (*MockIoTTwinMakerAPI) EXPECT

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

func (*MockIoTTwinMakerAPI) GetComponentType

GetComponentType mocks base method

func (*MockIoTTwinMakerAPI) GetComponentTypeRequest

GetComponentTypeRequest mocks base method

func (*MockIoTTwinMakerAPI) GetComponentTypeWithContext

GetComponentTypeWithContext mocks base method

func (*MockIoTTwinMakerAPI) GetEntity

GetEntity mocks base method

func (*MockIoTTwinMakerAPI) GetEntityRequest

GetEntityRequest mocks base method

func (*MockIoTTwinMakerAPI) GetEntityWithContext

GetEntityWithContext mocks base method

func (*MockIoTTwinMakerAPI) GetPropertyValue

GetPropertyValue mocks base method

func (*MockIoTTwinMakerAPI) GetPropertyValueHistory

GetPropertyValueHistory mocks base method

func (*MockIoTTwinMakerAPI) GetPropertyValueHistoryPages

GetPropertyValueHistoryPages mocks base method

func (*MockIoTTwinMakerAPI) GetPropertyValueHistoryPagesWithContext

func (m *MockIoTTwinMakerAPI) GetPropertyValueHistoryPagesWithContext(arg0 context.Context, arg1 *iottwinmaker.GetPropertyValueHistoryInput, arg2 func(*iottwinmaker.GetPropertyValueHistoryOutput, bool) bool, arg3 ...request.Option) error

GetPropertyValueHistoryPagesWithContext mocks base method

func (*MockIoTTwinMakerAPI) GetPropertyValueHistoryRequest

GetPropertyValueHistoryRequest mocks base method

func (*MockIoTTwinMakerAPI) GetPropertyValueHistoryWithContext

GetPropertyValueHistoryWithContext mocks base method

func (*MockIoTTwinMakerAPI) GetPropertyValueRequest

GetPropertyValueRequest mocks base method

func (*MockIoTTwinMakerAPI) GetPropertyValueWithContext

GetPropertyValueWithContext mocks base method

func (*MockIoTTwinMakerAPI) GetScene

GetScene mocks base method

func (*MockIoTTwinMakerAPI) GetSceneRequest

GetSceneRequest mocks base method

func (*MockIoTTwinMakerAPI) GetSceneWithContext

GetSceneWithContext mocks base method

func (*MockIoTTwinMakerAPI) GetWorkspace

GetWorkspace mocks base method

func (*MockIoTTwinMakerAPI) GetWorkspaceRequest

GetWorkspaceRequest mocks base method

func (*MockIoTTwinMakerAPI) GetWorkspaceWithContext

GetWorkspaceWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListComponentTypes

ListComponentTypes mocks base method

func (*MockIoTTwinMakerAPI) ListComponentTypesPages

ListComponentTypesPages mocks base method

func (*MockIoTTwinMakerAPI) ListComponentTypesPagesWithContext

func (m *MockIoTTwinMakerAPI) ListComponentTypesPagesWithContext(arg0 context.Context, arg1 *iottwinmaker.ListComponentTypesInput, arg2 func(*iottwinmaker.ListComponentTypesOutput, bool) bool, arg3 ...request.Option) error

ListComponentTypesPagesWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListComponentTypesRequest

ListComponentTypesRequest mocks base method

func (*MockIoTTwinMakerAPI) ListComponentTypesWithContext

ListComponentTypesWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListEntities

ListEntities mocks base method

func (*MockIoTTwinMakerAPI) ListEntitiesPages

ListEntitiesPages mocks base method

func (*MockIoTTwinMakerAPI) ListEntitiesPagesWithContext

func (m *MockIoTTwinMakerAPI) ListEntitiesPagesWithContext(arg0 context.Context, arg1 *iottwinmaker.ListEntitiesInput, arg2 func(*iottwinmaker.ListEntitiesOutput, bool) bool, arg3 ...request.Option) error

ListEntitiesPagesWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListEntitiesRequest

ListEntitiesRequest mocks base method

func (*MockIoTTwinMakerAPI) ListEntitiesWithContext

ListEntitiesWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListScenes

ListScenes mocks base method

func (*MockIoTTwinMakerAPI) ListScenesPages

ListScenesPages mocks base method

func (*MockIoTTwinMakerAPI) ListScenesPagesWithContext

func (m *MockIoTTwinMakerAPI) ListScenesPagesWithContext(arg0 context.Context, arg1 *iottwinmaker.ListScenesInput, arg2 func(*iottwinmaker.ListScenesOutput, bool) bool, arg3 ...request.Option) error

ListScenesPagesWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListScenesRequest

ListScenesRequest mocks base method

func (*MockIoTTwinMakerAPI) ListScenesWithContext

ListScenesWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockIoTTwinMakerAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockIoTTwinMakerAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListWorkspaces

ListWorkspaces mocks base method

func (*MockIoTTwinMakerAPI) ListWorkspacesPages

ListWorkspacesPages mocks base method

func (*MockIoTTwinMakerAPI) ListWorkspacesPagesWithContext

func (m *MockIoTTwinMakerAPI) ListWorkspacesPagesWithContext(arg0 context.Context, arg1 *iottwinmaker.ListWorkspacesInput, arg2 func(*iottwinmaker.ListWorkspacesOutput, bool) bool, arg3 ...request.Option) error

ListWorkspacesPagesWithContext mocks base method

func (*MockIoTTwinMakerAPI) ListWorkspacesRequest

ListWorkspacesRequest mocks base method

func (*MockIoTTwinMakerAPI) ListWorkspacesWithContext

ListWorkspacesWithContext mocks base method

func (*MockIoTTwinMakerAPI) TagResource

TagResource mocks base method

func (*MockIoTTwinMakerAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockIoTTwinMakerAPI) TagResourceWithContext

TagResourceWithContext mocks base method

func (*MockIoTTwinMakerAPI) UntagResource

UntagResource mocks base method

func (*MockIoTTwinMakerAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockIoTTwinMakerAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method

func (*MockIoTTwinMakerAPI) UpdateComponentType

UpdateComponentType mocks base method

func (*MockIoTTwinMakerAPI) UpdateComponentTypeRequest

UpdateComponentTypeRequest mocks base method

func (*MockIoTTwinMakerAPI) UpdateComponentTypeWithContext

UpdateComponentTypeWithContext mocks base method

func (*MockIoTTwinMakerAPI) UpdateEntity

UpdateEntity mocks base method

func (*MockIoTTwinMakerAPI) UpdateEntityRequest

UpdateEntityRequest mocks base method

func (*MockIoTTwinMakerAPI) UpdateEntityWithContext

UpdateEntityWithContext mocks base method

func (*MockIoTTwinMakerAPI) UpdateScene

UpdateScene mocks base method

func (*MockIoTTwinMakerAPI) UpdateSceneRequest

UpdateSceneRequest mocks base method

func (*MockIoTTwinMakerAPI) UpdateSceneWithContext

UpdateSceneWithContext mocks base method

func (*MockIoTTwinMakerAPI) UpdateWorkspace

UpdateWorkspace mocks base method

func (*MockIoTTwinMakerAPI) UpdateWorkspaceRequest

UpdateWorkspaceRequest mocks base method

func (*MockIoTTwinMakerAPI) UpdateWorkspaceWithContext

UpdateWorkspaceWithContext mocks base method

type MockIoTTwinMakerAPIMockRecorder

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

MockIoTTwinMakerAPIMockRecorder is the mock recorder for MockIoTTwinMakerAPI

func (*MockIoTTwinMakerAPIMockRecorder) BatchPutPropertyValues

func (mr *MockIoTTwinMakerAPIMockRecorder) BatchPutPropertyValues(arg0 interface{}) *gomock.Call

BatchPutPropertyValues indicates an expected call of BatchPutPropertyValues

func (*MockIoTTwinMakerAPIMockRecorder) BatchPutPropertyValuesRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) BatchPutPropertyValuesRequest(arg0 interface{}) *gomock.Call

BatchPutPropertyValuesRequest indicates an expected call of BatchPutPropertyValuesRequest

func (*MockIoTTwinMakerAPIMockRecorder) BatchPutPropertyValuesWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) BatchPutPropertyValuesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchPutPropertyValuesWithContext indicates an expected call of BatchPutPropertyValuesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) CreateComponentType

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateComponentType(arg0 interface{}) *gomock.Call

CreateComponentType indicates an expected call of CreateComponentType

func (*MockIoTTwinMakerAPIMockRecorder) CreateComponentTypeRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateComponentTypeRequest(arg0 interface{}) *gomock.Call

CreateComponentTypeRequest indicates an expected call of CreateComponentTypeRequest

func (*MockIoTTwinMakerAPIMockRecorder) CreateComponentTypeWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateComponentTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateComponentTypeWithContext indicates an expected call of CreateComponentTypeWithContext

func (*MockIoTTwinMakerAPIMockRecorder) CreateEntity

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateEntity(arg0 interface{}) *gomock.Call

CreateEntity indicates an expected call of CreateEntity

func (*MockIoTTwinMakerAPIMockRecorder) CreateEntityRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateEntityRequest(arg0 interface{}) *gomock.Call

CreateEntityRequest indicates an expected call of CreateEntityRequest

func (*MockIoTTwinMakerAPIMockRecorder) CreateEntityWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateEntityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEntityWithContext indicates an expected call of CreateEntityWithContext

func (*MockIoTTwinMakerAPIMockRecorder) CreateScene

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateScene(arg0 interface{}) *gomock.Call

CreateScene indicates an expected call of CreateScene

func (*MockIoTTwinMakerAPIMockRecorder) CreateSceneRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateSceneRequest(arg0 interface{}) *gomock.Call

CreateSceneRequest indicates an expected call of CreateSceneRequest

func (*MockIoTTwinMakerAPIMockRecorder) CreateSceneWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateSceneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSceneWithContext indicates an expected call of CreateSceneWithContext

func (*MockIoTTwinMakerAPIMockRecorder) CreateWorkspace

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateWorkspace(arg0 interface{}) *gomock.Call

CreateWorkspace indicates an expected call of CreateWorkspace

func (*MockIoTTwinMakerAPIMockRecorder) CreateWorkspaceRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateWorkspaceRequest(arg0 interface{}) *gomock.Call

CreateWorkspaceRequest indicates an expected call of CreateWorkspaceRequest

func (*MockIoTTwinMakerAPIMockRecorder) CreateWorkspaceWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) CreateWorkspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorkspaceWithContext indicates an expected call of CreateWorkspaceWithContext

func (*MockIoTTwinMakerAPIMockRecorder) DeleteComponentType

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteComponentType(arg0 interface{}) *gomock.Call

DeleteComponentType indicates an expected call of DeleteComponentType

func (*MockIoTTwinMakerAPIMockRecorder) DeleteComponentTypeRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteComponentTypeRequest(arg0 interface{}) *gomock.Call

DeleteComponentTypeRequest indicates an expected call of DeleteComponentTypeRequest

func (*MockIoTTwinMakerAPIMockRecorder) DeleteComponentTypeWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteComponentTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteComponentTypeWithContext indicates an expected call of DeleteComponentTypeWithContext

func (*MockIoTTwinMakerAPIMockRecorder) DeleteEntity

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteEntity(arg0 interface{}) *gomock.Call

DeleteEntity indicates an expected call of DeleteEntity

func (*MockIoTTwinMakerAPIMockRecorder) DeleteEntityRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteEntityRequest(arg0 interface{}) *gomock.Call

DeleteEntityRequest indicates an expected call of DeleteEntityRequest

func (*MockIoTTwinMakerAPIMockRecorder) DeleteEntityWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteEntityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEntityWithContext indicates an expected call of DeleteEntityWithContext

func (*MockIoTTwinMakerAPIMockRecorder) DeleteScene

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteScene(arg0 interface{}) *gomock.Call

DeleteScene indicates an expected call of DeleteScene

func (*MockIoTTwinMakerAPIMockRecorder) DeleteSceneRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteSceneRequest(arg0 interface{}) *gomock.Call

DeleteSceneRequest indicates an expected call of DeleteSceneRequest

func (*MockIoTTwinMakerAPIMockRecorder) DeleteSceneWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteSceneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSceneWithContext indicates an expected call of DeleteSceneWithContext

func (*MockIoTTwinMakerAPIMockRecorder) DeleteWorkspace

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteWorkspace(arg0 interface{}) *gomock.Call

DeleteWorkspace indicates an expected call of DeleteWorkspace

func (*MockIoTTwinMakerAPIMockRecorder) DeleteWorkspaceRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteWorkspaceRequest(arg0 interface{}) *gomock.Call

DeleteWorkspaceRequest indicates an expected call of DeleteWorkspaceRequest

func (*MockIoTTwinMakerAPIMockRecorder) DeleteWorkspaceWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) DeleteWorkspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteWorkspaceWithContext indicates an expected call of DeleteWorkspaceWithContext

func (*MockIoTTwinMakerAPIMockRecorder) GetComponentType

func (mr *MockIoTTwinMakerAPIMockRecorder) GetComponentType(arg0 interface{}) *gomock.Call

GetComponentType indicates an expected call of GetComponentType

func (*MockIoTTwinMakerAPIMockRecorder) GetComponentTypeRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) GetComponentTypeRequest(arg0 interface{}) *gomock.Call

GetComponentTypeRequest indicates an expected call of GetComponentTypeRequest

func (*MockIoTTwinMakerAPIMockRecorder) GetComponentTypeWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) GetComponentTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetComponentTypeWithContext indicates an expected call of GetComponentTypeWithContext

func (*MockIoTTwinMakerAPIMockRecorder) GetEntity

func (mr *MockIoTTwinMakerAPIMockRecorder) GetEntity(arg0 interface{}) *gomock.Call

GetEntity indicates an expected call of GetEntity

func (*MockIoTTwinMakerAPIMockRecorder) GetEntityRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) GetEntityRequest(arg0 interface{}) *gomock.Call

GetEntityRequest indicates an expected call of GetEntityRequest

func (*MockIoTTwinMakerAPIMockRecorder) GetEntityWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) GetEntityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEntityWithContext indicates an expected call of GetEntityWithContext

func (*MockIoTTwinMakerAPIMockRecorder) GetPropertyValue

func (mr *MockIoTTwinMakerAPIMockRecorder) GetPropertyValue(arg0 interface{}) *gomock.Call

GetPropertyValue indicates an expected call of GetPropertyValue

func (*MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistory

func (mr *MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistory(arg0 interface{}) *gomock.Call

GetPropertyValueHistory indicates an expected call of GetPropertyValueHistory

func (*MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistoryPages

func (mr *MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistoryPages(arg0, arg1 interface{}) *gomock.Call

GetPropertyValueHistoryPages indicates an expected call of GetPropertyValueHistoryPages

func (*MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistoryPagesWithContext

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

GetPropertyValueHistoryPagesWithContext indicates an expected call of GetPropertyValueHistoryPagesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistoryRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistoryRequest(arg0 interface{}) *gomock.Call

GetPropertyValueHistoryRequest indicates an expected call of GetPropertyValueHistoryRequest

func (*MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistoryWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) GetPropertyValueHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPropertyValueHistoryWithContext indicates an expected call of GetPropertyValueHistoryWithContext

func (*MockIoTTwinMakerAPIMockRecorder) GetPropertyValueRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) GetPropertyValueRequest(arg0 interface{}) *gomock.Call

GetPropertyValueRequest indicates an expected call of GetPropertyValueRequest

func (*MockIoTTwinMakerAPIMockRecorder) GetPropertyValueWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) GetPropertyValueWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPropertyValueWithContext indicates an expected call of GetPropertyValueWithContext

func (*MockIoTTwinMakerAPIMockRecorder) GetScene

func (mr *MockIoTTwinMakerAPIMockRecorder) GetScene(arg0 interface{}) *gomock.Call

GetScene indicates an expected call of GetScene

func (*MockIoTTwinMakerAPIMockRecorder) GetSceneRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) GetSceneRequest(arg0 interface{}) *gomock.Call

GetSceneRequest indicates an expected call of GetSceneRequest

func (*MockIoTTwinMakerAPIMockRecorder) GetSceneWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) GetSceneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSceneWithContext indicates an expected call of GetSceneWithContext

func (*MockIoTTwinMakerAPIMockRecorder) GetWorkspace

func (mr *MockIoTTwinMakerAPIMockRecorder) GetWorkspace(arg0 interface{}) *gomock.Call

GetWorkspace indicates an expected call of GetWorkspace

func (*MockIoTTwinMakerAPIMockRecorder) GetWorkspaceRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) GetWorkspaceRequest(arg0 interface{}) *gomock.Call

GetWorkspaceRequest indicates an expected call of GetWorkspaceRequest

func (*MockIoTTwinMakerAPIMockRecorder) GetWorkspaceWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) GetWorkspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkspaceWithContext indicates an expected call of GetWorkspaceWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListComponentTypes

func (mr *MockIoTTwinMakerAPIMockRecorder) ListComponentTypes(arg0 interface{}) *gomock.Call

ListComponentTypes indicates an expected call of ListComponentTypes

func (*MockIoTTwinMakerAPIMockRecorder) ListComponentTypesPages

func (mr *MockIoTTwinMakerAPIMockRecorder) ListComponentTypesPages(arg0, arg1 interface{}) *gomock.Call

ListComponentTypesPages indicates an expected call of ListComponentTypesPages

func (*MockIoTTwinMakerAPIMockRecorder) ListComponentTypesPagesWithContext

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

ListComponentTypesPagesWithContext indicates an expected call of ListComponentTypesPagesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListComponentTypesRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) ListComponentTypesRequest(arg0 interface{}) *gomock.Call

ListComponentTypesRequest indicates an expected call of ListComponentTypesRequest

func (*MockIoTTwinMakerAPIMockRecorder) ListComponentTypesWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) ListComponentTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListComponentTypesWithContext indicates an expected call of ListComponentTypesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListEntities

func (mr *MockIoTTwinMakerAPIMockRecorder) ListEntities(arg0 interface{}) *gomock.Call

ListEntities indicates an expected call of ListEntities

func (*MockIoTTwinMakerAPIMockRecorder) ListEntitiesPages

func (mr *MockIoTTwinMakerAPIMockRecorder) ListEntitiesPages(arg0, arg1 interface{}) *gomock.Call

ListEntitiesPages indicates an expected call of ListEntitiesPages

func (*MockIoTTwinMakerAPIMockRecorder) ListEntitiesPagesWithContext

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

ListEntitiesPagesWithContext indicates an expected call of ListEntitiesPagesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListEntitiesRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) ListEntitiesRequest(arg0 interface{}) *gomock.Call

ListEntitiesRequest indicates an expected call of ListEntitiesRequest

func (*MockIoTTwinMakerAPIMockRecorder) ListEntitiesWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) ListEntitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEntitiesWithContext indicates an expected call of ListEntitiesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListScenes

func (mr *MockIoTTwinMakerAPIMockRecorder) ListScenes(arg0 interface{}) *gomock.Call

ListScenes indicates an expected call of ListScenes

func (*MockIoTTwinMakerAPIMockRecorder) ListScenesPages

func (mr *MockIoTTwinMakerAPIMockRecorder) ListScenesPages(arg0, arg1 interface{}) *gomock.Call

ListScenesPages indicates an expected call of ListScenesPages

func (*MockIoTTwinMakerAPIMockRecorder) ListScenesPagesWithContext

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

ListScenesPagesWithContext indicates an expected call of ListScenesPagesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListScenesRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) ListScenesRequest(arg0 interface{}) *gomock.Call

ListScenesRequest indicates an expected call of ListScenesRequest

func (*MockIoTTwinMakerAPIMockRecorder) ListScenesWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) ListScenesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListScenesWithContext indicates an expected call of ListScenesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListTagsForResource

func (mr *MockIoTTwinMakerAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockIoTTwinMakerAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockIoTTwinMakerAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListWorkspaces

func (mr *MockIoTTwinMakerAPIMockRecorder) ListWorkspaces(arg0 interface{}) *gomock.Call

ListWorkspaces indicates an expected call of ListWorkspaces

func (*MockIoTTwinMakerAPIMockRecorder) ListWorkspacesPages

func (mr *MockIoTTwinMakerAPIMockRecorder) ListWorkspacesPages(arg0, arg1 interface{}) *gomock.Call

ListWorkspacesPages indicates an expected call of ListWorkspacesPages

func (*MockIoTTwinMakerAPIMockRecorder) ListWorkspacesPagesWithContext

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

ListWorkspacesPagesWithContext indicates an expected call of ListWorkspacesPagesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) ListWorkspacesRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) ListWorkspacesRequest(arg0 interface{}) *gomock.Call

ListWorkspacesRequest indicates an expected call of ListWorkspacesRequest

func (*MockIoTTwinMakerAPIMockRecorder) ListWorkspacesWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) ListWorkspacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorkspacesWithContext indicates an expected call of ListWorkspacesWithContext

func (*MockIoTTwinMakerAPIMockRecorder) TagResource

func (mr *MockIoTTwinMakerAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockIoTTwinMakerAPIMockRecorder) TagResourceRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockIoTTwinMakerAPIMockRecorder) TagResourceWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockIoTTwinMakerAPIMockRecorder) UntagResource

func (mr *MockIoTTwinMakerAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockIoTTwinMakerAPIMockRecorder) UntagResourceRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockIoTTwinMakerAPIMockRecorder) UntagResourceWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockIoTTwinMakerAPIMockRecorder) UpdateComponentType

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateComponentType(arg0 interface{}) *gomock.Call

UpdateComponentType indicates an expected call of UpdateComponentType

func (*MockIoTTwinMakerAPIMockRecorder) UpdateComponentTypeRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateComponentTypeRequest(arg0 interface{}) *gomock.Call

UpdateComponentTypeRequest indicates an expected call of UpdateComponentTypeRequest

func (*MockIoTTwinMakerAPIMockRecorder) UpdateComponentTypeWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateComponentTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateComponentTypeWithContext indicates an expected call of UpdateComponentTypeWithContext

func (*MockIoTTwinMakerAPIMockRecorder) UpdateEntity

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateEntity(arg0 interface{}) *gomock.Call

UpdateEntity indicates an expected call of UpdateEntity

func (*MockIoTTwinMakerAPIMockRecorder) UpdateEntityRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateEntityRequest(arg0 interface{}) *gomock.Call

UpdateEntityRequest indicates an expected call of UpdateEntityRequest

func (*MockIoTTwinMakerAPIMockRecorder) UpdateEntityWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateEntityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateEntityWithContext indicates an expected call of UpdateEntityWithContext

func (*MockIoTTwinMakerAPIMockRecorder) UpdateScene

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateScene(arg0 interface{}) *gomock.Call

UpdateScene indicates an expected call of UpdateScene

func (*MockIoTTwinMakerAPIMockRecorder) UpdateSceneRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateSceneRequest(arg0 interface{}) *gomock.Call

UpdateSceneRequest indicates an expected call of UpdateSceneRequest

func (*MockIoTTwinMakerAPIMockRecorder) UpdateSceneWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateSceneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSceneWithContext indicates an expected call of UpdateSceneWithContext

func (*MockIoTTwinMakerAPIMockRecorder) UpdateWorkspace

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateWorkspace(arg0 interface{}) *gomock.Call

UpdateWorkspace indicates an expected call of UpdateWorkspace

func (*MockIoTTwinMakerAPIMockRecorder) UpdateWorkspaceRequest

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateWorkspaceRequest(arg0 interface{}) *gomock.Call

UpdateWorkspaceRequest indicates an expected call of UpdateWorkspaceRequest

func (*MockIoTTwinMakerAPIMockRecorder) UpdateWorkspaceWithContext

func (mr *MockIoTTwinMakerAPIMockRecorder) UpdateWorkspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateWorkspaceWithContext indicates an expected call of UpdateWorkspaceWithContext

Jump to

Keyboard shortcuts

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