IoTTwinMaker#
Client#
- class IoTTwinMaker.Client#
A low-level client representing AWS IoT TwinMaker
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.
import boto3 client = boto3.client('iottwinmaker')
These are the available methods:
- batch_put_property_values
- can_paginate
- close
- create_component_type
- create_entity
- create_scene
- create_sync_job
- create_workspace
- delete_component_type
- delete_entity
- delete_scene
- delete_sync_job
- delete_workspace
- execute_query
- get_component_type
- get_entity
- get_paginator
- get_pricing_plan
- get_property_value
- get_property_value_history
- get_scene
- get_sync_job
- get_waiter
- get_workspace
- list_component_types
- list_entities
- list_scenes
- list_sync_jobs
- list_sync_resources
- list_tags_for_resource
- list_workspaces
- tag_resource
- untag_resource
- update_component_type
- update_entity
- update_pricing_plan
- update_scene
- update_workspace