Values.DeleteStudioSessionMappingInputSourceRemoves a user or group from an Amazon EMR Studio.
type nonrec t = {studioId : XmlStringMaxLen256.t;The ID of the Amazon EMR Studio.
*)identityId : XmlStringMaxLen256.t option;The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.
*)identityName : XmlStringMaxLen256.t option;The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the IAM Identity Center Store API Reference. Either IdentityName or IdentityId must be specified.
*)identityType : IdentityType.t;Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
*)}val make :
?identityId:??? ->
?identityName:??? ->
studioId:XmlStringMaxLen256.t ->
identityType:IdentityType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of XmlStringMaxLen256.t ]) list ]