@aws-sdk/client-voice-id 3.35.0 → 3.38.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/CHANGELOG.md +47 -0
- package/dist-cjs/VoiceID.js +0 -6
- package/dist-cjs/VoiceIDClient.js +0 -11
- package/dist-cjs/commands/CreateDomainCommand.js +0 -27
- package/dist-cjs/commands/DeleteDomainCommand.js +0 -25
- package/dist-cjs/commands/DeleteFraudsterCommand.js +0 -25
- package/dist-cjs/commands/DeleteSpeakerCommand.js +0 -25
- package/dist-cjs/commands/DescribeDomainCommand.js +0 -25
- package/dist-cjs/commands/DescribeFraudsterCommand.js +0 -25
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeSpeakerCommand.js +0 -25
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +0 -25
- package/dist-cjs/commands/EvaluateSessionCommand.js +0 -26
- package/dist-cjs/commands/ListDomainsCommand.js +0 -26
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +0 -28
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +0 -27
- package/dist-cjs/commands/ListSpeakersCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/OptOutSpeakerCommand.js +0 -29
- package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +0 -25
- package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateDomainCommand.js +0 -26
- package/dist-cjs/commands/index.js +24 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -29
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -211
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDomainsPaginator.js +0 -11
- package/dist-cjs/pagination/ListFraudsterRegistrationJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListSpeakerEnrollmentJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListSpeakersPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_json1_0.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/VoiceID.js +0 -1
- package/dist-es/VoiceIDClient.js +0 -1
- package/dist-es/commands/CreateDomainCommand.js +0 -1
- package/dist-es/commands/DeleteDomainCommand.js +0 -1
- package/dist-es/commands/DeleteFraudsterCommand.js +0 -1
- package/dist-es/commands/DeleteSpeakerCommand.js +0 -1
- package/dist-es/commands/DescribeDomainCommand.js +0 -1
- package/dist-es/commands/DescribeFraudsterCommand.js +0 -1
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +0 -1
- package/dist-es/commands/DescribeSpeakerCommand.js +0 -1
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +0 -1
- package/dist-es/commands/EvaluateSessionCommand.js +0 -1
- package/dist-es/commands/ListDomainsCommand.js +0 -1
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +0 -1
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +0 -1
- package/dist-es/commands/ListSpeakersCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/OptOutSpeakerCommand.js +0 -1
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +0 -1
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateDomainCommand.js +0 -1
- package/dist-es/commands/index.js +21 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -29
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDomainsPaginator.js +0 -1
- package/dist-es/pagination/ListFraudsterRegistrationJobsPaginator.js +0 -1
- package/dist-es/pagination/ListSpeakerEnrollmentJobsPaginator.js +0 -1
- package/dist-es/pagination/ListSpeakersPaginator.js +0 -1
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_json1_0.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +21 -0
- package/dist-types/index.d.ts +4 -28
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/VoiceID.d.ts +22 -82
- package/dist-types/ts3.4/VoiceIDClient.d.ts +24 -91
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +21 -0
- package/dist-types/ts3.4/index.d.ts +4 -28
- package/dist-types/ts3.4/models/models_0.d.ts +293 -1041
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/VoiceID.js.map +0 -1
- package/dist-cjs/VoiceIDClient.js.map +0 -1
- package/dist-cjs/commands/CreateDomainCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDomainCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFraudsterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSpeakerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDomainCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFraudsterCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSpeakerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js.map +0 -1
- package/dist-cjs/commands/EvaluateSessionCommand.js.map +0 -1
- package/dist-cjs/commands/ListDomainsCommand.js.map +0 -1
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSpeakersCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/OptOutSpeakerCommand.js.map +0 -1
- package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDomainCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDomainsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListFraudsterRegistrationJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSpeakerEnrollmentJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSpeakersPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_0.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/VoiceID.js.map +0 -1
- package/dist-es/VoiceIDClient.js.map +0 -1
- package/dist-es/commands/CreateDomainCommand.js.map +0 -1
- package/dist-es/commands/DeleteDomainCommand.js.map +0 -1
- package/dist-es/commands/DeleteFraudsterCommand.js.map +0 -1
- package/dist-es/commands/DeleteSpeakerCommand.js.map +0 -1
- package/dist-es/commands/DescribeDomainCommand.js.map +0 -1
- package/dist-es/commands/DescribeFraudsterCommand.js.map +0 -1
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeSpeakerCommand.js.map +0 -1
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js.map +0 -1
- package/dist-es/commands/EvaluateSessionCommand.js.map +0 -1
- package/dist-es/commands/ListDomainsCommand.js.map +0 -1
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js.map +0 -1
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js.map +0 -1
- package/dist-es/commands/ListSpeakersCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/OptOutSpeakerCommand.js.map +0 -1
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js.map +0 -1
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateDomainCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDomainsPaginator.js.map +0 -1
- package/dist-es/pagination/ListFraudsterRegistrationJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListSpeakerEnrollmentJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListSpeakersPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_0.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/VoiceID.ts +0 -769
- package/src/VoiceIDClient.ts +0 -322
- package/src/commands/CreateDomainCommand.ts +0 -97
- package/src/commands/DeleteDomainCommand.ts +0 -95
- package/src/commands/DeleteFraudsterCommand.ts +0 -95
- package/src/commands/DeleteSpeakerCommand.ts +0 -95
- package/src/commands/DescribeDomainCommand.ts +0 -95
- package/src/commands/DescribeFraudsterCommand.ts +0 -95
- package/src/commands/DescribeFraudsterRegistrationJobCommand.ts +0 -103
- package/src/commands/DescribeSpeakerCommand.ts +0 -95
- package/src/commands/DescribeSpeakerEnrollmentJobCommand.ts +0 -100
- package/src/commands/EvaluateSessionCommand.ts +0 -96
- package/src/commands/ListDomainsCommand.ts +0 -96
- package/src/commands/ListFraudsterRegistrationJobsCommand.ts +0 -103
- package/src/commands/ListSpeakerEnrollmentJobsCommand.ts +0 -100
- package/src/commands/ListSpeakersCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/OptOutSpeakerCommand.ts +0 -99
- package/src/commands/StartFraudsterRegistrationJobCommand.ts +0 -100
- package/src/commands/StartSpeakerEnrollmentJobCommand.ts +0 -98
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateDomainCommand.ts +0 -96
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -29
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2153
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDomainsPaginator.ts +0 -55
- package/src/pagination/ListFraudsterRegistrationJobsPaginator.ts +0 -59
- package/src/pagination/ListSpeakerEnrollmentJobsPaginator.ts +0 -59
- package/src/pagination/ListSpeakersPaginator.ts +0 -59
- package/src/protocols/Aws_json1_0.ts +0 -3488
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -21,149 +21,89 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
21
21
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
22
22
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
23
23
|
import { VoiceIDClient } from "./VoiceIDClient";
|
|
24
|
-
|
|
25
|
-
* <p>Amazon Connect Voice ID provides real-time caller authentication and fraud screening. This guide
|
|
26
|
-
* describes the APIs used for this service.
|
|
27
|
-
* </p>
|
|
28
|
-
*/
|
|
24
|
+
|
|
29
25
|
export declare class VoiceID extends VoiceIDClient {
|
|
30
|
-
|
|
31
|
-
* <p>Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer
|
|
32
|
-
* audio, and voiceprints.
|
|
33
|
-
* </p>
|
|
34
|
-
*/
|
|
26
|
+
|
|
35
27
|
createDomain(args: CreateDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainCommandOutput>;
|
|
36
28
|
createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
|
|
37
29
|
createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
|
|
38
|
-
|
|
39
|
-
* <p>Deletes the specified domain from the Amazon Connect Voice ID system.</p>
|
|
40
|
-
*/
|
|
30
|
+
|
|
41
31
|
deleteDomain(args: DeleteDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainCommandOutput>;
|
|
42
32
|
deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
|
|
43
33
|
deleteDomain(args: DeleteDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
|
|
44
|
-
|
|
45
|
-
* <p>Deletes the specified fraudster from the Amazon Connect Voice ID system.</p>
|
|
46
|
-
*/
|
|
34
|
+
|
|
47
35
|
deleteFraudster(args: DeleteFraudsterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFraudsterCommandOutput>;
|
|
48
36
|
deleteFraudster(args: DeleteFraudsterCommandInput, cb: (err: any, data?: DeleteFraudsterCommandOutput) => void): void;
|
|
49
37
|
deleteFraudster(args: DeleteFraudsterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFraudsterCommandOutput) => void): void;
|
|
50
|
-
|
|
51
|
-
* <p>Deletes the specified speaker from the Amazon Connect Voice ID system.</p>
|
|
52
|
-
*/
|
|
38
|
+
|
|
53
39
|
deleteSpeaker(args: DeleteSpeakerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSpeakerCommandOutput>;
|
|
54
40
|
deleteSpeaker(args: DeleteSpeakerCommandInput, cb: (err: any, data?: DeleteSpeakerCommandOutput) => void): void;
|
|
55
41
|
deleteSpeaker(args: DeleteSpeakerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSpeakerCommandOutput) => void): void;
|
|
56
|
-
|
|
57
|
-
* <p>Describes the specified domain.</p>
|
|
58
|
-
*/
|
|
42
|
+
|
|
59
43
|
describeDomain(args: DescribeDomainCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainCommandOutput>;
|
|
60
44
|
describeDomain(args: DescribeDomainCommandInput, cb: (err: any, data?: DescribeDomainCommandOutput) => void): void;
|
|
61
45
|
describeDomain(args: DescribeDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainCommandOutput) => void): void;
|
|
62
|
-
|
|
63
|
-
* <p>Describes the specified fraudster.</p>
|
|
64
|
-
*/
|
|
46
|
+
|
|
65
47
|
describeFraudster(args: DescribeFraudsterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFraudsterCommandOutput>;
|
|
66
48
|
describeFraudster(args: DescribeFraudsterCommandInput, cb: (err: any, data?: DescribeFraudsterCommandOutput) => void): void;
|
|
67
49
|
describeFraudster(args: DescribeFraudsterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFraudsterCommandOutput) => void): void;
|
|
68
|
-
|
|
69
|
-
* <p>Describes the specified fraudster registration job.</p>
|
|
70
|
-
*/
|
|
50
|
+
|
|
71
51
|
describeFraudsterRegistrationJob(args: DescribeFraudsterRegistrationJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFraudsterRegistrationJobCommandOutput>;
|
|
72
52
|
describeFraudsterRegistrationJob(args: DescribeFraudsterRegistrationJobCommandInput, cb: (err: any, data?: DescribeFraudsterRegistrationJobCommandOutput) => void): void;
|
|
73
53
|
describeFraudsterRegistrationJob(args: DescribeFraudsterRegistrationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFraudsterRegistrationJobCommandOutput) => void): void;
|
|
74
|
-
|
|
75
|
-
* <p>Describes the specified speaker.</p>
|
|
76
|
-
*/
|
|
54
|
+
|
|
77
55
|
describeSpeaker(args: DescribeSpeakerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpeakerCommandOutput>;
|
|
78
56
|
describeSpeaker(args: DescribeSpeakerCommandInput, cb: (err: any, data?: DescribeSpeakerCommandOutput) => void): void;
|
|
79
57
|
describeSpeaker(args: DescribeSpeakerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpeakerCommandOutput) => void): void;
|
|
80
|
-
|
|
81
|
-
* <p>Describes the specified speaker enrollment job.</p>
|
|
82
|
-
*/
|
|
58
|
+
|
|
83
59
|
describeSpeakerEnrollmentJob(args: DescribeSpeakerEnrollmentJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpeakerEnrollmentJobCommandOutput>;
|
|
84
60
|
describeSpeakerEnrollmentJob(args: DescribeSpeakerEnrollmentJobCommandInput, cb: (err: any, data?: DescribeSpeakerEnrollmentJobCommandOutput) => void): void;
|
|
85
61
|
describeSpeakerEnrollmentJob(args: DescribeSpeakerEnrollmentJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpeakerEnrollmentJobCommandOutput) => void): void;
|
|
86
|
-
|
|
87
|
-
* <p>Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice
|
|
88
|
-
* ID call.</p>
|
|
89
|
-
*/
|
|
62
|
+
|
|
90
63
|
evaluateSession(args: EvaluateSessionCommandInput, options?: __HttpHandlerOptions): Promise<EvaluateSessionCommandOutput>;
|
|
91
64
|
evaluateSession(args: EvaluateSessionCommandInput, cb: (err: any, data?: EvaluateSessionCommandOutput) => void): void;
|
|
92
65
|
evaluateSession(args: EvaluateSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EvaluateSessionCommandOutput) => void): void;
|
|
93
|
-
|
|
94
|
-
* <p>Lists all the domains in the Amazon Web Services account.
|
|
95
|
-
* </p>
|
|
96
|
-
*/
|
|
66
|
+
|
|
97
67
|
listDomains(args: ListDomainsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainsCommandOutput>;
|
|
98
68
|
listDomains(args: ListDomainsCommandInput, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
|
|
99
69
|
listDomains(args: ListDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
|
|
100
|
-
|
|
101
|
-
* <p>Lists all the fraudster registration jobs in the domain with the given <code>JobStatus</code>.
|
|
102
|
-
* If <code>JobStatus</code> is not provided, this lists all fraudster registration jobs in the given
|
|
103
|
-
* domain.
|
|
104
|
-
* </p>
|
|
105
|
-
*/
|
|
70
|
+
|
|
106
71
|
listFraudsterRegistrationJobs(args: ListFraudsterRegistrationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListFraudsterRegistrationJobsCommandOutput>;
|
|
107
72
|
listFraudsterRegistrationJobs(args: ListFraudsterRegistrationJobsCommandInput, cb: (err: any, data?: ListFraudsterRegistrationJobsCommandOutput) => void): void;
|
|
108
73
|
listFraudsterRegistrationJobs(args: ListFraudsterRegistrationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFraudsterRegistrationJobsCommandOutput) => void): void;
|
|
109
|
-
|
|
110
|
-
* <p>Lists all the speaker enrollment jobs in the domain with the specified <code>JobStatus</code>. If
|
|
111
|
-
* <code>JobStatus</code> is not provided, this lists all jobs with all possible speaker enrollment job
|
|
112
|
-
* statuses.</p>
|
|
113
|
-
*/
|
|
74
|
+
|
|
114
75
|
listSpeakerEnrollmentJobs(args: ListSpeakerEnrollmentJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSpeakerEnrollmentJobsCommandOutput>;
|
|
115
76
|
listSpeakerEnrollmentJobs(args: ListSpeakerEnrollmentJobsCommandInput, cb: (err: any, data?: ListSpeakerEnrollmentJobsCommandOutput) => void): void;
|
|
116
77
|
listSpeakerEnrollmentJobs(args: ListSpeakerEnrollmentJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpeakerEnrollmentJobsCommandOutput) => void): void;
|
|
117
|
-
|
|
118
|
-
* <p>Lists all speakers in a specified domain.</p>
|
|
119
|
-
*/
|
|
78
|
+
|
|
120
79
|
listSpeakers(args: ListSpeakersCommandInput, options?: __HttpHandlerOptions): Promise<ListSpeakersCommandOutput>;
|
|
121
80
|
listSpeakers(args: ListSpeakersCommandInput, cb: (err: any, data?: ListSpeakersCommandOutput) => void): void;
|
|
122
81
|
listSpeakers(args: ListSpeakersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpeakersCommandOutput) => void): void;
|
|
123
|
-
|
|
124
|
-
* <p>Lists all tags associated with a specified Voice ID resource.</p>
|
|
125
|
-
*/
|
|
82
|
+
|
|
126
83
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
127
84
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
128
85
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
129
|
-
|
|
130
|
-
* <p>Opts out a speaker from Voice ID system. A speaker can be opted out regardless of whether or not they
|
|
131
|
-
* already exist in the system. If they don't yet exist, a new speaker is created in an opted out state.
|
|
132
|
-
* If they already exist, their existing status is overridden and they are opted out. Enrollment and
|
|
133
|
-
* evaluation authentication requests are rejected for opted out speakers, and opted out speakers have
|
|
134
|
-
* no voice embeddings stored in the system.</p>
|
|
135
|
-
*/
|
|
86
|
+
|
|
136
87
|
optOutSpeaker(args: OptOutSpeakerCommandInput, options?: __HttpHandlerOptions): Promise<OptOutSpeakerCommandOutput>;
|
|
137
88
|
optOutSpeaker(args: OptOutSpeakerCommandInput, cb: (err: any, data?: OptOutSpeakerCommandOutput) => void): void;
|
|
138
89
|
optOutSpeaker(args: OptOutSpeakerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: OptOutSpeakerCommandOutput) => void): void;
|
|
139
|
-
|
|
140
|
-
* <p>Starts a new batch fraudster registration job using provided details.</p>
|
|
141
|
-
*/
|
|
90
|
+
|
|
142
91
|
startFraudsterRegistrationJob(args: StartFraudsterRegistrationJobCommandInput, options?: __HttpHandlerOptions): Promise<StartFraudsterRegistrationJobCommandOutput>;
|
|
143
92
|
startFraudsterRegistrationJob(args: StartFraudsterRegistrationJobCommandInput, cb: (err: any, data?: StartFraudsterRegistrationJobCommandOutput) => void): void;
|
|
144
93
|
startFraudsterRegistrationJob(args: StartFraudsterRegistrationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFraudsterRegistrationJobCommandOutput) => void): void;
|
|
145
|
-
|
|
146
|
-
* <p>Starts a new batch speaker enrollment job using specified details.</p>
|
|
147
|
-
*/
|
|
94
|
+
|
|
148
95
|
startSpeakerEnrollmentJob(args: StartSpeakerEnrollmentJobCommandInput, options?: __HttpHandlerOptions): Promise<StartSpeakerEnrollmentJobCommandOutput>;
|
|
149
96
|
startSpeakerEnrollmentJob(args: StartSpeakerEnrollmentJobCommandInput, cb: (err: any, data?: StartSpeakerEnrollmentJobCommandOutput) => void): void;
|
|
150
97
|
startSpeakerEnrollmentJob(args: StartSpeakerEnrollmentJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSpeakerEnrollmentJobCommandOutput) => void): void;
|
|
151
|
-
|
|
152
|
-
* <p>Tags an Amazon Connect Voice ID resource with the provided list of tags.</p>
|
|
153
|
-
*/
|
|
98
|
+
|
|
154
99
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
155
100
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
156
101
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
157
|
-
|
|
158
|
-
* <p>Removes specified tags from a specified Amazon Connect Voice ID resource.</p>
|
|
159
|
-
*/
|
|
102
|
+
|
|
160
103
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
161
104
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
162
105
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
163
|
-
|
|
164
|
-
* <p>Updates the specified domain. This API has clobber behavior, and clears and replaces all attributes.
|
|
165
|
-
* If an optional field, such as 'Description' is not provided, it is removed from the domain.</p>
|
|
166
|
-
*/
|
|
106
|
+
|
|
167
107
|
updateDomain(args: UpdateDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainCommandOutput>;
|
|
168
108
|
updateDomain(args: UpdateDomainCommandInput, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
|
|
169
109
|
updateDomain(args: UpdateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
|
|
@@ -30,126 +30,59 @@ import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/
|
|
|
30
30
|
export declare type ServiceInputTypes = CreateDomainCommandInput | DeleteDomainCommandInput | DeleteFraudsterCommandInput | DeleteSpeakerCommandInput | DescribeDomainCommandInput | DescribeFraudsterCommandInput | DescribeFraudsterRegistrationJobCommandInput | DescribeSpeakerCommandInput | DescribeSpeakerEnrollmentJobCommandInput | EvaluateSessionCommandInput | ListDomainsCommandInput | ListFraudsterRegistrationJobsCommandInput | ListSpeakerEnrollmentJobsCommandInput | ListSpeakersCommandInput | ListTagsForResourceCommandInput | OptOutSpeakerCommandInput | StartFraudsterRegistrationJobCommandInput | StartSpeakerEnrollmentJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDomainCommandInput;
|
|
31
31
|
export declare type ServiceOutputTypes = CreateDomainCommandOutput | DeleteDomainCommandOutput | DeleteFraudsterCommandOutput | DeleteSpeakerCommandOutput | DescribeDomainCommandOutput | DescribeFraudsterCommandOutput | DescribeFraudsterRegistrationJobCommandOutput | DescribeSpeakerCommandOutput | DescribeSpeakerEnrollmentJobCommandOutput | EvaluateSessionCommandOutput | ListDomainsCommandOutput | ListFraudsterRegistrationJobsCommandOutput | ListSpeakerEnrollmentJobsCommandOutput | ListSpeakersCommandOutput | ListTagsForResourceCommandOutput | OptOutSpeakerCommandOutput | StartFraudsterRegistrationJobCommandOutput | StartSpeakerEnrollmentJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDomainCommandOutput;
|
|
32
32
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
33
|
-
|
|
34
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
35
|
-
*/
|
|
33
|
+
|
|
36
34
|
requestHandler?: __HttpHandler;
|
|
37
|
-
|
|
38
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
39
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
35
|
+
|
|
42
36
|
sha256?: __HashConstructor;
|
|
43
|
-
|
|
44
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
37
|
+
|
|
47
38
|
urlParser?: __UrlParser;
|
|
48
|
-
|
|
49
|
-
* A function that can calculate the length of a request body.
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
39
|
+
|
|
52
40
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
53
|
-
|
|
54
|
-
* A function that converts a stream into an array of bytes.
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
41
|
+
|
|
57
42
|
streamCollector?: __StreamCollector;
|
|
58
|
-
|
|
59
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
43
|
+
|
|
62
44
|
base64Decoder?: __Decoder;
|
|
63
|
-
|
|
64
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
45
|
+
|
|
67
46
|
base64Encoder?: __Encoder;
|
|
68
|
-
|
|
69
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
47
|
+
|
|
72
48
|
utf8Decoder?: __Decoder;
|
|
73
|
-
|
|
74
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
49
|
+
|
|
77
50
|
utf8Encoder?: __Encoder;
|
|
78
|
-
|
|
79
|
-
* The runtime environment.
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
51
|
+
|
|
82
52
|
runtime?: string;
|
|
83
|
-
|
|
84
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
85
|
-
* trait of an operation.
|
|
86
|
-
*/
|
|
53
|
+
|
|
87
54
|
disableHostPrefix?: boolean;
|
|
88
|
-
|
|
89
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
90
|
-
*/
|
|
55
|
+
|
|
91
56
|
maxAttempts?: number | __Provider<number>;
|
|
92
|
-
|
|
93
|
-
* Specifies which retry algorithm to use.
|
|
94
|
-
*/
|
|
57
|
+
|
|
95
58
|
retryMode?: string | __Provider<string>;
|
|
96
|
-
|
|
97
|
-
* Optional logger for logging debug/info/warn/error.
|
|
98
|
-
*/
|
|
59
|
+
|
|
99
60
|
logger?: __Logger;
|
|
100
|
-
|
|
101
|
-
* Unique service identifier.
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
61
|
+
|
|
104
62
|
serviceId?: string;
|
|
105
|
-
|
|
106
|
-
* The AWS region to which this client will send requests
|
|
107
|
-
*/
|
|
63
|
+
|
|
108
64
|
region?: string | __Provider<string>;
|
|
109
|
-
|
|
110
|
-
* Default credentials provider; Not available in browser runtime.
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
65
|
+
|
|
113
66
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
114
|
-
|
|
115
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
67
|
+
|
|
118
68
|
regionInfoProvider?: RegionInfoProvider;
|
|
119
|
-
|
|
120
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
69
|
+
|
|
123
70
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
124
71
|
}
|
|
125
72
|
declare type VoiceIDClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
126
|
-
|
|
127
|
-
* The configuration interface of VoiceIDClient class constructor that set the region, credentials and other options.
|
|
128
|
-
*/
|
|
73
|
+
|
|
129
74
|
export interface VoiceIDClientConfig extends VoiceIDClientConfigType {
|
|
130
75
|
}
|
|
131
76
|
declare type VoiceIDClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
132
|
-
|
|
133
|
-
* The resolved configuration interface of VoiceIDClient class. This is resolved and normalized from the {@link VoiceIDClientConfig | constructor configuration interface}.
|
|
134
|
-
*/
|
|
77
|
+
|
|
135
78
|
export interface VoiceIDClientResolvedConfig extends VoiceIDClientResolvedConfigType {
|
|
136
79
|
}
|
|
137
|
-
|
|
138
|
-
* <p>Amazon Connect Voice ID provides real-time caller authentication and fraud screening. This guide
|
|
139
|
-
* describes the APIs used for this service.
|
|
140
|
-
* </p>
|
|
141
|
-
*/
|
|
80
|
+
|
|
142
81
|
export declare class VoiceIDClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig> {
|
|
143
|
-
|
|
144
|
-
* The resolved configuration of VoiceIDClient class. This is resolved and normalized from the {@link VoiceIDClientConfig | constructor configuration interface}.
|
|
145
|
-
*/
|
|
82
|
+
|
|
146
83
|
readonly config: VoiceIDClientResolvedConfig;
|
|
147
84
|
constructor(configuration: VoiceIDClientConfig);
|
|
148
|
-
|
|
149
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
150
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
151
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
152
|
-
*/
|
|
85
|
+
|
|
153
86
|
destroy(): void;
|
|
154
87
|
}
|
|
155
88
|
export {};
|
|
@@ -6,31 +6,11 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer
|
|
11
|
-
* audio, and voiceprints.
|
|
12
|
-
* </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { VoiceIDClient, CreateDomainCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
17
|
-
* // const { VoiceIDClient, CreateDomainCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
18
|
-
* const client = new VoiceIDClient(config);
|
|
19
|
-
* const command = new CreateDomainCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateDomainCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateDomainCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, VoiceIDClientResolvedConfig> {
|
|
29
11
|
readonly input: CreateDomainCommandInput;
|
|
30
12
|
constructor(input: CreateDomainCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteDomainCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified domain from the Amazon Connect Voice ID system.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { VoiceIDClient, DeleteDomainCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
15
|
-
* // const { VoiceIDClient, DeleteDomainCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
16
|
-
* const client = new VoiceIDClient(config);
|
|
17
|
-
* const command = new DeleteDomainCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteDomainCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteDomainCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteDomainCommandInput;
|
|
28
12
|
constructor(input: DeleteDomainCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteFraudsterCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified fraudster from the Amazon Connect Voice ID system.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { VoiceIDClient, DeleteFraudsterCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
15
|
-
* // const { VoiceIDClient, DeleteFraudsterCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
16
|
-
* const client = new VoiceIDClient(config);
|
|
17
|
-
* const command = new DeleteFraudsterCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteFraudsterCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteFraudsterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteFraudsterCommand extends $Command<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteFraudsterCommandInput;
|
|
28
12
|
constructor(input: DeleteFraudsterCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteSpeakerCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified speaker from the Amazon Connect Voice ID system.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { VoiceIDClient, DeleteSpeakerCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
15
|
-
* // const { VoiceIDClient, DeleteSpeakerCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
16
|
-
* const client = new VoiceIDClient(config);
|
|
17
|
-
* const command = new DeleteSpeakerCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteSpeakerCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteSpeakerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteSpeakerCommand extends $Command<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteSpeakerCommandInput;
|
|
28
12
|
constructor(input: DeleteSpeakerCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeDomainCommandInput extends DescribeDomainRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the specified domain.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { VoiceIDClient, DescribeDomainCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
15
|
-
* // const { VoiceIDClient, DescribeDomainCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
16
|
-
* const client = new VoiceIDClient(config);
|
|
17
|
-
* const command = new DescribeDomainCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeDomainCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeDomainCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeDomainCommand extends $Command<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeDomainCommandInput;
|
|
28
12
|
constructor(input: DescribeDomainCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeFraudsterCommandInput extends DescribeFraudsterRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeFraudsterCommandOutput extends DescribeFraudsterResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the specified fraudster.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { VoiceIDClient, DescribeFraudsterCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
15
|
-
* // const { VoiceIDClient, DescribeFraudsterCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
16
|
-
* const client = new VoiceIDClient(config);
|
|
17
|
-
* const command = new DescribeFraudsterCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeFraudsterCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeFraudsterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeFraudsterCommand extends $Command<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeFraudsterCommandInput;
|
|
28
12
|
constructor(input: DescribeFraudsterCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeFraudsterRegistrationJobCommandInput extends DescribeFr
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeFraudsterRegistrationJobCommandOutput extends DescribeFraudsterRegistrationJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the specified fraudster registration job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { VoiceIDClient, DescribeFraudsterRegistrationJobCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
15
|
-
* // const { VoiceIDClient, DescribeFraudsterRegistrationJobCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
16
|
-
* const client = new VoiceIDClient(config);
|
|
17
|
-
* const command = new DescribeFraudsterRegistrationJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeFraudsterRegistrationJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeFraudsterRegistrationJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeFraudsterRegistrationJobCommand extends $Command<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeFraudsterRegistrationJobCommandInput;
|
|
28
12
|
constructor(input: DescribeFraudsterRegistrationJobCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeSpeakerCommandInput extends DescribeSpeakerRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeSpeakerCommandOutput extends DescribeSpeakerResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the specified speaker.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { VoiceIDClient, DescribeSpeakerCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
15
|
-
* // const { VoiceIDClient, DescribeSpeakerCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
16
|
-
* const client = new VoiceIDClient(config);
|
|
17
|
-
* const command = new DescribeSpeakerCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeSpeakerCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeSpeakerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeSpeakerCommand extends $Command<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeSpeakerCommandInput;
|
|
28
12
|
constructor(input: DescribeSpeakerCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeSpeakerEnrollmentJobCommandInput extends DescribeSpeake
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeSpeakerEnrollmentJobCommandOutput extends DescribeSpeakerEnrollmentJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the specified speaker enrollment job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { VoiceIDClient, DescribeSpeakerEnrollmentJobCommand } from "@aws-sdk/client-voice-id"; // ES Modules import
|
|
15
|
-
* // const { VoiceIDClient, DescribeSpeakerEnrollmentJobCommand } = require("@aws-sdk/client-voice-id"); // CommonJS import
|
|
16
|
-
* const client = new VoiceIDClient(config);
|
|
17
|
-
* const command = new DescribeSpeakerEnrollmentJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeSpeakerEnrollmentJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeSpeakerEnrollmentJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link VoiceIDClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeSpeakerEnrollmentJobCommand extends $Command<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeSpeakerEnrollmentJobCommandInput;
|
|
28
12
|
constructor(input: DescribeSpeakerEnrollmentJobCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|