Documentation ¶
Index ¶
- type AssociateEntityToThingFuture
- type Client
- type CreateFlowTemplateFuture
- type CreateSystemInstanceFuture
- type CreateSystemTemplateFuture
- type DeleteFlowTemplateFuture
- type DeleteNamespaceFuture
- type DeleteSystemInstanceFuture
- type DeleteSystemTemplateFuture
- type DeploySystemInstanceFuture
- type DeprecateFlowTemplateFuture
- type DeprecateSystemTemplateFuture
- type DescribeNamespaceFuture
- type DissociateEntityFromThingFuture
- type GetEntitiesFuture
- type GetFlowTemplateFuture
- type GetFlowTemplateRevisionsFuture
- type GetNamespaceDeletionStatusFuture
- type GetSystemInstanceFuture
- type GetSystemTemplateFuture
- type GetSystemTemplateRevisionsFuture
- type GetUploadStatusFuture
- type ListFlowExecutionMessagesFuture
- type ListTagsForResourceFuture
- type SearchEntitiesFuture
- type SearchFlowExecutionsFuture
- type SearchFlowTemplatesFuture
- type SearchSystemInstancesFuture
- type SearchSystemTemplatesFuture
- type SearchThingsFuture
- type TagResourceFuture
- type UndeploySystemInstanceFuture
- type UntagResourceFuture
- type UpdateFlowTemplateFuture
- type UpdateSystemTemplateFuture
- type UploadEntityDefinitionsFuture
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 ¶
func (r *AssociateEntityToThingFuture) Get(ctx workflow.Context) (*iotthingsgraph.AssociateEntityToThingOutput, error)
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 }
type CreateFlowTemplateFuture ¶
type CreateFlowTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateFlowTemplateFuture) Get ¶
func (r *CreateFlowTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.CreateFlowTemplateOutput, error)
type CreateSystemInstanceFuture ¶
type CreateSystemInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateSystemInstanceFuture) Get ¶
func (r *CreateSystemInstanceFuture) Get(ctx workflow.Context) (*iotthingsgraph.CreateSystemInstanceOutput, error)
type CreateSystemTemplateFuture ¶
type CreateSystemTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateSystemTemplateFuture) Get ¶
func (r *CreateSystemTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.CreateSystemTemplateOutput, error)
type DeleteFlowTemplateFuture ¶
type DeleteFlowTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteFlowTemplateFuture) Get ¶
func (r *DeleteFlowTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.DeleteFlowTemplateOutput, error)
type DeleteNamespaceFuture ¶
type DeleteNamespaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteNamespaceFuture) Get ¶
func (r *DeleteNamespaceFuture) Get(ctx workflow.Context) (*iotthingsgraph.DeleteNamespaceOutput, error)
type DeleteSystemInstanceFuture ¶
type DeleteSystemInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSystemInstanceFuture) Get ¶
func (r *DeleteSystemInstanceFuture) Get(ctx workflow.Context) (*iotthingsgraph.DeleteSystemInstanceOutput, error)
type DeleteSystemTemplateFuture ¶
type DeleteSystemTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSystemTemplateFuture) Get ¶
func (r *DeleteSystemTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.DeleteSystemTemplateOutput, error)
type DeploySystemInstanceFuture ¶
type DeploySystemInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeploySystemInstanceFuture) Get ¶
func (r *DeploySystemInstanceFuture) Get(ctx workflow.Context) (*iotthingsgraph.DeploySystemInstanceOutput, error)
type DeprecateFlowTemplateFuture ¶
type DeprecateFlowTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeprecateFlowTemplateFuture) Get ¶
func (r *DeprecateFlowTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.DeprecateFlowTemplateOutput, error)
type DeprecateSystemTemplateFuture ¶
type DeprecateSystemTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeprecateSystemTemplateFuture) Get ¶
func (r *DeprecateSystemTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.DeprecateSystemTemplateOutput, error)
type DescribeNamespaceFuture ¶
type DescribeNamespaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeNamespaceFuture) Get ¶
func (r *DescribeNamespaceFuture) Get(ctx workflow.Context) (*iotthingsgraph.DescribeNamespaceOutput, error)
type DissociateEntityFromThingFuture ¶
type DissociateEntityFromThingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DissociateEntityFromThingFuture) Get ¶
func (r *DissociateEntityFromThingFuture) Get(ctx workflow.Context) (*iotthingsgraph.DissociateEntityFromThingOutput, error)
type GetEntitiesFuture ¶
func (*GetEntitiesFuture) Get ¶
func (r *GetEntitiesFuture) Get(ctx workflow.Context) (*iotthingsgraph.GetEntitiesOutput, error)
type GetFlowTemplateFuture ¶
type GetFlowTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetFlowTemplateFuture) Get ¶
func (r *GetFlowTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.GetFlowTemplateOutput, error)
type GetFlowTemplateRevisionsFuture ¶
type GetFlowTemplateRevisionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetFlowTemplateRevisionsFuture) Get ¶
func (r *GetFlowTemplateRevisionsFuture) Get(ctx workflow.Context) (*iotthingsgraph.GetFlowTemplateRevisionsOutput, error)
type GetNamespaceDeletionStatusFuture ¶
type GetNamespaceDeletionStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetNamespaceDeletionStatusFuture) Get ¶
func (r *GetNamespaceDeletionStatusFuture) Get(ctx workflow.Context) (*iotthingsgraph.GetNamespaceDeletionStatusOutput, error)
type GetSystemInstanceFuture ¶
type GetSystemInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSystemInstanceFuture) Get ¶
func (r *GetSystemInstanceFuture) Get(ctx workflow.Context) (*iotthingsgraph.GetSystemInstanceOutput, error)
type GetSystemTemplateFuture ¶
type GetSystemTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSystemTemplateFuture) Get ¶
func (r *GetSystemTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.GetSystemTemplateOutput, error)
type GetSystemTemplateRevisionsFuture ¶
type GetSystemTemplateRevisionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSystemTemplateRevisionsFuture) Get ¶
func (r *GetSystemTemplateRevisionsFuture) Get(ctx workflow.Context) (*iotthingsgraph.GetSystemTemplateRevisionsOutput, error)
type GetUploadStatusFuture ¶
type GetUploadStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetUploadStatusFuture) Get ¶
func (r *GetUploadStatusFuture) Get(ctx workflow.Context) (*iotthingsgraph.GetUploadStatusOutput, error)
type ListFlowExecutionMessagesFuture ¶
type ListFlowExecutionMessagesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListFlowExecutionMessagesFuture) Get ¶
func (r *ListFlowExecutionMessagesFuture) Get(ctx workflow.Context) (*iotthingsgraph.ListFlowExecutionMessagesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*iotthingsgraph.ListTagsForResourceOutput, error)
type SearchEntitiesFuture ¶
func (*SearchEntitiesFuture) Get ¶
func (r *SearchEntitiesFuture) Get(ctx workflow.Context) (*iotthingsgraph.SearchEntitiesOutput, error)
type SearchFlowExecutionsFuture ¶
type SearchFlowExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SearchFlowExecutionsFuture) Get ¶
func (r *SearchFlowExecutionsFuture) Get(ctx workflow.Context) (*iotthingsgraph.SearchFlowExecutionsOutput, error)
type SearchFlowTemplatesFuture ¶
type SearchFlowTemplatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SearchFlowTemplatesFuture) Get ¶
func (r *SearchFlowTemplatesFuture) Get(ctx workflow.Context) (*iotthingsgraph.SearchFlowTemplatesOutput, error)
type SearchSystemInstancesFuture ¶
type SearchSystemInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SearchSystemInstancesFuture) Get ¶
func (r *SearchSystemInstancesFuture) Get(ctx workflow.Context) (*iotthingsgraph.SearchSystemInstancesOutput, error)
type SearchSystemTemplatesFuture ¶
type SearchSystemTemplatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SearchSystemTemplatesFuture) Get ¶
func (r *SearchSystemTemplatesFuture) Get(ctx workflow.Context) (*iotthingsgraph.SearchSystemTemplatesOutput, error)
type SearchThingsFuture ¶
func (*SearchThingsFuture) Get ¶
func (r *SearchThingsFuture) Get(ctx workflow.Context) (*iotthingsgraph.SearchThingsOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*iotthingsgraph.TagResourceOutput, error)
type UndeploySystemInstanceFuture ¶
type UndeploySystemInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UndeploySystemInstanceFuture) Get ¶
func (r *UndeploySystemInstanceFuture) Get(ctx workflow.Context) (*iotthingsgraph.UndeploySystemInstanceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*iotthingsgraph.UntagResourceOutput, error)
type UpdateFlowTemplateFuture ¶
type UpdateFlowTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateFlowTemplateFuture) Get ¶
func (r *UpdateFlowTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.UpdateFlowTemplateOutput, error)
type UpdateSystemTemplateFuture ¶
type UpdateSystemTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSystemTemplateFuture) Get ¶
func (r *UpdateSystemTemplateFuture) Get(ctx workflow.Context) (*iotthingsgraph.UpdateSystemTemplateOutput, error)
type UploadEntityDefinitionsFuture ¶
type UploadEntityDefinitionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UploadEntityDefinitionsFuture) Get ¶
func (r *UploadEntityDefinitionsFuture) Get(ctx workflow.Context) (*iotthingsgraph.UploadEntityDefinitionsOutput, error)
Click to show internal directories.
Click to hide internal directories.