AWS.IoTWireless (aws-elixir v0.10.1) View Source
AWS IoT Wireless API documentation
Link to this section Summary
Functions
Associates a partner account with your AWS account.
Associate a multicast group with a FUOTA task.
Associate a wireless device with a FUOTA task.
Associates a wireless device with a multicast group.
Associates a wireless device with a thing.
Associates a wireless gateway with a certificate.
Associates a wireless gateway with a thing.
Cancels an existing multicast group session.
Creates a new destination that maps a device message to an AWS IoT rule.
Creates a new device profile.
Creates a FUOTA task.
Creates a multicast group.
Creates a new service profile.
Provisions a wireless device.
Provisions a wireless gateway.
Creates a task for a wireless gateway.
Creates a gateway task definition.
Deletes a destination.
Deletes a device profile.
Deletes a FUOTA task.
Deletes a multicast group if it is not in use by a fuota task.
Deletes a service profile.
Deletes a wireless device.
Deletes a wireless gateway.
Deletes a wireless gateway task.
Deletes a wireless gateway task definition.
Disassociates your AWS account from a partner account.
Disassociates a multicast group from a fuota task.
Disassociates a wireless device from a FUOTA task.
Disassociates a wireless device from a multicast group.
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.
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 NetworkAnalyzer configuration.
Gets information about a partner account.
Get the event configuration for a particular resource identifier.
Fetches the log-level override, if any, for a given resource-ID and resource-type.
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
Gets information about a service profile.
Gets information about a wireless device.
Gets operating information about a wireless device.
Gets information about a wireless gateway.
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.
Lists the device profiles registered to your AWS account.
Lists the FUOTA tasks registered to your AWS account.
Lists the multicast groups registered to your AWS account.
List all multicast groups associated with a fuota task.
Lists the partner accounts associated with your AWS account.
Lists the service profiles registered to your AWS account.
Lists the tags (metadata) you have assigned to the resource.
Lists the wireless devices registered to your AWS account.
List the wireless gateway tasks definitions registered to your AWS account.
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.
Starts a FUOTA task.
Starts a multicast group session.
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.
Updates properties of a FUOTA task.
Set default log level, or log levels by resource types.
Updates properties of a multicast group session.
Update NetworkAnalyzer configuration.
Updates properties of a partner account.
Update the event configuration for a particular resource identifier.
Updates properties of a wireless device.
Updates properties of a wireless gateway.
Link to this section Functions
associate_aws_account_with_partner_account(client, input, options \\ [])
View SourceAssociates a partner account with your AWS account.
associate_multicast_group_with_fuota_task(client, id, input, options \\ [])
View SourceAssociate a multicast group with a FUOTA task.
associate_wireless_device_with_fuota_task(client, id, input, options \\ [])
View SourceAssociate a wireless device with a FUOTA task.
associate_wireless_device_with_multicast_group(client, id, input, options \\ [])
View SourceAssociates a wireless device with a multicast group.
associate_wireless_device_with_thing(client, id, input, options \\ [])
View SourceAssociates a wireless device with a thing.
associate_wireless_gateway_with_certificate(client, id, input, options \\ [])
View SourceAssociates a wireless gateway with a certificate.
associate_wireless_gateway_with_thing(client, id, input, options \\ [])
View SourceAssociates a wireless gateway with a thing.
Cancels an existing multicast group session.
Creates a new destination that maps a device message to an AWS IoT rule.
Creates a new device profile.
Creates a FUOTA task.
Creates a multicast group.
Creates a new service profile.
Provisions a wireless device.
Provisions a wireless gateway.
Creates a task for a wireless gateway.
create_wireless_gateway_task_definition(client, input, options \\ [])
View SourceCreates a gateway task definition.
Deletes a destination.
Deletes a device profile.
Deletes a FUOTA task.
Deletes a multicast group if it is not in use by a fuota task.
Deletes a service profile.
Deletes a wireless device.
Deletes a wireless gateway.
Deletes a wireless gateway task.
delete_wireless_gateway_task_definition(client, id, input, options \\ [])
View SourceDeletes a wireless gateway task definition.
Deleting this task definition does not affect tasks that are currently in progress.
disassociate_aws_account_from_partner_account(client, partner_account_id, input, options \\ [])
View SourceDisassociates your AWS account from a partner account.
If PartnerAccountId and PartnerType are null, disassociates your AWS
account from all partner accounts.
disassociate_multicast_group_from_fuota_task(client, id, multicast_group_id, input, options \\ [])
View SourceDisassociates a multicast group from a fuota task.
disassociate_wireless_device_from_fuota_task(client, id, wireless_device_id, input, options \\ [])
View SourceDisassociates a wireless device from a FUOTA task.
disassociate_wireless_device_from_multicast_group( client, id, wireless_device_id, input, options \\ [] )
View SourceDisassociates a wireless device from a multicast group.
disassociate_wireless_device_from_thing(client, id, input, options \\ [])
View SourceDisassociates a wireless device from its currently associated thing.
disassociate_wireless_gateway_from_certificate(client, id, input, options \\ [])
View SourceDisassociates a wireless gateway from its currently associated certificate.
disassociate_wireless_gateway_from_thing(client, id, input, options \\ [])
View SourceDisassociates a wireless gateway from its currently associated thing.
Gets information about a destination.
Gets information about a device profile.
Gets information about a FUOTA task.
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.
Gets information about a multicast group.
Gets information about a multicast group session.
get_network_analyzer_configuration(client, configuration_name, options \\ [])
View SourceGet NetworkAnalyzer configuration.
get_partner_account(client, partner_account_id, partner_type, options \\ [])
View SourceGets information about a partner account.
If PartnerAccountId and PartnerType are null, returns all partner
accounts.
get_resource_event_configuration( client, identifier, identifier_type, partner_type \\ nil, options \\ [] )
View SourceGet the event configuration for a particular resource identifier.
get_resource_log_level(client, resource_identifier, resource_type, options \\ [])
View SourceFetches 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.
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_wireless_device(client, identifier, identifier_type, options \\ [])
View SourceGets information about a wireless device.
get_wireless_device_statistics(client, wireless_device_id, options \\ [])
View SourceGets operating information about a wireless device.
get_wireless_gateway(client, identifier, identifier_type, options \\ [])
View SourceGets information about a wireless gateway.
Gets the ID of the certificate that is currently associated with a wireless gateway.
get_wireless_gateway_firmware_information(client, id, options \\ [])
View SourceGets the firmware version and other information about a wireless gateway.
get_wireless_gateway_statistics(client, wireless_gateway_id, options \\ [])
View SourceGets operating information about a wireless gateway.
Gets information about a wireless gateway task.
Gets information about a wireless gateway task definition.
list_destinations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the destinations registered to your AWS account.
list_device_profiles(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the device profiles registered to your AWS account.
list_fuota_tasks(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the FUOTA tasks registered to your AWS account.
list_multicast_groups(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the multicast groups registered to your AWS account.
list_multicast_groups_by_fuota_task( client, id, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceList all multicast groups associated with a fuota task.
list_partner_accounts(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the partner accounts associated with your AWS account.
list_service_profiles(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the service profiles registered to your AWS account.
Lists the tags (metadata) you have assigned to the resource.
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 SourceLists the wireless devices registered to your AWS account.
list_wireless_gateway_task_definitions( client, max_results \\ nil, next_token \\ nil, task_definition_type \\ nil, options \\ [] )
View SourceList the wireless gateway tasks definitions registered to your AWS account.
list_wireless_gateways(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the wireless gateways registered to your AWS account.
put_resource_log_level(client, resource_identifier, input, options \\ [])
View SourceSets 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.
Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
reset_resource_log_level(client, resource_identifier, input, options \\ [])
View SourceRemoves 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.
Sends the specified data to a multicast group.
Sends a decrypted application data frame to a device.
start_bulk_associate_wireless_device_with_multicast_group(client, id, input, options \\ [])
View SourceStarts a bulk association of all qualifying wireless devices with a multicast group.
start_bulk_disassociate_wireless_device_from_multicast_group(client, id, input, options \\ [])
View SourceStarts a bulk disassociatin of all qualifying wireless devices from a multicast group.
Starts a FUOTA task.
Starts a multicast group session.
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.
Updates properties of a FUOTA task.
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.
Updates properties of a multicast group session.
update_network_analyzer_configuration(client, configuration_name, input, options \\ [])
View SourceUpdate NetworkAnalyzer configuration.
update_partner_account(client, partner_account_id, input, options \\ [])
View SourceUpdates properties of a partner account.
update_resource_event_configuration(client, identifier, input, options \\ [])
View SourceUpdate the event configuration for a particular resource identifier.
Updates properties of a wireless device.
Updates properties of a wireless gateway.