View Source aws_iot_wireless (aws v0.3.1)
Link to this section Summary
Functions
Associates a partner account with your AWS account.
Associates a wireless device with a thing.
Associates a wireless gateway with a certificate.
Associates a wireless gateway with a thing.
Creates a new destination that maps a device message to an AWS IoT rule.
Creates a new device profile.
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 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 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 partner account.
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 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.
Sends a decrypted application data frame to a device.
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 partner account.
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, Input0, Options0)
View Source
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, Input0, Options0)
View Source
Link to this function
associate_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.
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 SourceDisassociates your AWS account from a partner account.
IfPartnerAccountId
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_wireless_device_from_thing(Client, Id, Input0, Options0)
View Source
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, Input0, Options0)
View SourceGets information about a partner account.
IfPartnerAccountId
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_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, 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, 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, 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, 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, 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, QueryMap, HeadersMap, Options0)
View Source
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_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View Source
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 SourceHello
.
Link to this function