'2.0', 'service' => '

Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice interactions in contact centers more secure and efficient.

', 'operations' => [ 'AssociateFraudster' => '

Associates the fraudsters with the watchlist specified in the same domain.

', 'CreateDomain' => '

Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.

', 'CreateWatchlist' => '

Creates a watchlist that fraudsters can be a part of.

', 'DeleteDomain' => '

Deletes the specified domain from Voice ID.

', 'DeleteFraudster' => '

Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.

', 'DeleteSpeaker' => '

Deletes the specified speaker from Voice ID.

', 'DeleteWatchlist' => '

Deletes the specified watchlist from Voice ID. This API throws an exception when there are fraudsters in the watchlist that you are trying to delete. You must delete the fraudsters, and then delete the watchlist. Every domain has a default watchlist which cannot be deleted.

', 'DescribeDomain' => '

Describes the specified domain.

', 'DescribeFraudster' => '

Describes the specified fraudster.

', 'DescribeFraudsterRegistrationJob' => '

Describes the specified fraudster registration job.

', 'DescribeSpeaker' => '

Describes the specified speaker.

', 'DescribeSpeakerEnrollmentJob' => '

Describes the specified speaker enrollment job.

', 'DescribeWatchlist' => '

Describes the specified watchlist.

', 'DisassociateFraudster' => '

Disassociates the fraudsters from the watchlist specified. Voice ID always expects a fraudster to be a part of at least one watchlist. If you try to disassociate a fraudster from its only watchlist, a ValidationException is thrown.

', 'EvaluateSession' => '

Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.

', 'ListDomains' => '

Lists all the domains in the Amazon Web Services account.

', 'ListFraudsterRegistrationJobs' => '

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.

', 'ListFraudsters' => '

Lists all fraudsters in a specified watchlist or domain.

', 'ListSpeakerEnrollmentJobs' => '

Lists all the speaker enrollment jobs in the domain with the specified JobStatus. If JobStatus is not provided, this lists all jobs with all possible speaker enrollment job statuses.

', 'ListSpeakers' => '

Lists all speakers in a specified domain.

', 'ListTagsForResource' => '

Lists all tags associated with a specified Voice ID resource.

', 'ListWatchlists' => '

Lists all watchlists in a specified domain.

', 'OptOutSpeaker' => '

Opts out a speaker from Voice ID. A speaker can be opted out regardless of whether or not they already exist in Voice ID. If they don\'t yet exist, a new speaker is created in an opted out state. If they already exist, their existing status is overridden and they are opted out. Enrollment and evaluation authentication requests are rejected for opted out speakers, and opted out speakers have no voice embeddings stored in Voice ID.

', 'StartFraudsterRegistrationJob' => '

Starts a new batch fraudster registration job using provided details.

', 'StartSpeakerEnrollmentJob' => '

Starts a new batch speaker enrollment job using specified details.

', 'TagResource' => '

Tags a Voice ID resource with the provided list of tags.

', 'UntagResource' => '

Removes specified tags from a specified Amazon Connect Voice ID resource.

', 'UpdateDomain' => '

Updates the specified domain. This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as \'Description\' is not provided, it is removed from the domain.

', 'UpdateWatchlist' => '

Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

You do not have sufficient permissions to perform this action. Check the error message and try again.

', 'refs' => [], ], 'AmazonResourceName' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the Voice ID resource for which you want to list the tags.

', 'TagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the Voice ID resource you want to tag.

', 'UntagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the Voice ID resource you want to remove tags from.

', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'Domain$Arn' => '

The Amazon Resource Name (ARN) for the domain.

', 'DomainSummary$Arn' => '

The Amazon Resource Name (ARN) for the domain.

', ], ], 'AssociateFraudsterRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateFraudsterResponse' => [ 'base' => NULL, 'refs' => [], ], 'AuthenticationConfiguration' => [ 'base' => '

The configuration used to authenticate a speaker during a session.

', 'refs' => [ 'AuthenticationResult$Configuration' => '

The AuthenticationConfiguration used to generate this authentication result.

', ], ], 'AuthenticationDecision' => [ 'base' => NULL, 'refs' => [ 'AuthenticationResult$Decision' => '

The authentication decision produced by Voice ID, processed against the current session state and streamed audio of the speaker.

', ], ], 'AuthenticationResult' => [ 'base' => '

The authentication result produced by Voice ID, processed against the current session state and streamed audio of the speaker.

', 'refs' => [ 'EvaluateSessionResponse$AuthenticationResult' => '

Details resulting from the authentication process, such as authentication decision and authentication score.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'Watchlist$DefaultWatchlist' => '

Whether the specified watchlist is the default watchlist of a domain.

', 'WatchlistSummary$DefaultWatchlist' => '

Whether the specified watchlist is the default watchlist of a domain.

', ], ], 'ClientTokenString' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

', 'CreateWatchlistRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

', 'StartFraudsterRegistrationJobRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

', 'StartSpeakerEnrollmentJobRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

', ], ], 'ConflictException' => [ 'base' => '

The request failed due to a conflict. Check the ConflictType and error message for more details.

', 'refs' => [], ], 'ConflictType' => [ 'base' => NULL, 'refs' => [ 'ConflictException$ConflictType' => '

The type of conflict which caused a ConflictException. Possible types and the corresponding error messages are as follows:

