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

GetUserAttributeVerificationCodeResponse

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

The verification code response returned by the server response to get the user attribute verification code.

interface GetUserAttributeVerificationCodeResponse {
CodeDeliveryDetails?: CodeDeliveryDetailsType | null;
}

§Properties

§
CodeDeliveryDetails?: CodeDeliveryDetailsType | null
[src]

The code delivery details returned by the server in response to the request to get the user attribute verification code.