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

ListUserImportJobsRequest

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

Represents the request to list the user import jobs.

interface ListUserImportJobsRequest {
MaxResults: number;
PaginationToken?: string | null;
UserPoolId: string;
}

§Properties

§
MaxResults: number
[src]

The maximum number of import jobs you want the request to return.

§
PaginationToken?: string | null
[src]

An identifier that was returned from the previous call to ListUserImportJobs, which can be used to return the next set of import jobs in the list.

§
UserPoolId: string
[src]

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