View Source aws_iot_wireless (aws v0.5.0)

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.

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 device profile.
Deletes a FUOTA task.
Deletes a multicast group if it is not in use by a fuota task.
The operation to delete queued messages.
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 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.

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.
The operation to list queued messages.
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 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.
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

Link to this function

associate_aws_account_with_partner_account(Client, Input)

View Source
Associates a partner account with your AWS account.
Link to this function

associate_aws_account_with_partner_account(Client, Input0, Options0)

View Source
Link to this function

associate_multicast_group_with_fuota_task(Client, Id, Input)

View Source
Associate a multicast group with a FUOTA task.
Link to this function

associate_multicast_group_with_fuota_task(Client, Id, Input0, Options0)

View Source
Link to this function

associate_wireless_device_with_fuota_task(Client, Id, Input)

View Source
Associate a wireless device with a FUOTA task.
Link to this function

associate_wireless_device_with_fuota_task(Client, Id, Input0, Options0)

View Source
Link to this function

associate_wireless_device_with_multicast_group(Client, Id, Input)

View Source
Associates a wireless device with a multicast group.
Link to this function

associate_wireless_device_with_multicast_group(Client, Id, Input0, Options0)

View Source
Link to this function

associate_wireless_device_with_thing(Client, Id, Input)

View Source
Associates a wireless device with a thing.
Link to this function

associate_wireless_device_with_thing(Client, Id, Input0, Options0)

View Source
Link to this function

associate_wireless_gateway_with_certificate(Client, Id, Input)

View Source
Associates a wireless gateway with a certificate.
Link to this function

associate_wireless_gateway_with_certificate(Client, Id, Input0, Options0)

View Source
Link to this function

associate_wireless_gateway_with_thing(Client, Id, Input)

View Source
Associates a wireless gateway with a thing.
Link to this function

associate_wireless_gateway_with_thing(Client, Id, Input0, Options0)

View Source
Link to this function

cancel_multicast_group_session(Client, Id, Input)

View Source
Cancels an existing multicast group session.
Link to this function

cancel_multicast_group_session(Client, Id, Input0, Options0)

View Source
Link to this function

create_destination(Client, Input)

View Source
Creates a new destination that maps a device message to an AWS IoT rule.
Link to this function

create_destination(Client, Input0, Options0)

View Source
Link to this function

create_device_profile(Client, Input)

View Source
Creates a new device profile.
Link to this function

create_device_profile(Client, Input0, Options0)

View Source
Link to this function

create_fuota_task(Client, Input)

View Source
Creates a FUOTA task.
Link to this function

create_fuota_task(Client, Input0, Options0)

View Source
Link to this function

create_multicast_group(Client, Input)

View Source
Creates a multicast group.
Link to this function

create_multicast_group(Client, Input0, Options0)

View Source
Link to this function

create_service_profile(Client, Input)

View Source
Creates a new service profile.
Link to this function

create_service_profile(Client, Input0, Options0)

View Source
Link to this function

create_wireless_device(Client, Input)

View Source
Provisions a wireless device.
Link to this function

create_wireless_device(Client, Input0, Options0)

View Source
Link to this function

create_wireless_gateway(Client, Input)

View Source
Provisions a wireless gateway.
Link to this function

create_wireless_gateway(Client, Input0, Options0)

View Source
Link to this function

create_wireless_gateway_task(Client, Id, Input)

View Source
Creates a task for a wireless gateway.
Link to this function

create_wireless_gateway_task(Client, Id, Input0, Options0)

View Source
Link to this function

create_wireless_gateway_task_definition(Client, Input)

View Source
Creates a gateway task definition.
Link to this function

create_wireless_gateway_task_definition(Client, Input0, Options0)

View Source
Link to this function

delete_destination(Client, Name, Input)

View Source
Deletes a destination.
Link to this function

delete_destination(Client, Name, Input0, Options0)

View Source
Link to this function

delete_device_profile(Client, Id, Input)

View Source
Deletes a device profile.
Link to this function

delete_device_profile(Client, Id, Input0, Options0)

View Source
Link to this function

delete_fuota_task(Client, Id, Input)

View Source
Deletes a FUOTA task.
Link to this function

delete_fuota_task(Client, Id, Input0, Options0)

View Source
Link to this function

delete_multicast_group(Client, Id, Input)

View Source
Deletes a multicast group if it is not in use by a fuota task.
Link to this function

delete_multicast_group(Client, Id, Input0, Options0)

