View Source aws_iottwinmaker (aws v0.5.0)
TwinMaker is in public preview and is subject to change.
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems. IoT TwinMaker overlays measurements and analysis from real-world sensors, cameras, and enterprise applications so you can create data visualizations to monitor your physical factory, building, or industrial plant. You can use this real-world data to monitor operations and diagnose and repair errors.Link to this section Summary
Functions
Sets values for multiple time series properties.
Creates a component type.
Creates an entity.
Creates a scene.
Creates a workplace.
Deletes a component type.
Deletes an entity.
Deletes a scene.
Deletes a workspace.
Retrieves information about a component type.
Retrieves information about an entity.
Gets the property values for a component, component type, entity, or workspace.
Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.
Retrieves information about a scene.
Retrieves information about a workspace.
Lists all component types in a workspace.
Lists all entities in a workspace.
Lists all scenes in a workspace.
Lists all tags associated with a resource.
Retrieves information about workspaces in the current account.
Adds tags to a resource.
Removes tags from a resource.
Updates information in a component type.
Updates an entity.
Updates a scene.
Updates a workspace.
Link to this section Functions
Link to this function
create_component_type(Client, ComponentTypeId, WorkspaceId, Input)
View SourceCreates a component type.
TwinMaker is in public preview and is subject to change.
Link to this function
create_component_type(Client, ComponentTypeId, WorkspaceId, Input0, Options0)
View Source
Link to this function
delete_component_type(Client, ComponentTypeId, WorkspaceId, Input)
View Source
Link to this function
delete_component_type(Client, ComponentTypeId, WorkspaceId, Input0, Options0)
View Source
Link to this function
get_component_type(Client, ComponentTypeId, WorkspaceId, QueryMap, HeadersMap)
View Source
Link to this function
get_component_type(Client, ComponentTypeId, WorkspaceId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_entity(Client, EntityId, WorkspaceId, QueryMap, HeadersMap, Options0)
View SourceGets the property values for a component, component type, entity, or workspace.
You must specify a value for eithercomponentName
, componentTypeId
, entityId
, or workspaceId
.
Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.
You must specify a value forworkspaceId
. For entity-specific queries, specify values for componentName
and entityId
. For cross-entity quries, specify a value for componentTypeId
.
Link to this function
get_scene(Client, SceneId, WorkspaceId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_workspace(Client, WorkspaceId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
update_component_type(Client, ComponentTypeId, WorkspaceId, Input)
View Source
Link to this function