Module Types.DBClusterEndpoint
type t={d_b_cluster_endpoint_identifier : Aws.BaseTypes.String.t option;d_b_cluster_identifier : Aws.BaseTypes.String.t option;d_b_cluster_endpoint_resource_identifier : Aws.BaseTypes.String.t option;endpoint : Aws.BaseTypes.String.t option;status : Aws.BaseTypes.String.t option;endpoint_type : Aws.BaseTypes.String.t option;custom_endpoint_type : Aws.BaseTypes.String.t option;static_members : StringList.t;excluded_members : StringList.t;d_b_cluster_endpoint_arn : Aws.BaseTypes.String.t option;}
val make : ?d_b_cluster_endpoint_identifier:Aws.BaseTypes.String.t -> ?d_b_cluster_identifier:Aws.BaseTypes.String.t -> ?d_b_cluster_endpoint_resource_identifier:Aws.BaseTypes.String.t -> ?endpoint:Aws.BaseTypes.String.t -> ?status:Aws.BaseTypes.String.t -> ?endpoint_type:Aws.BaseTypes.String.t -> ?custom_endpoint_type:Aws.BaseTypes.String.t -> ?static_members:StringList.t -> ?excluded_members:StringList.t -> ?d_b_cluster_endpoint_arn:Aws.BaseTypes.String.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t