voiceid_create_watchlist: Creates a watchlist that fraudsters can be a part of

View source: R/voiceid_operations.R

voiceid_create_watchlistR Documentation

Creates a watchlist that fraudsters can be a part of

Description

Creates a watchlist that fraudsters can be a part of.

See https://www.paws-r-sdk.com/docs/voiceid_create_watchlist/ for full documentation.

Usage

voiceid_create_watchlist(
  ClientToken = NULL,
  Description = NULL,
  DomainId,
  Name
)

Arguments

ClientToken

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

Description

A brief description of this watchlist.

DomainId

[required] The identifier of the domain that contains the watchlist.

Name

[required] The name of the watchlist.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.