Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const AuthenticationDecisionAccept + const AuthenticationDecisionNotEnoughSpeech + const AuthenticationDecisionReject + const AuthenticationDecisionSpeakerExpired + const AuthenticationDecisionSpeakerIdNotProvided + const AuthenticationDecisionSpeakerNotEnrolled + const AuthenticationDecisionSpeakerOptedOut + const ConflictTypeAnotherActiveStream + const ConflictTypeCannotChangeSpeakerAfterEnrollment + const ConflictTypeCannotDeleteNonEmptyWatchlist + const ConflictTypeConcurrentChanges + const ConflictTypeDomainLockedFromEncryptionUpdates + const ConflictTypeDomainNotActive + const ConflictTypeEnrollmentAlreadyExists + const ConflictTypeFraudsterMustBelongToAtLeastOneWatchlist + const ConflictTypeSpeakerNotSet + const ConflictTypeSpeakerOptedOut + const DomainStatusActive + const DomainStatusPending + const DomainStatusSuspended + const DuplicateRegistrationActionRegisterAsNew + const DuplicateRegistrationActionSkip + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ExistingEnrollmentActionOverwrite + const ExistingEnrollmentActionSkip + const FraudDetectionActionFail + const FraudDetectionActionIgnore + const FraudDetectionDecisionHighRisk + const FraudDetectionDecisionLowRisk + const FraudDetectionDecisionNotEnoughSpeech + const FraudDetectionReasonKnownFraudster + const FraudDetectionReasonVoiceSpoofing + const FraudsterRegistrationJobStatusCompleted + const FraudsterRegistrationJobStatusCompletedWithErrors + const FraudsterRegistrationJobStatusFailed + const FraudsterRegistrationJobStatusInProgress + const FraudsterRegistrationJobStatusSubmitted + const ResourceTypeBatchJob + const ResourceTypeComplianceConsent + const ResourceTypeDomain + const ResourceTypeFraudster + const ResourceTypeSession + const ResourceTypeSpeaker + const ResourceTypeWatchlist + const ServerSideEncryptionUpdateStatusCompleted + const ServerSideEncryptionUpdateStatusFailed + const ServerSideEncryptionUpdateStatusInProgress + const ServiceID + const ServiceName + const SpeakerEnrollmentJobStatusCompleted + const SpeakerEnrollmentJobStatusCompletedWithErrors + const SpeakerEnrollmentJobStatusFailed + const SpeakerEnrollmentJobStatusInProgress + const SpeakerEnrollmentJobStatusSubmitted + const SpeakerStatusEnrolled + const SpeakerStatusExpired + const SpeakerStatusOptedOut + const SpeakerStatusPending + const StreamingStatusEnded + const StreamingStatusOngoing + const StreamingStatusPendingConfiguration + func AuthenticationDecision_Values() []string + func ConflictType_Values() []string + func DomainStatus_Values() []string + func DuplicateRegistrationAction_Values() []string + func ExistingEnrollmentAction_Values() []string + func FraudDetectionAction_Values() []string + func FraudDetectionDecision_Values() []string + func FraudDetectionReason_Values() []string + func FraudsterRegistrationJobStatus_Values() []string + func ResourceType_Values() []string + func ServerSideEncryptionUpdateStatus_Values() []string + func SpeakerEnrollmentJobStatus_Values() []string + func SpeakerStatus_Values() []string + func StreamingStatus_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AssociateFraudsterInput struct + DomainId *string + FraudsterId *string + WatchlistId *string + func (s *AssociateFraudsterInput) SetDomainId(v string) *AssociateFraudsterInput + func (s *AssociateFraudsterInput) SetFraudsterId(v string) *AssociateFraudsterInput + func (s *AssociateFraudsterInput) SetWatchlistId(v string) *AssociateFraudsterInput + func (s *AssociateFraudsterInput) Validate() error + func (s AssociateFraudsterInput) GoString() string + func (s AssociateFraudsterInput) String() string + type AssociateFraudsterOutput struct + Fraudster *Fraudster + func (s *AssociateFraudsterOutput) SetFraudster(v *Fraudster) *AssociateFraudsterOutput + func (s AssociateFraudsterOutput) GoString() string + func (s AssociateFraudsterOutput) String() string + type AuthenticationConfiguration struct + AcceptanceThreshold *int64 + func (s *AuthenticationConfiguration) SetAcceptanceThreshold(v int64) *AuthenticationConfiguration + func (s AuthenticationConfiguration) GoString() string + func (s AuthenticationConfiguration) String() string + type AuthenticationResult struct + AudioAggregationEndedAt *time.Time + AudioAggregationStartedAt *time.Time + AuthenticationResultId *string + Configuration *AuthenticationConfiguration + CustomerSpeakerId *string + Decision *string + GeneratedSpeakerId *string + Score *int64 + func (s *AuthenticationResult) SetAudioAggregationEndedAt(v time.Time) *AuthenticationResult + func (s *AuthenticationResult) SetAudioAggregationStartedAt(v time.Time) *AuthenticationResult + func (s *AuthenticationResult) SetAuthenticationResultId(v string) *AuthenticationResult + func (s *AuthenticationResult) SetConfiguration(v *AuthenticationConfiguration) *AuthenticationResult + func (s *AuthenticationResult) SetCustomerSpeakerId(v string) *AuthenticationResult + func (s *AuthenticationResult) SetDecision(v string) *AuthenticationResult + func (s *AuthenticationResult) SetGeneratedSpeakerId(v string) *AuthenticationResult + func (s *AuthenticationResult) SetScore(v int64) *AuthenticationResult + func (s AuthenticationResult) GoString() string + func (s AuthenticationResult) String() string + type ConflictException struct + ConflictType *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateDomainInput struct + ClientToken *string + Description *string + Name *string + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + Tags []*Tag + func (s *CreateDomainInput) SetClientToken(v string) *CreateDomainInput + func (s *CreateDomainInput) SetDescription(v string) *CreateDomainInput + func (s *CreateDomainInput) SetName(v string) *CreateDomainInput + func (s *CreateDomainInput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *CreateDomainInput + func (s *CreateDomainInput) SetTags(v []*Tag) *CreateDomainInput + func (s *CreateDomainInput) Validate() error + func (s CreateDomainInput) GoString() string + func (s CreateDomainInput) String() string + type CreateDomainOutput struct + Domain *Domain + func (s *CreateDomainOutput) SetDomain(v *Domain) *CreateDomainOutput + func (s CreateDomainOutput) GoString() string + func (s CreateDomainOutput) String() string + type CreateWatchlistInput struct + ClientToken *string + Description *string + DomainId *string + Name *string + func (s *CreateWatchlistInput) SetClientToken(v string) *CreateWatchlistInput + func (s *CreateWatchlistInput) SetDescription(v string) *CreateWatchlistInput + func (s *CreateWatchlistInput) SetDomainId(v string) *CreateWatchlistInput + func (s *CreateWatchlistInput) SetName(v string) *CreateWatchlistInput + func (s *CreateWatchlistInput) Validate() error + func (s CreateWatchlistInput) GoString() string + func (s CreateWatchlistInput) String() string + type CreateWatchlistOutput struct + Watchlist *Watchlist + func (s *CreateWatchlistOutput) SetWatchlist(v *Watchlist) *CreateWatchlistOutput + func (s CreateWatchlistOutput) GoString() string + func (s CreateWatchlistOutput) String() string + type DeleteDomainInput struct + DomainId *string + func (s *DeleteDomainInput) SetDomainId(v string) *DeleteDomainInput + func (s *DeleteDomainInput) Validate() error + func (s DeleteDomainInput) GoString() string + func (s DeleteDomainInput) String() string + type DeleteDomainOutput struct + func (s DeleteDomainOutput) GoString() string + func (s DeleteDomainOutput) String() string + type DeleteFraudsterInput struct + DomainId *string + FraudsterId *string + func (s *DeleteFraudsterInput) SetDomainId(v string) *DeleteFraudsterInput + func (s *DeleteFraudsterInput) SetFraudsterId(v string) *DeleteFraudsterInput + func (s *DeleteFraudsterInput) Validate() error + func (s DeleteFraudsterInput) GoString() string + func (s DeleteFraudsterInput) String() string + type DeleteFraudsterOutput struct + func (s DeleteFraudsterOutput) GoString() string + func (s DeleteFraudsterOutput) String() string + type DeleteSpeakerInput struct + DomainId *string + SpeakerId *string + func (s *DeleteSpeakerInput) SetDomainId(v string) *DeleteSpeakerInput + func (s *DeleteSpeakerInput) SetSpeakerId(v string) *DeleteSpeakerInput + func (s *DeleteSpeakerInput) Validate() error + func (s DeleteSpeakerInput) GoString() string + func (s DeleteSpeakerInput) String() string + type DeleteSpeakerOutput struct + func (s DeleteSpeakerOutput) GoString() string + func (s DeleteSpeakerOutput) String() string + type DeleteWatchlistInput struct + DomainId *string + WatchlistId *string + func (s *DeleteWatchlistInput) SetDomainId(v string) *DeleteWatchlistInput + func (s *DeleteWatchlistInput) SetWatchlistId(v string) *DeleteWatchlistInput + func (s *DeleteWatchlistInput) Validate() error + func (s DeleteWatchlistInput) GoString() string + func (s DeleteWatchlistInput) String() string + type DeleteWatchlistOutput struct + func (s DeleteWatchlistOutput) GoString() string + func (s DeleteWatchlistOutput) String() string + type DescribeDomainInput struct + DomainId *string + func (s *DescribeDomainInput) SetDomainId(v string) *DescribeDomainInput + func (s *DescribeDomainInput) Validate() error + func (s DescribeDomainInput) GoString() string + func (s DescribeDomainInput) String() string + type DescribeDomainOutput struct + Domain *Domain + func (s *DescribeDomainOutput) SetDomain(v *Domain) *DescribeDomainOutput + func (s DescribeDomainOutput) GoString() string + func (s DescribeDomainOutput) String() string + type DescribeFraudsterInput struct + DomainId *string + FraudsterId *string + func (s *DescribeFraudsterInput) SetDomainId(v string) *DescribeFraudsterInput + func (s *DescribeFraudsterInput) SetFraudsterId(v string) *DescribeFraudsterInput + func (s *DescribeFraudsterInput) Validate() error + func (s DescribeFraudsterInput) GoString() string + func (s DescribeFraudsterInput) String() string + type DescribeFraudsterOutput struct + Fraudster *Fraudster + func (s *DescribeFraudsterOutput) SetFraudster(v *Fraudster) *DescribeFraudsterOutput + func (s DescribeFraudsterOutput) GoString() string + func (s DescribeFraudsterOutput) String() string + type DescribeFraudsterRegistrationJobInput struct + DomainId *string + JobId *string + func (s *DescribeFraudsterRegistrationJobInput) SetDomainId(v string) *DescribeFraudsterRegistrationJobInput + func (s *DescribeFraudsterRegistrationJobInput) SetJobId(v string) *DescribeFraudsterRegistrationJobInput + func (s *DescribeFraudsterRegistrationJobInput) Validate() error + func (s DescribeFraudsterRegistrationJobInput) GoString() string + func (s DescribeFraudsterRegistrationJobInput) String() string + type DescribeFraudsterRegistrationJobOutput struct + Job *FraudsterRegistrationJob + func (s *DescribeFraudsterRegistrationJobOutput) SetJob(v *FraudsterRegistrationJob) *DescribeFraudsterRegistrationJobOutput + func (s DescribeFraudsterRegistrationJobOutput) GoString() string + func (s DescribeFraudsterRegistrationJobOutput) String() string + type DescribeSpeakerEnrollmentJobInput struct + DomainId *string + JobId *string + func (s *DescribeSpeakerEnrollmentJobInput) SetDomainId(v string) *DescribeSpeakerEnrollmentJobInput + func (s *DescribeSpeakerEnrollmentJobInput) SetJobId(v string) *DescribeSpeakerEnrollmentJobInput + func (s *DescribeSpeakerEnrollmentJobInput) Validate() error + func (s DescribeSpeakerEnrollmentJobInput) GoString() string + func (s DescribeSpeakerEnrollmentJobInput) String() string + type DescribeSpeakerEnrollmentJobOutput struct + Job *SpeakerEnrollmentJob + func (s *DescribeSpeakerEnrollmentJobOutput) SetJob(v *SpeakerEnrollmentJob) *DescribeSpeakerEnrollmentJobOutput + func (s DescribeSpeakerEnrollmentJobOutput) GoString() string + func (s DescribeSpeakerEnrollmentJobOutput) String() string + type DescribeSpeakerInput struct + DomainId *string + SpeakerId *string + func (s *DescribeSpeakerInput) SetDomainId(v string) *DescribeSpeakerInput + func (s *DescribeSpeakerInput) SetSpeakerId(v string) *DescribeSpeakerInput + func (s *DescribeSpeakerInput) Validate() error + func (s DescribeSpeakerInput) GoString() string + func (s DescribeSpeakerInput) String() string + type DescribeSpeakerOutput struct + Speaker *Speaker + func (s *DescribeSpeakerOutput) SetSpeaker(v *Speaker) *DescribeSpeakerOutput + func (s DescribeSpeakerOutput) GoString() string + func (s DescribeSpeakerOutput) String() string + type DescribeWatchlistInput struct + DomainId *string + WatchlistId *string + func (s *DescribeWatchlistInput) SetDomainId(v string) *DescribeWatchlistInput + func (s *DescribeWatchlistInput) SetWatchlistId(v string) *DescribeWatchlistInput + func (s *DescribeWatchlistInput) Validate() error + func (s DescribeWatchlistInput) GoString() string + func (s DescribeWatchlistInput) String() string + type DescribeWatchlistOutput struct + Watchlist *Watchlist + func (s *DescribeWatchlistOutput) SetWatchlist(v *Watchlist) *DescribeWatchlistOutput + func (s DescribeWatchlistOutput) GoString() string + func (s DescribeWatchlistOutput) String() string + type DisassociateFraudsterInput struct + DomainId *string + FraudsterId *string + WatchlistId *string + func (s *DisassociateFraudsterInput) SetDomainId(v string) *DisassociateFraudsterInput + func (s *DisassociateFraudsterInput) SetFraudsterId(v string) *DisassociateFraudsterInput + func (s *DisassociateFraudsterInput) SetWatchlistId(v string) *DisassociateFraudsterInput + func (s *DisassociateFraudsterInput) Validate() error + func (s DisassociateFraudsterInput) GoString() string + func (s DisassociateFraudsterInput) String() string + type DisassociateFraudsterOutput struct + Fraudster *Fraudster + func (s *DisassociateFraudsterOutput) SetFraudster(v *Fraudster) *DisassociateFraudsterOutput + func (s DisassociateFraudsterOutput) GoString() string + func (s DisassociateFraudsterOutput) String() string + type Domain struct + Arn *string + CreatedAt *time.Time + Description *string + DomainId *string + DomainStatus *string + Name *string + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + ServerSideEncryptionUpdateDetails *ServerSideEncryptionUpdateDetails + UpdatedAt *time.Time + WatchlistDetails *WatchlistDetails + func (s *Domain) SetArn(v string) *Domain + func (s *Domain) SetCreatedAt(v time.Time) *Domain + func (s *Domain) SetDescription(v string) *Domain + func (s *Domain) SetDomainId(v string) *Domain + func (s *Domain) SetDomainStatus(v string) *Domain + func (s *Domain) SetName(v string) *Domain + func (s *Domain) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *Domain + func (s *Domain) SetServerSideEncryptionUpdateDetails(v *ServerSideEncryptionUpdateDetails) *Domain + func (s *Domain) SetUpdatedAt(v time.Time) *Domain + func (s *Domain) SetWatchlistDetails(v *WatchlistDetails) *Domain + func (s Domain) GoString() string + func (s Domain) String() string + type DomainSummary struct + Arn *string + CreatedAt *time.Time + Description *string + DomainId *string + DomainStatus *string + Name *string + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + ServerSideEncryptionUpdateDetails *ServerSideEncryptionUpdateDetails + UpdatedAt *time.Time + WatchlistDetails *WatchlistDetails + func (s *DomainSummary) SetArn(v string) *DomainSummary + func (s *DomainSummary) SetCreatedAt(v time.Time) *DomainSummary + func (s *DomainSummary) SetDescription(v string) *DomainSummary + func (s *DomainSummary) SetDomainId(v string) *DomainSummary + func (s *DomainSummary) SetDomainStatus(v string) *DomainSummary + func (s *DomainSummary) SetName(v string) *DomainSummary + func (s *DomainSummary) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *DomainSummary + func (s *DomainSummary) SetServerSideEncryptionUpdateDetails(v *ServerSideEncryptionUpdateDetails) *DomainSummary + func (s *DomainSummary) SetUpdatedAt(v time.Time) *DomainSummary + func (s *DomainSummary) SetWatchlistDetails(v *WatchlistDetails) *DomainSummary + func (s DomainSummary) GoString() string + func (s DomainSummary) String() string + type EnrollmentConfig struct + ExistingEnrollmentAction *string + FraudDetectionConfig *EnrollmentJobFraudDetectionConfig + func (s *EnrollmentConfig) SetExistingEnrollmentAction(v string) *EnrollmentConfig + func (s *EnrollmentConfig) SetFraudDetectionConfig(v *EnrollmentJobFraudDetectionConfig) *EnrollmentConfig + func (s *EnrollmentConfig) Validate() error + func (s EnrollmentConfig) GoString() string + func (s EnrollmentConfig) String() string + type EnrollmentJobFraudDetectionConfig struct + FraudDetectionAction *string + RiskThreshold *int64 + WatchlistIds []*string + func (s *EnrollmentJobFraudDetectionConfig) SetFraudDetectionAction(v string) *EnrollmentJobFraudDetectionConfig + func (s *EnrollmentJobFraudDetectionConfig) SetRiskThreshold(v int64) *EnrollmentJobFraudDetectionConfig + func (s *EnrollmentJobFraudDetectionConfig) SetWatchlistIds(v []*string) *EnrollmentJobFraudDetectionConfig + func (s *EnrollmentJobFraudDetectionConfig) Validate() error + func (s EnrollmentJobFraudDetectionConfig) GoString() string + func (s EnrollmentJobFraudDetectionConfig) String() string + type EvaluateSessionInput struct + DomainId *string + SessionNameOrId *string + func (s *EvaluateSessionInput) SetDomainId(v string) *EvaluateSessionInput + func (s *EvaluateSessionInput) SetSessionNameOrId(v string) *EvaluateSessionInput + func (s *EvaluateSessionInput) Validate() error + func (s EvaluateSessionInput) GoString() string + func (s EvaluateSessionInput) String() string + type EvaluateSessionOutput struct + AuthenticationResult *AuthenticationResult + DomainId *string + FraudDetectionResult *FraudDetectionResult + SessionId *string + SessionName *string + StreamingStatus *string + func (s *EvaluateSessionOutput) SetAuthenticationResult(v *AuthenticationResult) *EvaluateSessionOutput + func (s *EvaluateSessionOutput) SetDomainId(v string) *EvaluateSessionOutput + func (s *EvaluateSessionOutput) SetFraudDetectionResult(v *FraudDetectionResult) *EvaluateSessionOutput + func (s *EvaluateSessionOutput) SetSessionId(v string) *EvaluateSessionOutput + func (s *EvaluateSessionOutput) SetSessionName(v string) *EvaluateSessionOutput + func (s *EvaluateSessionOutput) SetStreamingStatus(v string) *EvaluateSessionOutput + func (s EvaluateSessionOutput) GoString() string + func (s EvaluateSessionOutput) String() string + type FailureDetails struct + Message *string + StatusCode *int64 + func (s *FailureDetails) SetMessage(v string) *FailureDetails + func (s *FailureDetails) SetStatusCode(v int64) *FailureDetails + func (s FailureDetails) GoString() string + func (s FailureDetails) String() string + type FraudDetectionConfiguration struct + RiskThreshold *int64 + WatchlistId *string + func (s *FraudDetectionConfiguration) SetRiskThreshold(v int64) *FraudDetectionConfiguration + func (s *FraudDetectionConfiguration) SetWatchlistId(v string) *FraudDetectionConfiguration + func (s FraudDetectionConfiguration) GoString() string + func (s FraudDetectionConfiguration) String() string + type FraudDetectionResult struct + AudioAggregationEndedAt *time.Time + AudioAggregationStartedAt *time.Time + Configuration *FraudDetectionConfiguration + Decision *string + FraudDetectionResultId *string + Reasons []*string + RiskDetails *FraudRiskDetails + func (s *FraudDetectionResult) SetAudioAggregationEndedAt(v time.Time) *FraudDetectionResult + func (s *FraudDetectionResult) SetAudioAggregationStartedAt(v time.Time) *FraudDetectionResult + func (s *FraudDetectionResult) SetConfiguration(v *FraudDetectionConfiguration) *FraudDetectionResult + func (s *FraudDetectionResult) SetDecision(v string) *FraudDetectionResult + func (s *FraudDetectionResult) SetFraudDetectionResultId(v string) *FraudDetectionResult + func (s *FraudDetectionResult) SetReasons(v []*string) *FraudDetectionResult + func (s *FraudDetectionResult) SetRiskDetails(v *FraudRiskDetails) *FraudDetectionResult + func (s FraudDetectionResult) GoString() string + func (s FraudDetectionResult) String() string + type FraudRiskDetails struct + KnownFraudsterRisk *KnownFraudsterRisk + VoiceSpoofingRisk *VoiceSpoofingRisk + func (s *FraudRiskDetails) SetKnownFraudsterRisk(v *KnownFraudsterRisk) *FraudRiskDetails + func (s *FraudRiskDetails) SetVoiceSpoofingRisk(v *VoiceSpoofingRisk) *FraudRiskDetails + func (s FraudRiskDetails) GoString() string + func (s FraudRiskDetails) String() string + type Fraudster struct + CreatedAt *time.Time + DomainId *string + GeneratedFraudsterId *string + WatchlistIds []*string + func (s *Fraudster) SetCreatedAt(v time.Time) *Fraudster + func (s *Fraudster) SetDomainId(v string) *Fraudster + func (s *Fraudster) SetGeneratedFraudsterId(v string) *Fraudster + func (s *Fraudster) SetWatchlistIds(v []*string) *Fraudster + func (s Fraudster) GoString() string + func (s Fraudster) String() string + type FraudsterRegistrationJob struct + CreatedAt *time.Time + DataAccessRoleArn *string + DomainId *string + EndedAt *time.Time + FailureDetails *FailureDetails + InputDataConfig *InputDataConfig + JobId *string + JobName *string + JobProgress *JobProgress + JobStatus *string + OutputDataConfig *OutputDataConfig + RegistrationConfig *RegistrationConfig + func (s *FraudsterRegistrationJob) SetCreatedAt(v time.Time) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetDataAccessRoleArn(v string) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetDomainId(v string) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetEndedAt(v time.Time) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetFailureDetails(v *FailureDetails) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetInputDataConfig(v *InputDataConfig) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetJobId(v string) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetJobName(v string) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetJobProgress(v *JobProgress) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetJobStatus(v string) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetOutputDataConfig(v *OutputDataConfig) *FraudsterRegistrationJob + func (s *FraudsterRegistrationJob) SetRegistrationConfig(v *RegistrationConfig) *FraudsterRegistrationJob + func (s FraudsterRegistrationJob) GoString() string + func (s FraudsterRegistrationJob) String() string + type FraudsterRegistrationJobSummary struct + CreatedAt *time.Time + DomainId *string + EndedAt *time.Time + FailureDetails *FailureDetails + JobId *string + JobName *string + JobProgress *JobProgress + JobStatus *string + func (s *FraudsterRegistrationJobSummary) SetCreatedAt(v time.Time) *FraudsterRegistrationJobSummary + func (s *FraudsterRegistrationJobSummary) SetDomainId(v string) *FraudsterRegistrationJobSummary + func (s *FraudsterRegistrationJobSummary) SetEndedAt(v time.Time) *FraudsterRegistrationJobSummary + func (s *FraudsterRegistrationJobSummary) SetFailureDetails(v *FailureDetails) *FraudsterRegistrationJobSummary + func (s *FraudsterRegistrationJobSummary) SetJobId(v string) *FraudsterRegistrationJobSummary + func (s *FraudsterRegistrationJobSummary) SetJobName(v string) *FraudsterRegistrationJobSummary + func (s *FraudsterRegistrationJobSummary) SetJobProgress(v *JobProgress) *FraudsterRegistrationJobSummary + func (s *FraudsterRegistrationJobSummary) SetJobStatus(v string) *FraudsterRegistrationJobSummary + func (s FraudsterRegistrationJobSummary) GoString() string + func (s FraudsterRegistrationJobSummary) String() string + type FraudsterSummary struct + CreatedAt *time.Time + DomainId *string + GeneratedFraudsterId *string + WatchlistIds []*string + func (s *FraudsterSummary) SetCreatedAt(v time.Time) *FraudsterSummary + func (s *FraudsterSummary) SetDomainId(v string) *FraudsterSummary + func (s *FraudsterSummary) SetGeneratedFraudsterId(v string) *FraudsterSummary + func (s *FraudsterSummary) SetWatchlistIds(v []*string) *FraudsterSummary + func (s FraudsterSummary) GoString() string + func (s FraudsterSummary) String() string + type InputDataConfig struct + S3Uri *string + func (s *InputDataConfig) SetS3Uri(v string) *InputDataConfig + func (s *InputDataConfig) Validate() error + func (s InputDataConfig) GoString() string + func (s InputDataConfig) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type JobProgress struct + PercentComplete *int64 + func (s *JobProgress) SetPercentComplete(v int64) *JobProgress + func (s JobProgress) GoString() string + func (s JobProgress) String() string + type KnownFraudsterRisk struct + GeneratedFraudsterId *string + RiskScore *int64 + func (s *KnownFraudsterRisk) SetGeneratedFraudsterId(v string) *KnownFraudsterRisk + func (s *KnownFraudsterRisk) SetRiskScore(v int64) *KnownFraudsterRisk + func (s KnownFraudsterRisk) GoString() string + func (s KnownFraudsterRisk) String() string + type ListDomainsInput struct + MaxResults *int64 + NextToken *string + func (s *ListDomainsInput) SetMaxResults(v int64) *ListDomainsInput + func (s *ListDomainsInput) SetNextToken(v string) *ListDomainsInput + func (s *ListDomainsInput) Validate() error + func (s ListDomainsInput) GoString() string + func (s ListDomainsInput) String() string + type ListDomainsOutput struct + DomainSummaries []*DomainSummary + NextToken *string + func (s *ListDomainsOutput) SetDomainSummaries(v []*DomainSummary) *ListDomainsOutput + func (s *ListDomainsOutput) SetNextToken(v string) *ListDomainsOutput + func (s ListDomainsOutput) GoString() string + func (s ListDomainsOutput) String() string + type ListFraudsterRegistrationJobsInput struct + DomainId *string + JobStatus *string + MaxResults *int64 + NextToken *string + func (s *ListFraudsterRegistrationJobsInput) SetDomainId(v string) *ListFraudsterRegistrationJobsInput + func (s *ListFraudsterRegistrationJobsInput) SetJobStatus(v string) *ListFraudsterRegistrationJobsInput + func (s *ListFraudsterRegistrationJobsInput) SetMaxResults(v int64) *ListFraudsterRegistrationJobsInput + func (s *ListFraudsterRegistrationJobsInput) SetNextToken(v string) *ListFraudsterRegistrationJobsInput + func (s *ListFraudsterRegistrationJobsInput) Validate() error + func (s ListFraudsterRegistrationJobsInput) GoString() string + func (s ListFraudsterRegistrationJobsInput) String() string + type ListFraudsterRegistrationJobsOutput struct + JobSummaries []*FraudsterRegistrationJobSummary + NextToken *string + func (s *ListFraudsterRegistrationJobsOutput) SetJobSummaries(v []*FraudsterRegistrationJobSummary) *ListFraudsterRegistrationJobsOutput + func (s *ListFraudsterRegistrationJobsOutput) SetNextToken(v string) *ListFraudsterRegistrationJobsOutput + func (s ListFraudsterRegistrationJobsOutput) GoString() string + func (s ListFraudsterRegistrationJobsOutput) String() string + type ListFraudstersInput struct + DomainId *string + MaxResults *int64 + NextToken *string + WatchlistId *string + func (s *ListFraudstersInput) SetDomainId(v string) *ListFraudstersInput + func (s *ListFraudstersInput) SetMaxResults(v int64) *ListFraudstersInput + func (s *ListFraudstersInput) SetNextToken(v string) *ListFraudstersInput + func (s *ListFraudstersInput) SetWatchlistId(v string) *ListFraudstersInput + func (s *ListFraudstersInput) Validate() error + func (s ListFraudstersInput) GoString() string + func (s ListFraudstersInput) String() string + type ListFraudstersOutput struct + FraudsterSummaries []*FraudsterSummary + NextToken *string + func (s *ListFraudstersOutput) SetFraudsterSummaries(v []*FraudsterSummary) *ListFraudstersOutput + func (s *ListFraudstersOutput) SetNextToken(v string) *ListFraudstersOutput + func (s ListFraudstersOutput) GoString() string + func (s ListFraudstersOutput) String() string + type ListSpeakerEnrollmentJobsInput struct + DomainId *string + JobStatus *string + MaxResults *int64 + NextToken *string + func (s *ListSpeakerEnrollmentJobsInput) SetDomainId(v string) *ListSpeakerEnrollmentJobsInput + func (s *ListSpeakerEnrollmentJobsInput) SetJobStatus(v string) *ListSpeakerEnrollmentJobsInput + func (s *ListSpeakerEnrollmentJobsInput) SetMaxResults(v int64) *ListSpeakerEnrollmentJobsInput + func (s *ListSpeakerEnrollmentJobsInput) SetNextToken(v string) *ListSpeakerEnrollmentJobsInput + func (s *ListSpeakerEnrollmentJobsInput) Validate() error + func (s ListSpeakerEnrollmentJobsInput) GoString() string + func (s ListSpeakerEnrollmentJobsInput) String() string + type ListSpeakerEnrollmentJobsOutput struct + JobSummaries []*SpeakerEnrollmentJobSummary + NextToken *string + func (s *ListSpeakerEnrollmentJobsOutput) SetJobSummaries(v []*SpeakerEnrollmentJobSummary) *ListSpeakerEnrollmentJobsOutput + func (s *ListSpeakerEnrollmentJobsOutput) SetNextToken(v string) *ListSpeakerEnrollmentJobsOutput + func (s ListSpeakerEnrollmentJobsOutput) GoString() string + func (s ListSpeakerEnrollmentJobsOutput) String() string + type ListSpeakersInput struct + DomainId *string + MaxResults *int64 + NextToken *string + func (s *ListSpeakersInput) SetDomainId(v string) *ListSpeakersInput + func (s *ListSpeakersInput) SetMaxResults(v int64) *ListSpeakersInput + func (s *ListSpeakersInput) SetNextToken(v string) *ListSpeakersInput + func (s *ListSpeakersInput) Validate() error + func (s ListSpeakersInput) GoString() string + func (s ListSpeakersInput) String() string + type ListSpeakersOutput struct + NextToken *string + SpeakerSummaries []*SpeakerSummary + func (s *ListSpeakersOutput) SetNextToken(v string) *ListSpeakersOutput + func (s *ListSpeakersOutput) SetSpeakerSummaries(v []*SpeakerSummary) *ListSpeakersOutput + func (s ListSpeakersOutput) GoString() string + func (s ListSpeakersOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags []*Tag + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListWatchlistsInput struct + DomainId *string + MaxResults *int64 + NextToken *string + func (s *ListWatchlistsInput) SetDomainId(v string) *ListWatchlistsInput + func (s *ListWatchlistsInput) SetMaxResults(v int64) *ListWatchlistsInput + func (s *ListWatchlistsInput) SetNextToken(v string) *ListWatchlistsInput + func (s *ListWatchlistsInput) Validate() error + func (s ListWatchlistsInput) GoString() string + func (s ListWatchlistsInput) String() string + type ListWatchlistsOutput struct + NextToken *string + WatchlistSummaries []*WatchlistSummary + func (s *ListWatchlistsOutput) SetNextToken(v string) *ListWatchlistsOutput + func (s *ListWatchlistsOutput) SetWatchlistSummaries(v []*WatchlistSummary) *ListWatchlistsOutput + func (s ListWatchlistsOutput) GoString() string + func (s ListWatchlistsOutput) String() string + type OptOutSpeakerInput struct + DomainId *string + SpeakerId *string + func (s *OptOutSpeakerInput) SetDomainId(v string) *OptOutSpeakerInput + func (s *OptOutSpeakerInput) SetSpeakerId(v string) *OptOutSpeakerInput + func (s *OptOutSpeakerInput) Validate() error + func (s OptOutSpeakerInput) GoString() string + func (s OptOutSpeakerInput) String() string + type OptOutSpeakerOutput struct + Speaker *Speaker + func (s *OptOutSpeakerOutput) SetSpeaker(v *Speaker) *OptOutSpeakerOutput + func (s OptOutSpeakerOutput) GoString() string + func (s OptOutSpeakerOutput) String() string + type OutputDataConfig struct + KmsKeyId *string + S3Uri *string + func (s *OutputDataConfig) SetKmsKeyId(v string) *OutputDataConfig + func (s *OutputDataConfig) SetS3Uri(v string) *OutputDataConfig + func (s *OutputDataConfig) Validate() error + func (s OutputDataConfig) GoString() string + func (s OutputDataConfig) String() string + type RegistrationConfig struct + DuplicateRegistrationAction *string + FraudsterSimilarityThreshold *int64 + WatchlistIds []*string + func (s *RegistrationConfig) SetDuplicateRegistrationAction(v string) *RegistrationConfig + func (s *RegistrationConfig) SetFraudsterSimilarityThreshold(v int64) *RegistrationConfig + func (s *RegistrationConfig) SetWatchlistIds(v []*string) *RegistrationConfig + func (s *RegistrationConfig) Validate() error + func (s RegistrationConfig) GoString() string + func (s RegistrationConfig) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ServerSideEncryptionConfiguration struct + KmsKeyId *string + func (s *ServerSideEncryptionConfiguration) SetKmsKeyId(v string) *ServerSideEncryptionConfiguration + func (s *ServerSideEncryptionConfiguration) Validate() error + func (s ServerSideEncryptionConfiguration) GoString() string + func (s ServerSideEncryptionConfiguration) String() string + type ServerSideEncryptionUpdateDetails struct + Message *string + OldKmsKeyId *string + UpdateStatus *string + func (s *ServerSideEncryptionUpdateDetails) SetMessage(v string) *ServerSideEncryptionUpdateDetails + func (s *ServerSideEncryptionUpdateDetails) SetOldKmsKeyId(v string) *ServerSideEncryptionUpdateDetails + func (s *ServerSideEncryptionUpdateDetails) SetUpdateStatus(v string) *ServerSideEncryptionUpdateDetails + func (s ServerSideEncryptionUpdateDetails) GoString() string + func (s ServerSideEncryptionUpdateDetails) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type Speaker struct + CreatedAt *time.Time + CustomerSpeakerId *string + DomainId *string + GeneratedSpeakerId *string + LastAccessedAt *time.Time + Status *string + UpdatedAt *time.Time + func (s *Speaker) SetCreatedAt(v time.Time) *Speaker + func (s *Speaker) SetCustomerSpeakerId(v string) *Speaker + func (s *Speaker) SetDomainId(v string) *Speaker + func (s *Speaker) SetGeneratedSpeakerId(v string) *Speaker + func (s *Speaker) SetLastAccessedAt(v time.Time) *Speaker + func (s *Speaker) SetStatus(v string) *Speaker + func (s *Speaker) SetUpdatedAt(v time.Time) *Speaker + func (s Speaker) GoString() string + func (s Speaker) String() string + type SpeakerEnrollmentJob struct + CreatedAt *time.Time + DataAccessRoleArn *string + DomainId *string + EndedAt *time.Time + EnrollmentConfig *EnrollmentConfig + FailureDetails *FailureDetails + InputDataConfig *InputDataConfig + JobId *string + JobName *string + JobProgress *JobProgress + JobStatus *string + OutputDataConfig *OutputDataConfig + func (s *SpeakerEnrollmentJob) SetCreatedAt(v time.Time) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetDataAccessRoleArn(v string) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetDomainId(v string) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetEndedAt(v time.Time) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetEnrollmentConfig(v *EnrollmentConfig) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetFailureDetails(v *FailureDetails) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetInputDataConfig(v *InputDataConfig) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetJobId(v string) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetJobName(v string) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetJobProgress(v *JobProgress) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetJobStatus(v string) *SpeakerEnrollmentJob + func (s *SpeakerEnrollmentJob) SetOutputDataConfig(v *OutputDataConfig) *SpeakerEnrollmentJob + func (s SpeakerEnrollmentJob) GoString() string + func (s SpeakerEnrollmentJob) String() string + type SpeakerEnrollmentJobSummary struct + CreatedAt *time.Time + DomainId *string + EndedAt *time.Time + FailureDetails *FailureDetails + JobId *string + JobName *string + JobProgress *JobProgress + JobStatus *string + func (s *SpeakerEnrollmentJobSummary) SetCreatedAt(v time.Time) *SpeakerEnrollmentJobSummary + func (s *SpeakerEnrollmentJobSummary) SetDomainId(v string) *SpeakerEnrollmentJobSummary + func (s *SpeakerEnrollmentJobSummary) SetEndedAt(v time.Time) *SpeakerEnrollmentJobSummary + func (s *SpeakerEnrollmentJobSummary) SetFailureDetails(v *FailureDetails) *SpeakerEnrollmentJobSummary + func (s *SpeakerEnrollmentJobSummary) SetJobId(v string) *SpeakerEnrollmentJobSummary + func (s *SpeakerEnrollmentJobSummary) SetJobName(v string) *SpeakerEnrollmentJobSummary + func (s *SpeakerEnrollmentJobSummary) SetJobProgress(v *JobProgress) *SpeakerEnrollmentJobSummary + func (s *SpeakerEnrollmentJobSummary) SetJobStatus(v string) *SpeakerEnrollmentJobSummary + func (s SpeakerEnrollmentJobSummary) GoString() string + func (s SpeakerEnrollmentJobSummary) String() string + type SpeakerSummary struct + CreatedAt *time.Time + CustomerSpeakerId *string + DomainId *string + GeneratedSpeakerId *string + LastAccessedAt *time.Time + Status *string + UpdatedAt *time.Time + func (s *SpeakerSummary) SetCreatedAt(v time.Time) *SpeakerSummary + func (s *SpeakerSummary) SetCustomerSpeakerId(v string) *SpeakerSummary + func (s *SpeakerSummary) SetDomainId(v string) *SpeakerSummary + func (s *SpeakerSummary) SetGeneratedSpeakerId(v string) *SpeakerSummary + func (s *SpeakerSummary) SetLastAccessedAt(v time.Time) *SpeakerSummary + func (s *SpeakerSummary) SetStatus(v string) *SpeakerSummary + func (s *SpeakerSummary) SetUpdatedAt(v time.Time) *SpeakerSummary + func (s SpeakerSummary) GoString() string + func (s SpeakerSummary) String() string + type StartFraudsterRegistrationJobInput struct + ClientToken *string + DataAccessRoleArn *string + DomainId *string + InputDataConfig *InputDataConfig + JobName *string + OutputDataConfig *OutputDataConfig + RegistrationConfig *RegistrationConfig + func (s *StartFraudsterRegistrationJobInput) SetClientToken(v string) *StartFraudsterRegistrationJobInput + func (s *StartFraudsterRegistrationJobInput) SetDataAccessRoleArn(v string) *StartFraudsterRegistrationJobInput + func (s *StartFraudsterRegistrationJobInput) SetDomainId(v string) *StartFraudsterRegistrationJobInput + func (s *StartFraudsterRegistrationJobInput) SetInputDataConfig(v *InputDataConfig) *StartFraudsterRegistrationJobInput + func (s *StartFraudsterRegistrationJobInput) SetJobName(v string) *StartFraudsterRegistrationJobInput + func (s *StartFraudsterRegistrationJobInput) SetOutputDataConfig(v *OutputDataConfig) *StartFraudsterRegistrationJobInput + func (s *StartFraudsterRegistrationJobInput) SetRegistrationConfig(v *RegistrationConfig) *StartFraudsterRegistrationJobInput + func (s *StartFraudsterRegistrationJobInput) Validate() error + func (s StartFraudsterRegistrationJobInput) GoString() string + func (s StartFraudsterRegistrationJobInput) String() string + type StartFraudsterRegistrationJobOutput struct + Job *FraudsterRegistrationJob + func (s *StartFraudsterRegistrationJobOutput) SetJob(v *FraudsterRegistrationJob) *StartFraudsterRegistrationJobOutput + func (s StartFraudsterRegistrationJobOutput) GoString() string + func (s StartFraudsterRegistrationJobOutput) String() string + type StartSpeakerEnrollmentJobInput struct + ClientToken *string + DataAccessRoleArn *string + DomainId *string + EnrollmentConfig *EnrollmentConfig + InputDataConfig *InputDataConfig + JobName *string + OutputDataConfig *OutputDataConfig + func (s *StartSpeakerEnrollmentJobInput) SetClientToken(v string) *StartSpeakerEnrollmentJobInput + func (s *StartSpeakerEnrollmentJobInput) SetDataAccessRoleArn(v string) *StartSpeakerEnrollmentJobInput + func (s *StartSpeakerEnrollmentJobInput) SetDomainId(v string) *StartSpeakerEnrollmentJobInput + func (s *StartSpeakerEnrollmentJobInput) SetEnrollmentConfig(v *EnrollmentConfig) *StartSpeakerEnrollmentJobInput + func (s *StartSpeakerEnrollmentJobInput) SetInputDataConfig(v *InputDataConfig) *StartSpeakerEnrollmentJobInput + func (s *StartSpeakerEnrollmentJobInput) SetJobName(v string) *StartSpeakerEnrollmentJobInput + func (s *StartSpeakerEnrollmentJobInput) SetOutputDataConfig(v *OutputDataConfig) *StartSpeakerEnrollmentJobInput + func (s *StartSpeakerEnrollmentJobInput) Validate() error + func (s StartSpeakerEnrollmentJobInput) GoString() string + func (s StartSpeakerEnrollmentJobInput) String() string + type StartSpeakerEnrollmentJobOutput struct + Job *SpeakerEnrollmentJob + func (s *StartSpeakerEnrollmentJobOutput) SetJob(v *SpeakerEnrollmentJob) *StartSpeakerEnrollmentJobOutput + func (s StartSpeakerEnrollmentJobOutput) GoString() string + func (s StartSpeakerEnrollmentJobOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateDomainInput struct + Description *string + DomainId *string + Name *string + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + func (s *UpdateDomainInput) SetDescription(v string) *UpdateDomainInput + func (s *UpdateDomainInput) SetDomainId(v string) *UpdateDomainInput + func (s *UpdateDomainInput) SetName(v string) *UpdateDomainInput + func (s *UpdateDomainInput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *UpdateDomainInput + func (s *UpdateDomainInput) Validate() error + func (s UpdateDomainInput) GoString() string + func (s UpdateDomainInput) String() string + type UpdateDomainOutput struct + Domain *Domain + func (s *UpdateDomainOutput) SetDomain(v *Domain) *UpdateDomainOutput + func (s UpdateDomainOutput) GoString() string + func (s UpdateDomainOutput) String() string + type UpdateWatchlistInput struct + Description *string + DomainId *string + Name *string + WatchlistId *string + func (s *UpdateWatchlistInput) SetDescription(v string) *UpdateWatchlistInput + func (s *UpdateWatchlistInput) SetDomainId(v string) *UpdateWatchlistInput + func (s *UpdateWatchlistInput) SetName(v string) *UpdateWatchlistInput + func (s *UpdateWatchlistInput) SetWatchlistId(v string) *UpdateWatchlistInput + func (s *UpdateWatchlistInput) Validate() error + func (s UpdateWatchlistInput) GoString() string + func (s UpdateWatchlistInput) String() string + type UpdateWatchlistOutput struct + Watchlist *Watchlist + func (s *UpdateWatchlistOutput) SetWatchlist(v *Watchlist) *UpdateWatchlistOutput + func (s UpdateWatchlistOutput) GoString() string + func (s UpdateWatchlistOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type VoiceID struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *VoiceID + func (c *VoiceID) AssociateFraudster(input *AssociateFraudsterInput) (*AssociateFraudsterOutput, error) + func (c *VoiceID) AssociateFraudsterRequest(input *AssociateFraudsterInput) (req *request.Request, output *AssociateFraudsterOutput) + func (c *VoiceID) AssociateFraudsterWithContext(ctx aws.Context, input *AssociateFraudsterInput, opts ...request.Option) (*AssociateFraudsterOutput, error) + func (c *VoiceID) CreateDomain(input *CreateDomainInput) (*CreateDomainOutput, error) + func (c *VoiceID) CreateDomainRequest(input *CreateDomainInput) (req *request.Request, output *CreateDomainOutput) + func (c *VoiceID) CreateDomainWithContext(ctx aws.Context, input *CreateDomainInput, opts ...request.Option) (*CreateDomainOutput, error) + func (c *VoiceID) CreateWatchlist(input *CreateWatchlistInput) (*CreateWatchlistOutput, error) + func (c *VoiceID) CreateWatchlistRequest(input *CreateWatchlistInput) (req *request.Request, output *CreateWatchlistOutput) + func (c *VoiceID) CreateWatchlistWithContext(ctx aws.Context, input *CreateWatchlistInput, opts ...request.Option) (*CreateWatchlistOutput, error) + func (c *VoiceID) DeleteDomain(input *DeleteDomainInput) (*DeleteDomainOutput, error) + func (c *VoiceID) DeleteDomainRequest(input *DeleteDomainInput) (req *request.Request, output *DeleteDomainOutput) + func (c *VoiceID) DeleteDomainWithContext(ctx aws.Context, input *DeleteDomainInput, opts ...request.Option) (*DeleteDomainOutput, error) + func (c *VoiceID) DeleteFraudster(input *DeleteFraudsterInput) (*DeleteFraudsterOutput, error) + func (c *VoiceID) DeleteFraudsterRequest(input *DeleteFraudsterInput) (req *request.Request, output *DeleteFraudsterOutput) + func (c *VoiceID) DeleteFraudsterWithContext(ctx aws.Context, input *DeleteFraudsterInput, opts ...request.Option) (*DeleteFraudsterOutput, error) + func (c *VoiceID) DeleteSpeaker(input *DeleteSpeakerInput) (*DeleteSpeakerOutput, error) + func (c *VoiceID) DeleteSpeakerRequest(input *DeleteSpeakerInput) (req *request.Request, output *DeleteSpeakerOutput) + func (c *VoiceID) DeleteSpeakerWithContext(ctx aws.Context, input *DeleteSpeakerInput, opts ...request.Option) (*DeleteSpeakerOutput, error) + func (c *VoiceID) DeleteWatchlist(input *DeleteWatchlistInput) (*DeleteWatchlistOutput, error) + func (c *VoiceID) DeleteWatchlistRequest(input *DeleteWatchlistInput) (req *request.Request, output *DeleteWatchlistOutput) + func (c *VoiceID) DeleteWatchlistWithContext(ctx aws.Context, input *DeleteWatchlistInput, opts ...request.Option) (*DeleteWatchlistOutput, error) + func (c *VoiceID) DescribeDomain(input *DescribeDomainInput) (*DescribeDomainOutput, error) + func (c *VoiceID) DescribeDomainRequest(input *DescribeDomainInput) (req *request.Request, output *DescribeDomainOutput) + func (c *VoiceID) DescribeDomainWithContext(ctx aws.Context, input *DescribeDomainInput, opts ...request.Option) (*DescribeDomainOutput, error) + func (c *VoiceID) DescribeFraudster(input *DescribeFraudsterInput) (*DescribeFraudsterOutput, error) + func (c *VoiceID) DescribeFraudsterRegistrationJob(input *DescribeFraudsterRegistrationJobInput) (*DescribeFraudsterRegistrationJobOutput, error) + func (c *VoiceID) DescribeFraudsterRegistrationJobRequest(input *DescribeFraudsterRegistrationJobInput) (req *request.Request, output *DescribeFraudsterRegistrationJobOutput) + func (c *VoiceID) DescribeFraudsterRegistrationJobWithContext(ctx aws.Context, input *DescribeFraudsterRegistrationJobInput, ...) (*DescribeFraudsterRegistrationJobOutput, error) + func (c *VoiceID) DescribeFraudsterRequest(input *DescribeFraudsterInput) (req *request.Request, output *DescribeFraudsterOutput) + func (c *VoiceID) DescribeFraudsterWithContext(ctx aws.Context, input *DescribeFraudsterInput, opts ...request.Option) (*DescribeFraudsterOutput, error) + func (c *VoiceID) DescribeSpeaker(input *DescribeSpeakerInput) (*DescribeSpeakerOutput, error) + func (c *VoiceID) DescribeSpeakerEnrollmentJob(input *DescribeSpeakerEnrollmentJobInput) (*DescribeSpeakerEnrollmentJobOutput, error) + func (c *VoiceID) DescribeSpeakerEnrollmentJobRequest(input *DescribeSpeakerEnrollmentJobInput) (req *request.Request, output *DescribeSpeakerEnrollmentJobOutput) + func (c *VoiceID) DescribeSpeakerEnrollmentJobWithContext(ctx aws.Context, input *DescribeSpeakerEnrollmentJobInput, ...) (*DescribeSpeakerEnrollmentJobOutput, error) + func (c *VoiceID) DescribeSpeakerRequest(input *DescribeSpeakerInput) (req *request.Request, output *DescribeSpeakerOutput) + func (c *VoiceID) DescribeSpeakerWithContext(ctx aws.Context, input *DescribeSpeakerInput, opts ...request.Option) (*DescribeSpeakerOutput, error) + func (c *VoiceID) DescribeWatchlist(input *DescribeWatchlistInput) (*DescribeWatchlistOutput, error) + func (c *VoiceID) DescribeWatchlistRequest(input *DescribeWatchlistInput) (req *request.Request, output *DescribeWatchlistOutput) + func (c *VoiceID) DescribeWatchlistWithContext(ctx aws.Context, input *DescribeWatchlistInput, opts ...request.Option) (*DescribeWatchlistOutput, error) + func (c *VoiceID) DisassociateFraudster(input *DisassociateFraudsterInput) (*DisassociateFraudsterOutput, error) + func (c *VoiceID) DisassociateFraudsterRequest(input *DisassociateFraudsterInput) (req *request.Request, output *DisassociateFraudsterOutput) + func (c *VoiceID) DisassociateFraudsterWithContext(ctx aws.Context, input *DisassociateFraudsterInput, opts ...request.Option) (*DisassociateFraudsterOutput, error) + func (c *VoiceID) EvaluateSession(input *EvaluateSessionInput) (*EvaluateSessionOutput, error) + func (c *VoiceID) EvaluateSessionRequest(input *EvaluateSessionInput) (req *request.Request, output *EvaluateSessionOutput) + func (c *VoiceID) EvaluateSessionWithContext(ctx aws.Context, input *EvaluateSessionInput, opts ...request.Option) (*EvaluateSessionOutput, error) + func (c *VoiceID) ListDomains(input *ListDomainsInput) (*ListDomainsOutput, error) + func (c *VoiceID) ListDomainsPages(input *ListDomainsInput, fn func(*ListDomainsOutput, bool) bool) error + func (c *VoiceID) ListDomainsPagesWithContext(ctx aws.Context, input *ListDomainsInput, ...) error + func (c *VoiceID) ListDomainsRequest(input *ListDomainsInput) (req *request.Request, output *ListDomainsOutput) + func (c *VoiceID) ListDomainsWithContext(ctx aws.Context, input *ListDomainsInput, opts ...request.Option) (*ListDomainsOutput, error) + func (c *VoiceID) ListFraudsterRegistrationJobs(input *ListFraudsterRegistrationJobsInput) (*ListFraudsterRegistrationJobsOutput, error) + func (c *VoiceID) ListFraudsterRegistrationJobsPages(input *ListFraudsterRegistrationJobsInput, ...) error + func (c *VoiceID) ListFraudsterRegistrationJobsPagesWithContext(ctx aws.Context, input *ListFraudsterRegistrationJobsInput, ...) error + func (c *VoiceID) ListFraudsterRegistrationJobsRequest(input *ListFraudsterRegistrationJobsInput) (req *request.Request, output *ListFraudsterRegistrationJobsOutput) + func (c *VoiceID) ListFraudsterRegistrationJobsWithContext(ctx aws.Context, input *ListFraudsterRegistrationJobsInput, ...) (*ListFraudsterRegistrationJobsOutput, error) + func (c *VoiceID) ListFraudsters(input *ListFraudstersInput) (*ListFraudstersOutput, error) + func (c *VoiceID) ListFraudstersPages(input *ListFraudstersInput, fn func(*ListFraudstersOutput, bool) bool) error + func (c *VoiceID) ListFraudstersPagesWithContext(ctx aws.Context, input *ListFraudstersInput, ...) error + func (c *VoiceID) ListFraudstersRequest(input *ListFraudstersInput) (req *request.Request, output *ListFraudstersOutput) + func (c *VoiceID) ListFraudstersWithContext(ctx aws.Context, input *ListFraudstersInput, opts ...request.Option) (*ListFraudstersOutput, error) + func (c *VoiceID) ListSpeakerEnrollmentJobs(input *ListSpeakerEnrollmentJobsInput) (*ListSpeakerEnrollmentJobsOutput, error) + func (c *VoiceID) ListSpeakerEnrollmentJobsPages(input *ListSpeakerEnrollmentJobsInput, ...) error + func (c *VoiceID) ListSpeakerEnrollmentJobsPagesWithContext(ctx aws.Context, input *ListSpeakerEnrollmentJobsInput, ...) error + func (c *VoiceID) ListSpeakerEnrollmentJobsRequest(input *ListSpeakerEnrollmentJobsInput) (req *request.Request, output *ListSpeakerEnrollmentJobsOutput) + func (c *VoiceID) ListSpeakerEnrollmentJobsWithContext(ctx aws.Context, input *ListSpeakerEnrollmentJobsInput, opts ...request.Option) (*ListSpeakerEnrollmentJobsOutput, error) + func (c *VoiceID) ListSpeakers(input *ListSpeakersInput) (*ListSpeakersOutput, error) + func (c *VoiceID) ListSpeakersPages(input *ListSpeakersInput, fn func(*ListSpeakersOutput, bool) bool) error + func (c *VoiceID) ListSpeakersPagesWithContext(ctx aws.Context, input *ListSpeakersInput, ...) error + func (c *VoiceID) ListSpeakersRequest(input *ListSpeakersInput) (req *request.Request, output *ListSpeakersOutput) + func (c *VoiceID) ListSpeakersWithContext(ctx aws.Context, input *ListSpeakersInput, opts ...request.Option) (*ListSpeakersOutput, error) + func (c *VoiceID) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *VoiceID) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *VoiceID) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *VoiceID) ListWatchlists(input *ListWatchlistsInput) (*ListWatchlistsOutput, error) + func (c *VoiceID) ListWatchlistsPages(input *ListWatchlistsInput, fn func(*ListWatchlistsOutput, bool) bool) error + func (c *VoiceID) ListWatchlistsPagesWithContext(ctx aws.Context, input *ListWatchlistsInput, ...) error + func (c *VoiceID) ListWatchlistsRequest(input *ListWatchlistsInput) (req *request.Request, output *ListWatchlistsOutput) + func (c *VoiceID) ListWatchlistsWithContext(ctx aws.Context, input *ListWatchlistsInput, opts ...request.Option) (*ListWatchlistsOutput, error) + func (c *VoiceID) OptOutSpeaker(input *OptOutSpeakerInput) (*OptOutSpeakerOutput, error) + func (c *VoiceID) OptOutSpeakerRequest(input *OptOutSpeakerInput) (req *request.Request, output *OptOutSpeakerOutput) + func (c *VoiceID) OptOutSpeakerWithContext(ctx aws.Context, input *OptOutSpeakerInput, opts ...request.Option) (*OptOutSpeakerOutput, error) + func (c *VoiceID) StartFraudsterRegistrationJob(input *StartFraudsterRegistrationJobInput) (*StartFraudsterRegistrationJobOutput, error) + func (c *VoiceID) StartFraudsterRegistrationJobRequest(input *StartFraudsterRegistrationJobInput) (req *request.Request, output *StartFraudsterRegistrationJobOutput) + func (c *VoiceID) StartFraudsterRegistrationJobWithContext(ctx aws.Context, input *StartFraudsterRegistrationJobInput, ...) (*StartFraudsterRegistrationJobOutput, error) + func (c *VoiceID) StartSpeakerEnrollmentJob(input *StartSpeakerEnrollmentJobInput) (*StartSpeakerEnrollmentJobOutput, error) + func (c *VoiceID) StartSpeakerEnrollmentJobRequest(input *StartSpeakerEnrollmentJobInput) (req *request.Request, output *StartSpeakerEnrollmentJobOutput) + func (c *VoiceID) StartSpeakerEnrollmentJobWithContext(ctx aws.Context, input *StartSpeakerEnrollmentJobInput, opts ...request.Option) (*StartSpeakerEnrollmentJobOutput, error) + func (c *VoiceID) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *VoiceID) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *VoiceID) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *VoiceID) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *VoiceID) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *VoiceID) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *VoiceID) UpdateDomain(input *UpdateDomainInput) (*UpdateDomainOutput, error) + func (c *VoiceID) UpdateDomainRequest(input *UpdateDomainInput) (req *request.Request, output *UpdateDomainOutput) + func (c *VoiceID) UpdateDomainWithContext(ctx aws.Context, input *UpdateDomainInput, opts ...request.Option) (*UpdateDomainOutput, error) + func (c *VoiceID) UpdateWatchlist(input *UpdateWatchlistInput) (*UpdateWatchlistOutput, error) + func (c *VoiceID) UpdateWatchlistRequest(input *UpdateWatchlistInput) (req *request.Request, output *UpdateWatchlistOutput) + func (c *VoiceID) UpdateWatchlistWithContext(ctx aws.Context, input *UpdateWatchlistInput, opts ...request.Option) (*UpdateWatchlistOutput, error) + type VoiceSpoofingRisk struct + RiskScore *int64 + func (s *VoiceSpoofingRisk) SetRiskScore(v int64) *VoiceSpoofingRisk + func (s VoiceSpoofingRisk) GoString() string + func (s VoiceSpoofingRisk) String() string + type Watchlist struct + CreatedAt *time.Time + DefaultWatchlist *bool + Description *string + DomainId *string + Name *string + UpdatedAt *time.Time + WatchlistId *string + func (s *Watchlist) SetCreatedAt(v time.Time) *Watchlist + func (s *Watchlist) SetDefaultWatchlist(v bool) *Watchlist + func (s *Watchlist) SetDescription(v string) *Watchlist + func (s *Watchlist) SetDomainId(v string) *Watchlist + func (s *Watchlist) SetName(v string) *Watchlist + func (s *Watchlist) SetUpdatedAt(v time.Time) *Watchlist + func (s *Watchlist) SetWatchlistId(v string) *Watchlist + func (s Watchlist) GoString() string + func (s Watchlist) String() string + type WatchlistDetails struct + DefaultWatchlistId *string + func (s *WatchlistDetails) SetDefaultWatchlistId(v string) *WatchlistDetails + func (s WatchlistDetails) GoString() string + func (s WatchlistDetails) String() string + type WatchlistSummary struct + CreatedAt *time.Time + DefaultWatchlist *bool + Description *string + DomainId *string + Name *string + UpdatedAt *time.Time + WatchlistId *string + func (s *WatchlistSummary) SetCreatedAt(v time.Time) *WatchlistSummary + func (s *WatchlistSummary) SetDefaultWatchlist(v bool) *WatchlistSummary + func (s *WatchlistSummary) SetDescription(v string) *WatchlistSummary + func (s *WatchlistSummary) SetDomainId(v string) *WatchlistSummary + func (s *WatchlistSummary) SetName(v string) *WatchlistSummary + func (s *WatchlistSummary) SetUpdatedAt(v time.Time) *WatchlistSummary + func (s *WatchlistSummary) SetWatchlistId(v string) *WatchlistSummary + func (s WatchlistSummary) GoString() string + func (s WatchlistSummary) String() string