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

BatchAssociateUserStackRequest

import type { BatchAssociateUserStackRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface BatchAssociateUserStackRequest {
UserStackAssociations: UserStackAssociation[];
}

§Properties

§
UserStackAssociations: UserStackAssociation[]
[src]

The list of UserStackAssociation objects.