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
 - cancel_metadata_transfer_job
 - close
 - create_component_type
 - create_entity
 - create_metadata_transfer_job
 - 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_metadata_transfer_job
 - 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_components
 - list_entities
 - list_metadata_transfer_jobs
 - list_properties
 - 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