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

ListInstalledComponentsResponse

import type { ListInstalledComponentsResponse } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface ListInstalledComponentsResponse {
installedComponents?: InstalledComponent[] | null;
nextToken?: string | null;
}

§Properties

§
installedComponents?: InstalledComponent[] | null
[src]

A list that summarizes each component on the core device.

Note: Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp response. This response can be inaccurate in earlier Greengrass nucleus versions.

Note: Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource and lastReportedTimestamp response. This response can be inaccurate or null in earlier Greengrass nucleus versions.

§
nextToken?: string | null
[src]

The token for the next set of results, or null if there are no additional results.