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

GetRuntimeManagementConfigResponse

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

§Properties

§
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 | null
[src]

The current runtime update mode of the function.