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

GetCognitoEventsResponse

import type { GetCognitoEventsResponse } from "https://aws-api.deno.dev/v0.3/services/cognitosync.ts?docs=full";

The response from the GetCognitoEvents request

interface GetCognitoEventsResponse {
Events?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Events?: {
[key: string]: string | null | undefined;
}
| null
[src]

The Cognito Events returned from the GetCognitoEvents request