R/voiceid_interfaces.R

Defines functions update_watchlist_output update_watchlist_input update_domain_output update_domain_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input start_speaker_enrollment_job_output start_speaker_enrollment_job_input start_fraudster_registration_job_output start_fraudster_registration_job_input opt_out_speaker_output opt_out_speaker_input list_watchlists_output list_watchlists_input list_tags_for_resource_output list_tags_for_resource_input list_speakers_output list_speakers_input list_speaker_enrollment_jobs_output list_speaker_enrollment_jobs_input list_fraudsters_output list_fraudsters_input list_fraudster_registration_jobs_output list_fraudster_registration_jobs_input list_domains_output list_domains_input evaluate_session_output evaluate_session_input disassociate_fraudster_output disassociate_fraudster_input describe_watchlist_output describe_watchlist_input describe_speaker_enrollment_job_output describe_speaker_enrollment_job_input describe_speaker_output describe_speaker_input describe_fraudster_registration_job_output describe_fraudster_registration_job_input describe_fraudster_output describe_fraudster_input describe_domain_output describe_domain_input delete_watchlist_output delete_watchlist_input delete_speaker_output delete_speaker_input delete_fraudster_output delete_fraudster_input delete_domain_output delete_domain_input create_watchlist_output create_watchlist_input create_domain_output create_domain_input associate_fraudster_output associate_fraudster_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include voiceid_service.R
NULL

