iotthingsgraphstub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociateEntityToThingFuture

type AssociateEntityToThingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateEntityToThingFuture) Get

type Client

type Client interface {
	AssociateEntityToThing(ctx workflow.Context, input *iotthingsgraph.AssociateEntityToThingInput) (*iotthingsgraph.AssociateEntityToThingOutput, error)
	AssociateEntityToThingAsync(ctx workflow.Context, input *iotthingsgraph.AssociateEntityToThingInput) *AssociateEntityToThingFuture

	CreateFlowTemplate(ctx workflow.Context, input *iotthingsgraph.CreateFlowTemplateInput) (*iotthingsgraph.CreateFlowTemplateOutput, error)
	CreateFlowTemplateAsync(ctx workflow.Context, input *iotthingsgraph.CreateFlowTemplateInput) *CreateFlowTemplateFuture

	CreateSystemInstance(ctx workflow.Context, input *iotthingsgraph.CreateSystemInstanceInput) (*iotthingsgraph.CreateSystemInstanceOutput, error)
	CreateSystemInstanceAsync(ctx workflow.Context, input *iotthingsgraph.CreateSystemInstanceInput) *CreateSystemInstanceFuture

	CreateSystemTemplate(ctx workflow.Context, input *iotthingsgraph.CreateSystemTemplateInput) (*iotthingsgraph.CreateSystemTemplateOutput, error)
	CreateSystemTemplateAsync(ctx workflow.Context, input *iotthingsgraph.CreateSystemTemplateInput) *CreateSystemTemplateFuture

	DeleteFlowTemplate(ctx workflow.Context, input *iotthingsgraph.DeleteFlowTemplateInput) (*iotthingsgraph.DeleteFlowTemplateOutput, error)
	DeleteFlowTemplateAsync(ctx workflow.Context, input *iotthingsgraph.DeleteFlowTemplateInput) *DeleteFlowTemplateFuture

	DeleteNamespace(ctx workflow.Context, input *iotthingsgraph.DeleteNamespaceInput) (*iotthingsgraph.DeleteNamespaceOutput, error)
	DeleteNamespaceAsync(ctx workflow.Context, input *iotthingsgraph.DeleteNamespaceInput) *DeleteNamespaceFuture

	DeleteSystemInstance(ctx workflow.Context, input *iotthingsgraph.DeleteSystemInstanceInput) (*iotthingsgraph.DeleteSystemInstanceOutput, error)
	DeleteSystemInstanceAsync(ctx workflow.Context, input *iotthingsgraph.DeleteSystemInstanceInput) *DeleteSystemInstanceFuture

	DeleteSystemTemplate(ctx workflow.Context, input *iotthingsgraph.DeleteSystemTemplateInput) (*iotthingsgraph.DeleteSystemTemplateOutput, error)
	DeleteSystemTemplateAsync(ctx workflow.Context, input *iotthingsgraph.DeleteSystemTemplateInput) *DeleteSystemTemplateFuture

	DeploySystemInstance(ctx workflow.Context, input *iotthingsgraph.DeploySystemInstanceInput) (*iotthingsgraph.DeploySystemInstanceOutput, error)
	DeploySystemInstanceAsync(ctx workflow.Context, input *iotthingsgraph.DeploySystemInstanceInput) *DeploySystemInstanceFuture

	DeprecateFlowTemplate(ctx workflow.Context, input *iotthingsgraph.DeprecateFlowTemplateInput) (*iotthingsgraph.DeprecateFlowTemplateOutput, error)
	DeprecateFlowTemplateAsync(ctx workflow.Context, input *iotthingsgraph.DeprecateFlowTemplateInput) *DeprecateFlowTemplateFuture

	DeprecateSystemTemplate(ctx workflow.Context, input *iotthingsgraph.DeprecateSystemTemplateInput) (*iotthingsgraph.DeprecateSystemTemplateOutput, error)
	DeprecateSystemTemplateAsync(ctx workflow.Context, input *iotthingsgraph.DeprecateSystemTemplateInput) *DeprecateSystemTemplateFuture

	DescribeNamespace(ctx workflow.Context, input *iotthingsgraph.DescribeNamespaceInput) (*iotthingsgraph.DescribeNamespaceOutput, error)
	DescribeNamespaceAsync(ctx workflow.Context, input *iotthingsgraph.DescribeNamespaceInput) *DescribeNamespaceFuture

	DissociateEntityFromThing(ctx workflow.Context, input *iotthingsgraph.DissociateEntityFromThingInput) (*iotthingsgraph.DissociateEntityFromThingOutput, error)
	DissociateEntityFromThingAsync(ctx workflow.Context, input *iotthingsgraph.DissociateEntityFromThingInput) *DissociateEntityFromThingFuture

	GetEntities(ctx workflow.Context, input *iotthingsgraph.GetEntitiesInput) (*iotthingsgraph.GetEntitiesOutput, error)
	GetEntitiesAsync(ctx workflow.Context, input *iotthingsgraph.GetEntitiesInput) *GetEntitiesFuture

	GetFlowTemplate(ctx workflow.Context, input *iotthingsgraph.GetFlowTemplateInput) (*iotthingsgraph.GetFlowTemplateOutput, error)
	GetFlowTemplateAsync(ctx workflow.Context, input *iotthingsgraph.GetFlowTemplateInput) *GetFlowTemplateFuture

	GetFlowTemplateRevisions(ctx workflow.Context, input *iotthingsgraph.GetFlowTemplateRevisionsInput) (*iotthingsgraph.GetFlowTemplateRevisionsOutput, error)
	GetFlowTemplateRevisionsAsync(ctx workflow.Context, input *iotthingsgraph.GetFlowTemplateRevisionsInput) *GetFlowTemplateRevisionsFuture

	GetNamespaceDeletionStatus(ctx workflow.Context, input *iotthingsgraph.GetNamespaceDeletionStatusInput) (*iotthingsgraph.GetNamespaceDeletionStatusOutput, error)
	GetNamespaceDeletionStatusAsync(ctx workflow.Context, input *iotthingsgraph.GetNamespaceDeletionStatusInput) *GetNamespaceDeletionStatusFuture

	GetSystemInstance(ctx workflow.Context, input *iotthingsgraph.GetSystemInstanceInput) (*iotthingsgraph.GetSystemInstanceOutput, error)
	GetSystemInstanceAsync(ctx workflow.Context, input *iotthingsgraph.GetSystemInstanceInput) *GetSystemInstanceFuture

	GetSystemTemplate(ctx workflow.Context, input *iotthingsgraph.GetSystemTemplateInput) (*iotthingsgraph.GetSystemTemplateOutput, error)
	GetSystemTemplateAsync(ctx workflow.Context, input *iotthingsgraph.GetSystemTemplateInput) *GetSystemTemplateFuture

	GetSystemTemplateRevisions(ctx workflow.Context, input *iotthingsgraph.GetSystemTemplateRevisionsInput) (*iotthingsgraph.GetSystemTemplateRevisionsOutput, error)
	GetSystemTemplateRevisionsAsync(ctx workflow.Context, input *iotthingsgraph.GetSystemTemplateRevisionsInput) *GetSystemTemplateRevisionsFuture

	GetUploadStatus(ctx workflow.Context, input *iotthingsgraph.GetUploadStatusInput) (*iotthingsgraph.GetUploadStatusOutput, error)
	GetUploadStatusAsync(ctx workflow.Context, input *iotthingsgraph.GetUploadStatusInput) *GetUploadStatusFuture

	ListFlowExecutionMessages(ctx workflow.Context, input *iotthingsgraph.ListFlowExecutionMessagesInput) (*iotthingsgraph.ListFlowExecutionMessagesOutput, error)
	ListFlowExecutionMessagesAsync(ctx workflow.Context, input *iotthingsgraph.ListFlowExecutionMessagesInput) *ListFlowExecutionMessagesFuture

	ListTagsForResource(ctx workflow.Context, input *iotthingsgraph.ListTagsForResourceInput) (*iotthingsgraph.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *iotthingsgraph.ListTagsForResourceInput) *ListTagsForResourceFuture

	SearchEntities(ctx workflow.Context, input *iotthingsgraph.SearchEntitiesInput) (*iotthingsgraph.SearchEntitiesOutput, error)
	SearchEntitiesAsync(ctx workflow.Context, input *iotthingsgraph.SearchEntitiesInput) *SearchEntitiesFuture

	SearchFlowExecutions(ctx workflow.Context, input *iotthingsgraph.SearchFlowExecutionsInput) (*iotthingsgraph.SearchFlowExecutionsOutput, error)
	SearchFlowExecutionsAsync(ctx workflow.Context, input *iotthingsgraph.SearchFlowExecutionsInput) *SearchFlowExecutionsFuture

	SearchFlowTemplates(ctx workflow.Context, input *iotthingsgraph.SearchFlowTemplatesInput) (*iotthingsgraph.SearchFlowTemplatesOutput, error)
	SearchFlowTemplatesAsync(ctx workflow.Context, input *iotthingsgraph.SearchFlowTemplatesInput) *SearchFlowTemplatesFuture

	SearchSystemInstances(ctx workflow.Context, input *iotthingsgraph.SearchSystemInstancesInput) (*iotthingsgraph.SearchSystemInstancesOutput, error)
	SearchSystemInstancesAsync(ctx workflow.Context, input *iotthingsgraph.SearchSystemInstancesInput) *SearchSystemInstancesFuture

	SearchSystemTemplates(ctx workflow.Context, input *iotthingsgraph.SearchSystemTemplatesInput) (*iotthingsgraph.SearchSystemTemplatesOutput, error)
	SearchSystemTemplatesAsync(ctx workflow.Context, input *iotthingsgraph.SearchSystemTemplatesInput) *SearchSystemTemplatesFuture

	SearchThings(ctx workflow.Context, input *iotthingsgraph.SearchThingsInput) (*iotthingsgraph.SearchThingsOutput, error)
	SearchThingsAsync(ctx workflow.Context, input *iotthingsgraph.SearchThingsInput) *SearchThingsFuture

	TagResource(ctx workflow.Context, input *iotthingsgraph.TagResourceInput) (*iotthingsgraph.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *iotthingsgraph.TagResourceInput) *TagResourceFuture

	UndeploySystemInstance(ctx workflow.Context, input *iotthingsgraph.UndeploySystemInstanceInput) (*iotthingsgraph.UndeploySystemInstanceOutput, error)
	UndeploySystemInstanceAsync(ctx workflow.Context, input *iotthingsgraph.UndeploySystemInstanceInput) *UndeploySystemInstanceFuture

	UntagResource(ctx workflow.Context, input *iotthingsgraph.UntagResourceInput) (*iotthingsgraph.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *iotthingsgraph.UntagResourceInput) *UntagResourceFuture

	UpdateFlowTemplate(ctx workflow.Context, input *iotthingsgraph.UpdateFlowTemplateInput) (*iotthingsgraph.UpdateFlowTemplateOutput, error)
	UpdateFlowTemplateAsync(ctx workflow.Context, input *iotthingsgraph.UpdateFlowTemplateInput) *UpdateFlowTemplateFuture

	UpdateSystemTemplate(ctx workflow.Context, input *iotthingsgraph.UpdateSystemTemplateInput) (*iotthingsgraph.UpdateSystemTemplateOutput, error)
	UpdateSystemTemplateAsync(ctx workflow.Context, input *iotthingsgraph.UpdateSystemTemplateInput) *UpdateSystemTemplateFuture

	UploadEntityDefinitions(ctx workflow.Context, input *iotthingsgraph.UploadEntityDefinitionsInput) (*iotthingsgraph.UploadEntityDefinitionsOutput, error)
	UploadEntityDefinitionsAsync(ctx workflow.Context, input *iotthingsgraph.UploadEntityDefinitionsInput) *UploadEntityDefinitionsFuture
}

