IoTWireless.WirelessGateway
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-wirelessgateway-lorawangateway.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
last_uplink_received_at : string option;
description : string option;
lo_ra_wan : lo_ra_wan_gateway;
thing_arn : string option;
thing_name : string option;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html;
val make_properties :
?last_uplink_received_at:string ->
?description:string ->
lo_ra_wan:lo_ra_wan_gateway ->
?thing_arn:string ->
?thing_name:string ->
?tags:tag list ->
?name:string ->
unit ->
properties
val make_lo_ra_wan_gateway :
rf_region:string ->
gateway_eui:string ->
unit ->
lo_ra_wan_gateway
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_lo_ra_wan_gateway :
lo_ra_wan_gateway ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes