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

CreateStudioRequest

import type { CreateStudioRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface CreateStudioRequest {
adminRoleArn: string;
clientToken?: string | null;
displayName: string;
studioEncryptionConfiguration?: StudioEncryptionConfiguration | null;
studioName: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
userRoleArn: string;
}

§Properties

§
adminRoleArn: string
[src]
§
clientToken?: string | null
[src]
§
displayName: string
[src]
§
studioEncryptionConfiguration?: StudioEncryptionConfiguration | null
[src]
§
studioName: string
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
userRoleArn: string
[src]