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

ListStudioSessionMappingsInput

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

§Properties

§
IdentityType?: IdentityType | null
[src]

Specifies whether to return session mappings for users or groups. If not specified, the results include session mapping details for both users and groups.

§
Marker?: string | null
[src]

The pagination token that indicates the set of results to retrieve.

§
StudioId?: string | null
[src]

The ID of the Amazon EMR Studio.