', ], ], 'CreateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWatchlistRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWatchlistResponse' => [ 'base' => NULL, 'refs' => [], ], 'CustomerSpeakerId' => [ 'base' => NULL, 'refs' => [ 'AuthenticationResult$CustomerSpeakerId' => '

The client-provided identifier for the speaker whose authentication result is produced. Only present if a SpeakerId is provided for the session.

', 'Speaker$CustomerSpeakerId' => '

The client-provided identifier for the speaker.

', 'SpeakerSummary$CustomerSpeakerId' => '

The client-provided identifier for the speaker.

', ], ], 'DeleteDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFraudsterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSpeakerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWatchlistRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFraudsterRegistrationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFraudsterRegistrationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFraudsterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFraudsterResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpeakerEnrollmentJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpeakerEnrollmentJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpeakerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpeakerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWatchlistRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWatchlistResponse' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$Description' => '

A brief description of this domain.

', 'Domain$Description' => '

The description of the domain.

', 'DomainSummary$Description' => '

The description of the domain.

', 'UpdateDomainRequest$Description' => '

A brief description about this domain.

', ], ], 'DisassociateFraudsterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateFraudsterResponse' => [ 'base' => NULL, 'refs' => [], ], 'Domain' => [ 'base' => '

Contains all the information about a domain.

', 'refs' => [ 'CreateDomainResponse$Domain' => '

Information about the newly created domain.

', 'DescribeDomainResponse$Domain' => '

Information about the specified domain.

', 'UpdateDomainResponse$Domain' => '

Details about the updated domain

', ], ], 'DomainId' => [ 'base' => NULL, 'refs' => [ 'AssociateFraudsterRequest$DomainId' => '

The identifier of the domain that contains the fraudster.

', 'CreateWatchlistRequest$DomainId' => '

The identifier of the domain that contains the watchlist.

', 'DeleteDomainRequest$DomainId' => '

The identifier of the domain you want to delete.

', 'DeleteFraudsterRequest$DomainId' => '

The identifier of the domain that contains the fraudster.

', 'DeleteSpeakerRequest$DomainId' => '

The identifier of the domain that contains the speaker.

', 'DeleteWatchlistRequest$DomainId' => '

The identifier of the domain that contains the watchlist.

', 'DescribeDomainRequest$DomainId' => '

The identifier of the domain that you are describing.

', 'DescribeFraudsterRegistrationJobRequest$DomainId' => '

The identifier of the domain that contains the fraudster registration job.

', 'DescribeFraudsterRequest$DomainId' => '

The identifier of the domain that contains the fraudster.

', 'DescribeSpeakerEnrollmentJobRequest$DomainId' => '

The identifier of the domain that contains the speaker enrollment job.

', 'DescribeSpeakerRequest$DomainId' => '

The identifier of the domain that contains the speaker.

', 'DescribeWatchlistRequest$DomainId' => '

The identifier of the domain that contains the watchlist.

', 'DisassociateFraudsterRequest$DomainId' => '

The identifier of the domain that contains the fraudster.

', 'Domain$DomainId' => '

The identifier of the domain.

', 'DomainSummary$DomainId' => '

The identifier of the domain.

', 'EvaluateSessionRequest$DomainId' => '

The identifier of the domain where the session started.

', 'EvaluateSessionResponse$DomainId' => '

The identifier of the domain that contains the session.

', 'Fraudster$DomainId' => '

The identifier of the domain that contains the fraudster.

', 'FraudsterRegistrationJob$DomainId' => '

The identifier of the domain that contains the fraudster registration job.

', 'FraudsterRegistrationJobSummary$DomainId' => '

The identifier of the domain that contains the fraudster registration job.

', 'FraudsterSummary$DomainId' => '

The identifier of the domain that contains the fraudster summary.

', 'ListFraudsterRegistrationJobsRequest$DomainId' => '

The identifier of the domain that contains the fraudster registration Jobs.

', 'ListFraudstersRequest$DomainId' => '

The identifier of the domain.

', 'ListSpeakerEnrollmentJobsRequest$DomainId' => '

The identifier of the domain that contains the speaker enrollment jobs.

', 'ListSpeakersRequest$DomainId' => '

The identifier of the domain.

', 'ListWatchlistsRequest$DomainId' => '

The identifier of the domain.

', 'OptOutSpeakerRequest$DomainId' => '

The identifier of the domain that contains the speaker.

', 'Speaker$DomainId' => '

The identifier of the domain that contains the speaker.

', 'SpeakerEnrollmentJob$DomainId' => '

The identifier of the domain that contains the speaker enrollment job.

', 'SpeakerEnrollmentJobSummary$DomainId' => '

The identifier of the domain that contains the speaker enrollment job.

', 'SpeakerSummary$DomainId' => '

The identifier of the domain that contains the speaker.

', 'StartFraudsterRegistrationJobRequest$DomainId' => '

The identifier of the domain that contains the fraudster registration job and in which the fraudsters are registered.

', 'StartSpeakerEnrollmentJobRequest$DomainId' => '

The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.

', 'UpdateDomainRequest$DomainId' => '

The identifier of the domain to be updated.

', 'UpdateWatchlistRequest$DomainId' => '

The identifier of the domain that contains the watchlist.

', 'Watchlist$DomainId' => '

The identifier of the domain that contains the watchlist.

', 'WatchlistSummary$DomainId' => '

The identifier of the domain that contains the watchlist.

', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$Name' => '

