Values.SetupHistoryResourceSourceThe Lightsail resource that SetupHistory was ran on.
type nonrec t = {name : ResourceName.t option;The name of the Lightsail resource.
*)arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the Lightsail resource.
*)createdAt : IsoDate.t option;The timestamp for when the resource was created.
*)location : ResourceLocation.t option;resourceType : ResourceType.t option;The Lightsail resource type. For example, Instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceName.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of IsoDate.t ])
list ]