Values.LifecycleExecutionSnapshotResourceSourceContains the state of an impacted snapshot resource that the runtime instance of the lifecycle policy identified for action.
type nonrec t = {snapshotId : NonEmptyString.t option;Identifies the impacted snapshot resource.
*)state : LifecycleExecutionResourceState.t option;The runtime status of the lifecycle action taken for the snapshot.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]