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

PutLaunchProfileMembersRequest

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

§Properties

§
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.

§
identityStoreId: string
[src]

The ID of the identity store.

§
launchProfileId: string
[src]

The ID of the launch profile used to control access from the streaming session.

§

A list of members.

§
studioId: string
[src]

The studio ID.