IoTWireless.Client.
update_wireless_gateway
(**kwargs)¶Updates properties of a wireless gateway.
See also: AWS API Documentation
Request Syntax
response = client.update_wireless_gateway(
Id='string',
Name='string',
Description='string',
JoinEuiFilters=[
[
'string',
],
],
NetIdFilters=[
'string',
]
)
[REQUIRED]
The ID of the resource to update.
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.
A list of NetId values that are used by LoRa gateways to filter the uplink frames.
LoRaWAN network ID.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException