Values.LifecyclePolicyDetailExclusionRulesAmisLastLaunchedSourceDefines criteria to exclude AMIs from lifecycle actions based on the last time they were used to launch an instance.
type nonrec t = {value : LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue.t;The integer number of units for the time period. For example 6 (months).
*)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.
*)}val make :
value:LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue.t ->
unit:LifecyclePolicyTimeUnit.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of
LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue.t ])
list ]