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

UpdateStudioRequest

import type { UpdateStudioRequest } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
interface UpdateStudioRequest {
adminRoleArn?: string | null;
clientToken?: string | null;
displayName?: string | null;
studioId: string;
userRoleArn?: string | null;
}

§Properties

§
adminRoleArn?: string | null
[src]

The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

§
displayName?: string | null
[src]

A friendly name for the studio.

§
studioId: string
[src]

The studio ID.

§
userRoleArn?: string | null
[src]

The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.