Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateStudioSessionMappingInput

import type { UpdateStudioSessionMappingInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface UpdateStudioSessionMappingInput {
IdentityId?: string | null;
IdentityName?: string | null;
IdentityType: IdentityType;
SessionPolicyArn: string;
StudioId: string;
}

§Properties

§
IdentityId?: string | null
[src]

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

§
IdentityName?: string | null
[src]

The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.

§
IdentityType: IdentityType
[src]

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

§
SessionPolicyArn: string
[src]

The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.

§
StudioId: string
[src]

The ID of the Amazon EMR Studio.