Documentation ¶
Overview ¶
Package voiceid provides the API client, operations, and parameter types for Amazon Voice ID.
Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice interactions in contact centers more secure and efficient.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)deprecated
- func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
- func WithSigV4SigningName(name string) func(*Options)
- func WithSigV4SigningRegion(region string) func(*Options)
- type AssociateFraudsterInput
- type AssociateFraudsterOutput
- type AuthResolverParameters
- type AuthSchemeResolver
- type Client
- func (c *Client) AssociateFraudster(ctx context.Context, params *AssociateFraudsterInput, optFns ...func(*Options)) (*AssociateFraudsterOutput, error)
- func (c *Client) CreateDomain(ctx context.Context, params *CreateDomainInput, optFns ...func(*Options)) (*CreateDomainOutput, error)
- func (c *Client) CreateWatchlist(ctx context.Context, params *CreateWatchlistInput, optFns ...func(*Options)) (*CreateWatchlistOutput, error)
- func (c *Client) DeleteDomain(ctx context.Context, params *DeleteDomainInput, optFns ...func(*Options)) (*DeleteDomainOutput, error)
- func (c *Client) DeleteFraudster(ctx context.Context, params *DeleteFraudsterInput, optFns ...func(*Options)) (*DeleteFraudsterOutput, error)
- func (c *Client) DeleteSpeaker(ctx context.Context, params *DeleteSpeakerInput, optFns ...func(*Options)) (*DeleteSpeakerOutput, error)
- func (c *Client) DeleteWatchlist(ctx context.Context, params *DeleteWatchlistInput, optFns ...func(*Options)) (*DeleteWatchlistOutput, error)
- func (c *Client) DescribeDomain(ctx context.Context, params *DescribeDomainInput, optFns ...func(*Options)) (*DescribeDomainOutput, error)
- func (c *Client) DescribeFraudster(ctx context.Context, params *DescribeFraudsterInput, optFns ...func(*Options)) (*DescribeFraudsterOutput, error)
- func (c *Client) DescribeFraudsterRegistrationJob(ctx context.Context, params *DescribeFraudsterRegistrationJobInput, ...) (*DescribeFraudsterRegistrationJobOutput, error)
- func (c *Client) DescribeSpeaker(ctx context.Context, params *DescribeSpeakerInput, optFns ...func(*Options)) (*DescribeSpeakerOutput, error)
- func (c *Client) DescribeSpeakerEnrollmentJob(ctx context.Context, params *DescribeSpeakerEnrollmentJobInput, ...) (*DescribeSpeakerEnrollmentJobOutput, error)
- func (c *Client) DescribeWatchlist(ctx context.Context, params *DescribeWatchlistInput, optFns ...func(*Options)) (*DescribeWatchlistOutput, error)
- func (c *Client) DisassociateFraudster(ctx context.Context, params *DisassociateFraudsterInput, ...) (*DisassociateFraudsterOutput, error)
- func (c *Client) EvaluateSession(ctx context.Context, params *EvaluateSessionInput, optFns ...func(*Options)) (*EvaluateSessionOutput, error)
- func (c *Client) ListDomains(ctx context.Context, params *ListDomainsInput, optFns ...func(*Options)) (*ListDomainsOutput, error)
- func (c *Client) ListFraudsterRegistrationJobs(ctx context.Context, params *ListFraudsterRegistrationJobsInput, ...) (*ListFraudsterRegistrationJobsOutput, error)
- func (c *Client) ListFraudsters(ctx context.Context, params *ListFraudstersInput, optFns ...func(*Options)) (*ListFraudstersOutput, error)
- func (c *Client) ListSpeakerEnrollmentJobs(ctx context.Context, params *ListSpeakerEnrollmentJobsInput, ...) (*ListSpeakerEnrollmentJobsOutput, error)
- func (c *Client) ListSpeakers(ctx context.Context, params *ListSpeakersInput, optFns ...func(*Options)) (*ListSpeakersOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, ...) (*ListTagsForResourceOutput, error)
- func (c *Client) ListWatchlists(ctx context.Context, params *ListWatchlistsInput, optFns ...func(*Options)) (*ListWatchlistsOutput, error)
- func (c *Client) OptOutSpeaker(ctx context.Context, params *OptOutSpeakerInput, optFns ...func(*Options)) (*OptOutSpeakerOutput, error)
- func (c *Client) Options() Options
- func (c *Client) StartFraudsterRegistrationJob(ctx context.Context, params *StartFraudsterRegistrationJobInput, ...) (*StartFraudsterRegistrationJobOutput, error)
- func (c *Client) StartSpeakerEnrollmentJob(ctx context.Context, params *StartSpeakerEnrollmentJobInput, ...) (*StartSpeakerEnrollmentJobOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateDomain(ctx context.Context, params *UpdateDomainInput, optFns ...func(*Options)) (*UpdateDomainOutput, error)
- func (c *Client) UpdateWatchlist(ctx context.Context, params *UpdateWatchlistInput, optFns ...func(*Options)) (*UpdateWatchlistOutput, error)
- type CreateDomainInput
- type CreateDomainOutput
- type CreateWatchlistInput
- type CreateWatchlistOutput
- type DeleteDomainInput
- type DeleteDomainOutput
- type DeleteFraudsterInput
- type DeleteFraudsterOutput
- type DeleteSpeakerInput
- type DeleteSpeakerOutput
- type DeleteWatchlistInput
- type DeleteWatchlistOutput
- type DescribeDomainInput
- type DescribeDomainOutput
- type DescribeFraudsterInput
- type DescribeFraudsterOutput
- type DescribeFraudsterRegistrationJobInput
- type DescribeFraudsterRegistrationJobOutput
- type DescribeSpeakerEnrollmentJobInput
- type DescribeSpeakerEnrollmentJobOutput
- type DescribeSpeakerInput
- type DescribeSpeakerOutput
- type DescribeWatchlistInput
- type DescribeWatchlistOutput
- type DisassociateFraudsterInput
- type DisassociateFraudsterOutput
- type EndpointParameters
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type EndpointResolverV2
- type EvaluateSessionInput
- type EvaluateSessionOutput
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListDomainsAPIClient
- type ListDomainsInput
- type ListDomainsOutput
- type ListDomainsPaginator
- type ListDomainsPaginatorOptions
- type ListFraudsterRegistrationJobsAPIClient
- type ListFraudsterRegistrationJobsInput
- type ListFraudsterRegistrationJobsOutput
- type ListFraudsterRegistrationJobsPaginator
- type ListFraudsterRegistrationJobsPaginatorOptions
- type ListFraudstersAPIClient
- type ListFraudstersInput
- type ListFraudstersOutput
- type ListFraudstersPaginator
- type ListFraudstersPaginatorOptions
- type ListSpeakerEnrollmentJobsAPIClient
- type ListSpeakerEnrollmentJobsInput
- type ListSpeakerEnrollmentJobsOutput
- type ListSpeakerEnrollmentJobsPaginator
- type ListSpeakerEnrollmentJobsPaginatorOptions
- type ListSpeakersAPIClient
- type ListSpeakersInput
- type ListSpeakersOutput
- type ListSpeakersPaginator
- type ListSpeakersPaginatorOptions
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListWatchlistsAPIClient
- type ListWatchlistsInput
- type ListWatchlistsOutput
- type ListWatchlistsPaginator
- type ListWatchlistsPaginatorOptions
- type OptOutSpeakerInput
- type OptOutSpeakerOutput
- type Options
- type ResolveEndpoint
- type StartFraudsterRegistrationJobInput
- type StartFraudsterRegistrationJobOutput
- type StartSpeakerEnrollmentJobInput
- type StartSpeakerEnrollmentJobOutput
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateDomainInput
- type UpdateDomainOutput
- type UpdateWatchlistInput
- type UpdateWatchlistOutput
Constants ¶
const ServiceAPIVersion = "2021-09-27"
const ServiceID = "Voice ID"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver
deprecated
func WithEndpointResolver(v EndpointResolver) func(*Options)
Deprecated: EndpointResolver and WithEndpointResolver. Providing a value for this field will likely prevent you from using any endpoint-related service features released after the introduction of EndpointResolverV2 and BaseEndpoint.
To migrate an EndpointResolver implementation that uses a custom endpoint, set the client option BaseEndpoint instead.
func WithEndpointResolverV2 ¶
func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
func WithSigV4SigningName ¶
WithSigV4SigningName applies an override to the authentication workflow to use the given signing name for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing name from both auth scheme resolution and endpoint resolution.
func WithSigV4SigningRegion ¶
WithSigV4SigningRegion applies an override to the authentication workflow to use the given signing region for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing region from both auth scheme resolution and endpoint resolution.
Types ¶
type AssociateFraudsterInput ¶
type AssociateFraudsterInput struct { // The identifier of the domain that contains the fraudster. // // This member is required. DomainId *string // The identifier of the fraudster to be associated with the watchlist. // // This member is required. FraudsterId *string // The identifier of the watchlist you want to associate with the fraudster. // // This member is required. WatchlistId *string // contains filtered or unexported fields }
type AssociateFraudsterOutput ¶
type AssociateFraudsterOutput struct { // Contains all the information about a fraudster. Fraudster *types.Fraudster // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AuthResolverParameters ¶
type AuthResolverParameters struct { // The name of the operation being invoked. Operation string // The region in which the operation is being invoked. Region string }
AuthResolverParameters contains the set of inputs necessary for auth scheme resolution.
type AuthSchemeResolver ¶
type AuthSchemeResolver interface {
ResolveAuthSchemes(context.Context, *AuthResolverParameters) ([]*smithyauth.Option, error)
}
AuthSchemeResolver returns a set of possible authentication options for an operation.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for Amazon Voice ID.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) AssociateFraudster ¶
func (c *Client) AssociateFraudster(ctx context.Context, params *AssociateFraudsterInput, optFns ...func(*Options)) (*AssociateFraudsterOutput, error)
Associates the fraudsters with the watchlist specified in the same domain.
func (*Client) CreateDomain ¶
func (c *Client) CreateDomain(ctx context.Context, params *CreateDomainInput, optFns ...func(*Options)) (*CreateDomainOutput, error)
Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.
func (*Client) CreateWatchlist ¶
func (c *Client) CreateWatchlist(ctx context.Context, params *CreateWatchlistInput, optFns ...func(*Options)) (*CreateWatchlistOutput, error)
Creates a watchlist that fraudsters can be a part of.
func (*Client) DeleteDomain ¶
func (c *Client) DeleteDomain(ctx context.Context, params *DeleteDomainInput, optFns ...func(*Options)) (*DeleteDomainOutput, error)
Deletes the specified domain from Voice ID.
func (*Client) DeleteFraudster ¶
func (c *Client) DeleteFraudster(ctx context.Context, params *DeleteFraudsterInput, optFns ...func(*Options)) (*DeleteFraudsterOutput, error)
Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.
func (*Client) DeleteSpeaker ¶
func (c *Client) DeleteSpeaker(ctx context.Context, params *DeleteSpeakerInput, optFns ...func(*Options)) (*DeleteSpeakerOutput, error)
Deletes the specified speaker from Voice ID.
func (*Client) DeleteWatchlist ¶
func (c *Client) DeleteWatchlist(ctx context.Context, params *DeleteWatchlistInput, optFns ...func(*Options)) (*DeleteWatchlistOutput, error)
Deletes the specified watchlist from Voice ID. This API throws an exception when there are fraudsters in the watchlist that you are trying to delete. You must delete the fraudsters, and then delete the watchlist. Every domain has a default watchlist which cannot be deleted.
func (*Client) DescribeDomain ¶
func (c *Client) DescribeDomain(ctx context.Context, params *DescribeDomainInput, optFns ...func(*Options)) (*DescribeDomainOutput, error)
Describes the specified domain.
func (*Client) DescribeFraudster ¶
func (c *Client) DescribeFraudster(ctx context.Context, params *DescribeFraudsterInput, optFns ...func(*Options)) (*DescribeFraudsterOutput, error)
Describes the specified fraudster.
func (*Client) DescribeFraudsterRegistrationJob ¶
func (c *Client) DescribeFraudsterRegistrationJob(ctx context.Context, params *DescribeFraudsterRegistrationJobInput, optFns ...func(*Options)) (*DescribeFraudsterRegistrationJobOutput, error)
Describes the specified fraudster registration job.
func (*Client) DescribeSpeaker ¶
func (c *Client) DescribeSpeaker(ctx context.Context, params *DescribeSpeakerInput, optFns ...func(*Options)) (*DescribeSpeakerOutput, error)
Describes the specified speaker.
func (*Client) DescribeSpeakerEnrollmentJob ¶
func (c *Client) DescribeSpeakerEnrollmentJob(ctx context.Context, params *DescribeSpeakerEnrollmentJobInput, optFns ...func(*Options)) (*DescribeSpeakerEnrollmentJobOutput, error)
Describes the specified speaker enrollment job.
func (*Client) DescribeWatchlist ¶
func (c *Client) DescribeWatchlist(ctx context.Context, params *DescribeWatchlistInput, optFns ...func(*Options)) (*DescribeWatchlistOutput, error)
Describes the specified watchlist.
func (*Client) DisassociateFraudster ¶
func (c *Client) DisassociateFraudster(ctx context.Context, params *DisassociateFraudsterInput, optFns ...func(*Options)) (*DisassociateFraudsterOutput, error)
Disassociates the fraudsters from the watchlist specified. Voice ID always expects a fraudster to be a part of at least one watchlist. If you try to disassociate a fraudster from its only watchlist, a ValidationException is thrown.
func (*Client) EvaluateSession ¶
func (c *Client) EvaluateSession(ctx context.Context, params *EvaluateSessionInput, optFns ...func(*Options)) (*EvaluateSessionOutput, error)
Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.
func (*Client) ListDomains ¶
func (c *Client) ListDomains(ctx context.Context, params *ListDomainsInput, optFns ...func(*Options)) (*ListDomainsOutput, error)
Lists all the domains in the Amazon Web Services account.
func (*Client) ListFraudsterRegistrationJobs ¶
func (c *Client) ListFraudsterRegistrationJobs(ctx context.Context, params *ListFraudsterRegistrationJobsInput, optFns ...func(*Options)) (*ListFraudsterRegistrationJobsOutput, error)
Lists all the fraudster registration jobs in the domain with the given JobStatus . If JobStatus is not provided, this lists all fraudster registration jobs in the given domain.
func (*Client) ListFraudsters ¶
func (c *Client) ListFraudsters(ctx context.Context, params *ListFraudstersInput, optFns ...func(*Options)) (*ListFraudstersOutput, error)
Lists all fraudsters in a specified watchlist or domain.
func (*Client) ListSpeakerEnrollmentJobs ¶
func (c *Client) ListSpeakerEnrollmentJobs(ctx context.Context, params *ListSpeakerEnrollmentJobsInput, optFns ...func(*Options)) (*ListSpeakerEnrollmentJobsOutput, error)
Lists all the speaker enrollment jobs in the domain with the specified JobStatus . If JobStatus is not provided, this lists all jobs with all possible speaker enrollment job statuses.
func (*Client) ListSpeakers ¶
func (c *Client) ListSpeakers(ctx context.Context, params *ListSpeakersInput, optFns ...func(*Options)) (*ListSpeakersOutput, error)
Lists all speakers in a specified domain.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Lists all tags associated with a specified Voice ID resource.
func (*Client) ListWatchlists ¶
func (c *Client) ListWatchlists(ctx context.Context, params *ListWatchlistsInput, optFns ...func(*Options)) (*ListWatchlistsOutput, error)
Lists all watchlists in a specified domain.
func (*Client) OptOutSpeaker ¶
func (c *Client) OptOutSpeaker(ctx context.Context, params *OptOutSpeakerInput, optFns ...func(*Options)) (*OptOutSpeakerOutput, error)
Opts out a speaker from Voice ID. A speaker can be opted out regardless of whether or not they already exist in Voice ID. If they don't yet exist, a new speaker is created in an opted out state. If they already exist, their existing status is overridden and they are opted out. Enrollment and evaluation authentication requests are rejected for opted out speakers, and opted out speakers have no voice embeddings stored in Voice ID.
func (*Client) Options ¶
Options returns a copy of the client configuration.
Callers SHOULD NOT perform mutations on any inner structures within client config. Config overrides should instead be made on a per-operation basis through functional options.
func (*Client) StartFraudsterRegistrationJob ¶
func (c *Client) StartFraudsterRegistrationJob(ctx context.Context, params *StartFraudsterRegistrationJobInput, optFns ...func(*Options)) (*StartFraudsterRegistrationJobOutput, error)
Starts a new batch fraudster registration job using provided details.
func (*Client) StartSpeakerEnrollmentJob ¶
func (c *Client) StartSpeakerEnrollmentJob(ctx context.Context, params *StartSpeakerEnrollmentJobInput, optFns ...func(*Options)) (*StartSpeakerEnrollmentJobOutput, error)
Starts a new batch speaker enrollment job using specified details.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Tags a Voice ID resource with the provided list of tags.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Removes specified tags from a specified Amazon Connect Voice ID resource.
func (*Client) UpdateDomain ¶
func (c *Client) UpdateDomain(ctx context.Context, params *UpdateDomainInput, optFns ...func(*Options)) (*UpdateDomainOutput, error)
Updates the specified domain. This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as 'Description' is not provided, it is removed from the domain.
func (*Client) UpdateWatchlist ¶
func (c *Client) UpdateWatchlist(ctx context.Context, params *UpdateWatchlistInput, optFns ...func(*Options)) (*UpdateWatchlistOutput, error)
Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.
type CreateDomainInput ¶
type CreateDomainInput struct { // The name of the domain. // // This member is required. Name *string // The configuration, containing the KMS key identifier, to be used by Voice ID // for the server-side encryption of your data. Refer to [Amazon Connect Voice ID encryption at rest]for more details on how // the KMS key is used. // // [Amazon Connect Voice ID encryption at rest]: https://docs.aws.amazon.com/connect/latest/adminguide/encryption-at-rest.html#encryption-at-rest-voiceid // // This member is required. ServerSideEncryptionConfiguration *types.ServerSideEncryptionConfiguration // 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]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // A brief description of this domain. Description *string // A list of tags you want added to the domain. Tags []types.Tag // contains filtered or unexported fields }
type CreateDomainOutput ¶
type CreateDomainOutput struct { // Information about the newly created domain. Domain *types.Domain // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateWatchlistInput ¶
type CreateWatchlistInput struct { // The identifier of the domain that contains the watchlist. // // This member is required. DomainId *string // The name of the watchlist. // // This member is required. Name *string // 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]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // A brief description of this watchlist. Description *string // contains filtered or unexported fields }
type CreateWatchlistOutput ¶
type CreateWatchlistOutput struct { // Information about the newly created watchlist. Watchlist *types.Watchlist // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteDomainInput ¶
type DeleteDomainInput struct { // The identifier of the domain you want to delete. // // This member is required. DomainId *string // contains filtered or unexported fields }
type DeleteDomainOutput ¶
type DeleteDomainOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteFraudsterInput ¶
type DeleteFraudsterOutput ¶
type DeleteFraudsterOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteSpeakerInput ¶
type DeleteSpeakerOutput ¶
type DeleteSpeakerOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteWatchlistInput ¶
type DeleteWatchlistOutput ¶
type DeleteWatchlistOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeDomainInput ¶
type DescribeDomainInput struct { // The identifier of the domain that you are describing. // // This member is required. DomainId *string // contains filtered or unexported fields }
type DescribeDomainOutput ¶
type DescribeDomainOutput struct { // Information about the specified domain. Domain *types.Domain // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeFraudsterInput ¶
type DescribeFraudsterOutput ¶
type DescribeFraudsterOutput struct { // Information about the specified fraudster. Fraudster *types.Fraudster // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeFraudsterRegistrationJobInput ¶
type DescribeFraudsterRegistrationJobInput struct { // The identifier of the domain that contains the fraudster registration job. // // This member is required. DomainId *string // The identifier of the fraudster registration job you are describing. // // This member is required. JobId *string // contains filtered or unexported fields }
type DescribeFraudsterRegistrationJobOutput ¶
type DescribeFraudsterRegistrationJobOutput struct { // Contains details about the specified fraudster registration job. Job *types.FraudsterRegistrationJob // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeSpeakerEnrollmentJobInput ¶
type DescribeSpeakerEnrollmentJobInput struct { // The identifier of the domain that contains the speaker enrollment job. // // This member is required. DomainId *string // The identifier of the speaker enrollment job you are describing. // // This member is required. JobId *string // contains filtered or unexported fields }
type DescribeSpeakerEnrollmentJobOutput ¶
type DescribeSpeakerEnrollmentJobOutput struct { // Contains details about the specified speaker enrollment job. Job *types.SpeakerEnrollmentJob // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeSpeakerInput ¶
type DescribeSpeakerOutput ¶
type DescribeSpeakerOutput struct { // Information about the specified speaker. Speaker *types.Speaker // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeWatchlistInput ¶
type DescribeWatchlistInput struct { // The identifier of the domain that contains the watchlist. // // This member is required. DomainId *string // The identifier of the watchlist that you are describing. // // This member is required. WatchlistId *string // contains filtered or unexported fields }
type DescribeWatchlistOutput ¶
type DescribeWatchlistOutput struct { // Information about the specified watchlist. Watchlist *types.Watchlist // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateFraudsterInput ¶
type DisassociateFraudsterInput struct { // The identifier of the domain that contains the fraudster. // // This member is required. DomainId *string // The identifier of the fraudster to be disassociated from the watchlist. // // This member is required. FraudsterId *string // The identifier of the watchlist that you want to disassociate from the // fraudster. // // This member is required. WatchlistId *string // contains filtered or unexported fields }
type DisassociateFraudsterOutput ¶
type DisassociateFraudsterOutput struct { // Contains all the information about a fraudster. Fraudster *types.Fraudster // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointParameters ¶
type EndpointParameters struct { // The AWS region used to dispatch the request. // // Parameter is // required. // // AWS::Region Region *string // When true, use the dual-stack endpoint. If the configured endpoint does not // support dual-stack, dispatching the request MAY return an error. // // Defaults to // false if no value is provided. // // AWS::UseDualStack UseDualStack *bool // When true, send this request to the FIPS-compliant regional endpoint. If the // configured endpoint does not have a FIPS compliant endpoint, dispatching the // request will return an error. // // Defaults to false if no value is // provided. // // AWS::UseFIPS UseFIPS *bool // Override the endpoint used to send this request // // Parameter is // required. // // SDK::Endpoint Endpoint *string }
EndpointParameters provides the parameters that influence how endpoints are resolved.
func (EndpointParameters) ValidateRequired ¶
func (p EndpointParameters) ValidateRequired() error
ValidateRequired validates required parameters are set.
func (EndpointParameters) WithDefaults ¶
func (p EndpointParameters) WithDefaults() EndpointParameters
WithDefaults returns a shallow copy of EndpointParameterswith default values applied to members where applicable.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type EndpointResolverV2 ¶
type EndpointResolverV2 interface { // ResolveEndpoint attempts to resolve the endpoint with the provided options, // returning the endpoint if found. Otherwise an error is returned. ResolveEndpoint(ctx context.Context, params EndpointParameters) ( smithyendpoints.Endpoint, error, ) }
EndpointResolverV2 provides the interface for resolving service endpoints.
func NewDefaultEndpointResolverV2 ¶
func NewDefaultEndpointResolverV2() EndpointResolverV2
type EvaluateSessionInput ¶
type EvaluateSessionInput struct { // The identifier of the domain where the session started. // // This member is required. DomainId *string // The session identifier, or name of the session, that you want to evaluate. In // Voice ID integration, this is the Contact-Id. // // This member is required. SessionNameOrId *string // contains filtered or unexported fields }
type EvaluateSessionOutput ¶
type EvaluateSessionOutput struct { // Details resulting from the authentication process, such as authentication // decision and authentication score. AuthenticationResult *types.AuthenticationResult // The identifier of the domain that contains the session. DomainId *string // Details resulting from the fraud detection process, such as fraud detection // decision and risk score. FraudDetectionResult *types.FraudDetectionResult // The service-generated identifier of the session. SessionId *string // The client-provided name of the session. SessionName *string // The current status of audio streaming for this session. This field is useful to // infer next steps when the Authentication or Fraud Detection results are empty or // the decision is NOT_ENOUGH_SPEECH . In this situation, if the StreamingStatus // is ONGOING/PENDING_CONFIGURATION , it can mean that the client should call the // API again later, after Voice ID has enough audio to produce a result. If the // decision remains NOT_ENOUGH_SPEECH even after StreamingStatus is ENDED , it // means that the previously streamed session did not have enough speech to perform // evaluation, and a new streaming session is needed to try again. StreamingStatus types.StreamingStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPSignerV4 ¶
type IdempotencyTokenProvider ¶
IdempotencyTokenProvider interface for providing idempotency token
type ListDomainsAPIClient ¶
type ListDomainsAPIClient interface {
ListDomains(context.Context, *ListDomainsInput, ...func(*Options)) (*ListDomainsOutput, error)
}
ListDomainsAPIClient is a client that implements the ListDomains operation.
type ListDomainsInput ¶
type ListDomainsInput struct { // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. MaxResults *int32 // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // contains filtered or unexported fields }
type ListDomainsOutput ¶
type ListDomainsOutput struct { // A list containing details about each domain in the Amazon Web Services account. DomainSummaries []types.DomainSummary // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListDomainsPaginator ¶
type ListDomainsPaginator struct {
// contains filtered or unexported fields
}
ListDomainsPaginator is a paginator for ListDomains
func NewListDomainsPaginator ¶
func NewListDomainsPaginator(client ListDomainsAPIClient, params *ListDomainsInput, optFns ...func(*ListDomainsPaginatorOptions)) *ListDomainsPaginator
NewListDomainsPaginator returns a new ListDomainsPaginator
func (*ListDomainsPaginator) HasMorePages ¶
func (p *ListDomainsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListDomainsPaginator) NextPage ¶
func (p *ListDomainsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDomainsOutput, error)
NextPage retrieves the next ListDomains page.
type ListDomainsPaginatorOptions ¶
type ListDomainsPaginatorOptions struct { // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListDomainsPaginatorOptions is the paginator options for ListDomains
type ListFraudsterRegistrationJobsAPIClient ¶
type ListFraudsterRegistrationJobsAPIClient interface {
ListFraudsterRegistrationJobs(context.Context, *ListFraudsterRegistrationJobsInput, ...func(*Options)) (*ListFraudsterRegistrationJobsOutput, error)
}
ListFraudsterRegistrationJobsAPIClient is a client that implements the ListFraudsterRegistrationJobs operation.
type ListFraudsterRegistrationJobsInput ¶
type ListFraudsterRegistrationJobsInput struct { // The identifier of the domain that contains the fraudster registration Jobs. // // This member is required. DomainId *string // Provides the status of your fraudster registration job. JobStatus types.FraudsterRegistrationJobStatus // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. MaxResults *int32 // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // contains filtered or unexported fields }
type ListFraudsterRegistrationJobsOutput ¶
type ListFraudsterRegistrationJobsOutput struct { // A list containing details about each specified fraudster registration job. JobSummaries []types.FraudsterRegistrationJobSummary // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListFraudsterRegistrationJobsPaginator ¶
type ListFraudsterRegistrationJobsPaginator struct {
// contains filtered or unexported fields
}
ListFraudsterRegistrationJobsPaginator is a paginator for ListFraudsterRegistrationJobs
func NewListFraudsterRegistrationJobsPaginator ¶
func NewListFraudsterRegistrationJobsPaginator(client ListFraudsterRegistrationJobsAPIClient, params *ListFraudsterRegistrationJobsInput, optFns ...func(*ListFraudsterRegistrationJobsPaginatorOptions)) *ListFraudsterRegistrationJobsPaginator
NewListFraudsterRegistrationJobsPaginator returns a new ListFraudsterRegistrationJobsPaginator
func (*ListFraudsterRegistrationJobsPaginator) HasMorePages ¶
func (p *ListFraudsterRegistrationJobsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListFraudsterRegistrationJobsPaginator) NextPage ¶
func (p *ListFraudsterRegistrationJobsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListFraudsterRegistrationJobsOutput, error)
NextPage retrieves the next ListFraudsterRegistrationJobs page.
type ListFraudsterRegistrationJobsPaginatorOptions ¶
type ListFraudsterRegistrationJobsPaginatorOptions struct { // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListFraudsterRegistrationJobsPaginatorOptions is the paginator options for ListFraudsterRegistrationJobs
type ListFraudstersAPIClient ¶
type ListFraudstersAPIClient interface {
ListFraudsters(context.Context, *ListFraudstersInput, ...func(*Options)) (*ListFraudstersOutput, error)
}
ListFraudstersAPIClient is a client that implements the ListFraudsters operation.
type ListFraudstersInput ¶
type ListFraudstersInput struct { // The identifier of the domain. // // This member is required. DomainId *string // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. MaxResults *int32 // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // The identifier of the watchlist. If provided, all fraudsters in the watchlist // are listed. If not provided, all fraudsters in the domain are listed. WatchlistId *string // contains filtered or unexported fields }
type ListFraudstersOutput ¶
type ListFraudstersOutput struct { // A list that contains details about each fraudster in the Amazon Web Services // account. FraudsterSummaries []types.FraudsterSummary // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListFraudstersPaginator ¶
type ListFraudstersPaginator struct {
// contains filtered or unexported fields
}
ListFraudstersPaginator is a paginator for ListFraudsters
func NewListFraudstersPaginator ¶
func NewListFraudstersPaginator(client ListFraudstersAPIClient, params *ListFraudstersInput, optFns ...func(*ListFraudstersPaginatorOptions)) *ListFraudstersPaginator
NewListFraudstersPaginator returns a new ListFraudstersPaginator
func (*ListFraudstersPaginator) HasMorePages ¶
func (p *ListFraudstersPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListFraudstersPaginator) NextPage ¶
func (p *ListFraudstersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListFraudstersOutput, error)
NextPage retrieves the next ListFraudsters page.
type ListFraudstersPaginatorOptions ¶
type ListFraudstersPaginatorOptions struct { // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListFraudstersPaginatorOptions is the paginator options for ListFraudsters
type ListSpeakerEnrollmentJobsAPIClient ¶
type ListSpeakerEnrollmentJobsAPIClient interface {
ListSpeakerEnrollmentJobs(context.Context, *ListSpeakerEnrollmentJobsInput, ...func(*Options)) (*ListSpeakerEnrollmentJobsOutput, error)
}
ListSpeakerEnrollmentJobsAPIClient is a client that implements the ListSpeakerEnrollmentJobs operation.
type ListSpeakerEnrollmentJobsInput ¶
type ListSpeakerEnrollmentJobsInput struct { // The identifier of the domain that contains the speaker enrollment jobs. // // This member is required. DomainId *string // Provides the status of your speaker enrollment Job. JobStatus types.SpeakerEnrollmentJobStatus // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. MaxResults *int32 // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // contains filtered or unexported fields }
type ListSpeakerEnrollmentJobsOutput ¶
type ListSpeakerEnrollmentJobsOutput struct { // A list containing details about each specified speaker enrollment job. JobSummaries []types.SpeakerEnrollmentJobSummary // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListSpeakerEnrollmentJobsPaginator ¶
type ListSpeakerEnrollmentJobsPaginator struct {
// contains filtered or unexported fields
}
ListSpeakerEnrollmentJobsPaginator is a paginator for ListSpeakerEnrollmentJobs
func NewListSpeakerEnrollmentJobsPaginator ¶
func NewListSpeakerEnrollmentJobsPaginator(client ListSpeakerEnrollmentJobsAPIClient, params *ListSpeakerEnrollmentJobsInput, optFns ...func(*ListSpeakerEnrollmentJobsPaginatorOptions)) *ListSpeakerEnrollmentJobsPaginator
NewListSpeakerEnrollmentJobsPaginator returns a new ListSpeakerEnrollmentJobsPaginator
func (*ListSpeakerEnrollmentJobsPaginator) HasMorePages ¶
func (p *ListSpeakerEnrollmentJobsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListSpeakerEnrollmentJobsPaginator) NextPage ¶
func (p *ListSpeakerEnrollmentJobsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSpeakerEnrollmentJobsOutput, error)
NextPage retrieves the next ListSpeakerEnrollmentJobs page.
type ListSpeakerEnrollmentJobsPaginatorOptions ¶
type ListSpeakerEnrollmentJobsPaginatorOptions struct { // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListSpeakerEnrollmentJobsPaginatorOptions is the paginator options for ListSpeakerEnrollmentJobs
type ListSpeakersAPIClient ¶
type ListSpeakersAPIClient interface {
ListSpeakers(context.Context, *ListSpeakersInput, ...func(*Options)) (*ListSpeakersOutput, error)
}
ListSpeakersAPIClient is a client that implements the ListSpeakers operation.
type ListSpeakersInput ¶
type ListSpeakersInput struct { // The identifier of the domain. // // This member is required. DomainId *string // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. MaxResults *int32 // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // contains filtered or unexported fields }
type ListSpeakersOutput ¶
type ListSpeakersOutput struct { // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // A list containing details about each speaker in the Amazon Web Services // account. SpeakerSummaries []types.SpeakerSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListSpeakersPaginator ¶
type ListSpeakersPaginator struct {
// contains filtered or unexported fields
}
ListSpeakersPaginator is a paginator for ListSpeakers
func NewListSpeakersPaginator ¶
func NewListSpeakersPaginator(client ListSpeakersAPIClient, params *ListSpeakersInput, optFns ...func(*ListSpeakersPaginatorOptions)) *ListSpeakersPaginator
NewListSpeakersPaginator returns a new ListSpeakersPaginator
func (*ListSpeakersPaginator) HasMorePages ¶
func (p *ListSpeakersPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListSpeakersPaginator) NextPage ¶
func (p *ListSpeakersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSpeakersOutput, error)
NextPage retrieves the next ListSpeakers page.
type ListSpeakersPaginatorOptions ¶
type ListSpeakersPaginatorOptions struct { // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListSpeakersPaginatorOptions is the paginator options for ListSpeakers
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the Voice ID resource for which you want to // list the tags. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The list of tags associated with the specified resource. Tags []types.Tag // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWatchlistsAPIClient ¶
type ListWatchlistsAPIClient interface {
ListWatchlists(context.Context, *ListWatchlistsInput, ...func(*Options)) (*ListWatchlistsOutput, error)
}
ListWatchlistsAPIClient is a client that implements the ListWatchlists operation.
type ListWatchlistsInput ¶
type ListWatchlistsInput struct { // The identifier of the domain. // // This member is required. DomainId *string // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. MaxResults *int32 // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // contains filtered or unexported fields }
type ListWatchlistsOutput ¶
type ListWatchlistsOutput struct { // If NextToken is returned, there are more results available. The value of // NextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. NextToken *string // A list that contains details about each watchlist in the Amazon Web Services // account. WatchlistSummaries []types.WatchlistSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWatchlistsPaginator ¶
type ListWatchlistsPaginator struct {
// contains filtered or unexported fields
}
ListWatchlistsPaginator is a paginator for ListWatchlists
func NewListWatchlistsPaginator ¶
func NewListWatchlistsPaginator(client ListWatchlistsAPIClient, params *ListWatchlistsInput, optFns ...func(*ListWatchlistsPaginatorOptions)) *ListWatchlistsPaginator
NewListWatchlistsPaginator returns a new ListWatchlistsPaginator
func (*ListWatchlistsPaginator) HasMorePages ¶
func (p *ListWatchlistsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListWatchlistsPaginator) NextPage ¶
func (p *ListWatchlistsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListWatchlistsOutput, error)
NextPage retrieves the next ListWatchlists page.
type ListWatchlistsPaginatorOptions ¶
type ListWatchlistsPaginatorOptions struct { // The maximum number of results that are returned per call. You can use NextToken // to obtain more pages of results. The default is 100; the maximum allowed page // size is also 100. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListWatchlistsPaginatorOptions is the paginator options for ListWatchlists
type OptOutSpeakerInput ¶
type OptOutSpeakerOutput ¶
type OptOutSpeakerOutput struct { // Details about the opted-out speaker. Speaker *types.Speaker // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // The optional application specific identifier appended to the User-Agent header. AppID string // This endpoint will be given as input to an EndpointResolverV2. It is used for // providing a custom base endpoint that is subject to modifications by the // processing EndpointResolverV2. BaseEndpoint *string // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. // // Deprecated: Deprecated: EndpointResolver and WithEndpointResolver. Providing a // value for this field will likely prevent you from using any endpoint-related // service features released after the introduction of EndpointResolverV2 and // BaseEndpoint. // // To migrate an EndpointResolver implementation that uses a custom endpoint, set // the client option BaseEndpoint instead. EndpointResolver EndpointResolver // Resolves the endpoint used for a particular service operation. This should be // used over the deprecated EndpointResolver. EndpointResolverV2 EndpointResolverV2 // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // Provides idempotency tokens values that will be automatically populated into // idempotent API operations. IdempotencyTokenProvider IdempotencyTokenProvider // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. // // If specified in an operation call's functional options with a value that is // different than the constructed client's Options, the Client's Retryer will be // wrapped to use the operation's specific RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. // // When creating a new API Clients this member will only be used if the Retryer // Options member is nil. This value will be ignored if Retryer is not nil. // // Currently does not support per operation call overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig . You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // The auth scheme resolver which determines how to authenticate for each // operation. AuthSchemeResolver AuthSchemeResolver // The list of auth schemes supported by the client. AuthSchemes []smithyhttp.AuthScheme // contains filtered or unexported fields }
func (Options) Copy ¶
Copy creates a clone where the APIOptions list is deep copied.
func (Options) GetIdentityResolver ¶
func (o Options) GetIdentityResolver(schemeID string) smithyauth.IdentityResolver
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type StartFraudsterRegistrationJobInput ¶
type StartFraudsterRegistrationJobInput struct { // The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to // access customer's buckets to read the input manifest file and write the Job // output file. Refer to the [Create and edit a fraudster watchlist]documentation for the permissions needed in this role. // // [Create and edit a fraudster watchlist]: https://docs.aws.amazon.com/connect/latest/adminguide/voiceid-fraudster-watchlist.html // // This member is required. DataAccessRoleArn *string // The identifier of the domain that contains the fraudster registration job and // in which the fraudsters are registered. // // This member is required. DomainId *string // The input data config containing an S3 URI for the input manifest file that // contains the list of fraudster registration requests. // // This member is required. InputDataConfig *types.InputDataConfig // The output data config containing the S3 location where Voice ID writes the job // output file; you must also include a KMS key ID to encrypt the file. // // This member is required. OutputDataConfig *types.OutputDataConfig // 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]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // The name of the new fraudster registration job. JobName *string // The registration config containing details such as the action to take when a // duplicate fraudster is detected, and the similarity threshold to use for // detecting a duplicate fraudster. RegistrationConfig *types.RegistrationConfig // contains filtered or unexported fields }
type StartFraudsterRegistrationJobOutput ¶
type StartFraudsterRegistrationJobOutput struct { // Details about the started fraudster registration job. Job *types.FraudsterRegistrationJob // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartSpeakerEnrollmentJobInput ¶
type StartSpeakerEnrollmentJobInput struct { // The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to // access customer's buckets to read the input manifest file and write the job // output file. Refer to [Batch enrollment using audio data from prior calls]for the permissions needed in this role. // // [Batch enrollment using audio data from prior calls]: https://docs.aws.amazon.com/connect/latest/adminguide/voiceid-batch-enrollment.html // // This member is required. DataAccessRoleArn *string // The identifier of the domain that contains the speaker enrollment job and in // which the speakers are enrolled. // // This member is required. DomainId *string // The input data config containing the S3 location for the input manifest file // that contains the list of speaker enrollment requests. // // This member is required. InputDataConfig *types.InputDataConfig // The output data config containing the S3 location where Voice ID writes the job // output file; you must also include a KMS key ID to encrypt the file. // // This member is required. OutputDataConfig *types.OutputDataConfig // 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]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // The enrollment config that contains details such as the action to take when a // speaker is already enrolled in Voice ID or when a speaker is identified as a // fraudster. EnrollmentConfig *types.EnrollmentConfig // A name for your speaker enrollment job. JobName *string // contains filtered or unexported fields }
type StartSpeakerEnrollmentJobOutput ¶
type StartSpeakerEnrollmentJobOutput struct { // Details about the started speaker enrollment job. Job *types.SpeakerEnrollmentJob // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the Voice ID resource you want to tag. // // This member is required. ResourceArn *string // The list of tags to assign to the specified resource. // // This member is required. Tags []types.Tag // contains filtered or unexported fields }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the Voice ID resource you want to remove tags // from. // // This member is required. ResourceArn *string // The list of tag keys you want to remove from the specified resource. // // This member is required. TagKeys []string // contains filtered or unexported fields }
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateDomainInput ¶
type UpdateDomainInput struct { // The identifier of the domain to be updated. // // This member is required. DomainId *string // The name of the domain. // // This member is required. Name *string // The configuration, containing the KMS key identifier, to be used by Voice ID // for the server-side encryption of your data. Changing the domain's associated // KMS key immediately triggers an asynchronous process to remove dependency on the // old KMS key, such that the domain's data can only be accessed using the new KMS // key. The domain's ServerSideEncryptionUpdateDetails contains the details for // this process. // // This member is required. ServerSideEncryptionConfiguration *types.ServerSideEncryptionConfiguration // A brief description about this domain. Description *string // contains filtered or unexported fields }
type UpdateDomainOutput ¶
type UpdateDomainOutput struct { // Details about the updated domain Domain *types.Domain // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateWatchlistInput ¶
type UpdateWatchlistInput struct { // The identifier of the domain that contains the watchlist. // // This member is required. DomainId *string // The identifier of the watchlist to be updated. // // This member is required. WatchlistId *string // A brief description about this watchlist. Description *string // The name of the watchlist. Name *string // contains filtered or unexported fields }
type UpdateWatchlistOutput ¶
type UpdateWatchlistOutput struct { // Details about the updated watchlist. Watchlist *types.Watchlist // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files ¶
- api_client.go
- api_op_AssociateFraudster.go
- api_op_CreateDomain.go
- api_op_CreateWatchlist.go
- api_op_DeleteDomain.go
- api_op_DeleteFraudster.go
- api_op_DeleteSpeaker.go
- api_op_DeleteWatchlist.go
- api_op_DescribeDomain.go
- api_op_DescribeFraudster.go
- api_op_DescribeFraudsterRegistrationJob.go
- api_op_DescribeSpeaker.go
- api_op_DescribeSpeakerEnrollmentJob.go
- api_op_DescribeWatchlist.go
- api_op_DisassociateFraudster.go
- api_op_EvaluateSession.go
- api_op_ListDomains.go
- api_op_ListFraudsterRegistrationJobs.go
- api_op_ListFraudsters.go
- api_op_ListSpeakerEnrollmentJobs.go
- api_op_ListSpeakers.go
- api_op_ListTagsForResource.go
- api_op_ListWatchlists.go
- api_op_OptOutSpeaker.go
- api_op_StartFraudsterRegistrationJob.go
- api_op_StartSpeakerEnrollmentJob.go
- api_op_TagResource.go
- api_op_UntagResource.go
- api_op_UpdateDomain.go
- api_op_UpdateWatchlist.go
- auth.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- options.go
- serializers.go
- validators.go