interface CloudFormationCustomResourceResponseCommonimport { type CloudFormationCustomResourceResponseCommon } from "https://deno.land/x/lambda@1.26.1/types.d.ts"; PropertiesPhysicalResourceId: stringStackId: stringRequestId: stringLogicalResourceId: stringoptionalData: { [Key: string]: any; }optionalNoEcho: boolean