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

Studio

import type { Studio } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface Studio {
adminRoleArn?: string | null;
arn?: string | null;
createdAt?: Date | number | null;
displayName?: string | null;
homeRegion?: string | null;
ssoClientId?: string | null;
state?: StudioState | null;
statusCode?: StudioStatusCode | null;
statusMessage?: string | null;
studioEncryptionConfiguration?: StudioEncryptionConfiguration | null;
studioId?: string | null;
studioName?: string | null;
studioUrl?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
updatedAt?: Date | number | null;
userRoleArn?: string | null;
}

§Properties

§
adminRoleArn?: string | null
[src]
§
arn?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
displayName?: string | null
[src]
§
homeRegion?: string | null
[src]
§
ssoClientId?: string | null
[src]
§
state?: StudioState | null
[src]
§
statusCode?: StudioStatusCode | null
[src]
§
statusMessage?: string | null
[src]
§
studioEncryptionConfiguration?: StudioEncryptionConfiguration | null
[src]
§
studioId?: string | null
[src]
§
studioName?: string | null
[src]
§
studioUrl?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
updatedAt?: Date | number | null
[src]
§
userRoleArn?: string | null
[src]