@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 AssociateFraudsterCommand 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 = "AssociateFraudsterCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.AssociateFraudsterRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "AssociateFraudster",
|
|
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_AssociateFraudsterCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_AssociateFraudsterCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class AssociateFraudsterCommand 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", "AssociateFraudster", {})
|
|
23
|
+
.n("VoiceIDClient", "AssociateFraudsterCommand")
|
|
24
|
+
.f(models_0_1.AssociateFraudsterRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_AssociateFraudsterCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_AssociateFraudsterCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.AssociateFraudsterCommand = AssociateFraudsterCommand;
|
|
@@ -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 CreateDomainCommand 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 = "CreateDomainCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateDomainRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateDomainResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "CreateDomain",
|
|
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_CreateDomainCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_CreateDomainCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateDomainCommand 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", "CreateDomain", {})
|
|
23
|
+
.n("VoiceIDClient", "CreateDomainCommand")
|
|
24
|
+
.f(models_0_1.CreateDomainRequestFilterSensitiveLog, models_0_1.CreateDomainResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_CreateDomainCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_CreateDomainCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateDomainCommand = CreateDomainCommand;
|
|
@@ -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 CreateWatchlistCommand 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 = "CreateWatchlistCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateWatchlistRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateWatchlistResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "CreateWatchlist",
|
|
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_CreateWatchlistCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_CreateWatchlistCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateWatchlistCommand 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", "CreateWatchlist", {})
|
|
23
|
+
.n("VoiceIDClient", "CreateWatchlistCommand")
|
|
24
|
+
.f(models_0_1.CreateWatchlistRequestFilterSensitiveLog, models_0_1.CreateWatchlistResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_CreateWatchlistCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_CreateWatchlistCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateWatchlistCommand = CreateWatchlistCommand;
|
|
@@ -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 DeleteDomainCommand 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 = "DeleteDomainCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "VoiceID",
|
|
38
|
-
operation: "DeleteDomain",
|
|
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_DeleteDomainCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_DeleteDomainCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteDomainCommand 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", "DeleteDomain", {})
|
|
22
|
+
.n("VoiceIDClient", "DeleteDomainCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_DeleteDomainCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_DeleteDomainCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteDomainCommand = DeleteDomainCommand;
|
|
@@ -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 DeleteFraudsterCommand 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 = "DeleteFraudsterCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.DeleteFraudsterRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DeleteFraudster",
|
|
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_DeleteFraudsterCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DeleteFraudsterCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DeleteFraudsterCommand 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", "DeleteFraudster", {})
|
|
23
|
+
.n("VoiceIDClient", "DeleteFraudsterCommand")
|
|
24
|
+
.f(models_0_1.DeleteFraudsterRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DeleteFraudsterCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DeleteFraudsterCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DeleteFraudsterCommand = DeleteFraudsterCommand;
|
|
@@ -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 DeleteSpeakerCommand 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 = "DeleteSpeakerCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.DeleteSpeakerRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DeleteSpeaker",
|
|
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_DeleteSpeakerCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DeleteSpeakerCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DeleteSpeakerCommand 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", "DeleteSpeaker", {})
|
|
23
|
+
.n("VoiceIDClient", "DeleteSpeakerCommand")
|
|
24
|
+
.f(models_0_1.DeleteSpeakerRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DeleteSpeakerCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DeleteSpeakerCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DeleteSpeakerCommand = DeleteSpeakerCommand;
|
|
@@ -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 DeleteWatchlistCommand 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 = "DeleteWatchlistCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "VoiceID",
|
|
38
|
-
operation: "DeleteWatchlist",
|
|
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_DeleteWatchlistCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_DeleteWatchlistCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteWatchlistCommand 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", "DeleteWatchlist", {})
|
|
22
|
+
.n("VoiceIDClient", "DeleteWatchlistCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_DeleteWatchlistCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_DeleteWatchlistCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteWatchlistCommand = DeleteWatchlistCommand;
|
|
@@ -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 DescribeDomainCommand 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 = "DescribeDomainCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeDomainResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DescribeDomain",
|
|
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_DescribeDomainCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DescribeDomainCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeDomainCommand 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", "DescribeDomain", {})
|
|
23
|
+
.n("VoiceIDClient", "DescribeDomainCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeDomainResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DescribeDomainCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DescribeDomainCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeDomainCommand = DescribeDomainCommand;
|
|
@@ -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 DescribeFraudsterCommand 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 = "DescribeFraudsterCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.DescribeFraudsterRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "VoiceID",
|
|
39
|
-
operation: "DescribeFraudster",
|
|
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_DescribeFraudsterCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_DescribeFraudsterCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeFraudsterCommand 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", "DescribeFraudster", {})
|
|
23
|
+
.n("VoiceIDClient", "DescribeFraudsterCommand")
|
|
24
|
+
.f(models_0_1.DescribeFraudsterRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_DescribeFraudsterCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_DescribeFraudsterCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeFraudsterCommand = DescribeFraudsterCommand;
|