View Source AWS.IoTWireless (aws-elixir v0.14.1)

AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.

To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN) communication protocol to communicate with AWS IoT.

Using the API, you can perform create, read, update, and delete operations for your wireless devices, gateways, destinations, and profiles. After onboarding your devices, you can use the API operations to set log levels and monitor your devices with CloudWatch.

You can also use the API operations to create multicast groups and schedule a multicast session for sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware of individual devices or an entire group of devices in a multicast group.

Summary

Functions

Associates a partner account with your AWS account.

Associates a wireless device with a multicast group.

Associates a wireless gateway with a certificate.

Cancels an existing multicast group session.

Creates a new destination that maps a device message to an AWS IoT rule.

Creates a new network analyzer configuration.

Deletes a multicast group if it is not in use by a fuota task.

Remove queued messages from the downlink queue.

Deregister a wireless device from AWS IoT Wireless.

Disassociates a wireless device from its currently associated thing.

Disassociates a wireless gateway from its currently associated certificate.

Disassociates a wireless gateway from its currently associated thing.

Gets information about a destination.

Gets information about a device profile.

Get the event configuration based on resource types.

Gets information about a FUOTA task.

Returns current default log levels or log levels by resource types.

Gets information about a multicast group.

Gets information about a multicast group session.

Get the position information for a given resource.

Get estimated position information as a payload in GeoJSON format.

Fetches the log-level override, if any, for a given resource-ID and resource-type.

Get the position information for a given wireless device or a wireless gateway resource.

Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.

Gets information about a service profile.

Get information about an import task and count of device onboarding summary information for the import task.

Gets operating information about a wireless device.

Gets the ID of the certificate that is currently associated with a wireless gateway.

Gets the firmware version and other information about a wireless gateway.

Gets operating information about a wireless gateway.

Gets information about a wireless gateway task.

Gets information about a wireless gateway task definition.

Lists the destinations registered to your AWS account.

List event configurations where at least one event topic has been enabled.

Lists the FUOTA tasks registered to your AWS account.

Lists the multicast groups registered to your AWS account.

Lists the partner accounts associated with your AWS account.

List position configurations for a given resource, such as positioning solvers.

Lists the service profiles registered to your AWS account.

Lists the tags (metadata) you have assigned to the resource.

List wireless devices that have been added to an import task.

Lists the wireless gateways registered to your AWS account.

Sets the log-level override for a resource-ID and resource-type.

Removes the log-level overrides for all resources; both wireless devices and wireless gateways.

Removes the log-level override, if any, for a specific resource-ID and resource-type.

Sends the specified data to a multicast group.

Sends a decrypted application data frame to a device.

Starts a bulk association of all qualifying wireless devices with a multicast group.

Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.

Start import task for a single wireless device.

Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.

Adds a tag to a resource.

Simulates a provisioned device by sending an uplink data payload of Hello.

Removes one or more tags from a resource.

Updates properties of a destination.

Update the event configuration based on resource types.

Updates properties of a FUOTA task.

Set default log level, or log levels by resource types.

Updates properties of a multicast group session.

Update the position information of a resource.

Update the event configuration for a particular resource identifier.

Update the position information of a given wireless device or a wireless gateway resource.

Updates properties of a wireless device.

Update an import task to add more devices to the task.

Updates properties of a wireless gateway.

Functions

Link to this function

associate_aws_account_with_partner_account(client, input, options \\ [])

View Source

Associates a partner account with your AWS account.

Link to this function

associate_multicast_group_with_fuota_task(client, id, input, options \\ [])

View Source

Associate a multicast group with a FUOTA task.

Link to this function

associate_wireless_device_with_fuota_task(client, id, input, options \\ [])

View Source

Associate a wireless device with a FUOTA task.

Link to this function

associate_wireless_device_with_multicast_group(client, id, input, options \\ [])

View Source

Associates a wireless device with a multicast group.

Link to this function

associate_wireless_device_with_thing(client, id, input, options \\ [])

View Source

Associates a wireless device with a thing.

Link to this function

associate_wireless_gateway_with_certificate(client, id, input, options \\ [])

View Source

Associates a wireless gateway with a certificate.

Link to this function

associate_wireless_gateway_with_thing(client, id, input, options \\ [])

View Source

Associates a wireless gateway with a thing.

Link to this function

cancel_multicast_group_session(client, id, input, options \\ [])

View Source

Cancels an existing multicast group session.

Link to this function

create_destination(client, input, options \\ [])

View Source

Creates a new destination that maps a device message to an AWS IoT rule.

