[ aws . voice-id ]

list-fraudster-registration-jobs

Description

Lists all the fraudster registration jobs in the domain with the given JobStatus . If JobStatus is not provided, this lists all fraudster registration jobs in the given domain.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  list-fraudster-registration-jobs
--domain-id <value>
[--job-status <value>]
[--max-results <value>]
[--next-token <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--domain-id (string)

The identifier of the domain containing the fraudster registration Jobs.

--job-status (string)

Provides the status of your fraudster registration job.

Possible values:

  • SUBMITTED

  • IN_PROGRESS

  • COMPLETED

  • COMPLETED_WITH_ERRORS

  • FAILED

--max-results (integer)

The maximum number of results that are returned per call. You can use NextToken to obtain further pages of results. The default is 100; the maximum allowed page size is also 100.

--next-token (string)

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

JobSummaries -> (list)

A list containing details about each specified fraudster registration job.

(structure)

Contains a summary of information about a fraudster registration job.

CreatedAt -> (timestamp)

A timestamp showing when the fraudster registration job is created.

DomainId -> (string)

The identifier of the domain containing the fraudster registration job.

EndedAt -> (timestamp)

A timestamp showing when the fraudster registration job ended.

FailureDetails -> (structure)

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.

Message -> (string)

A description of the error that caused the batch job failure.

StatusCode -> (integer)

An HTTP status code representing the nature of the error.

JobId -> (string)

The service-generated identifier for the fraudster registration job.

JobName -> (string)

The client-provied name for the fraudster registration job.

JobProgress -> (structure)

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

PercentComplete -> (integer)

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

JobStatus -> (string)

The current status of the fraudster registration job.

NextToken -> (string)

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.