ServiceDiscovery.PrivateDnsNamespacesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.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-privatednsnamespace-soa.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-privatednsnamespace-privatednspropertiesmutable.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-privatednsnamespace-properties.html
type properties = {description : string option;vpc : string;properties_ : properties_ option;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html;
val make_properties :
?description:string ->
vpc:string ->
?properties_:properties_ ->
?tags:tag list ->
name:string ->
unit ->
propertiesval make_tag : key:string -> value:string -> unit -> tagval make_soa : ?ttl:float -> unit -> soaval make_private_dns_properties_mutable :
?soa:soa ->
unit ->
private_dns_properties_mutableval make_properties_ :
?dns_properties:private_dns_properties_mutable ->
unit ->
properties_val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_soa : soa -> Yojson.Safe.tval yojson_of_private_dns_properties_mutable :
private_dns_properties_mutable ->
Yojson.Safe.tval 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