Module Values.GetStudioSessionMappingInputSource

Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).

Sourcetype nonrec t = {
  1. studioId : XmlStringMaxLen256.t;
    (*

    The ID of the Amazon EMR Studio.

    *)
  2. identityId : XmlStringMaxLen256.t option;
    (*

    The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.

    *)
  3. identityName : XmlStringMaxLen256.t option;
    (*

    The name of the user or group to fetch. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.

    *)
  4. identityType : IdentityType.t;
    (*

    Specifies whether the identity to fetch is a user or a group.

    *)
}
Sourceval context_ : string
Sourceval make : ?identityId:??? -> ?identityName:??? -> studioId:XmlStringMaxLen256.t -> identityType:IdentityType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of XmlStringMaxLen256.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