NetworkManager.Devicesee 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 ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_location :
?address:string ->
?latitude:string ->
?longitude:string ->
unit ->
locationval make_aws_location :
?zone:string ->
?subnet_arn:string ->
unit ->
aws_locationval 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