Module Values_1.DeprecationTimeConditionRequestSource

The maximum period since deprecation for allowed images.

Sourcetype nonrec t = {
  1. maximumDaysSinceDeprecated : Values_0.MaximumDaysSinceDeprecatedValue.t option;
    (*

    The maximum number of days that have elapsed since the image was deprecated. Set to 0 to exclude all deprecated images.

    *)
}
Sourceval make : ?maximumDaysSinceDeprecated:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.MaximumDaysSinceDeprecatedValue.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