View Source
Link to this function

delete_queued_messages(Client, Id, Input)

View Source
The operation to delete queued messages.
Link to this function

delete_queued_messages(Client, Id, Input0, Options0)

View Source
Link to this function

delete_service_profile(Client, Id, Input)

View Source
Deletes a service profile.
Link to this function

delete_service_profile(Client, Id, Input0, Options0)

View Source
Link to this function

delete_wireless_device(Client, Id, Input)

View Source
Deletes a wireless device.
Link to this function

delete_wireless_device(Client, Id, Input0, Options0)

View Source
Link to this function

delete_wireless_gateway(Client, Id, Input)

View Source
Deletes a wireless gateway.
Link to this function

delete_wireless_gateway(Client, Id, Input0, Options0)

View Source
Link to this function

delete_wireless_gateway_task(Client, Id, Input)

View Source
Deletes a wireless gateway task.
Link to this function

delete_wireless_gateway_task(Client, Id, Input0, Options0)

View Source
Link to this function

delete_wireless_gateway_task_definition(Client, Id, Input)

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

delete_wireless_gateway_task_definition(Client, Id, Input0, Options0)

View Source
Link to this function

disassociate_aws_account_from_partner_account(Client, PartnerAccountId, Input)

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_aws_account_from_partner_account(Client, PartnerAccountId, Input0, Options0)

View Source
Link to this function

disassociate_multicast_group_from_fuota_task(Client, Id, MulticastGroupId, Input)

View Source
Disassociates a multicast group from a fuota task.
Link to this function

disassociate_multicast_group_from_fuota_task(Client, Id, MulticastGroupId, Input0, Options0)

View Source
Link to this function

disassociate_wireless_device_from_fuota_task(Client, Id, WirelessDeviceId, Input)

View Source
Disassociates a wireless device from a FUOTA task.
Link to this function

disassociate_wireless_device_from_fuota_task(Client, Id, WirelessDeviceId, Input0, Options0)

View Source
Link to this function

disassociate_wireless_device_from_multicast_group(Client, Id, WirelessDeviceId, Input)

View Source
Disassociates a wireless device from a multicast group.
Link to this function

disassociate_wireless_device_from_multicast_group(Client, Id, WirelessDeviceId, Input0, Options0)

View Source
Link to this function

disassociate_wireless_device_from_thing(Client, Id, Input)

View Source
Disassociates a wireless device from its currently associated thing.
Link to this function

disassociate_wireless_device_from_thing(Client, Id, Input0, Options0)

View Source
Link to this function

disassociate_wireless_gateway_from_certificate(Client, Id, Input)

View Source
Disassociates a wireless gateway from its currently associated certificate.
Link to this function

disassociate_wireless_gateway_from_certificate(Client, Id, Input0, Options0)

View Source
Link to this function

disassociate_wireless_gateway_from_thing(Client, Id, Input)

View Source
Disassociates a wireless gateway from its currently associated thing.
Link to this function

disassociate_wireless_gateway_from_thing(Client, Id, Input0, Options0)

View Source
Link to this function

get_destination(Client, Name)

View Source
Gets information about a destination.
Link to this function

get_destination(Client, Name, QueryMap, HeadersMap)

View Source
Link to this function

