Values.GroupOrderingIdSummarySourceSummary information on the processing of PUT and DELETE actions for mapping users to their groups.
type nonrec t = {status : PrincipalMappingStatus.t option;The current processing status of actions for mapping users to their groups. The status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.
*)lastUpdatedAt : Timestamp.t option;The Unix timestamp when an action was last updated. An action can be a PUT or DELETE action for mapping users to their groups.
*)receivedAt : Timestamp.t option;The Unix timestamp when an action was received by Amazon Kendra. An action can be a PUT or DELETE action for mapping users to their groups.
*)orderingId : PrincipalOrderingId.t option;The order in which actions should complete processing. An action can be a PUT or DELETE action for mapping users to their groups.
*)failureReason : FailureReason.t option;The reason an action could not be processed. An action can be a PUT or DELETE action for mapping users to their groups.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of PrincipalOrderingId.t
| `String of FailureReason.t
| `Timestamp of Timestamp.t ])
list ]