func NewClient

func NewClient() Client

type CreateFlowTemplateFuture

type CreateFlowTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateFlowTemplateFuture) Get

type CreateSystemInstanceFuture

type CreateSystemInstanceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSystemInstanceFuture) Get

type CreateSystemTemplateFuture

type CreateSystemTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSystemTemplateFuture) Get

type DeleteFlowTemplateFuture

type DeleteFlowTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteFlowTemplateFuture) Get

type DeleteNamespaceFuture

type DeleteNamespaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteNamespaceFuture) Get

type DeleteSystemInstanceFuture

type DeleteSystemInstanceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteSystemInstanceFuture) Get

type DeleteSystemTemplateFuture

type DeleteSystemTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteSystemTemplateFuture) Get

type DeploySystemInstanceFuture

type DeploySystemInstanceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeploySystemInstanceFuture) Get

type DeprecateFlowTemplateFuture

type DeprecateFlowTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeprecateFlowTemplateFuture) Get

type DeprecateSystemTemplateFuture

type DeprecateSystemTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeprecateSystemTemplateFuture) Get

type DescribeNamespaceFuture

type DescribeNamespaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeNamespaceFuture) Get

type DissociateEntityFromThingFuture

type DissociateEntityFromThingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DissociateEntityFromThingFuture) Get

