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.ValidationExceptionIoTWireless.Client.exceptions.ResourceNotFoundExceptionIoTWireless.Client.exceptions.AccessDeniedExceptionIoTWireless.Client.exceptions.InternalServerExceptionIoTWireless.Client.exceptions.ThrottlingException