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

UpdateFunctionRequest

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

§Properties

§
FunctionCode: Uint8Array | string
[src]

The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.

§
FunctionConfig: FunctionConfig
[src]

Configuration information about the function.

§
IfMatch: string
[src]

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

§
Name: string
[src]

The name of the function that you are updating.