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

UpdateUserAttributesResponse

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

Represents the response from the server for the request to update user attributes.

interface UpdateUserAttributesResponse {
CodeDeliveryDetailsList?: CodeDeliveryDetailsType[] | null;
}

§Properties

§
CodeDeliveryDetailsList?: CodeDeliveryDetailsType[] | null
[src]

The code delivery details list from the server for the request to update user attributes.