Values.GetWirelessGatewayResponseSourceGets information about a wireless gateway.
type nonrec t = {name : WirelessGatewayName.t option;The name of the resource.
*)id : WirelessGatewayId.t option;The ID of the wireless gateway.
*)description : Description.t option;The description of the resource.
*)loRaWAN : LoRaWANGateway.t option;Information about the wireless gateway.
*)arn : WirelessGatewayArn.t option;The Amazon Resource Name of the resource.
*)thingName : ThingName.t option;The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
*)thingArn : ThingArn.t option;The ARN of the thing associated with the wireless gateway.
*)}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
* [> `String of WirelessGatewayName.t
| `Structure of
(string
* [> `Float of GatewayMaxEirp.t
| `List of
[> `Integer of SubBand.t
| `List of [> `String of JoinEui.t ] list
| `String of NetId.t ]
list
| `String of GatewayEui.t
| `Structure of
(string
* [> `Integer of BeaconingDataRate.t
| `List of [> `Integer of BeaconingFrequency.t ] list ])
list ])
list ])
list ]