Link to this function

create_device_profile(client, input, options \\ [])

View Source

Creates a new device profile.

Link to this function

create_fuota_task(client, input, options \\ [])

View Source

Creates a FUOTA task.

Link to this function

create_multicast_group(client, input, options \\ [])

View Source

Creates a multicast group.

Link to this function

create_network_analyzer_configuration(client, input, options \\ [])

View Source

Creates a new network analyzer configuration.

Link to this function

create_service_profile(client, input, options \\ [])

View Source

Creates a new service profile.

Link to this function

create_wireless_device(client, input, options \\ [])

View Source

Provisions a wireless device.

Link to this function

create_wireless_gateway(client, input, options \\ [])

View Source

Provisions a wireless gateway.

Link to this function

create_wireless_gateway_task(client, id, input, options \\ [])

View Source

Creates a task for a wireless gateway.

Link to this function

create_wireless_gateway_task_definition(client, input, options \\ [])

View Source

Creates a gateway task definition.

Link to this function

delete_destination(client, name, input, options \\ [])

View Source

Deletes a destination.

Link to this function

delete_device_profile(client, id, input, options \\ [])

View Source

Deletes a device profile.

Link to this function

delete_fuota_task(client, id, input, options \\ [])

View Source

Deletes a FUOTA task.

Link to this function

delete_multicast_group(client, id, input, options \\ [])

View Source

Deletes a multicast group if it is not in use by a fuota task.

Link to this function

delete_network_analyzer_configuration(client, configuration_name, input, options \\ [])

View Source

Deletes a network analyzer configuration.

Link to this function

delete_queued_messages(client, id, input, options \\ [])

View Source

Remove queued messages from the downlink queue.

Link to this function

delete_service_profile(client, id, input, options \\ [])

View Source

Deletes a service profile.

Link to this function

delete_wireless_device(client, id, input, options \\ [])

View Source

Deletes a wireless device.

Link to this function

delete_wireless_device_import_task(client, id, input, options \\ [])

View Source

Delete an import task.

Link to this function

delete_wireless_gateway(client, id, input, options \\ [])

View Source

Deletes a wireless gateway.

Link to this function

delete_wireless_gateway_task(client, id, input, options \\ [])

View Source

Deletes a wireless gateway task.

Link to this function

delete_wireless_gateway_task_definition(client, id, input, options \\ [])

View Source

Deletes a wireless gateway task definition.

Deleting this task definition does not affect tasks that are currently in progress.

Link to this function

deregister_wireless_device(client, identifier, input, options \\ [])

View Source

Deregister a wireless device from AWS IoT Wireless.

Link to this function

disassociate_aws_account_from_partner_account(client, partner_account_id, input, options \\ [])

View Source

Disassociates your AWS account from a partner account.

If PartnerAccountId and PartnerType are null, disassociates your AWS account from all partner accounts.

Link to this function

disassociate_multicast_group_from_fuota_task(client, id, multicast_group_id, input, options \\ [])

View Source

Disassociates a multicast group from a fuota task.

Link to this function

disassociate_wireless_device_from_fuota_task(client, id, wireless_device_id, input, options \\ [])

View Source

Disassociates a wireless device from a FUOTA task.

Link to this function

disassociate_wireless_device_from_multicast_group(client, id, wireless_device_id, input, options \\ [])

View Source

Disassociates a wireless device from a multicast group.

Link to this function

disassociate_wireless_device_from_thing(client, id, input, options \\ [])

View Source

Disassociates a wireless device from its currently associated thing.

Link to this function

disassociate_wireless_gateway_from_certificate(client, id, input, options \\ [])

View Source

Disassociates a wireless gateway from its currently associated certificate.

Link to this function

disassociate_wireless_gateway_from_thing(client, id, input, options \\ [])

View Source

Disassociates a wireless gateway from its currently associated thing.

Link to this function

get_destination(client, name, options \\ [])

View Source

Gets information about a destination.

Link to this function

get_device_profile(client, id, options \\ [])

View Source

Gets information about a device profile.

Link to this function

get_event_configuration_by_resource_types(client, options \\ [])

View Source

Get the event configuration based on resource types.

Link to this function

get_fuota_task(client, id, options \\ [])

View Source

Gets information about a FUOTA task.

Link to this function

get_log_levels_by_resource_types(client, options \\ [])

View Source

Returns current default log levels or log levels by resource types.

Based on resource types, log levels can be for wireless device log options or wireless gateway log options.

Link to this function

get_multicast_group(client, id, options \\ [])

View Source

Gets information about a multicast group.

