IoTWireless / Client / update_multicast_group
update_multicast_group#
- IoTWireless.Client.update_multicast_group(**kwargs)#
Updates properties of a multicast group session.
See also: AWS API Documentation
Request Syntax
response = client.update_multicast_group( Id='string', Name='string', Description='string', LoRaWAN={ 'RfRegion': 'EU868'|'US915'|'AU915'|'AS923-1'|'AS923-2'|'AS923-3'|'AS923-4'|'EU433'|'CN470'|'CN779'|'RU864'|'KR920'|'IN865', 'DlClass': 'ClassB'|'ClassC' } )
- Parameters:
Id (string) –
[REQUIRED]
The ID of the multicast group.
Name (string) – The name of the multicast group.
Description (string) – The description of the new resource.
LoRaWAN (dict) –
The LoRaWAN information that is to be used with the multicast group.
RfRegion (string) –
Supported RfRegions
DlClass (string) –
DlClass for LoRaWAM, valid values are ClassB and ClassC.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ConflictException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException