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

GetStudioMemberRequest

import type { GetStudioMemberRequest } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
interface GetStudioMemberRequest {
principalId: string;
studioId: string;
}

§Properties

§
principalId: string
[src]

The principal ID. This currently supports a IAM Identity Center UserId.

§
studioId: string
[src]

The studio ID.