Module Values_1.CreationDateConditionRequestSource

The maximum age for allowed images.

Sourcetype nonrec t = {
  1. maximumDaysSinceCreated : Values_0.MaximumDaysSinceCreatedValue.t option;
    (*

    The maximum number of days that have elapsed since the image was created. For example, a value of 300 allows images that were created within the last 300 days.

    *)
}
Sourceval make : ?maximumDaysSinceCreated:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.MaximumDaysSinceCreatedValue.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t