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

LayerVersionsListItem

import type { LayerVersionsListItem } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lambda.ts";
interface LayerVersionsListItem {
CompatibleRuntimes?: Runtime[] | null;
CreatedDate?: string | null;
Description?: string | null;
LayerVersionArn?: string | null;
LicenseInfo?: string | null;
Version?: number | null;
}

§Properties

§
CompatibleRuntimes?: Runtime[] | null
[src]
§
CreatedDate?: string | null
[src]
§
Description?: string | null
[src]
§
LayerVersionArn?: string | null
[src]
§
LicenseInfo?: string | null
[src]
§
Version?: number | null
[src]