Values.QueueFleetAssociationSummarySourceThe details of a queue-fleet association.
type nonrec t = {queueId : QueueId.t option;The queue ID.
*)fleetId : FleetId.t option;The fleet ID.
*)status : QueueFleetAssociationStatus.t option;The status of task scheduling in the queue-fleet association. ACTIVE–Association is active. STOP_SCHEDULING_AND_COMPLETE_TASKS–Association has stopped scheduling new tasks and is completing current tasks. STOP_SCHEDULING_AND_CANCEL_TASKS–Association has stopped scheduling new tasks and is canceling current tasks. STOPPED–Association has been stopped.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of QueueId.t
| `Timestamp of CreatedAt.t ])
list ]