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

PublishFunctionRequest

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

§Properties

§
IfMatch: string
[src]

The current version (ETag value) of the function that you are publishing, which you can get using DescribeFunction.

§
Name: string
[src]

The name of the function that you are publishing.