package aws-rds

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. action : Aws.BaseTypes.String.t option;
  2. auto_applied_after_date : Aws.BaseTypes.DateTime.t option;
  3. forced_apply_date : Aws.BaseTypes.DateTime.t option;
  4. opt_in_status : Aws.BaseTypes.String.t option;
  5. current_apply_date : Aws.BaseTypes.DateTime.t option;
  6. description : Aws.BaseTypes.String.t option;
}
val make : ?action:Aws.BaseTypes.String.t -> ?auto_applied_after_date:Aws.BaseTypes.DateTime.t -> ?forced_apply_date:Aws.BaseTypes.DateTime.t -> ?opt_in_status:Aws.BaseTypes.String.t -> ?current_apply_date:Aws.BaseTypes.DateTime.t -> ?description: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