Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) AssociateEntityToThing(ctx context.Context, params *iotthingsgraph.AssociateEntityToThingInput, ...) (*iotthingsgraph.AssociateEntityToThingOutput, error)
- func (_m *IClient) CreateFlowTemplate(ctx context.Context, params *iotthingsgraph.CreateFlowTemplateInput, ...) (*iotthingsgraph.CreateFlowTemplateOutput, error)
- func (_m *IClient) CreateSystemInstance(ctx context.Context, params *iotthingsgraph.CreateSystemInstanceInput, ...) (*iotthingsgraph.CreateSystemInstanceOutput, error)
- func (_m *IClient) CreateSystemTemplate(ctx context.Context, params *iotthingsgraph.CreateSystemTemplateInput, ...) (*iotthingsgraph.CreateSystemTemplateOutput, error)
- func (_m *IClient) DeleteFlowTemplate(ctx context.Context, params *iotthingsgraph.DeleteFlowTemplateInput, ...) (*iotthingsgraph.DeleteFlowTemplateOutput, error)
- func (_m *IClient) DeleteNamespace(ctx context.Context, params *iotthingsgraph.DeleteNamespaceInput, ...) (*iotthingsgraph.DeleteNamespaceOutput, error)
- func (_m *IClient) DeleteSystemInstance(ctx context.Context, params *iotthingsgraph.DeleteSystemInstanceInput, ...) (*iotthingsgraph.DeleteSystemInstanceOutput, error)
- func (_m *IClient) DeleteSystemTemplate(ctx context.Context, params *iotthingsgraph.DeleteSystemTemplateInput, ...) (*iotthingsgraph.DeleteSystemTemplateOutput, error)
- func (_m *IClient) DeploySystemInstance(ctx context.Context, params *iotthingsgraph.DeploySystemInstanceInput, ...) (*iotthingsgraph.DeploySystemInstanceOutput, error)
- func (_m *IClient) DeprecateFlowTemplate(ctx context.Context, params *iotthingsgraph.DeprecateFlowTemplateInput, ...) (*iotthingsgraph.DeprecateFlowTemplateOutput, error)
- func (_m *IClient) DeprecateSystemTemplate(ctx context.Context, params *iotthingsgraph.DeprecateSystemTemplateInput, ...) (*iotthingsgraph.DeprecateSystemTemplateOutput, error)
- func (_m *IClient) DescribeNamespace(ctx context.Context, params *iotthingsgraph.DescribeNamespaceInput, ...) (*iotthingsgraph.DescribeNamespaceOutput, error)
- func (_m *IClient) DissociateEntityFromThing(ctx context.Context, params *iotthingsgraph.DissociateEntityFromThingInput, ...) (*iotthingsgraph.DissociateEntityFromThingOutput, error)
- func (_m *IClient) GetEntities(ctx context.Context, params *iotthingsgraph.GetEntitiesInput, ...) (*iotthingsgraph.GetEntitiesOutput, error)
- func (_m *IClient) GetFlowTemplate(ctx context.Context, params *iotthingsgraph.GetFlowTemplateInput, ...) (*iotthingsgraph.GetFlowTemplateOutput, error)
- func (_m *IClient) GetFlowTemplateRevisions(ctx context.Context, params *iotthingsgraph.GetFlowTemplateRevisionsInput, ...) (*iotthingsgraph.GetFlowTemplateRevisionsOutput, error)
- func (_m *IClient) GetNamespaceDeletionStatus(ctx context.Context, params *iotthingsgraph.GetNamespaceDeletionStatusInput, ...) (*iotthingsgraph.GetNamespaceDeletionStatusOutput, error)
- func (_m *IClient) GetSystemInstance(ctx context.Context, params *iotthingsgraph.GetSystemInstanceInput, ...) (*iotthingsgraph.GetSystemInstanceOutput, error)
- func (_m *IClient) GetSystemTemplate(ctx context.Context, params *iotthingsgraph.GetSystemTemplateInput, ...) (*iotthingsgraph.GetSystemTemplateOutput, error)
- func (_m *IClient) GetSystemTemplateRevisions(ctx context.Context, params *iotthingsgraph.GetSystemTemplateRevisionsInput, ...) (*iotthingsgraph.GetSystemTemplateRevisionsOutput, error)
- func (_m *IClient) GetUploadStatus(ctx context.Context, params *iotthingsgraph.GetUploadStatusInput, ...) (*iotthingsgraph.GetUploadStatusOutput, error)
- func (_m *IClient) ListFlowExecutionMessages(ctx context.Context, params *iotthingsgraph.ListFlowExecutionMessagesInput, ...) (*iotthingsgraph.ListFlowExecutionMessagesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *iotthingsgraph.ListTagsForResourceInput, ...) (*iotthingsgraph.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() iotthingsgraph.Options
- func (_m *IClient) SearchEntities(ctx context.Context, params *iotthingsgraph.SearchEntitiesInput, ...) (*iotthingsgraph.SearchEntitiesOutput, error)
- func (_m *IClient) SearchFlowExecutions(ctx context.Context, params *iotthingsgraph.SearchFlowExecutionsInput, ...) (*iotthingsgraph.SearchFlowExecutionsOutput, error)
- func (_m *IClient) SearchFlowTemplates(ctx context.Context, params *iotthingsgraph.SearchFlowTemplatesInput, ...) (*iotthingsgraph.SearchFlowTemplatesOutput, error)
- func (_m *IClient) SearchSystemInstances(ctx context.Context, params *iotthingsgraph.SearchSystemInstancesInput, ...) (*iotthingsgraph.SearchSystemInstancesOutput, error)
- func (_m *IClient) SearchSystemTemplates(ctx context.Context, params *iotthingsgraph.SearchSystemTemplatesInput, ...) (*iotthingsgraph.SearchSystemTemplatesOutput, error)
- func (_m *IClient) SearchThings(ctx context.Context, params *iotthingsgraph.SearchThingsInput, ...) (*iotthingsgraph.SearchThingsOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *iotthingsgraph.TagResourceInput, ...) (*iotthingsgraph.TagResourceOutput, error)
- func (_m *IClient) UndeploySystemInstance(ctx context.Context, params *iotthingsgraph.UndeploySystemInstanceInput, ...) (*iotthingsgraph.UndeploySystemInstanceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *iotthingsgraph.UntagResourceInput, ...) (*iotthingsgraph.UntagResourceOutput, error)
- func (_m *IClient) UpdateFlowTemplate(ctx context.Context, params *iotthingsgraph.UpdateFlowTemplateInput, ...) (*iotthingsgraph.UpdateFlowTemplateOutput, error)
- func (_m *IClient) UpdateSystemTemplate(ctx context.Context, params *iotthingsgraph.UpdateSystemTemplateInput, ...) (*iotthingsgraph.UpdateSystemTemplateOutput, error)
- func (_m *IClient) UploadEntityDefinitions(ctx context.Context, params *iotthingsgraph.UploadEntityDefinitionsInput, ...) (*iotthingsgraph.UploadEntityDefinitionsOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) AssociateEntityToThing ¶
func (_m *IClient) AssociateEntityToThing(ctx context.Context, params *iotthingsgraph.AssociateEntityToThingInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.AssociateEntityToThingOutput, error)
AssociateEntityToThing provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateFlowTemplate ¶
func (_m *IClient) CreateFlowTemplate(ctx context.Context, params *iotthingsgraph.CreateFlowTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.CreateFlowTemplateOutput, error)
CreateFlowTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateSystemInstance ¶
func (_m *IClient) CreateSystemInstance(ctx context.Context, params *iotthingsgraph.CreateSystemInstanceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.CreateSystemInstanceOutput, error)
CreateSystemInstance provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateSystemTemplate ¶
func (_m *IClient) CreateSystemTemplate(ctx context.Context, params *iotthingsgraph.CreateSystemTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.CreateSystemTemplateOutput, error)
CreateSystemTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteFlowTemplate ¶
func (_m *IClient) DeleteFlowTemplate(ctx context.Context, params *iotthingsgraph.DeleteFlowTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DeleteFlowTemplateOutput, error)
DeleteFlowTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteNamespace ¶
func (_m *IClient) DeleteNamespace(ctx context.Context, params *iotthingsgraph.DeleteNamespaceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DeleteNamespaceOutput, error)
DeleteNamespace provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSystemInstance ¶
func (_m *IClient) DeleteSystemInstance(ctx context.Context, params *iotthingsgraph.DeleteSystemInstanceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DeleteSystemInstanceOutput, error)
DeleteSystemInstance provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSystemTemplate ¶
func (_m *IClient) DeleteSystemTemplate(ctx context.Context, params *iotthingsgraph.DeleteSystemTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DeleteSystemTemplateOutput, error)
DeleteSystemTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeploySystemInstance ¶
func (_m *IClient) DeploySystemInstance(ctx context.Context, params *iotthingsgraph.DeploySystemInstanceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DeploySystemInstanceOutput, error)
DeploySystemInstance provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeprecateFlowTemplate ¶
func (_m *IClient) DeprecateFlowTemplate(ctx context.Context, params *iotthingsgraph.DeprecateFlowTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DeprecateFlowTemplateOutput, error)
DeprecateFlowTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeprecateSystemTemplate ¶
func (_m *IClient) DeprecateSystemTemplate(ctx context.Context, params *iotthingsgraph.DeprecateSystemTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DeprecateSystemTemplateOutput, error)
DeprecateSystemTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeNamespace ¶
func (_m *IClient) DescribeNamespace(ctx context.Context, params *iotthingsgraph.DescribeNamespaceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DescribeNamespaceOutput, error)
DescribeNamespace provides a mock function with given fields: ctx, params, optFns
func (*IClient) DissociateEntityFromThing ¶
func (_m *IClient) DissociateEntityFromThing(ctx context.Context, params *iotthingsgraph.DissociateEntityFromThingInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.DissociateEntityFromThingOutput, error)
DissociateEntityFromThing provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetEntities ¶
func (_m *IClient) GetEntities(ctx context.Context, params *iotthingsgraph.GetEntitiesInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.GetEntitiesOutput, error)
GetEntities provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetFlowTemplate ¶
func (_m *IClient) GetFlowTemplate(ctx context.Context, params *iotthingsgraph.GetFlowTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.GetFlowTemplateOutput, error)
GetFlowTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetFlowTemplateRevisions ¶
func (_m *IClient) GetFlowTemplateRevisions(ctx context.Context, params *iotthingsgraph.GetFlowTemplateRevisionsInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.GetFlowTemplateRevisionsOutput, error)
GetFlowTemplateRevisions provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetNamespaceDeletionStatus ¶
func (_m *IClient) GetNamespaceDeletionStatus(ctx context.Context, params *iotthingsgraph.GetNamespaceDeletionStatusInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.GetNamespaceDeletionStatusOutput, error)
GetNamespaceDeletionStatus provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSystemInstance ¶
func (_m *IClient) GetSystemInstance(ctx context.Context, params *iotthingsgraph.GetSystemInstanceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.GetSystemInstanceOutput, error)
GetSystemInstance provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSystemTemplate ¶
func (_m *IClient) GetSystemTemplate(ctx context.Context, params *iotthingsgraph.GetSystemTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.GetSystemTemplateOutput, error)
GetSystemTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSystemTemplateRevisions ¶
func (_m *IClient) GetSystemTemplateRevisions(ctx context.Context, params *iotthingsgraph.GetSystemTemplateRevisionsInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.GetSystemTemplateRevisionsOutput, error)
GetSystemTemplateRevisions provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetUploadStatus ¶
func (_m *IClient) GetUploadStatus(ctx context.Context, params *iotthingsgraph.GetUploadStatusInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.GetUploadStatusOutput, error)
GetUploadStatus provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListFlowExecutionMessages ¶
func (_m *IClient) ListFlowExecutionMessages(ctx context.Context, params *iotthingsgraph.ListFlowExecutionMessagesInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.ListFlowExecutionMessagesOutput, error)
ListFlowExecutionMessages provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *iotthingsgraph.ListTagsForResourceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() iotthingsgraph.Options
Options provides a mock function with given fields:
func (*IClient) SearchEntities ¶
func (_m *IClient) SearchEntities(ctx context.Context, params *iotthingsgraph.SearchEntitiesInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.SearchEntitiesOutput, error)
SearchEntities provides a mock function with given fields: ctx, params, optFns
func (*IClient) SearchFlowExecutions ¶
func (_m *IClient) SearchFlowExecutions(ctx context.Context, params *iotthingsgraph.SearchFlowExecutionsInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.SearchFlowExecutionsOutput, error)
SearchFlowExecutions provides a mock function with given fields: ctx, params, optFns
func (*IClient) SearchFlowTemplates ¶
func (_m *IClient) SearchFlowTemplates(ctx context.Context, params *iotthingsgraph.SearchFlowTemplatesInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.SearchFlowTemplatesOutput, error)
SearchFlowTemplates provides a mock function with given fields: ctx, params, optFns
func (*IClient) SearchSystemInstances ¶
func (_m *IClient) SearchSystemInstances(ctx context.Context, params *iotthingsgraph.SearchSystemInstancesInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.SearchSystemInstancesOutput, error)
SearchSystemInstances provides a mock function with given fields: ctx, params, optFns
func (*IClient) SearchSystemTemplates ¶
func (_m *IClient) SearchSystemTemplates(ctx context.Context, params *iotthingsgraph.SearchSystemTemplatesInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.SearchSystemTemplatesOutput, error)
SearchSystemTemplates provides a mock function with given fields: ctx, params, optFns
func (*IClient) SearchThings ¶
func (_m *IClient) SearchThings(ctx context.Context, params *iotthingsgraph.SearchThingsInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.SearchThingsOutput, error)
SearchThings provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *iotthingsgraph.TagResourceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UndeploySystemInstance ¶
func (_m *IClient) UndeploySystemInstance(ctx context.Context, params *iotthingsgraph.UndeploySystemInstanceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.UndeploySystemInstanceOutput, error)
UndeploySystemInstance provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *iotthingsgraph.UntagResourceInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateFlowTemplate ¶
func (_m *IClient) UpdateFlowTemplate(ctx context.Context, params *iotthingsgraph.UpdateFlowTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.UpdateFlowTemplateOutput, error)
UpdateFlowTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateSystemTemplate ¶
func (_m *IClient) UpdateSystemTemplate(ctx context.Context, params *iotthingsgraph.UpdateSystemTemplateInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.UpdateSystemTemplateOutput, error)
UpdateSystemTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) UploadEntityDefinitions ¶
func (_m *IClient) UploadEntityDefinitions(ctx context.Context, params *iotthingsgraph.UploadEntityDefinitionsInput, optFns ...func(*iotthingsgraph.Options)) (*iotthingsgraph.UploadEntityDefinitionsOutput, error)
UploadEntityDefinitions provides a mock function with given fields: ctx, params, optFns