type GetEntitiesFuture

type GetEntitiesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEntitiesFuture) Get

type GetFlowTemplateFuture

type GetFlowTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetFlowTemplateFuture) Get

type GetFlowTemplateRevisionsFuture

type GetFlowTemplateRevisionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetFlowTemplateRevisionsFuture) Get

type GetNamespaceDeletionStatusFuture

type GetNamespaceDeletionStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetNamespaceDeletionStatusFuture) Get

type GetSystemInstanceFuture

type GetSystemInstanceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSystemInstanceFuture) Get

type GetSystemTemplateFuture

type GetSystemTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSystemTemplateFuture) Get

type GetSystemTemplateRevisionsFuture

type GetSystemTemplateRevisionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSystemTemplateRevisionsFuture) Get

type GetUploadStatusFuture

type GetUploadStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetUploadStatusFuture) Get

type ListFlowExecutionMessagesFuture

type ListFlowExecutionMessagesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFlowExecutionMessagesFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type SearchEntitiesFuture

type SearchEntitiesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchEntitiesFuture) Get

type SearchFlowExecutionsFuture

type SearchFlowExecutionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchFlowExecutionsFuture) Get

type SearchFlowTemplatesFuture

type SearchFlowTemplatesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchFlowTemplatesFuture) Get

type SearchSystemInstancesFuture

type SearchSystemInstancesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchSystemInstancesFuture) Get

type SearchSystemTemplatesFuture

type SearchSystemTemplatesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchSystemTemplatesFuture) Get

type SearchThingsFuture

type SearchThingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchThingsFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UndeploySystemInstanceFuture

type UndeploySystemInstanceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UndeploySystemInstanceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateFlowTemplateFuture

type UpdateFlowTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateFlowTemplateFuture) Get

type UpdateSystemTemplateFuture

type UpdateSystemTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSystemTemplateFuture) Get

type UploadEntityDefinitionsFuture

type UploadEntityDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UploadEntityDefinitionsFuture) Get

Jump to

Keyboard shortcuts

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