@aws-sdk/client-voice-id 3.477.0 → 3.481.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-cjs/commands/AssociateFraudsterCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/CreateWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteFraudsterCommand.js +18 -41
- package/dist-cjs/commands/DeleteSpeakerCommand.js +18 -41
- package/dist-cjs/commands/DeleteWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
- package/dist-cjs/commands/DescribeFraudsterCommand.js +18 -41
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeSpeakerCommand.js +18 -41
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DisassociateFraudsterCommand.js +18 -41
- package/dist-cjs/commands/EvaluateSessionCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
- package/dist-cjs/commands/ListFraudstersCommand.js +18 -41
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
- package/dist-cjs/commands/ListSpeakersCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWatchlistsCommand.js +18 -41
- package/dist-cjs/commands/OptOutSpeakerCommand.js +18 -41
- package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +18 -41
- package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainCommand.js +18 -41
- package/dist-cjs/commands/UpdateWatchlistCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListDomainsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFraudsterRegistrationJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFraudstersPaginator.js +2 -24
- package/dist-cjs/pagination/ListSpeakerEnrollmentJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSpeakersPaginator.js +2 -24
- package/dist-cjs/pagination/ListWatchlistsPaginator.js +2 -24
- package/dist-es/commands/AssociateFraudsterCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/CreateWatchlistCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteFraudsterCommand.js +18 -41
- package/dist-es/commands/DeleteSpeakerCommand.js +18 -41
- package/dist-es/commands/DeleteWatchlistCommand.js +18 -41
- package/dist-es/commands/DescribeDomainCommand.js +18 -41
- package/dist-es/commands/DescribeFraudsterCommand.js +18 -41
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
- package/dist-es/commands/DescribeSpeakerCommand.js +18 -41
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-es/commands/DescribeWatchlistCommand.js +18 -41
- package/dist-es/commands/DisassociateFraudsterCommand.js +18 -41
- package/dist-es/commands/EvaluateSessionCommand.js +18 -41
- package/dist-es/commands/ListDomainsCommand.js +18 -41
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
- package/dist-es/commands/ListFraudstersCommand.js +18 -41
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
- package/dist-es/commands/ListSpeakersCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWatchlistsCommand.js +18 -41
- package/dist-es/commands/OptOutSpeakerCommand.js +18 -41
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +18 -41
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDomainCommand.js +18 -41
- package/dist-es/commands/UpdateWatchlistCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListDomainsPaginator.js +2 -23
- package/dist-es/pagination/ListFraudsterRegistrationJobsPaginator.js +2 -23
- package/dist-es/pagination/ListFraudstersPaginator.js +2 -23
- package/dist-es/pagination/ListSpeakerEnrollmentJobsPaginator.js +2 -23
- package/dist-es/pagination/ListSpeakersPaginator.js +2 -23
- package/dist-es/pagination/ListWatchlistsPaginator.js +2 -23
- package/dist-types/commands/AssociateFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/CreateWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateSessionCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListFraudstersCommand.d.ts +6 -21
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListSpeakersCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWatchlistsCommand.d.ts +6 -21
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -21
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWatchlistCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFraudstersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpeakersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWatchlistsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFraudstersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSpeakersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWatchlistsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DescribeFraudsterRegistrationJobCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "VoiceIDClient";
|
|
30
|
-
const commandName = "DescribeFraudsterRegistrationJobCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DescribeFraudsterRegistrationJob",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_DescribeFraudsterRegistrationJobCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DescribeFraudsterRegistrationJobCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeFraudsterRegistrationJobCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("VoiceID", "DescribeFraudsterRegistrationJob", {})
|
|
23
|
+
.n("VoiceIDClient", "DescribeFraudsterRegistrationJobCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeFraudsterRegistrationJobResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DescribeFraudsterRegistrationJobCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DescribeFraudsterRegistrationJobCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeFraudsterRegistrationJobCommand = DescribeFraudsterRegistrationJobCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DescribeSpeakerCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "VoiceIDClient";
|
|
30
|
-
const commandName = "DescribeSpeakerCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.DescribeSpeakerRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeSpeakerResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DescribeSpeaker",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_DescribeSpeakerCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DescribeSpeakerCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeSpeakerCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("VoiceID", "DescribeSpeaker", {})
|
|
23
|
+
.n("VoiceIDClient", "DescribeSpeakerCommand")
|
|
24
|
+
.f(models_0_1.DescribeSpeakerRequestFilterSensitiveLog, models_0_1.DescribeSpeakerResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DescribeSpeakerCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DescribeSpeakerCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeSpeakerCommand = DescribeSpeakerCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DescribeSpeakerEnrollmentJobCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "VoiceIDClient";
|
|
30
|
-
const commandName = "DescribeSpeakerEnrollmentJobCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DescribeSpeakerEnrollmentJob",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_DescribeSpeakerEnrollmentJobCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DescribeSpeakerEnrollmentJobCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeSpeakerEnrollmentJobCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("VoiceID", "DescribeSpeakerEnrollmentJob", {})
|
|
23
|
+
.n("VoiceIDClient", "DescribeSpeakerEnrollmentJobCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DescribeSpeakerEnrollmentJobCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DescribeSpeakerEnrollmentJobCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeSpeakerEnrollmentJobCommand = DescribeSpeakerEnrollmentJobCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DescribeWatchlistCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "VoiceIDClient";
|
|
30
|
-
const commandName = "DescribeWatchlistCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeWatchlistResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DescribeWatchlist",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_DescribeWatchlistCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DescribeWatchlistCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeWatchlistCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("VoiceID", "DescribeWatchlist", {})
|
|
23
|
+
.n("VoiceIDClient", "DescribeWatchlistCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeWatchlistResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DescribeWatchlistCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DescribeWatchlistCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeWatchlistCommand = DescribeWatchlistCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DisassociateFraudsterCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "VoiceIDClient";
|
|
30
|
-
const commandName = "DisassociateFraudsterCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.DisassociateFraudsterRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DisassociateFraudster",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_DisassociateFraudsterCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DisassociateFraudsterCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DisassociateFraudsterCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("VoiceID", "DisassociateFraudster", {})
|
|
23
|
+
.n("VoiceIDClient", "DisassociateFraudsterCommand")
|
|
24
|
+
.f(models_0_1.DisassociateFraudsterRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DisassociateFraudsterCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DisassociateFraudsterCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DisassociateFraudsterCommand = DisassociateFraudsterCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class EvaluateSessionCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "VoiceIDClient";
|
|
30
|
-
const commandName = "EvaluateSessionCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.EvaluateSessionResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "EvaluateSession",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_EvaluateSessionCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_EvaluateSessionCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class EvaluateSessionCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("VoiceID", "EvaluateSession", {})
|
|
23
|
+
.n("VoiceIDClient", "EvaluateSessionCommand")
|
|
24
|
+
.f(void 0, models_0_1.EvaluateSessionResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_EvaluateSessionCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_EvaluateSessionCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.EvaluateSessionCommand = EvaluateSessionCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListDomainsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "VoiceIDClient";
|
|
30
|
-
const commandName = "ListDomainsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.ListDomainsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "ListDomains",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_ListDomainsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_ListDomainsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ListDomainsCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("VoiceID", "ListDomains", {})
|
|
23
|
+
.n("VoiceIDClient", "ListDomainsCommand")
|
|
24
|
+
.f(void 0, models_0_1.ListDomainsResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_ListDomainsCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_ListDomainsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ListDomainsCommand = ListDomainsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListFraudsterRegistrationJobsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "VoiceIDClient";
|
|
30
|
-
const commandName = "ListFraudsterRegistrationJobsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.ListFraudsterRegistrationJobsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "ListFraudsterRegistrationJobs",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_ListFraudsterRegistrationJobsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_ListFraudsterRegistrationJobsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ListFraudsterRegistrationJobsCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("VoiceID", "ListFraudsterRegistrationJobs", {})
|
|
23
|
+
.n("VoiceIDClient", "ListFraudsterRegistrationJobsCommand")
|
|
24
|
+
.f(void 0, models_0_1.ListFraudsterRegistrationJobsResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_ListFraudsterRegistrationJobsCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_ListFraudsterRegistrationJobsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ListFraudsterRegistrationJobsCommand = ListFraudsterRegistrationJobsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class ListFraudstersCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "VoiceIDClient";
|
|
29
|
-
const commandName = "ListFraudstersCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "VoiceID",
|
|
38
|
-
operation: "ListFraudsters",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_ListFraudstersCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_ListFraudstersCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListFraudstersCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("VoiceID", "ListFraudsters", {})
|
|
22
|
+
.n("VoiceIDClient", "ListFraudstersCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_ListFraudstersCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_ListFraudstersCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListFraudstersCommand = ListFraudstersCommand;
|