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

ListEventSourceMappingsResponse

import type { ListEventSourceMappingsResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface ListEventSourceMappingsResponse {
EventSourceMappings?: EventSourceMappingConfiguration[] | null;
NextMarker?: string | null;
}

§Properties

§
EventSourceMappings?: EventSourceMappingConfiguration[] | null
[src]

A list of event source mappings.

§
NextMarker?: string | null
[src]

A pagination token that's returned when the response doesn't contain all event source mappings.