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

DeleteStudioSessionMappingInput

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

§Properties

§
IdentityId?: string | null
[src]

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 Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.

§
IdentityName?: string | null
[src]

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

§
IdentityType: IdentityType
[src]

Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.

§
StudioId: string
[src]

The ID of the Amazon EMR Studio.