Module Values.LifecyclePolicyDetailExclusionRulesAmisLastLaunchedSource

Defines criteria to exclude AMIs from lifecycle actions based on the last time they were used to launch an instance.

Sourcetype nonrec t = {
  1. value : LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue.t;
    (*

    The integer number of units for the time period. For example 6 (months).

    *)
  2. unit : LifecyclePolicyTimeUnit.t;
    (*

    Defines the unit of time that the lifecycle policy uses to calculate elapsed time since the last instance launched from the AMI. For example: days, weeks, months, or years.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue.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