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

StopUserImportJobRequest

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

Represents the request to stop the user import job.

interface StopUserImportJobRequest {
JobId: string;
UserPoolId: string;
}

§Properties

§
JobId: string
[src]

The job ID for the user import job.

§
UserPoolId: string
[src]

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