Link to this function

get_multicast_group_session(client, id, options \\ [])

View Source

Gets information about a multicast group session.

Link to this function

get_network_analyzer_configuration(client, configuration_name, options \\ [])

View Source

Get network analyzer configuration.

Link to this function

get_partner_account(client, partner_account_id, partner_type, options \\ [])

View Source

Gets information about a partner account.

If PartnerAccountId and PartnerType are null, returns all partner accounts.

Link to this function

get_position(client, resource_identifier, resource_type, options \\ [])

View Source

Get the position information for a given resource.

This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead.

Link to this function

get_position_configuration(client, resource_identifier, resource_type, options \\ [])

View Source

Get position configuration for a given resource.

This action is no longer supported. Calls to retrieve the position configuration should use the GetResourcePosition API operation instead.

Link to this function

get_position_estimate(client, input, options \\ [])

View Source

Get estimated position information as a payload in GeoJSON format.

The payload measurement data is resolved using solvers that are provided by third-party vendors.

Link to this function

get_resource_event_configuration(client, identifier, identifier_type, partner_type \\ nil, options \\ [])

View Source

Get the event configuration for a particular resource identifier.

Link to this function

get_resource_log_level(client, resource_identifier, resource_type, options \\ [])

View Source

Fetches the log-level override, if any, for a given resource-ID and resource-type.

It can be used for a wireless device or a wireless gateway.

Link to this function

get_resource_position(client, resource_identifier, resource_type, options \\ [])

View Source

Get the position information for a given wireless device or a wireless gateway resource.

The position information uses the World Geodetic System (WGS84).

Link to this function

get_service_endpoint(client, service_type \\ nil, options \\ [])

View Source

Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.

Link to this function

get_service_profile(client, id, options \\ [])

View Source

Gets information about a service profile.

Link to this function

get_wireless_device(client, identifier, identifier_type, options \\ [])

View Source

Gets information about a wireless device.

Link to this function

get_wireless_device_import_task(client, id, options \\ [])

View Source

Get information about an import task and count of device onboarding summary information for the import task.

Link to this function

get_wireless_device_statistics(client, wireless_device_id, options \\ [])

View Source

Gets operating information about a wireless device.

Link to this function

get_wireless_gateway(client, identifier, identifier_type, options \\ [])

View Source

Gets information about a wireless gateway.

Link to this function

get_wireless_gateway_certificate(client, id, options \\ [])

View Source

Gets the ID of the certificate that is currently associated with a wireless gateway.

Link to this function

get_wireless_gateway_firmware_information(client, id, options \\ [])

View Source

Gets the firmware version and other information about a wireless gateway.

Link to this function

get_wireless_gateway_statistics(client, wireless_gateway_id, options \\ [])

View Source

Gets operating information about a wireless gateway.

Link to this function

get_wireless_gateway_task(client, id, options \\ [])

View Source

Gets information about a wireless gateway task.

Link to this function

get_wireless_gateway_task_definition(client, id, options \\ [])

View Source

Gets information about a wireless gateway task definition.

Link to this function

