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

ResendConfirmationCodeResponse

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

The response from the server when the Amazon Cognito Your User Pools service makes the request to resend a confirmation code.

interface ResendConfirmationCodeResponse {
CodeDeliveryDetails?: CodeDeliveryDetailsType | null;
}

§Properties

§
CodeDeliveryDetails?: CodeDeliveryDetailsType | null
[src]

The code delivery details returned by the server in response to the request to resend the confirmation code.