The name of the domain.

', 'Domain$Name' => '

The name for the domain.

', 'DomainSummary$Name' => '

The client-provided name for the domain.

', 'UpdateDomainRequest$Name' => '

The name of the domain.

', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'Domain$DomainStatus' => '

The current status of the domain.

', 'DomainSummary$DomainStatus' => '

The current status of the domain.

', ], ], 'DomainSummaries' => [ 'base' => NULL, 'refs' => [ 'ListDomainsResponse$DomainSummaries' => '

A list containing details about each domain in the Amazon Web Services account.

', ], ], 'DomainSummary' => [ 'base' => '

Contains a summary of information about a domain.

', 'refs' => [ 'DomainSummaries$member' => NULL, ], ], 'DuplicateRegistrationAction' => [ 'base' => NULL, 'refs' => [ 'RegistrationConfig$DuplicateRegistrationAction' => '

The action to take when a fraudster is identified as a duplicate. The default action is SKIP, which skips registering the duplicate fraudster. Setting the value to REGISTER_AS_NEW always registers a new fraudster into the specified domain.

', ], ], 'EnrollmentConfig' => [ 'base' => '

Contains configurations defining enrollment behavior for the batch job.

', 'refs' => [ 'SpeakerEnrollmentJob$EnrollmentConfig' => '

The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the FraudDetectionConfig to use.

', 'StartSpeakerEnrollmentJobRequest$EnrollmentConfig' => '

The enrollment config that contains details such as the action to take when a speaker is already enrolled in Voice ID or when a speaker is identified as a fraudster.

', ], ], 'EnrollmentJobFraudDetectionConfig' => [ 'base' => '

The fraud detection configuration to be used during the batch speaker enrollment job.

', 'refs' => [ 'EnrollmentConfig$FraudDetectionConfig' => '

The fraud detection configuration to use for the speaker enrollment job.

', ], ], 'EnrollmentJobFraudDetectionConfigWatchlistIds' => [ 'base' => NULL, 'refs' => [ 'EnrollmentJobFraudDetectionConfig$WatchlistIds' => '

The identifier of watchlists against which fraud detection is performed.

', ], ], 'EvaluateSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'EvaluateSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'ExistingEnrollmentAction' => [ 'base' => NULL, 'refs' => [ 'EnrollmentConfig$ExistingEnrollmentAction' => '

The action to take when the specified speaker is already enrolled in the specified domain. The default value is SKIP, which skips the enrollment for the existing speaker. Setting the value to OVERWRITE replaces the existing voice prints and enrollment audio stored for that speaker with new data generated from the latest audio.

', ], ], 'FailureDetails' => [ 'base' => '

Contains error details for a failed batch job.

', 'refs' => [ 'FraudsterRegistrationJob$FailureDetails' => '

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.

', 'FraudsterRegistrationJobSummary$FailureDetails' => '

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.

', 'SpeakerEnrollmentJob$FailureDetails' => '

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.

', 'SpeakerEnrollmentJobSummary$FailureDetails' => '

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.

', ], ], 'FraudDetectionAction' => [ 'base' => NULL, 'refs' => [ 'EnrollmentJobFraudDetectionConfig$FraudDetectionAction' => '

The action to take when the given speaker is flagged by the fraud detection system. The default value is FAIL, which fails the speaker enrollment. Changing this value to IGNORE results in the speaker being enrolled even if they are flagged by the fraud detection system.

', ], ], 'FraudDetectionConfiguration' => [ 'base' => '

The configuration used for performing fraud detection over a speaker during a session.

', 'refs' => [ 'FraudDetectionResult$Configuration' => '

The FraudDetectionConfiguration used to generate this fraud detection result.

', ], ], 'FraudDetectionDecision' => [ 'base' => NULL, 'refs' => [ 'FraudDetectionResult$Decision' => '

The fraud detection decision produced by Voice ID, processed against the current session state and streamed audio of the speaker.

', ], ], 'FraudDetectionReason' => [ 'base' => NULL, 'refs' => [ 'FraudDetectionReasons$member' => NULL, ], ], 'FraudDetectionReasons' => [ 'base' => NULL, 'refs' => [ 'FraudDetectionResult$Reasons' => '

The reason speaker was flagged by the fraud detection system. This is only be populated if fraud detection Decision is HIGH_RISK, and the following possible values: KNOWN_FRAUDSTER and VOICE_SPOOFING.

', ], ], 'FraudDetectionResult' => [ 'base' => '

The fraud detection result produced by Voice ID, processed against the current session state and streamed audio of the speaker.

', 'refs' => [ 'EvaluateSessionResponse$FraudDetectionResult' => '

Details resulting from the fraud detection process, such as fraud detection decision and risk score.

', ], ], 'FraudRiskDetails' => [ 'base' => '

Details regarding various fraud risk analyses performed against the current session state and streamed audio of the speaker.

', 'refs' => [ 'FraudDetectionResult$RiskDetails' => '

Details about each risk analyzed for this speaker. Currently, this contains KnownFraudsterRisk and VoiceSpoofingRisk details.

', ], ], 'Fraudster' => [ 'base' => '

Contains all the information about a fraudster.

', 'refs' => [ 'AssociateFraudsterResponse$Fraudster' => NULL, 'DescribeFraudsterResponse$Fraudster' => '

Information about the specified fraudster.

