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

ListLayerVersionsRequest

import type { ListLayerVersionsRequest } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface ListLayerVersionsRequest {
CompatibleArchitecture?: Architecture | null;
CompatibleRuntime?: Runtime | null;
LayerName: string;
Marker?: string | null;
MaxItems?: number | null;
}

§Properties

§
CompatibleArchitecture?: Architecture | null
[src]
§
CompatibleRuntime?: Runtime | null
[src]

A runtime identifier. For example, go1.x.

§
LayerName: string
[src]

The name or Amazon Resource Name (ARN) of the layer.

§
Marker?: string | null
[src]

A pagination token returned by a previous call.

§
MaxItems?: number | null
[src]

The maximum number of versions to return.