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

FraudsterRegistrationJobSummary

import type { FraudsterRegistrationJobSummary } from "https://aws-api.deno.dev/v0.4/services/voiceid.ts?docs=full";

Contains a summary of information about a fraudster registration job.

interface FraudsterRegistrationJobSummary {
CreatedAt?: Date | number | null;
DomainId?: string | null;
EndedAt?: Date | number | null;
FailureDetails?: FailureDetails | null;
JobId?: string | null;
JobName?: string | null;
JobProgress?: JobProgress | null;
JobStatus?: FraudsterRegistrationJobStatus | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

A timestamp showing when the fraudster registration job is created.

§
DomainId?: string | null
[src]

The identifier of the domain containing the fraudster registration job.

§
EndedAt?: Date | number | null
[src]

A timestamp showing when the fraudster registration job ended.

§
FailureDetails?: FailureDetails | null
[src]

Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration requests that failed.

§
JobId?: string | null
[src]

The service-generated identifier for the fraudster registration job.

§
JobName?: string | null
[src]

The client-provided name for the fraudster registration job.

§
JobProgress?: JobProgress | null
[src]

Shows the completed percentage of registration requests listed in the input file.

§

The current status of the fraudster registration job.