package aws-rds

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. reserved_d_b_instance_id : Aws.BaseTypes.String.t option;
  2. reserved_d_b_instances_offering_id : Aws.BaseTypes.String.t option;
  3. d_b_instance_class : Aws.BaseTypes.String.t option;
  4. duration : Aws.BaseTypes.String.t option;
  5. product_description : Aws.BaseTypes.String.t option;
  6. offering_type : Aws.BaseTypes.String.t option;
  7. multi_a_z : Aws.BaseTypes.Boolean.t option;
  8. lease_id : Aws.BaseTypes.String.t option;
  9. filters : FilterList.t;
  10. max_records : Aws.BaseTypes.Integer.t option;
  11. marker : Aws.BaseTypes.String.t option;
}
val make : ?reserved_d_b_instance_id:Aws.BaseTypes.String.t -> ?reserved_d_b_instances_offering_id:Aws.BaseTypes.String.t -> ?d_b_instance_class:Aws.BaseTypes.String.t -> ?duration:Aws.BaseTypes.String.t -> ?product_description:Aws.BaseTypes.String.t -> ?offering_type:Aws.BaseTypes.String.t -> ?multi_a_z:Aws.BaseTypes.Boolean.t -> ?lease_id:Aws.BaseTypes.String.t -> ?filters:FilterList.t -> ?max_records:Aws.BaseTypes.Integer.t -> ?marker: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