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

AssociateApplicationFleetResult

import type { AssociateApplicationFleetResult } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface AssociateApplicationFleetResult {
ApplicationFleetAssociation?: ApplicationFleetAssociation | null;
}

§Properties

§
ApplicationFleetAssociation?: ApplicationFleetAssociation | null
[src]

If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.