', 'DisassociateFraudsterResponse$Fraudster' => NULL, ], ], 'FraudsterId' => [ 'base' => NULL, 'refs' => [ 'AssociateFraudsterRequest$FraudsterId' => '

The identifier of the fraudster to be associated with the watchlist.

', 'DeleteFraudsterRequest$FraudsterId' => '

The identifier of the fraudster you want to delete.

', 'DescribeFraudsterRequest$FraudsterId' => '

The identifier of the fraudster you are describing.

', 'DisassociateFraudsterRequest$FraudsterId' => '

The identifier of the fraudster to be disassociated from the watchlist.

', ], ], 'FraudsterRegistrationJob' => [ 'base' => '

Contains all the information about a fraudster registration job.

', 'refs' => [ 'DescribeFraudsterRegistrationJobResponse$Job' => '

Contains details about the specified fraudster registration job.

', 'StartFraudsterRegistrationJobResponse$Job' => '

Details about the started fraudster registration job.

', ], ], 'FraudsterRegistrationJobStatus' => [ 'base' => NULL, 'refs' => [ 'FraudsterRegistrationJob$JobStatus' => '

The current status of the fraudster registration job.

', 'FraudsterRegistrationJobSummary$JobStatus' => '

The current status of the fraudster registration job.

', 'ListFraudsterRegistrationJobsRequest$JobStatus' => '

Provides the status of your fraudster registration job.

', ], ], 'FraudsterRegistrationJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListFraudsterRegistrationJobsResponse$JobSummaries' => '

A list containing details about each specified fraudster registration job.

', ], ], 'FraudsterRegistrationJobSummary' => [ 'base' => '

Contains a summary of information about a fraudster registration job.

', 'refs' => [ 'FraudsterRegistrationJobSummaries$member' => NULL, ], ], 'FraudsterSummaries' => [ 'base' => NULL, 'refs' => [ 'ListFraudstersResponse$FraudsterSummaries' => '

A list that contains details about each fraudster in the Amazon Web Services account.

', ], ], 'FraudsterSummary' => [ 'base' => '

Contains a summary of information about a fraudster.

', 'refs' => [ 'FraudsterSummaries$member' => NULL, ], ], 'GeneratedFraudsterId' => [ 'base' => NULL, 'refs' => [ 'Fraudster$GeneratedFraudsterId' => '

The service-generated identifier for the fraudster.

', 'FraudsterSummary$GeneratedFraudsterId' => '

The service-generated identifier for the fraudster.

', 'KnownFraudsterRisk$GeneratedFraudsterId' => '

The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is null.

', ], ], 'GeneratedSpeakerId' => [ 'base' => NULL, 'refs' => [ 'AuthenticationResult$GeneratedSpeakerId' => '

The service-generated identifier for the speaker whose authentication result is produced.

', 'Speaker$GeneratedSpeakerId' => '

The service-generated identifier for the speaker.

', 'SpeakerSummary$GeneratedSpeakerId' => '

The service-generated identifier for the speaker.

', ], ], 'IamRoleArn' => [ 'base' => NULL, 'refs' => [ 'FraudsterRegistrationJob$DataAccessRoleArn' => '

The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer\'s buckets to read the input manifest file and write the job output file.

', 'SpeakerEnrollmentJob$DataAccessRoleArn' => '

The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer\'s buckets to read the input manifest file and write the job output file.

', 'StartFraudsterRegistrationJobRequest$DataAccessRoleArn' => '

The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer\'s buckets to read the input manifest file and write the Job output file. Refer to the Create and edit a fraudster watchlist documentation for the permissions needed in this role.

', 'StartSpeakerEnrollmentJobRequest$DataAccessRoleArn' => '

The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer\'s buckets to read the input manifest file and write the job output file. Refer to Batch enrollment using audio data from prior calls for the permissions needed in this role.

', ], ], 'InputDataConfig' => [ 'base' => '

The configuration containing input file information for a batch job.

', 'refs' => [ 'FraudsterRegistrationJob$InputDataConfig' => '

The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.

', 'SpeakerEnrollmentJob$InputDataConfig' => '

The input data config containing an S3 URI for the input manifest file that contains the list of speaker enrollment job requests.

', 'StartFraudsterRegistrationJobRequest$InputDataConfig' => '

The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration requests.

', 'StartSpeakerEnrollmentJobRequest$InputDataConfig' => '

The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'FailureDetails$StatusCode' => '

An HTTP status code representing the nature of the error.

', ], ], 'InternalServerException' => [ 'base' => '

The request failed due to an unknown error on the server side.

', 'refs' => [], ], 'JobId' => [ 'base' => NULL, 'refs' => [ 'DescribeFraudsterRegistrationJobRequest$JobId' => '

The identifier of the fraudster registration job you are describing.

', 'DescribeSpeakerEnrollmentJobRequest$JobId' => '

The identifier of the speaker enrollment job you are describing.

', 'FraudsterRegistrationJob$JobId' => '

The service-generated identifier for the fraudster registration job.

', 'FraudsterRegistrationJobSummary$JobId' => '

The service-generated identifier for the fraudster registration job.

', 'SpeakerEnrollmentJob$JobId' => '

The service-generated identifier for the speaker enrollment job.

', 'SpeakerEnrollmentJobSummary$JobId' => '

The service-generated identifier for the speaker enrollment job.

', ], ], 'JobName' => [ 'base' => NULL, 'refs' => [ 'FraudsterRegistrationJob$JobName' => '

