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

GetFunctionRequest

import type { GetFunctionRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface GetFunctionRequest {
Name: string;
Stage?: FunctionStage | null;
}

§Properties

§
Name: string
[src]

The name of the function whose code you are getting.

§
Stage?: FunctionStage | null
[src]

The function's stage, either DEVELOPMENT or LIVE.