NetworkManager.Device
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-awslocation.html
type properties = {
site_id : string option;
aws_location : aws_location option;
type_ : string option;
description : string option;
global_network_id : string;
serial_number : string option;
model : string option;
vendor : string option;
location : location option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html;
val make_properties :
?site_id:string ->
?aws_location:aws_location ->
?type_:string ->
?description:string ->
global_network_id:string ->
?serial_number:string ->
?model:string ->
?vendor:string ->
?tags:tag list ->
?location:location ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_location :
?address:string ->
?latitude:string ->
?longitude:string ->
unit ->
location
val make_aws_location :
?zone:string ->
?subnet_arn:string ->
unit ->
aws_location
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_location :
location ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_aws_location :
aws_location ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes