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

ListStudioSessionMappingsOutput

import type { ListStudioSessionMappingsOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface ListStudioSessionMappingsOutput {
Marker?: string | null;
SessionMappings?: SessionMappingSummary[] | null;
}

§Properties

§
Marker?: string | null
[src]

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

§
SessionMappings?: SessionMappingSummary[] | null
[src]

A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.