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

CodeDeliveryDetailsType

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

The delivery details for an email or SMS message that Amazon Cognito sent for authentication or verification.

interface CodeDeliveryDetailsType {
AttributeName?: string | null;
DeliveryMedium?: DeliveryMediumType | null;
Destination?: string | null;
}

§Properties

§
AttributeName?: string | null
[src]

The name of the attribute that Amazon Cognito verifies with the code.

§
DeliveryMedium?: DeliveryMediumType | null
[src]

The method that Amazon Cognito used to send the code.

§
Destination?: string | null
[src]

The email address or phone number destination where Amazon Cognito sent the code.