Values.UpdateStudioSessionMappingInputSourceUpdates the session policy attached to the user or group for the specified 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. 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 or group to update. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.
*)identityType : IdentityType.t;Specifies whether the identity to update is a user or a group.
*)sessionPolicyArn : XmlStringMaxLen256.t;The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
*)}val make :
?identityId:??? ->
?identityName:??? ->
studioId:XmlStringMaxLen256.t ->
identityType:IdentityType.t ->
sessionPolicyArn:XmlStringMaxLen256.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of XmlStringMaxLen256.t ]) list ]