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

GetCSVHeaderResponse

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

Represents the response from the server to the request to get the header information for the .csv file for the user import job.

interface GetCSVHeaderResponse {
CSVHeader?: string[] | null;
UserPoolId?: string | null;
}

§Properties

§
CSVHeader?: string[] | null
[src]

The header information for the .csv file for the user import job.

§
UserPoolId?: string | null
[src]

The user pool ID for the user pool that the users are to be imported into.