list_destinations(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the destinations registered to your AWS account.

Link to this function

list_device_profiles(client, device_profile_type \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the device profiles registered to your AWS account.

Link to this function

list_devices_for_wireless_device_import_task(client, id, max_results \\ nil, next_token \\ nil, status \\ nil, options \\ [])

View Source

List the Sidewalk devices in an import task and their onboarding status.

Link to this function

list_event_configurations(client, max_results \\ nil, next_token \\ nil, resource_type, options \\ [])

View Source

List event configurations where at least one event topic has been enabled.

Link to this function

list_fuota_tasks(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the FUOTA tasks registered to your AWS account.

Link to this function

list_multicast_groups(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the multicast groups registered to your AWS account.

Link to this function

list_multicast_groups_by_fuota_task(client, id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List all multicast groups associated with a fuota task.

Link to this function

list_network_analyzer_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the network analyzer configurations.

Link to this function

list_partner_accounts(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the partner accounts associated with your AWS account.

Link to this function

list_position_configurations(client, max_results \\ nil, next_token \\ nil, resource_type \\ nil, options \\ [])

View Source

List position configurations for a given resource, such as positioning solvers.

This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead.

Link to this function

list_queued_messages(client, id, max_results \\ nil, next_token \\ nil, wireless_device_type \\ nil, options \\ [])

View Source

List queued messages in the downlink queue.

Link to this function

list_service_profiles(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the service profiles registered to your AWS account.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists the tags (metadata) you have assigned to the resource.

Link to this function

list_wireless_device_import_tasks(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List wireless devices that have been added to an import task.

Link to this function

list_wireless_devices(client, destination_name \\ nil, device_profile_id \\ nil, fuota_task_id \\ nil, max_results \\ nil, multicast_group_id \\ nil, next_token \\ nil, service_profile_id \\ nil, wireless_device_type \\ nil, options \\ [])

View Source

Lists the wireless devices registered to your AWS account.

Link to this function

list_wireless_gateway_task_definitions(client, max_results \\ nil, next_token \\ nil, task_definition_type \\ nil, options \\ [])

View Source

List the wireless gateway tasks definitions registered to your AWS account.

Link to this function

list_wireless_gateways(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the wireless gateways registered to your AWS account.

Link to this function

put_position_configuration(client, resource_identifier, input, options \\ [])

View Source

Put position configuration for a given resource.

This action is no longer supported. Calls to update the position configuration should use the UpdateResourcePosition API operation instead.

Link to this function

put_resource_log_level(client, resource_identifier, input, options \\ [])

View Source

Sets the log-level override for a resource-ID and resource-type.

This option can be specified for a wireless gateway or a wireless device. A limit of 200 log level override can be set per account.

Link to this function

reset_all_resource_log_levels(client, input, options \\ [])

View Source

Removes the log-level overrides for all resources; both wireless devices and wireless gateways.

Link to this function

reset_resource_log_level(client, resource_identifier, input, options \\ [])

View Source

Removes the log-level override, if any, for a specific resource-ID and resource-type.

It can be used for a wireless device or a wireless gateway.

Link to this function

send_data_to_multicast_group(client, id, input, options \\ [])

View Source

Sends the specified data to a multicast group.

Link to this function

send_data_to_wireless_device(client, id, input, options \\ [])

View Source

Sends a decrypted application data frame to a device.

Link to this function

start_bulk_associate_wireless_device_with_multicast_group(client, id, input, options \\ [])

View Source

Starts a bulk association of all qualifying wireless devices with a multicast group.

Link to this function

start_bulk_disassociate_wireless_device_from_multicast_group(client, id, input, options \\ [])

View Source

Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.

Link to this function

start_fuota_task(client, id, input, options \\ [])

View Source

Starts a FUOTA task.

Link to this function

start_multicast_group_session(client, id, input, options \\ [])

View Source

Starts a multicast group session.

Link to this function

start_single_wireless_device_import_task(client, input, options \\ [])

View Source

Start import task for a single wireless device.

Link to this function

start_wireless_device_import_task(client, input, options \\ [])

View Source

Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Adds a tag to a resource.

Link to this function

test_wireless_device(client, id, input, options \\ [])

View Source

Simulates a provisioned device by sending an uplink data payload of Hello.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes one or more tags from a resource.

Link to this function

update_destination(client, name, input, options \\ [])

View Source

Updates properties of a destination.

Link to this function

update_event_configuration_by_resource_types(client, input, options \\ [])

View Source

Update the event configuration based on resource types.

Link to this function

update_fuota_task(client, id, input, options \\ [])

View Source

Updates properties of a FUOTA task.

Link to this function

update_log_levels_by_resource_types(client, input, options \\ [])

View Source

Set default log level, or log levels by resource types.

This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.

Link to this function

update_multicast_group(client, id, input, options \\ [])

View Source

Updates properties of a multicast group session.

Link to this function

update_network_analyzer_configuration(client, configuration_name, input, options \\ [])

View Source

Update network analyzer configuration.

Link to this function

update_partner_account(client, partner_account_id, input, options \\ [])

View Source

Updates properties of a partner account.

Link to this function

update_position(client, resource_identifier, input, options \\ [])

View Source

Update the position information of a resource.

This action is no longer supported. Calls to update the position information should use the UpdateResourcePosition API operation instead.

Link to this function

update_resource_event_configuration(client, identifier, input, options \\ [])

View Source

Update the event configuration for a particular resource identifier.

Link to this function

update_resource_position(client, resource_identifier, input, options \\ [])

View Source

Update the position information of a given wireless device or a wireless gateway resource.

The position coordinates are based on the World Geodetic System (WGS84).

Link to this function

update_wireless_device(client, id, input, options \\ [])

View Source

Updates properties of a wireless device.

Link to this function

update_wireless_device_import_task(client, id, input, options \\ [])

View Source

Update an import task to add more devices to the task.

Link to this function

update_wireless_gateway(client, id, input, options \\ [])

View Source

Updates properties of a wireless gateway.