function readListimport { readList } from "https://dotland.deno.dev/x/aws_api@v0.8.1/encoding/json.ts"; readList<V>(encoder: (x: JSONValue) => V, raw: JSONValue): V[] | nullType ParametersVParametersencoder: (x: JSONValue) => Vraw: JSONValueReturnsV[] | null