The client-provided name for the fraudster registration job.

', 'FraudsterRegistrationJobSummary$JobName' => '

The client-provided name for the fraudster registration job.

', 'SpeakerEnrollmentJob$JobName' => '

The client-provided name for the speaker enrollment job.

', 'SpeakerEnrollmentJobSummary$JobName' => '

The client-provided name for the speaker enrollment job.

', 'StartFraudsterRegistrationJobRequest$JobName' => '

The name of the new fraudster registration job.

', 'StartSpeakerEnrollmentJobRequest$JobName' => '

A name for your speaker enrollment job.

', ], ], 'JobProgress' => [ 'base' => '

Indicates the completion progress for a batch job.

', 'refs' => [ 'FraudsterRegistrationJob$JobProgress' => '

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

', 'FraudsterRegistrationJobSummary$JobProgress' => '

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

', 'SpeakerEnrollmentJob$JobProgress' => '

Provides details on job progress. This field shows the completed percentage of registration requests listed in the input file.

', 'SpeakerEnrollmentJobSummary$JobProgress' => '

Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.

', ], ], 'KmsKeyId' => [ 'base' => NULL, 'refs' => [ 'OutputDataConfig$KmsKeyId' => '

The identifier of the KMS key you want Voice ID to use to encrypt the output file of a speaker enrollment job/fraudster registration job.

', 'ServerSideEncryptionConfiguration$KmsKeyId' => '

The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn\'t support asymmetric customer managed keys.

', 'ServerSideEncryptionUpdateDetails$OldKmsKeyId' => '

The previous KMS key ID the domain was encrypted with, before ServerSideEncryptionConfiguration was updated to a new KMS key ID.

', ], ], 'KnownFraudsterRisk' => [ 'base' => '

Contains details produced as a result of performing known fraudster risk analysis on a speaker.

', 'refs' => [ 'FraudRiskDetails$KnownFraudsterRisk' => '

The details resulting from \'Known Fraudster Risk\' analysis of the speaker.

', ], ], 'ListDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFraudsterRegistrationJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFraudsterRegistrationJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFraudstersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFraudstersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSpeakerEnrollmentJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSpeakerEnrollmentJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSpeakersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSpeakersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWatchlistsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWatchlistsResponse' => [ 'base' => NULL, 'refs' => [], ], 'MaxResultsForList' => [ 'base' => NULL, 'refs' => [ 'ListFraudsterRegistrationJobsRequest$MaxResults' => '

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

', 'ListFraudstersRequest$MaxResults' => '

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

', 'ListSpeakerEnrollmentJobsRequest$MaxResults' => '

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

', 'ListSpeakersRequest$MaxResults' => '

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

', 'ListWatchlistsRequest$MaxResults' => '

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

', ], ], 'MaxResultsForListDomainFe' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$MaxResults' => '

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

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$NextToken' => '

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.

', 'ListFraudsterRegistrationJobsRequest$NextToken' => '

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.

', 'ListFraudstersRequest$NextToken' => '

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.

', 'ListSpeakerEnrollmentJobsRequest$NextToken' => '

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.

', 'ListSpeakersRequest$NextToken' => '

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.

', 'ListWatchlistsRequest$NextToken' => '

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.

', ], ], 'OptOutSpeakerRequest' => [ 'base' => NULL, 'refs' => [], ], 'OptOutSpeakerResponse' => [ 'base' => NULL, 'refs' => [], ], 'OutputDataConfig' => [ 'base' => '

The configuration containing output file information for a batch job.

', 'refs' => [ 'FraudsterRegistrationJob$OutputDataConfig' => '

The output data config containing the S3 location where you want Voice ID to write your job output file; you must also include a KMS key ID in order to encrypt the file.

', 'SpeakerEnrollmentJob$OutputDataConfig' => '

The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.

', 'StartFraudsterRegistrationJobRequest$OutputDataConfig' => '

The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.

', 'StartSpeakerEnrollmentJobRequest$OutputDataConfig' => '

The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.

', ], ], 'RegistrationConfig' => [ 'base' => '

The registration configuration to be used during the batch fraudster registration job.

', 'refs' => [ 'FraudsterRegistrationJob$RegistrationConfig' => '

The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.

', 'StartFraudsterRegistrationJobRequest$RegistrationConfig' => '

The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.

', ], ], 'RegistrationConfigWatchlistIds' => [ 'base' => NULL, 'refs' => [ 'RegistrationConfig$WatchlistIds' => '

The identifiers of watchlists that a fraudster is registered to. If a watchlist isn\'t provided, the fraudsters are registered to the default watchlist.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The specified resource cannot be found. Check the ResourceType and error message for more details.

', 'refs' => [], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'ResourceNotFoundException$ResourceType' => '

The type of resource which cannot not be found. Possible types are BATCH_JOB, COMPLIANCE_CONSENT, DOMAIN, FRAUDSTER, SESSION and SPEAKER.

', ], ], 'ResponseWatchlistIds' => [ 'base' => NULL, 'refs' => [ 'Fraudster$WatchlistIds' => '

The identifier of the watchlists the fraudster is a part of.

', 'FraudsterSummary$WatchlistIds' => '

The identifier of the watchlists the fraudster is a part of.

', ], ], 'S3Uri' => [ 'base' => NULL, 'refs' => [ 'InputDataConfig$S3Uri' => '