.voiceid$associate_fraudster_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), FraudsterId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$associate_fraudster_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Fraudster = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DomainId = structure(logical(0), tags = list(type = "string")), GeneratedFraudsterId = structure(logical(0), tags = list(type = "string")), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$create_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ServerSideEncryptionConfiguration = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$create_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Domain = structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), DomainStatus = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ServerSideEncryptionConfiguration = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ServerSideEncryptionUpdateDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), OldKmsKeyId = structure(logical(0), tags = list(type = "string")), UpdateStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WatchlistDetails = structure(list(DefaultWatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$create_watchlist_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$create_watchlist_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Watchlist = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DefaultWatchlist = structure(logical(0), tags = list(type = "boolean")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$delete_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$delete_domain_output <- function(...) {
  list()
}

.voiceid$delete_fraudster_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), FraudsterId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$delete_fraudster_output <- function(...) {
  list()
}

.voiceid$delete_speaker_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), SpeakerId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$delete_speaker_output <- function(...) {
  list()
}

.voiceid$delete_watchlist_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$delete_watchlist_output <- function(...) {
  list()
}

.voiceid$describe_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Domain = structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), DomainStatus = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ServerSideEncryptionConfiguration = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ServerSideEncryptionUpdateDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), OldKmsKeyId = structure(logical(0), tags = list(type = "string")), UpdateStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WatchlistDetails = structure(list(DefaultWatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_fraudster_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), FraudsterId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_fraudster_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Fraudster = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DomainId = structure(logical(0), tags = list(type = "string")), GeneratedFraudsterId = structure(logical(0), tags = list(type = "string")), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_fraudster_registration_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), JobId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_fraudster_registration_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Job = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), DomainId = structure(logical(0), tags = list(type = "string")), EndedAt = structure(logical(0), tags = list(type = "timestamp")), FailureDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), JobProgress = structure(list(PercentComplete = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), JobStatus = structure(logical(0), tags = list(type = "string")), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RegistrationConfig = structure(list(DuplicateRegistrationAction = structure(logical(0), tags = list(type = "string")), FraudsterSimilarityThreshold = structure(logical(0), tags = list(type = "integer", box = TRUE)), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_speaker_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), SpeakerId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_speaker_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Speaker = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CustomerSpeakerId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), GeneratedSpeakerId = structure(logical(0), tags = list(type = "string")), LastAccessedAt = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_speaker_enrollment_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), JobId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_speaker_enrollment_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Job = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), DomainId = structure(logical(0), tags = list(type = "string")), EndedAt = structure(logical(0), tags = list(type = "timestamp")), EnrollmentConfig = structure(list(ExistingEnrollmentAction = structure(logical(0), tags = list(type = "string")), FraudDetectionConfig = structure(list(FraudDetectionAction = structure(logical(0), tags = list(type = "string")), RiskThreshold = structure(logical(0), tags = list(type = "integer", box = TRUE)), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FailureDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), JobProgress = structure(list(PercentComplete = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), JobStatus = structure(logical(0), tags = list(type = "string")), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_watchlist_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$describe_watchlist_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Watchlist = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DefaultWatchlist = structure(logical(0), tags = list(type = "boolean")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$disassociate_fraudster_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), FraudsterId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$disassociate_fraudster_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Fraudster = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DomainId = structure(logical(0), tags = list(type = "string")), GeneratedFraudsterId = structure(logical(0), tags = list(type = "string")), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$evaluate_session_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), SessionNameOrId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$evaluate_session_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationResult = structure(list(AudioAggregationEndedAt = structure(logical(0), tags = list(type = "timestamp")), AudioAggregationStartedAt = structure(logical(0), tags = list(type = "timestamp")), AuthenticationResultId = structure(logical(0), tags = list(type = "string")), Configuration = structure(list(AcceptanceThreshold = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CustomerSpeakerId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Decision = structure(logical(0), tags = list(type = "string")), GeneratedSpeakerId = structure(logical(0), tags = list(type = "string")), Score = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), DomainId = structure(logical(0), tags = list(type = "string")), FraudDetectionResult = structure(list(AudioAggregationEndedAt = structure(logical(0), tags = list(type = "timestamp")), AudioAggregationStartedAt = structure(logical(0), tags = list(type = "timestamp")), Configuration = structure(list(RiskThreshold = structure(logical(0), tags = list(type = "integer", box = TRUE)), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Decision = structure(logical(0), tags = list(type = "string")), FraudDetectionResultId = structure(logical(0), tags = list(type = "string")), Reasons = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RiskDetails = structure(list(KnownFraudsterRisk = structure(list(GeneratedFraudsterId = structure(logical(0), tags = list(type = "string")), RiskScore = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), VoiceSpoofingRisk = structure(list(RiskScore = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SessionId = structure(logical(0), tags = list(type = "string")), SessionName = structure(logical(0), tags = list(type = "string")), StreamingStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_domains_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_domains_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainSummaries = structure(list(structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), DomainStatus = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ServerSideEncryptionConfiguration = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ServerSideEncryptionUpdateDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), OldKmsKeyId = structure(logical(0), tags = list(type = "string")), UpdateStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WatchlistDetails = structure(list(DefaultWatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_fraudster_registration_jobs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_fraudster_registration_jobs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(JobSummaries = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DomainId = structure(logical(0), tags = list(type = "string")), EndedAt = structure(logical(0), tags = list(type = "timestamp")), FailureDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), JobProgress = structure(list(PercentComplete = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), JobStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_fraudsters_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string")), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_fraudsters_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(FraudsterSummaries = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DomainId = structure(logical(0), tags = list(type = "string")), GeneratedFraudsterId = structure(logical(0), tags = list(type = "string")), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_speaker_enrollment_jobs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_speaker_enrollment_jobs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(JobSummaries = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DomainId = structure(logical(0), tags = list(type = "string")), EndedAt = structure(logical(0), tags = list(type = "timestamp")), FailureDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), JobProgress = structure(list(PercentComplete = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), JobStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_speakers_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_speakers_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), SpeakerSummaries = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CustomerSpeakerId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), GeneratedSpeakerId = structure(logical(0), tags = list(type = "string")), LastAccessedAt = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_tags_for_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_tags_for_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_watchlists_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$list_watchlists_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), WatchlistSummaries = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DefaultWatchlist = structure(logical(0), tags = list(type = "boolean")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$opt_out_speaker_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), SpeakerId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$opt_out_speaker_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Speaker = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CustomerSpeakerId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), GeneratedSpeakerId = structure(logical(0), tags = list(type = "string")), LastAccessedAt = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$start_fraudster_registration_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), DomainId = structure(logical(0), tags = list(type = "string")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JobName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RegistrationConfig = structure(list(DuplicateRegistrationAction = structure(logical(0), tags = list(type = "string")), FraudsterSimilarityThreshold = structure(logical(0), tags = list(type = "integer", box = TRUE)), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$start_fraudster_registration_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Job = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), DomainId = structure(logical(0), tags = list(type = "string")), EndedAt = structure(logical(0), tags = list(type = "timestamp")), FailureDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), JobProgress = structure(list(PercentComplete = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), JobStatus = structure(logical(0), tags = list(type = "string")), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RegistrationConfig = structure(list(DuplicateRegistrationAction = structure(logical(0), tags = list(type = "string")), FraudsterSimilarityThreshold = structure(logical(0), tags = list(type = "integer", box = TRUE)), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$start_speaker_enrollment_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), DomainId = structure(logical(0), tags = list(type = "string")), EnrollmentConfig = structure(list(ExistingEnrollmentAction = structure(logical(0), tags = list(type = "string")), FraudDetectionConfig = structure(list(FraudDetectionAction = structure(logical(0), tags = list(type = "string")), RiskThreshold = structure(logical(0), tags = list(type = "integer", box = TRUE)), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JobName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$start_speaker_enrollment_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Job = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), DomainId = structure(logical(0), tags = list(type = "string")), EndedAt = structure(logical(0), tags = list(type = "timestamp")), EnrollmentConfig = structure(list(ExistingEnrollmentAction = structure(logical(0), tags = list(type = "string")), FraudDetectionConfig = structure(list(FraudDetectionAction = structure(logical(0), tags = list(type = "string")), RiskThreshold = structure(logical(0), tags = list(type = "integer", box = TRUE)), WatchlistIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FailureDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), JobProgress = structure(list(PercentComplete = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), JobStatus = structure(logical(0), tags = list(type = "string")), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$tag_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), TagKeys = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$untag_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$update_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ServerSideEncryptionConfiguration = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$update_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Domain = structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), DomainStatus = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ServerSideEncryptionConfiguration = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ServerSideEncryptionUpdateDetails = structure(list(Message = structure(logical(0), tags = list(type = "string")), OldKmsKeyId = structure(logical(0), tags = list(type = "string")), UpdateStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WatchlistDetails = structure(list(DefaultWatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$update_watchlist_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.voiceid$update_watchlist_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Watchlist = structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DefaultWatchlist = structure(logical(0), tags = list(type = "boolean")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DomainId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WatchlistId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.machine.learning package in your browser

Any scripts or data that you put into this service are public.

paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.