View Source AWS.IoTTwinMaker (aws-elixir v1.0.4)
IoT TwinMaker is a service with which you can 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.
Cancels the metadata transfer job.
Creates a component type.
Creates an entity.
Creates a new metadata transfer job.
Creates a scene.
This action creates a SyncJob.
Creates a workplace.
Deletes a component type.
Deletes an entity.
Deletes a scene.
Delete the SyncJob.
Deletes a workspace.
Run queries to access information from your knowledge graph of entities within individual workspaces.
Retrieves information about a component type.
Retrieves information about an entity.
Gets a nmetadata transfer job.
Gets the pricing plan.
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.
Gets the SyncJob.
Retrieves information about a workspace.
Lists all component types in a workspace.
This API lists the components of an entity.
Lists all entities in a workspace.
Lists the metadata transfer jobs.
This API lists the properties of a component.
Lists all scenes in a workspace.
List all SyncJobs.
Lists the sync resources.
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.
Update the pricing plan.
Updates a scene.
Updates a workspace.
Link to this section Functions
batch_put_property_values(client, workspace_id, input, options \\ [])
View SourceSets values for multiple time series properties.
cancel_metadata_transfer_job(client, metadata_transfer_job_id, input, options \\ [])
View SourceCancels the metadata transfer job.
create_component_type(client, component_type_id, workspace_id, input, options \\ [])
View SourceCreates a component type.
Creates an entity.
Creates a new metadata transfer job.
Creates a scene.
create_sync_job(client, sync_source, workspace_id, input, options \\ [])
View SourceThis action creates a SyncJob.
Creates a workplace.
delete_component_type(client, component_type_id, workspace_id, input, options \\ [])
View SourceDeletes a component type.
delete_entity(client, entity_id, workspace_id, input, options \\ [])
View SourceDeletes an entity.
delete_scene(client, scene_id, workspace_id, input, options \\ [])
View SourceDeletes a scene.
delete_sync_job(client, sync_source, workspace_id, input, options \\ [])
View SourceDelete the SyncJob.
Deletes a workspace.
Run queries to access information from your knowledge graph of entities within individual workspaces.
The ExecuteQuery action only works with Amazon Web Services Java SDK2. ExecuteQuery will not work with any Amazon Web Services Java SDK version < 2.x.
get_component_type(client, component_type_id, workspace_id, options \\ [])
View SourceRetrieves information about a component type.
Retrieves information about an entity.
get_metadata_transfer_job(client, metadata_transfer_job_id, options \\ [])
View SourceGets a nmetadata transfer job.
Gets the pricing plan.
Gets the property values for a component, component type, entity, or workspace.
You must specify a value for either componentName
,
componentTypeId
, entityId
, or workspaceId
.
get_property_value_history(client, workspace_id, input, options \\ [])
View SourceRetrieves information about the history of a time series property value for a component, component type, entity, or workspace.
You must specify a value for workspaceId
. For entity-specific queries,
specify values for componentName
and entityId
. For cross-entity
quries, specify a value for componentTypeId
.
Retrieves information about a scene.
get_sync_job(client, sync_source, workspace_id \\ nil, options \\ [])
View SourceGets the SyncJob.
Retrieves information about a workspace.
Lists all component types in a workspace.
list_components(client, entity_id, workspace_id, input, options \\ [])
View SourceThis API lists the components of an entity.
Lists all entities in a workspace.
Lists the metadata transfer jobs.
This API lists the properties of a component.
Lists all scenes in a workspace.
List all SyncJobs.
list_sync_resources(client, sync_source, workspace_id, input, options \\ [])
View SourceLists the sync resources.
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.
update_component_type(client, component_type_id, workspace_id, input, options \\ [])
View SourceUpdates information in a component type.
update_entity(client, entity_id, workspace_id, input, options \\ [])
View SourceUpdates an entity.
Update the pricing plan.
update_scene(client, scene_id, workspace_id, input, options \\ [])
View SourceUpdates a scene.
Updates a workspace.