The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.

', 'OutputDataConfig$S3Uri' => '

The S3 path of the folder where Voice ID writes the job output file. It has a *.out extension. For example, if the input file name is input-file.json and the output folder path is s3://output-bucket/output-folder, the full output file path is s3://output-bucket/output-folder/job-Id/input-file.json.out.

', ], ], 'Score' => [ 'base' => NULL, 'refs' => [ 'AuthenticationConfiguration$AcceptanceThreshold' => '

The minimum threshold needed to successfully authenticate a speaker.

', 'AuthenticationResult$Score' => '

The authentication score for the speaker whose authentication result is produced. This value is only present if the authentication decision is either ACCEPT or REJECT.

', 'EnrollmentJobFraudDetectionConfig$RiskThreshold' => '

Threshold value for determining whether the speaker is a high risk to be fraudulent. If the detected risk score calculated by Voice ID is greater than or equal to the threshold, the speaker is considered a fraudster.

', 'FraudDetectionConfiguration$RiskThreshold' => '

Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than the threshold, the speaker is considered a fraudster.

', 'JobProgress$PercentComplete' => '

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

', 'KnownFraudsterRisk$RiskScore' => '

The score indicating the likelihood the speaker is a known fraudster.

', 'RegistrationConfig$FraudsterSimilarityThreshold' => '

The minimum similarity score between the new and old fraudsters in order to consider the new fraudster a duplicate.

', 'VoiceSpoofingRisk$RiskScore' => '

The score indicating the likelihood of speaker’s voice being spoofed.

', ], ], 'ServerSideEncryptionConfiguration' => [ 'base' => '

The configuration containing information about the customer managed key used for encrypting customer data.

', 'refs' => [ 'CreateDomainRequest$ServerSideEncryptionConfiguration' => '

The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of your data. Refer to Amazon Connect Voice ID encryption at rest for more details on how the KMS key is used.

', 'Domain$ServerSideEncryptionConfiguration' => '

The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.

', 'DomainSummary$ServerSideEncryptionConfiguration' => '

The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.

', 'UpdateDomainRequest$ServerSideEncryptionConfiguration' => '

The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of your data. Changing the domain\'s associated KMS key immediately triggers an asynchronous process to remove dependency on the old KMS key, such that the domain\'s data can only be accessed using the new KMS key. The domain\'s ServerSideEncryptionUpdateDetails contains the details for this process.

', ], ], 'ServerSideEncryptionUpdateDetails' => [ 'base' => '

Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain’s data can only be accessed using the new KMS key.

', 'refs' => [ 'Domain$ServerSideEncryptionUpdateDetails' => '

Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain\'s data can only be accessed using the new KMS key.

', 'DomainSummary$ServerSideEncryptionUpdateDetails' => '

Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain\'s data can only be accessed using the new KMS key.

', ], ], 'ServerSideEncryptionUpdateStatus' => [ 'base' => NULL, 'refs' => [ 'ServerSideEncryptionUpdateDetails$UpdateStatus' => '

Status of the server-side encryption update. During an update, if there is an issue with the domain\'s current or old KMS key ID, such as an inaccessible or disabled key, then the status is FAILED. In order to resolve this, the key needs to be made accessible, and then an UpdateDomain call with the existing server-side encryption configuration will re-attempt this update process.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

The request exceeded the service quota. Refer to Voice ID Service Quotas and try your request again.

', 'refs' => [], ], 'SessionId' => [ 'base' => NULL, 'refs' => [ 'EvaluateSessionResponse$SessionId' => '

The service-generated identifier of the session.

', ], ], 'SessionName' => [ 'base' => NULL, 'refs' => [ 'EvaluateSessionResponse$SessionName' => '

The client-provided name of the session.

', ], ], 'SessionNameOrId' => [ 'base' => NULL, 'refs' => [ 'EvaluateSessionRequest$SessionNameOrId' => '

The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.

', ], ], 'Speaker' => [ 'base' => '

Contains all the information about a speaker.

', 'refs' => [ 'DescribeSpeakerResponse$Speaker' => '

Information about the specified speaker.

', 'OptOutSpeakerResponse$Speaker' => '

Details about the opted-out speaker.

', ], ], 'SpeakerEnrollmentJob' => [ 'base' => '

Contains all the information about a speaker enrollment job.

', 'refs' => [ 'DescribeSpeakerEnrollmentJobResponse$Job' => '

Contains details about the specified speaker enrollment job.

', 'StartSpeakerEnrollmentJobResponse$Job' => '

Details about the started speaker enrollment job.

', ], ], 'SpeakerEnrollmentJobStatus' => [ 'base' => NULL, 'refs' => [ 'ListSpeakerEnrollmentJobsRequest$JobStatus' => '

Provides the status of your speaker enrollment Job.

', 'SpeakerEnrollmentJob$JobStatus' => '

The current status of the speaker enrollment job.

', 'SpeakerEnrollmentJobSummary$JobStatus' => '

The current status of the speaker enrollment job.

', ], ], 'SpeakerEnrollmentJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListSpeakerEnrollmentJobsResponse$JobSummaries' => '

A list containing details about each specified speaker enrollment job.

', ], ], 'SpeakerEnrollmentJobSummary' => [ 'base' => '

Contains a summary of information about a speaker enrollment job.

