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

PublishLayerVersionResponse

import type { PublishLayerVersionResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface PublishLayerVersionResponse {
CompatibleArchitectures?: Architecture[] | null;
CompatibleRuntimes?: Runtime[] | null;
Content?: LayerVersionContentOutput | null;
CreatedDate?: string | null;
Description?: string | null;
LayerArn?: string | null;
LayerVersionArn?: string | null;
LicenseInfo?: string | null;
Version?: number | null;
}

§Properties

§
CompatibleArchitectures?: Architecture[] | null
[src]

A list of compatible instruction set architectures.

§
CompatibleRuntimes?: Runtime[] | null
[src]

The layer's compatible runtimes.

§

Details about the layer version.

§
CreatedDate?: string | null
[src]

The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

§
Description?: string | null
[src]

The description of the version.

§
LayerArn?: string | null
[src]

The ARN of the layer.

§
LayerVersionArn?: string | null
[src]

The ARN of the layer version.

§
LicenseInfo?: string | null
[src]

The layer's software license.

§
Version?: number | null
[src]

The version number.