ManagedintegrationsforIoTDeviceManagement#
Client#
- class ManagedintegrationsforIoTDeviceManagement.Client#
A low-level client representing Managed integrations for AWS IoT Device Management
Managed integrations is a feature of AWS IoT Device Management that enables developers to quickly build innovative IoT solutions. Customers can use managed integrations to automate device setup workflows and support interoperability across many devices, regardless of device vendor or connectivity protocol. This allows developers to use a single user-interface to control, manage, and operate a range of devices.
import boto3 client = boto3.client('iot-managed-integrations')
These are the available methods:
- can_paginate
- close
- create_credential_locker
- create_destination
- create_event_log_configuration
- create_managed_thing
- create_notification_configuration
- create_ota_task
- create_ota_task_configuration
- create_provisioning_profile
- delete_credential_locker
- delete_destination
- delete_event_log_configuration
- delete_managed_thing
- delete_notification_configuration
- delete_ota_task
- delete_ota_task_configuration
- delete_provisioning_profile
- get_credential_locker
- get_custom_endpoint
- get_default_encryption_configuration
- get_destination
- get_device_discovery
- get_event_log_configuration
- get_hub_configuration
- get_managed_thing
- get_managed_thing_capabilities
- get_managed_thing_connectivity_data
- get_managed_thing_meta_data
- get_managed_thing_state
- get_notification_configuration
- get_ota_task
- get_ota_task_configuration
- get_paginator
- get_provisioning_profile
- get_runtime_log_configuration
- get_schema_version
- get_waiter
- list_credential_lockers
- list_destinations
- list_event_log_configurations
- list_managed_thing_schemas
- list_managed_things
- list_notification_configurations
- list_ota_task_configurations
- list_ota_task_executions
- list_ota_tasks
- list_provisioning_profiles
- list_schema_versions
- put_default_encryption_configuration
- put_hub_configuration
- put_runtime_log_configuration
- register_custom_endpoint
- reset_runtime_log_configuration
- send_managed_thing_command
- start_device_discovery
- update_destination
- update_event_log_configuration
- update_managed_thing
- update_notification_configuration
- update_ota_task
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: