@aws-sdk/client-voice-id 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/VoiceID.d.ts +2 -1
- package/dist-types/VoiceIDClient.d.ts +1 -1
- package/dist-types/commands/AssociateFraudsterCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
- package/dist-types/commands/CreateWatchlistCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWatchlistCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWatchlistCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateFraudsterCommand.d.ts +2 -1
- package/dist-types/commands/EvaluateSessionCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListFraudstersCommand.d.ts +2 -1
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListSpeakersCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWatchlistsCommand.d.ts +2 -1
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +2 -1
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +2 -1
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWatchlistCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +297 -297
- package/dist-types/ts3.4/VoiceID.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateWatchlistCommandOutput extends UpdateWatchlistResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateWatchlistCommand_base: {
|
|
24
24
|
new (input: UpdateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.
|
|
30
30
|
* </p>
|
|
31
31
|
* @example
|
|
@@ -90,6 +90,7 @@ declare const UpdateWatchlistCommand_base: {
|
|
|
90
90
|
* @throws {@link VoiceIDServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from VoiceID service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateWatchlistCommand extends UpdateWatchlistCommand_base {
|
|
95
96
|
}
|