Values.CapacityTaskSummarySourceThe summary of the capacity task.
type nonrec t = {capacityTaskId : CapacityTaskId.t option;The ID of the specified capacity task.
*)outpostId : OutpostId.t option;The ID of the Outpost associated with the specified capacity task.
*)orderId : OrderId.t option;The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
*)assetId : AssetId.t option;The ID of the asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.
*)capacityTaskStatus : CapacityTaskStatus.t option;The status of the capacity task.
*)creationDate : ISO8601Timestamp.t option;The date that the specified capacity task was created.
*)completionDate : ISO8601Timestamp.t option;The date that the specified capacity task successfully ran.
*)lastModifiedDate : ISO8601Timestamp.t option;The date that the specified capacity was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CapacityTaskId.t
| `Timestamp of ISO8601Timestamp.t ])
list ]