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

ListLayersResponse

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

§Properties

§
Layers?: LayersListItem[] | null
[src]

A list of function layers.

§
NextMarker?: string | null
[src]

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