Values.LifecycleExecutionSourceContains metadata from a runtime instance of a lifecycle policy.
type nonrec t = {lifecycleExecutionId : LifecycleExecutionId.t option;Identifies the lifecycle policy runtime instance.
*)lifecyclePolicyArn : LifecyclePolicyArn.t option;The Amazon Resource Name (ARN) of the lifecycle policy that ran.
*)resourcesImpactedSummary : LifecycleExecutionResourcesImpactedSummary.t option;Contains information about associated resources that are identified for action by the runtime instance of the lifecycle policy.
*)state : LifecycleExecutionState.t option;Runtime state that reports if the policy action ran successfully, failed, or was skipped.
*)startTime : DateTimeTimestamp.t option;The timestamp when the lifecycle runtime instance started.
*)endTime : DateTimeTimestamp.t option;The timestamp when the lifecycle runtime instance completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LifecycleExecutionId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of NonEmptyString.t ])
list
| `Timestamp of DateTimeTimestamp.t ])
list ]