package aws-rds

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. d_b_cluster_endpoint_identifier : Aws.BaseTypes.String.t option;
  2. d_b_cluster_identifier : Aws.BaseTypes.String.t option;
  3. d_b_cluster_endpoint_resource_identifier : Aws.BaseTypes.String.t option;
  4. endpoint : Aws.BaseTypes.String.t option;
  5. status : Aws.BaseTypes.String.t option;
  6. endpoint_type : Aws.BaseTypes.String.t option;
  7. custom_endpoint_type : Aws.BaseTypes.String.t option;
  8. static_members : StringList.t;
  9. excluded_members : StringList.t;
  10. 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 -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t