Values.LocationAttributesSourceDetails about a location in a multi-location fleet.
type nonrec t = {locationState : LocationState.t option;A fleet location and its current life-cycle state.
*)stoppedActions : FleetActionList.t option;A list of fleet actions that have been suspended in the fleet location.
*)updateStatus : LocationUpdateStatus.t option;The status of fleet activity updates to the location. The status PENDING_UPDATE indicates that StopFleetActions or StartFleetActions has been requested but the update has not yet been completed for the location.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Structure of
(string * [> `Enum of string | `String of LocationStringModel.t ])
list ])
list ]