Values.DaemonDeploymentSummarySourceA summary of a daemon deployment.
type nonrec t = {daemonDeploymentArn : String_.t option;The Amazon Resource Name (ARN) of the daemon deployment.
*)daemonArn : String_.t option;The Amazon Resource Name (ARN) of the daemon.
*)clusterArn : String_.t option;The Amazon Resource Name (ARN) of the cluster that hosts the daemon.
*)status : DaemonDeploymentStatus.t option;The status of the daemon deployment.
*)statusReason : String_.t option;Information about why the daemon deployment is in the current status.
*)targetDaemonRevisionArn : String_.t option;The ARN of the daemon revision being deployed.
*)createdAt : Timestamp.t option;The time the daemon deployment was created.
*)startedAt : Timestamp.t option;The time the daemon deployment started.
*)stoppedAt : Timestamp.t option;The time the daemon deployment stopped.
*)finishedAt : Timestamp.t option;The time the daemon deployment finished.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]