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

GetApplicationComponentDetailsResponse

import type { GetApplicationComponentDetailsResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
interface GetApplicationComponentDetailsResponse {
applicationComponentDetail?: ApplicationComponentDetail | null;
associatedApplications?: AssociatedApplication[] | null;
associatedServerIds?: string[] | null;
moreApplicationResource?: boolean | null;
}

§Properties

§
applicationComponentDetail?: ApplicationComponentDetail | null
[src]

Detailed information about an application component.

§
associatedApplications?: AssociatedApplication[] | null
[src]

The associated application group as defined in AWS Application Discovery Service.

§
associatedServerIds?: string[] | null
[src]

A list of the IDs of the servers on which the application component is running.

§
moreApplicationResource?: boolean | null
[src]

Set to true if the application component belongs to more than one application group.