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

AdminUpdateAuthEventFeedbackRequest

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

§Properties

§
EventId: string
[src]

The authentication event ID.

§
FeedbackValue: FeedbackValueType
[src]

The authentication event feedback value.

§
Username: string
[src]

The user pool username.

§
UserPoolId: string
[src]

The user pool ID.