ApiCache
import type { ApiCache } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";interface ApiCache {
apiCachingBehavior?: ApiCachingBehavior | null;
atRestEncryptionEnabled?: boolean | null;
status?: ApiCacheStatus | null;
transitEncryptionEnabled?: boolean | null;
ttl?: number | null;
type?: ApiCacheType | null;
}