IoTThingsGraph#
Client#
- class IoTThingsGraph.Client#
A low-level client representing AWS IoT Things Graph
AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards, such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services and defining how they interact at an abstract level.
For more information about how AWS IoT Things Graph works, see the User Guide.
The AWS IoT Things Graph service is discontinued.
import boto3 client = boto3.client('iotthingsgraph')
These are the available methods:
- associate_entity_to_thing
- can_paginate
- close
- create_flow_template
- create_system_instance
- create_system_template
- delete_flow_template
- delete_namespace
- delete_system_instance
- delete_system_template
- deploy_system_instance
- deprecate_flow_template
- deprecate_system_template
- describe_namespace
- dissociate_entity_from_thing
- get_entities
- get_flow_template
- get_flow_template_revisions
- get_namespace_deletion_status
- get_paginator
- get_system_instance
- get_system_template
- get_system_template_revisions
- get_upload_status
- get_waiter
- list_flow_execution_messages
- list_tags_for_resource
- search_entities
- search_flow_executions
- search_flow_templates
- search_system_instances
- search_system_templates
- search_things
- tag_resource
- undeploy_system_instance
- untag_resource
- update_flow_template
- update_system_template
- upload_entity_definitions
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: