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

ResolveComponentCandidatesResponse

import type { ResolveComponentCandidatesResponse } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface ResolveComponentCandidatesResponse {
resolvedComponentVersions?: ResolvedComponentVersion[] | null;
}

§Properties

§
resolvedComponentVersions?: ResolvedComponentVersion[] | null
[src]

A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.