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

ListUserImportJobsResponse

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

Represents the response from the server to the request to list the user import jobs.

interface ListUserImportJobsResponse {
PaginationToken?: string | null;
UserImportJobs?: UserImportJobType[] | null;
}

§Properties

§
PaginationToken?: string | null
[src]

An identifier that can be used to return the next set of user import jobs in the list.

§
UserImportJobs?: UserImportJobType[] | null
[src]

The user import jobs.