', 'refs' => [ 'SpeakerEnrollmentJobSummaries$member' => NULL, ], ], 'SpeakerId' => [ 'base' => NULL, 'refs' => [ 'DeleteSpeakerRequest$SpeakerId' => '

The identifier of the speaker you want to delete.

', 'DescribeSpeakerRequest$SpeakerId' => '

The identifier of the speaker you are describing.

', 'OptOutSpeakerRequest$SpeakerId' => '

The identifier of the speaker you want opted-out.

', ], ], 'SpeakerStatus' => [ 'base' => NULL, 'refs' => [ 'Speaker$Status' => '

The current status of the speaker.

', 'SpeakerSummary$Status' => '

The current status of the speaker.

', ], ], 'SpeakerSummaries' => [ 'base' => NULL, 'refs' => [ 'ListSpeakersResponse$SpeakerSummaries' => '

A list containing details about each speaker in the Amazon Web Services account.

', ], ], 'SpeakerSummary' => [ 'base' => '

Contains a summary of information about a speaker.

', 'refs' => [ 'SpeakerSummaries$member' => NULL, ], ], 'StartFraudsterRegistrationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartFraudsterRegistrationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartSpeakerEnrollmentJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartSpeakerEnrollmentJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StreamingStatus' => [ 'base' => NULL, 'refs' => [ 'EvaluateSessionResponse$StreamingStatus' => '

The current status of audio streaming for this session. This field is useful to infer next steps when the Authentication or Fraud Detection results are empty or the decision is NOT_ENOUGH_SPEECH. In this situation, if the StreamingStatus is ONGOING/PENDING_CONFIGURATION, it can mean that the client should call the API again later, after Voice ID has enough audio to produce a result. If the decision remains NOT_ENOUGH_SPEECH even after StreamingStatus is ENDED, it means that the previously streamed session did not have enough speech to perform evaluation, and a new streaming session is needed to try again.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'ConflictException$Message' => NULL, 'FailureDetails$Message' => '

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

', 'InternalServerException$Message' => NULL, 'ListDomainsResponse$NextToken' => '

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.

', 'ListFraudsterRegistrationJobsResponse$NextToken' => '

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.

', 'ListFraudstersResponse$NextToken' => '

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.

', 'ListSpeakerEnrollmentJobsResponse$NextToken' => '

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.

', 'ListSpeakersResponse$NextToken' => '

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.

', 'ListWatchlistsResponse$NextToken' => '

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.

', 'ResourceNotFoundException$Message' => NULL, 'ServerSideEncryptionUpdateDetails$Message' => '

Message explaining the current UpdateStatus. When the UpdateStatus is FAILED, this message explains the cause of the failure.

