Module Values.DescribePrincipalMappingRequestSource

Describes the processing of PUT and DELETE actions for mapping users to their groups. This includes information on the status of actions currently processing or yet to be processed, when actions were last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after other actions, and useful error messages if an action could not be processed. DescribePrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.

Sourcetype nonrec t = {
  1. indexId : IndexId.t;
    (*

    The identifier of the index required to check the processing of PUT and DELETE actions for mapping users to their groups.

    *)
  2. dataSourceId : DataSourceId.t option;
    (*

    The identifier of the data source to check the processing of PUT and DELETE actions for mapping users to their groups.

    *)
  3. groupId : GroupId.t;
    (*

    The identifier of the group required to check the processing of PUT and DELETE actions for mapping users to their groups.

    *)
}
Sourceval context_ : string
Sourceval make : ?dataSourceId:??? -> indexId:IndexId.t -> groupId:GroupId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IndexId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t