Values.GetWirelessDeviceResponseSourceGets information about a wireless device.
type nonrec t = {type_ : WirelessDeviceType.t option;The wireless device type.
*)name : WirelessDeviceName.t option;The name of the resource.
*)description : Description.t option;The description of the resource.
*)destinationName : DestinationName.t option;The name of the destination to which the device is assigned.
*)id : WirelessDeviceId.t option;The ID of the wireless device.
*)arn : WirelessDeviceArn.t option;The Amazon Resource Name of the resource.
*)thingName : ThingName.t option;The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
*)thingArn : ThingArn.t option;The ARN of the thing associated with the wireless device.
*)loRaWAN : LoRaWANDevice.t option;Information about the wireless device.
*)sidewalk : SidewalkDevice.t option;Sidewalk device object.
*)positioning : PositioningConfigStatus.t option;The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of WirelessDeviceName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of CertificateValue.t ])
list ]
list
| `String of DevEui.t
| `Structure of
(string
* [> `Integer of FCntStart.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of FPort.t
| `String of DestinationName.t ])
list ]
list
| `String of AppKey.t
| `Structure of
(string
* [> `Integer of FPort.t | `String of FNwkSIntKey.t ])
list ])
list ])
list ])
list ]