', 'ServiceQuotaExceededException$Message' => NULL, 'ThrottlingException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], 'Tag' => [ 'base' => '

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag \'Department\':\'Sales\', the key is \'Department\'.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

The list of tag keys you want to remove from the specified resource.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$Tags' => '

A list of tags you want added to the domain.

', 'ListTagsForResourceResponse$Tags' => '

The list of tags associated with the specified resource.

', 'TagResourceRequest$Tags' => '

The list of tags to assign to the specified resource.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag \'Department\':\'Sales\', the value is \'Sales\'.

', ], ], 'ThrottlingException' => [ 'base' => '

The request was denied due to request throttling. Please slow down your request rate. Refer to Amazon Connect Voice ID Service API throttling quotas and try your request again.

', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'AuthenticationResult$AudioAggregationEndedAt' => '

A timestamp of when audio aggregation ended for this authentication result.

', 'AuthenticationResult$AudioAggregationStartedAt' => '

A timestamp of when audio aggregation started for this authentication result.

', 'Domain$CreatedAt' => '

The timestamp of when the domain was created.

', 'Domain$UpdatedAt' => '

The timestamp of when the domain was last update.

', 'DomainSummary$CreatedAt' => '

The timestamp of when the domain was created.

', 'DomainSummary$UpdatedAt' => '

The timestamp of when the domain was last updated.

', 'FraudDetectionResult$AudioAggregationEndedAt' => '

A timestamp of when audio aggregation ended for this fraud detection result.

', 'FraudDetectionResult$AudioAggregationStartedAt' => '

A timestamp of when audio aggregation started for this fraud detection result.

', 'Fraudster$CreatedAt' => '

The timestamp of when Voice ID identified the fraudster.

', 'FraudsterRegistrationJob$CreatedAt' => '

A timestamp of when the fraudster registration job was created.

', 'FraudsterRegistrationJob$EndedAt' => '

A timestamp of when the fraudster registration job ended.

', 'FraudsterRegistrationJobSummary$CreatedAt' => '

A timestamp of when the fraudster registration job was created.

', 'FraudsterRegistrationJobSummary$EndedAt' => '

A timestamp of when the fraudster registration job ended.

', 'FraudsterSummary$CreatedAt' => '

The timestamp of when the fraudster summary was created.

', 'Speaker$CreatedAt' => '

A timestamp of when the speaker was created.

', 'Speaker$LastAccessedAt' => '

The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.

', 'Speaker$UpdatedAt' => '

A timestamp of the speaker\'s last update.

', 'SpeakerEnrollmentJob$CreatedAt' => '

A timestamp of when the speaker enrollment job was created.

', 'SpeakerEnrollmentJob$EndedAt' => '

A timestamp of when the speaker enrollment job ended.

', 'SpeakerEnrollmentJobSummary$CreatedAt' => '

A timestamp of when of the speaker enrollment job was created.

', 'SpeakerEnrollmentJobSummary$EndedAt' => '

A timestamp of when the speaker enrollment job ended.

', 'SpeakerSummary$CreatedAt' => '

A timestamp showing the speaker\'s creation time.

', 'SpeakerSummary$LastAccessedAt' => '

The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.

', 'SpeakerSummary$UpdatedAt' => '

A timestamp showing the speaker\'s last update.

', 'Watchlist$CreatedAt' => '

The timestamp of when the watchlist was created.

', 'Watchlist$UpdatedAt' => '

The timestamp of when the watchlist was updated.

', 'WatchlistSummary$CreatedAt' => '

The timestamp of when the watchlist was created.

', 'WatchlistSummary$UpdatedAt' => '

The timestamp of when the watchlist was last updated.

', ], ], 'UniqueIdLarge' => [ 'base' => NULL, 'refs' => [ 'AuthenticationResult$AuthenticationResultId' => '

The unique identifier for this authentication result. Because there can be multiple authentications for a given session, this field helps to identify if the returned result is from a previous streaming activity or a new result. Note that in absence of any new streaming activity, AcceptanceThreshold changes, or SpeakerId changes, Voice ID always returns cached Authentication Result for this API.

', 'FraudDetectionResult$FraudDetectionResultId' => '

The unique identifier for this fraud detection result. Given there can be multiple fraud detections for a given session, this field helps in identifying if the returned result is from previous streaming activity or a new result. Note that in the absence of any new streaming activity or risk threshold changes, Voice ID always returns cached Fraud Detection result for this API.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWatchlistRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWatchlistResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

The request failed one or more validations; check the error message for more details.

', 'refs' => [], ], 'VoiceSpoofingRisk' => [ 'base' => '

The details resulting from \'Voice Spoofing Risk\' analysis of the speaker.

', 'refs' => [ 'FraudRiskDetails$VoiceSpoofingRisk' => '

The details resulting from \'Voice Spoofing Risk\' analysis of the speaker.

', ], ], 'Watchlist' => [ 'base' => '

Contains all the information about a watchlist.

', 'refs' => [ 'CreateWatchlistResponse$Watchlist' => '

Information about the newly created watchlist.

', 'DescribeWatchlistResponse$Watchlist' => '

Information about the specified watchlist.

', 'UpdateWatchlistResponse$Watchlist' => '

Details about the updated watchlist.

', ], ], 'WatchlistDescription' => [ 'base' => NULL, 'refs' => [ 'CreateWatchlistRequest$Description' => '

A brief description of this watchlist.

', 'UpdateWatchlistRequest$Description' => '

A brief description about this watchlist.

', 'Watchlist$Description' => '

The description of the watchlist.

', 'WatchlistSummary$Description' => '

The description of the watchlist.

', ], ], 'WatchlistDetails' => [ 'base' => '

Details of the watchlists in a domain.

', 'refs' => [ 'Domain$WatchlistDetails' => '

The watchlist details of a domain. Contains the default watchlist ID of the domain.

', 'DomainSummary$WatchlistDetails' => '

Provides information about watchlistDetails and DefaultWatchlistID.

', ], ], 'WatchlistId' => [ 'base' => NULL, 'refs' => [ 'AssociateFraudsterRequest$WatchlistId' => '

The identifier of the watchlist you want to associate with the fraudster.

', 'DeleteWatchlistRequest$WatchlistId' => '

The identifier of the watchlist to be deleted.

', 'DescribeWatchlistRequest$WatchlistId' => '

The identifier of the watchlist that you are describing.

', 'DisassociateFraudsterRequest$WatchlistId' => '

The identifier of the watchlist that you want to disassociate from the fraudster.

', 'EnrollmentJobFraudDetectionConfigWatchlistIds$member' => NULL, 'FraudDetectionConfiguration$WatchlistId' => '

The identifier of the watchlist against which fraud detection is performed.

', 'ListFraudstersRequest$WatchlistId' => '

The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided, all fraudsters in the domain are listed.

', 'RegistrationConfigWatchlistIds$member' => NULL, 'ResponseWatchlistIds$member' => NULL, 'UpdateWatchlistRequest$WatchlistId' => '

The identifier of the watchlist to be updated.

', 'Watchlist$WatchlistId' => '

The identifier of the watchlist.

', 'WatchlistDetails$DefaultWatchlistId' => '

The identifier of the default watchlist.

', 'WatchlistSummary$WatchlistId' => '

The identifier of the watchlist.

', ], ], 'WatchlistName' => [ 'base' => NULL, 'refs' => [ 'CreateWatchlistRequest$Name' => '

The name of the watchlist.

', 'UpdateWatchlistRequest$Name' => '

The name of the watchlist.

', 'Watchlist$Name' => '

The name for the watchlist.

', 'WatchlistSummary$Name' => '

The name for the watchlist.

', ], ], 'WatchlistSummaries' => [ 'base' => NULL, 'refs' => [ 'ListWatchlistsResponse$WatchlistSummaries' => '

A list that contains details about each watchlist in the Amazon Web Services account.

', ], ], 'WatchlistSummary' => [ 'base' => '

Contains a summary of information about a watchlist.

', 'refs' => [ 'WatchlistSummaries$member' => NULL, ], ], ],];