ServiceDiscovery.PublicDnsNamespace
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-publicdnsnamespace-soa.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-servicediscovery-publicdnsnamespace-publicdnspropertiesmutable.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-publicdnsnamespace-properties.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html;
val make_properties :
?description:string ->
?properties_:properties_ ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_soa : ?ttl:float -> unit -> soa
val make_tag : key:string -> value:string -> unit -> tag
val make_public_dns_properties_mutable :
?soa:soa ->
unit ->
public_dns_properties_mutable
val make_properties_ :
?dns_properties:public_dns_properties_mutable ->
unit ->
properties_
val yojson_of_soa : soa -> Yojson.Safe.t
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_public_dns_properties_mutable :
public_dns_properties_mutable ->
Yojson.Safe.t
val yojson_of_properties_ :
properties_ ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes