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

ListLayerVersionsResponse

import type { ListLayerVersionsResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface ListLayerVersionsResponse {
LayerVersions?: LayerVersionsListItem[] | null;
NextMarker?: string | null;
}

§Properties

§
LayerVersions?: LayerVersionsListItem[] | null
[src]

A list of versions.

§
NextMarker?: string | null
[src]

A pagination token returned when the response doesn't contain all versions.