Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListLogSourcesResponse

import type { ListLogSourcesResponse } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface ListLogSourcesResponse {
nextToken?: string | null;
regionSourceTypesAccountsList: ({
[key: string]: {
[key: string]: string[] | null | undefined;
}
| null | undefined
;
}
)
[]
;
}

§Properties

§
nextToken?: string | null
[src]

If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.

§
regionSourceTypesAccountsList: ({
[key: string]: {
[key: string]: string[] | null | undefined;
}
| null | undefined
;
}
)
[]
[src]

Lists the log sources by Regions for enabled Security Lake accounts.