interface CloudFrontRequestimport { type CloudFrontRequest } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.ts"; Propertiesoptionalbody: { action: "read-only" | "replace"; data: string; encoding: "base64" | "text"; readonly inputTruncated: boolean; }readonlyclientIp: stringreadonlymethod: stringuri: stringquerystring: stringheaders: CloudFrontHeadersoptionalorigin: CloudFrontOrigin