View Source AWS.IoTManagedIntegrations (aws-elixir v1.0.6)
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.
Link to this section Summary
Functions
Create a product credential locker.
Create a destination.
Set the event log configuration for the account, resource type, or specific resource.
Creates a managed thing.
Creates a notification configuration.
Create an over-the-air (OTA) task to update a device.
Create a configuraiton for the over-the-air (OTA) task.
Create a provisioning profile for a device to execute the provisioning flows using a provisioning template.
Delete a credential locker.
Deletes a customer-managed destination specified by id.
Delete an event log configuration.
Delete a managed thing.
Deletes a notification configuration.
Delete the over-the-air (OTA) task.
Delete the over-the-air (OTA) task configuration.
Delete a provisioning profile.
Get information on an existing credential locker
Returns the IoT managed integrations custom endpoint.
Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified region.
Gets a destination by ID.
Get the current state of a device discovery.
Get an event log configuration.
Get a hub configuration.
Get the attributes and capabilities associated with a managed thing.
Get the capabilities for a managed thing using the device ID.
Get the connectivity status of a managed thing.
Get the metadata information for a managed thing.
Returns the managed thing state for the given device Id.
Get a notification configuration.
Get the over-the-air (OTA) task.
Get a configuraiton for the over-the-air (OTA) task.
Get a provisioning profile by template name.
Get the runtime log configuration for a specific managed thing or for all managed things as a group.
Gets a schema version with the provided information.
List information on an existing credential locker.
List all destination names under one Amazon Web Services account.
List all event log configurations for an account.
List schemas associated with a managed thing.
List all of the associations and statuses for a managed thing by its owner.
List all notification configurations.
List all of the over-the-air (OTA) task configurations.
List all of the over-the-air (OTA) task executions.
List all of the over-the-air (OTA) tasks.
List the provisioning profiles within the Amazon Web Services account.
Lists schema versions with the provided information.
Sets the default encryption configuration for the Amazon Web Services account.
Update a hub configuration.
Set the runtime log configuration for a specific managed thing or for all managed things as a group.
Customers can request IoT managed integrations to manage the server trust for them or bring their own external server trusts for the custom domain.
Reset a runtime log configuration for a specific managed thing or for all managed things as a group.
Send the command to the device represented by the managed thing.
During user-guided setup, this is used to start device discovery.
Update a destination specified by id.
Update an event log configuration by log configuration ID.
Update the attributes and capabilities associated with a managed thing.
Update a notification configuration.
Update an over-the-air (OTA) task.
Link to this section Functions
Create a product credential locker.
This operation will trigger the creation of all the manufacturing resources including the Wi-Fi setup key pair and device certificate.
Create a destination.
IoT managed integrations uses the destination to determine where to deliver notifications for a device.
Set the event log configuration for the account, resource type, or specific resource.
Creates a managed thing.
A managed thing contains the device identifier, protocol supported, and capabilities of the device in a protocol-specific format.
Creates a notification configuration.
A configuration is a connection between an event type and a destination that you have already created.
Create an over-the-air (OTA) task to update a device.
Create a configuraiton for the over-the-air (OTA) task.
Create a provisioning profile for a device to execute the provisioning flows using a provisioning template.
The provisioning template is a document that defines the set of resources and policies applied to a device during the provisioning process.
delete_credential_locker(client, identifier, input, options \\ [])
View SourceDelete a credential locker.
This operation can't be undone and any existing device won't be able to use IoT managed integrations.
Deletes a customer-managed destination specified by id.
Delete an event log configuration.
Delete a managed thing.
If a controller is deleted, all of the devices connected to it
will have their status changed to PENDING
. It is not possible to remove a
cloud device.
delete_notification_configuration(client, event_type, input, options \\ [])
View SourceDeletes a notification configuration.
Delete the over-the-air (OTA) task.
delete_ota_task_configuration(client, identifier, input, options \\ [])
View SourceDelete the over-the-air (OTA) task configuration.
delete_provisioning_profile(client, identifier, input, options \\ [])
View SourceDelete a provisioning profile.
Get information on an existing credential locker
Returns the IoT managed integrations custom endpoint.
Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified region.
For more information, see Key management in the AWS IoT SiteWise User Guide.
Gets a destination by ID.
Get the current state of a device discovery.
Get an event log configuration.
Get a hub configuration.
Get the attributes and capabilities associated with a managed thing.
Get the capabilities for a managed thing using the device ID.
get_managed_thing_connectivity_data(client, identifier, input, options \\ [])
View SourceGet the connectivity status of a managed thing.
Get the metadata information for a managed thing.
Returns the managed thing state for the given device Id.
Get a notification configuration.
Get the over-the-air (OTA) task.
Get a configuraiton for the over-the-air (OTA) task.
Get a provisioning profile by template name.
get_runtime_log_configuration(client, managed_thing_id, options \\ [])
View SourceGet the runtime log configuration for a specific managed thing or for all managed things as a group.
get_schema_version(client, schema_versioned_id, type, format \\ nil, options \\ [])
View SourceGets a schema version with the provided information.
list_credential_lockers(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList information on an existing credential locker.
list_destinations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all destination names under one Amazon Web Services account.
list_event_log_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all event log configurations for an account.
list_managed_thing_schemas(client, identifier, capability_id_filter \\ nil, endpoint_id_filter \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList schemas associated with a managed thing.
list_managed_things(client, connector_policy_id_filter \\ nil, credential_locker_filter \\ nil, max_results \\ nil, next_token \\ nil, owner_filter \\ nil, parent_controller_identifier_filter \\ nil, provisioning_status_filter \\ nil, role_filter \\ nil, serial_number_filter \\ nil, options \\ [])
View SourceList all of the associations and statuses for a managed thing by its owner.
list_notification_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all notification configurations.
list_ota_task_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all of the over-the-air (OTA) task configurations.
list_ota_task_executions(client, identifier, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all of the over-the-air (OTA) task executions.
list_ota_tasks(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all of the over-the-air (OTA) tasks.
list_provisioning_profiles(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList the provisioning profiles within the Amazon Web Services account.
list_schema_versions(client, type, max_results \\ nil, namespace \\ nil, next_token \\ nil, schema_id \\ nil, semantic_version \\ nil, visibility \\ nil, options \\ [])
View SourceLists schema versions with the provided information.
put_default_encryption_configuration(client, input, options \\ [])
View SourceSets the default encryption configuration for the Amazon Web Services account.
For more information, see Key management in the AWS IoT SiteWise User Guide.
Update a hub configuration.
put_runtime_log_configuration(client, managed_thing_id, input, options \\ [])
View SourceSet the runtime log configuration for a specific managed thing or for all managed things as a group.
Customers can request IoT managed integrations to manage the server trust for them or bring their own external server trusts for the custom domain.
Returns an IoT managed integrations endpoint.
reset_runtime_log_configuration(client, managed_thing_id, input, options \\ [])
View SourceReset a runtime log configuration for a specific managed thing or for all managed things as a group.
send_managed_thing_command(client, managed_thing_id, input, options \\ [])
View SourceSend the command to the device represented by the managed thing.
During user-guided setup, this is used to start device discovery.
The authentication material (install code) is passed as a message to the controller telling it to start the discovery.
Update a destination specified by id.
Update an event log configuration by log configuration ID.
Update the attributes and capabilities associated with a managed thing.
update_notification_configuration(client, event_type, input, options \\ [])
View SourceUpdate a notification configuration.
Update an over-the-air (OTA) task.