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

DescribeFunctionRequest

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

§Properties

§
Name: string
[src]

The name of the function that you are getting information about.

§
Stage?: FunctionStage | null
[src]

The function's stage, either DEVELOPMENT or LIVE.