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
Deletes a wireless gateway task definition.
Disassociates your AWS account from a partner account.
Returns current default log levels or log levels by resource types.
Gets information about a partner account.
Fetches the log-level override, if any, for a given resource-ID and resource-type.
Sets the log-level override for a resource-ID and resource-type.
Removes the log-level override, if any, for a specific resource-ID and resource-type.
Hello
.Set default log level, or log levels by resource types.
Link to this section Functions
associate_aws_account_with_partner_account(Client, Input0, Options0)
View Sourceassociate_multicast_group_with_fuota_task(Client, Id, Input0, Options0)
View Sourceassociate_wireless_device_with_fuota_task(Client, Id, Input0, Options0)
View Sourceassociate_wireless_device_with_multicast_group(Client, Id, Input0, Options0)
View Sourceassociate_wireless_device_with_thing(Client, Id, Input0, Options0)
View Sourceassociate_wireless_gateway_with_certificate(Client, Id, Input0, Options0)
View Sourceassociate_wireless_gateway_with_thing(Client, Id, Input0, Options0)
View SourceDeletes a wireless gateway task definition.
Deleting this task definition does not affect tasks that are currently in progress.delete_wireless_gateway_task_definition(Client, Id, Input0, Options0)
View Sourcedisassociate_aws_account_from_partner_account(Client, PartnerAccountId, Input)
View SourceDisassociates your AWS account from a partner account.
IfPartnerAccountId
and PartnerType
are null
, disassociates your AWS account from all partner accounts.
disassociate_aws_account_from_partner_account(Client, PartnerAccountId, Input0, Options0)
View Sourcedisassociate_multicast_group_from_fuota_task(Client, Id, MulticastGroupId, Input)
View Sourcedisassociate_multicast_group_from_fuota_task(Client, Id, MulticastGroupId, Input0, Options0)
View Sourcedisassociate_wireless_device_from_fuota_task(Client, Id, WirelessDeviceId, Input)
View Sourcedisassociate_wireless_device_from_fuota_task(Client, Id, WirelessDeviceId, Input0, Options0)
View Sourcedisassociate_wireless_device_from_multicast_group(Client, Id, WirelessDeviceId, Input)
View Sourcedisassociate_wireless_device_from_multicast_group(Client, Id, WirelessDeviceId, Input0, Options0)
View Sourcedisassociate_wireless_device_from_thing(Client, Id, Input0, Options0)
View Sourcedisassociate_wireless_gateway_from_certificate(Client, Id, Input0, Options0)
View Sourcedisassociate_wireless_gateway_from_thing(Client, Id, Input0, Options0)
View SourceReturns 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.get_log_levels_by_resource_types(Client, QueryMap, HeadersMap, Options0)
View Sourceget_multicast_group_session(Client, Id, QueryMap, HeadersMap, Options0)
View Sourceget_network_analyzer_configuration(Client, ConfigurationName, QueryMap, HeadersMap)
View Sourceget_network_analyzer_configuration(Client, ConfigurationName, QueryMap, HeadersMap, Options0)
View SourceGets information about a partner account.
IfPartnerAccountId
and PartnerType
are null
, returns all partner accounts.
get_partner_account(Client, PartnerAccountId, PartnerType, QueryMap, HeadersMap)
View Sourceget_partner_account(Client, PartnerAccountId, PartnerType, QueryMap, HeadersMap, Options0)
View Sourceget_resource_event_configuration(Client, Identifier, IdentifierType)
View Sourceget_resource_event_configuration(Client, Identifier, IdentifierType, QueryMap, HeadersMap)
View Sourceget_resource_event_configuration(Client, Identifier, IdentifierType, QueryMap, HeadersMap, Options0)
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.get_resource_log_level(Client, ResourceIdentifier, ResourceType, QueryMap, HeadersMap)
View Sourceget_resource_log_level(Client, ResourceIdentifier, ResourceType, QueryMap, HeadersMap, Options0)
View Sourceget_wireless_device(Client, Identifier, IdentifierType, QueryMap, HeadersMap)
View Sourceget_wireless_device(Client, Identifier, IdentifierType, QueryMap, HeadersMap, Options0)
View Sourceget_wireless_device_statistics(Client, WirelessDeviceId, QueryMap, HeadersMap)
View Sourceget_wireless_device_statistics(Client, WirelessDeviceId, QueryMap, HeadersMap, Options0)
View Sourceget_wireless_gateway(Client, Identifier, IdentifierType, QueryMap, HeadersMap)
View Sourceget_wireless_gateway(Client, Identifier, IdentifierType, QueryMap, HeadersMap, Options0)
View Sourceget_wireless_gateway_certificate(Client, Id, QueryMap, HeadersMap)
View Sourceget_wireless_gateway_certificate(Client, Id, QueryMap, HeadersMap, Options0)
View Sourceget_wireless_gateway_firmware_information(Client, Id, QueryMap, HeadersMap)
View Sourceget_wireless_gateway_firmware_information(Client, Id, QueryMap, HeadersMap, Options0)
View Sourceget_wireless_gateway_statistics(Client, WirelessGatewayId, QueryMap, HeadersMap)
View Sourceget_wireless_gateway_statistics(Client, WirelessGatewayId, QueryMap, HeadersMap, Options0)
View Sourceget_wireless_gateway_task(Client, Id, QueryMap, HeadersMap, Options0)
View Sourceget_wireless_gateway_task_definition(Client, Id, QueryMap, HeadersMap)
View Sourceget_wireless_gateway_task_definition(Client, Id, QueryMap, HeadersMap, Options0)
View Sourcelist_multicast_groups_by_fuota_task(Client, Id, QueryMap, HeadersMap)
View Sourcelist_multicast_groups_by_fuota_task(Client, Id, QueryMap, HeadersMap, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View Sourcelist_wireless_gateway_task_definitions(Client, QueryMap, HeadersMap)
View Sourcelist_wireless_gateway_task_definitions(Client, QueryMap, HeadersMap, Options0)
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.put_resource_log_level(Client, ResourceIdentifier, Input0, Options0)
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.reset_resource_log_level(Client, ResourceIdentifier, Input0, Options0)
View Sourcestart_bulk_associate_wireless_device_with_multicast_group(Client, Id, Input)
View Sourcestart_bulk_associate_wireless_device_with_multicast_group(Client, Id, Input0, Options0)
View Sourcestart_bulk_disassociate_wireless_device_from_multicast_group(Client, Id, Input)
View Sourcestart_bulk_disassociate_wireless_device_from_multicast_group(Client, Id, Input0, Options0)
View SourceHello
.
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.