Values.DaemonTaskDefinitionSummarySourceA summary of a daemon task definition.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the daemon task definition.
*)registeredAt : Timestamp.t option;The Unix timestamp for the time when the daemon task definition was registered.
*)registeredBy : String_.t option;The principal that registered the daemon task definition.
*)deleteRequestedAt : Timestamp.t option;The Unix timestamp for the time when the daemon task definition delete was requested.
*)status : DaemonTaskDefinitionStatus.t option;The status of the daemon task definition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]