package aws-ec2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. frequency : Aws.BaseTypes.String.t option;
  2. interval : Aws.BaseTypes.Integer.t option;
  3. occurrence_days : OccurrenceDayRequestSet.t;
  4. occurrence_relative_to_end : Aws.BaseTypes.Boolean.t option;
  5. occurrence_unit : Aws.BaseTypes.String.t option;
}
val make : ?frequency:Aws.BaseTypes.String.t -> ?interval:Aws.BaseTypes.Integer.t -> ?occurrence_days:OccurrenceDayRequestSet.t -> ?occurrence_relative_to_end:Aws.BaseTypes.Boolean.t -> ?occurrence_unit: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