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

PutRuntimeManagementConfigResponse

import type { PutRuntimeManagementConfigResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface PutRuntimeManagementConfigResponse {
FunctionArn: string;
RuntimeVersionArn?: string | null;
UpdateRuntimeOn: UpdateRuntimeOn;
}

§Properties

§
FunctionArn: string
[src]

The ARN of the function

§
RuntimeVersionArn?: string | null
[src]

The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is returned.

§
UpdateRuntimeOn: UpdateRuntimeOn
[src]

The runtime update mode.