Values.ServiceStateSourceA structure that contains information about the current state of a service, including its latest change events such as deployments and other state-changing activities.
type nonrec t = {attributeFilters : AttributeFilters.t option;The attribute filters that were applied when retrieving this service state information.
*)service : Attributes.t option;The key attributes that identify this service, including Type, Name, and Environment information.
*)latestChangeEvents : LatestChangeEvents.t option;An array containing the most recent change events for this service, such as deployments, with information about when they occurred and who initiated them.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AttributeFilterValue.t ] list
| `Map of
([> `String of KeyAttributeName.t ]
* [> `String of KeyAttributeValue.t ])
list
| `String of AttributeFilterName.t
| `Timestamp of Timestamp.t ])
list ]
list
| `Map of
([> `String of KeyAttributeName.t ]
* [> `String of KeyAttributeValue.t ])
list ])
list ]