Values.GetStudioSessionMappingOutputSourceFetches mapping details for the specified Amazon EMR Studio and identity (user or group).
type nonrec t = {sessionMapping : SessionMappingDetail.t option;The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of XmlStringMaxLen256.t
| `Timestamp of Date.t ])
list ])
list ]