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

GetFunctionResult

import type { GetFunctionResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface GetFunctionResult {
ContentType?: string | null;
ETag?: string | null;
FunctionCode?: Uint8Array | null;
}

§Properties

§
ContentType?: string | null
[src]

The content type (media type) of the response.

§
ETag?: string | null
[src]

The version identifier for the current version of the CloudFront function.

§
FunctionCode?: Uint8Array | null
[src]

The function code of a CloudFront function.