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

UpdateAuthEventFeedbackRequest

import type { UpdateAuthEventFeedbackRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface UpdateAuthEventFeedbackRequest {
EventId: string;
FeedbackToken: string;
FeedbackValue: FeedbackValueType;
Username: string;
UserPoolId: string;
}

§Properties

§
EventId: string
[src]

The event ID.

§
FeedbackToken: string
[src]

The feedback token.

§
FeedbackValue: FeedbackValueType
[src]

The authentication event feedback value.

§
Username: string
[src]

The user pool username.

§
UserPoolId: string
[src]

The user pool ID.