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

ResolveComponentCandidatesRequest

import type { ResolveComponentCandidatesRequest } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface ResolveComponentCandidatesRequest {
componentCandidates?: ComponentCandidate[] | null;
platform?: ComponentPlatform | null;
}

§Properties

§
componentCandidates?: ComponentCandidate[] | null
[src]

The list of components to resolve.

§
platform?: ComponentPlatform | null
[src]

The platform to use to resolve compatible components.