get_destination(Client, Name, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_device_profile(Client, Id)

View Source
Gets information about a device profile.
Link to this function

get_device_profile(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_device_profile(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_fuota_task(Client, Id)

View Source
Gets information about a FUOTA task.
Link to this function

get_fuota_task(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_fuota_task(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_log_levels_by_resource_types(Client)

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_log_levels_by_resource_types(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_log_levels_by_resource_types(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_multicast_group(Client, Id)

View Source
Gets information about a multicast group.
Link to this function

get_multicast_group(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_multicast_group(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_multicast_group_session(Client, Id)

View Source
Gets information about a multicast group session.
Link to this function

get_multicast_group_session(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_multicast_group_session(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_network_analyzer_configuration(Client, ConfigurationName)

View Source
Get NetworkAnalyzer configuration.
Link to this function

get_network_analyzer_configuration(Client, ConfigurationName, QueryMap, HeadersMap)

View Source
Link to this function

get_network_analyzer_configuration(Client, ConfigurationName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_partner_account(Client, PartnerAccountId, PartnerType)

View Source

Gets information about a partner account.

If PartnerAccountId and PartnerType are null, returns all partner accounts.
Link to this function

get_partner_account(Client, PartnerAccountId, PartnerType, QueryMap, HeadersMap)

View Source
Link to this function

get_partner_account(Client, PartnerAccountId, PartnerType, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_resource_event_configuration(Client, Identifier, IdentifierType)

View Source
Get the event configuration for a particular resource identifier.
Link to this function

get_resource_event_configuration(Client, Identifier, IdentifierType, QueryMap, HeadersMap)

View Source
Link to this function

get_resource_event_configuration(Client, Identifier, IdentifierType, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_resource_log_level(Client, ResourceIdentifier, ResourceType)

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_log_level(Client, ResourceIdentifier, ResourceType, QueryMap, HeadersMap)

View Source
Link to this function

get_resource_log_level(Client, ResourceIdentifier, ResourceType, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_service_endpoint(Client)

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_endpoint(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_service_endpoint(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_service_profile(Client, Id)

View Source
Gets information about a service profile.
Link to this function

get_service_profile(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_service_profile(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_wireless_device(Client, Identifier, IdentifierType)

View Source
Gets information about a wireless device.
Link to this function

get_wireless_device(Client, Identifier, IdentifierType, QueryMap, HeadersMap)

View Source
Link to this function

get_wireless_device(Client, Identifier, IdentifierType, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_wireless_device_statistics(Client, WirelessDeviceId)

View Source
Gets operating information about a wireless device.
Link to this function

get_wireless_device_statistics(Client, WirelessDeviceId, QueryMap, HeadersMap)

View Source
Link to this function

get_wireless_device_statistics(Client, WirelessDeviceId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_wireless_gateway(Client, Identifier, IdentifierType)

View Source
Gets information about a wireless gateway.
Link to this function

get_wireless_gateway(Client, Identifier, IdentifierType, QueryMap, HeadersMap)

View Source
Link to this function

get_wireless_gateway(Client, Identifier, IdentifierType, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_wireless_gateway_certificate(Client, Id)

View Source
Gets the ID of the certificate that is currently associated with a wireless gateway.
Link to this function

get_wireless_gateway_certificate(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_wireless_gateway_certificate(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_wireless_gateway_firmware_information(Client, Id)

View Source
Gets the firmware version and other information about a wireless gateway.
Link to this function

get_wireless_gateway_firmware_information(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_wireless_gateway_firmware_information(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_wireless_gateway_statistics(Client, WirelessGatewayId)

View Source
Gets operating information about a wireless gateway.
Link to this function

get_wireless_gateway_statistics(Client, WirelessGatewayId, QueryMap, HeadersMap)

View Source
Link to this function

get_wireless_gateway_statistics(Client, WirelessGatewayId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_wireless_gateway_task(Client, Id)

View Source
Gets information about a wireless gateway task.
Link to this function

get_wireless_gateway_task(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_wireless_gateway_task(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_wireless_gateway_task_definition(Client, Id)

View Source
Gets information about a wireless gateway task definition.
Link to this function

get_wireless_gateway_task_definition(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_wireless_gateway_task_definition(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_destinations(Client)

View Source
Lists the destinations registered to your AWS account.
Link to this function

list_destinations(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_destinations(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_device_profiles(Client)

View Source
Lists the device profiles registered to your AWS account.
Link to this function

list_device_profiles(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_device_profiles(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_fuota_tasks(Client)

View Source
Lists the FUOTA tasks registered to your AWS account.
Link to this function

list_fuota_tasks(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_fuota_tasks(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_multicast_groups(Client)

View Source
Lists the multicast groups registered to your AWS account.
Link to this function

list_multicast_groups(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_multicast_groups(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_multicast_groups_by_fuota_task(Client, Id)

View Source
List all multicast groups associated with a fuota task.
Link to this function

list_multicast_groups_by_fuota_task(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

list_multicast_groups_by_fuota_task(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_partner_accounts(Client)

View Source
Lists the partner accounts associated with your AWS account.
Link to this function

list_partner_accounts(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_partner_accounts(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_queued_messages(Client, Id)

View Source
The operation to list queued messages.
Link to this function

list_queued_messages(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

list_queued_messages(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_service_profiles(Client)

View Source
Lists the service profiles registered to your AWS account.
Link to this function

list_service_profiles(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_service_profiles(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags (metadata) you have assigned to the resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_wireless_devices(Client)

View Source
Lists the wireless devices registered to your AWS account.
Link to this function

list_wireless_devices(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_wireless_devices(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_wireless_gateway_task_definitions(Client)

View Source
List the wireless gateway tasks definitions registered to your AWS account.
Link to this function

list_wireless_gateway_task_definitions(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_wireless_gateway_task_definitions(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_wireless_gateways(Client)

View Source
Lists the wireless gateways registered to your AWS account.
Link to this function

list_wireless_gateways(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_wireless_gateways(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_resource_log_level(Client, ResourceIdentifier, Input)

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

put_resource_log_level(Client, ResourceIdentifier, Input0, Options0)

View Source
Link to this function

reset_all_resource_log_levels(Client, Input)

View Source
Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
Link to this function

reset_all_resource_log_levels(Client, Input0, Options0)

View Source
Link to this function

reset_resource_log_level(Client, ResourceIdentifier, Input)

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

reset_resource_log_level(Client, ResourceIdentifier, Input0, Options0)

View Source
Link to this function

send_data_to_multicast_group(Client, Id, Input)

View Source
Sends the specified data to a multicast group.
Link to this function

send_data_to_multicast_group(Client, Id, Input0, Options0)

View Source
Link to this function

send_data_to_wireless_device(Client, Id, Input)

View Source
Sends a decrypted application data frame to a device.
Link to this function

send_data_to_wireless_device(Client, Id, Input0, Options0)

View Source
Link to this function

start_bulk_associate_wireless_device_with_multicast_group(Client, Id, Input)

View Source
Starts a bulk association of all qualifying wireless devices with a multicast group.
Link to this function

start_bulk_associate_wireless_device_with_multicast_group(Client, Id, Input0, Options0)

View Source
Link to this function

start_bulk_disassociate_wireless_device_from_multicast_group(Client, Id, Input)

View Source
Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
Link to this function

start_bulk_disassociate_wireless_device_from_multicast_group(Client, Id, Input0, Options0)

View Source
Link to this function

start_fuota_task(Client, Id, Input)

View Source
Starts a FUOTA task.
Link to this function

start_fuota_task(Client, Id, Input0, Options0)

View Source
Link to this function

start_multicast_group_session(Client, Id, Input)

View Source
Starts a multicast group session.
Link to this function

start_multicast_group_session(Client, Id, Input0, Options0)

View Source
Link to this function

tag_resource(Client, Input)

View Source
Adds a tag to a resource.
Link to this function

tag_resource(Client, Input0, Options0)

View Source
Link to this function

test_wireless_device(Client, Id, Input)

View Source
Simulates a provisioned device by sending an uplink data payload of Hello.
Link to this function

test_wireless_device(Client, Id, Input0, Options0)

View Source
Link to this function

untag_resource(Client, Input)

View Source
Removes one or more tags from a resource.
Link to this function

untag_resource(Client, Input0, Options0)

View Source
Link to this function

update_destination(Client, Name, Input)

View Source
Updates properties of a destination.
Link to this function

update_destination(Client, Name, Input0, Options0)

View Source
Link to this function

update_fuota_task(Client, Id, Input)

View Source
Updates properties of a FUOTA task.
Link to this function

update_fuota_task(Client, Id, Input0, Options0)

View Source
Link to this function

update_log_levels_by_resource_types(Client, Input)

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_log_levels_by_resource_types(Client, Input0, Options0)

View Source
Link to this function

update_multicast_group(Client, Id, Input)

View Source
Updates properties of a multicast group session.
Link to this function

update_multicast_group(Client, Id, Input0, Options0)

View Source
Link to this function

update_network_analyzer_configuration(Client, ConfigurationName, Input)

View Source
Update NetworkAnalyzer configuration.
Link to this function

update_network_analyzer_configuration(Client, ConfigurationName, Input0, Options0)

View Source
Link to this function

update_partner_account(Client, PartnerAccountId, Input)

View Source
Updates properties of a partner account.
Link to this function

update_partner_account(Client, PartnerAccountId, Input0, Options0)

View Source
Link to this function

update_resource_event_configuration(Client, Identifier, Input)

View Source
Update the event configuration for a particular resource identifier.
Link to this function

update_resource_event_configuration(Client, Identifier, Input0, Options0)

View Source
Link to this function

update_wireless_device(Client, Id, Input)

View Source
Updates properties of a wireless device.
Link to this function

update_wireless_device(Client, Id, Input0, Options0)

View Source
Link to this function

update_wireless_gateway(Client, Id, Input)

View Source
Updates properties of a wireless gateway.
Link to this function

update_wireless_gateway(Client, Id, Input0, Options0)

View Source