interface CloudFormationCustomResourceResponseCommonimport { type CloudFormationCustomResourceResponseCommon } from "https://dotland.deno.dev/x/lambda@1.4/mod.ts"; PropertiesPhysicalResourceId: stringStackId: stringRequestId: stringLogicalResourceId: stringoptionalData: { [Key: string]: any; }optionalNoEcho: boolean