

************
IoTTwinMaker
************



======
Client
======



.. py: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:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  iottwinmaker/client/batch_put_property_values
  iottwinmaker/client/can_paginate
  iottwinmaker/client/cancel_metadata_transfer_job
  iottwinmaker/client/close
  iottwinmaker/client/create_component_type
  iottwinmaker/client/create_entity
  iottwinmaker/client/create_metadata_transfer_job
  iottwinmaker/client/create_scene
  iottwinmaker/client/create_sync_job
  iottwinmaker/client/create_workspace
  iottwinmaker/client/delete_component_type
  iottwinmaker/client/delete_entity
  iottwinmaker/client/delete_scene
  iottwinmaker/client/delete_sync_job
  iottwinmaker/client/delete_workspace
  iottwinmaker/client/execute_query
  iottwinmaker/client/get_component_type
  iottwinmaker/client/get_entity
  iottwinmaker/client/get_metadata_transfer_job
  iottwinmaker/client/get_paginator
  iottwinmaker/client/get_pricing_plan
  iottwinmaker/client/get_property_value
  iottwinmaker/client/get_property_value_history
  iottwinmaker/client/get_scene
  iottwinmaker/client/get_sync_job
  iottwinmaker/client/get_waiter
  iottwinmaker/client/get_workspace
  iottwinmaker/client/list_component_types
  iottwinmaker/client/list_components
  iottwinmaker/client/list_entities
  iottwinmaker/client/list_metadata_transfer_jobs
  iottwinmaker/client/list_properties
  iottwinmaker/client/list_scenes
  iottwinmaker/client/list_sync_jobs
  iottwinmaker/client/list_sync_resources
  iottwinmaker/client/list_tags_for_resource
  iottwinmaker/client/list_workspaces
  iottwinmaker/client/tag_resource
  iottwinmaker/client/untag_resource
  iottwinmaker/client/update_component_type
  iottwinmaker/client/update_entity
  iottwinmaker/client/update_pricing_plan
  iottwinmaker/client/update_scene
  iottwinmaker/client/update_workspace
