@aws-sdk/client-voice-id 3.490.0 → 3.495.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.
Files changed (49) hide show
  1. package/dist-cjs/VoiceID.js +1 -69
  2. package/dist-cjs/VoiceIDClient.js +1 -43
  3. package/dist-cjs/commands/AssociateFraudsterCommand.js +1 -29
  4. package/dist-cjs/commands/CreateDomainCommand.js +1 -29
  5. package/dist-cjs/commands/CreateWatchlistCommand.js +1 -29
  6. package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteFraudsterCommand.js +1 -29
  8. package/dist-cjs/commands/DeleteSpeakerCommand.js +1 -29
  9. package/dist-cjs/commands/DeleteWatchlistCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeDomainCommand.js +1 -29
  11. package/dist-cjs/commands/DescribeFraudsterCommand.js +1 -29
  12. package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +1 -29
  13. package/dist-cjs/commands/DescribeSpeakerCommand.js +1 -29
  14. package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +1 -29
  15. package/dist-cjs/commands/DescribeWatchlistCommand.js +1 -29
  16. package/dist-cjs/commands/DisassociateFraudsterCommand.js +1 -29
  17. package/dist-cjs/commands/EvaluateSessionCommand.js +1 -29
  18. package/dist-cjs/commands/ListDomainsCommand.js +1 -29
  19. package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +1 -29
  20. package/dist-cjs/commands/ListFraudstersCommand.js +1 -28
  21. package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +1 -29
  22. package/dist-cjs/commands/ListSpeakersCommand.js +1 -29
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  24. package/dist-cjs/commands/ListWatchlistsCommand.js +1 -29
  25. package/dist-cjs/commands/OptOutSpeakerCommand.js +1 -29
  26. package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +1 -29
  27. package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +1 -29
  28. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  29. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  30. package/dist-cjs/commands/UpdateDomainCommand.js +1 -29
  31. package/dist-cjs/commands/UpdateWatchlistCommand.js +1 -29
  32. package/dist-cjs/commands/index.js +1 -32
  33. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  34. package/dist-cjs/extensionConfiguration.js +1 -2
  35. package/dist-cjs/index.js +3331 -11
  36. package/dist-cjs/models/VoiceIDServiceException.js +1 -12
  37. package/dist-cjs/models/index.js +1 -4
  38. package/dist-cjs/models/models_0.js +1 -444
  39. package/dist-cjs/pagination/Interfaces.js +1 -2
  40. package/dist-cjs/pagination/ListDomainsPaginator.js +1 -7
  41. package/dist-cjs/pagination/ListFraudsterRegistrationJobsPaginator.js +1 -7
  42. package/dist-cjs/pagination/ListFraudstersPaginator.js +1 -7
  43. package/dist-cjs/pagination/ListSpeakerEnrollmentJobsPaginator.js +1 -7
  44. package/dist-cjs/pagination/ListSpeakersPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListWatchlistsPaginator.js +1 -7
  46. package/dist-cjs/pagination/index.js +1 -10
  47. package/dist-cjs/protocols/Aws_json1_0.js +1 -2078
  48. package/dist-cjs/runtimeExtensions.js +1 -22
  49. package/package.json +40 -40
@@ -1,69 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VoiceID = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateFraudsterCommand_1 = require("./commands/AssociateFraudsterCommand");
6
- const CreateDomainCommand_1 = require("./commands/CreateDomainCommand");
7
- const CreateWatchlistCommand_1 = require("./commands/CreateWatchlistCommand");
8
- const DeleteDomainCommand_1 = require("./commands/DeleteDomainCommand");
9
- const DeleteFraudsterCommand_1 = require("./commands/DeleteFraudsterCommand");
10
- const DeleteSpeakerCommand_1 = require("./commands/DeleteSpeakerCommand");
11
- const DeleteWatchlistCommand_1 = require("./commands/DeleteWatchlistCommand");
12
- const DescribeDomainCommand_1 = require("./commands/DescribeDomainCommand");
13
- const DescribeFraudsterCommand_1 = require("./commands/DescribeFraudsterCommand");
14
- const DescribeFraudsterRegistrationJobCommand_1 = require("./commands/DescribeFraudsterRegistrationJobCommand");
15
- const DescribeSpeakerCommand_1 = require("./commands/DescribeSpeakerCommand");
16
- const DescribeSpeakerEnrollmentJobCommand_1 = require("./commands/DescribeSpeakerEnrollmentJobCommand");
17
- const DescribeWatchlistCommand_1 = require("./commands/DescribeWatchlistCommand");
18
- const DisassociateFraudsterCommand_1 = require("./commands/DisassociateFraudsterCommand");
19
- const EvaluateSessionCommand_1 = require("./commands/EvaluateSessionCommand");
20
- const ListDomainsCommand_1 = require("./commands/ListDomainsCommand");
21
- const ListFraudsterRegistrationJobsCommand_1 = require("./commands/ListFraudsterRegistrationJobsCommand");
22
- const ListFraudstersCommand_1 = require("./commands/ListFraudstersCommand");
23
- const ListSpeakerEnrollmentJobsCommand_1 = require("./commands/ListSpeakerEnrollmentJobsCommand");
24
- const ListSpeakersCommand_1 = require("./commands/ListSpeakersCommand");
25
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
26
- const ListWatchlistsCommand_1 = require("./commands/ListWatchlistsCommand");
27
- const OptOutSpeakerCommand_1 = require("./commands/OptOutSpeakerCommand");
28
- const StartFraudsterRegistrationJobCommand_1 = require("./commands/StartFraudsterRegistrationJobCommand");
29
- const StartSpeakerEnrollmentJobCommand_1 = require("./commands/StartSpeakerEnrollmentJobCommand");
30
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
31
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
32
- const UpdateDomainCommand_1 = require("./commands/UpdateDomainCommand");
33
- const UpdateWatchlistCommand_1 = require("./commands/UpdateWatchlistCommand");
34
- const VoiceIDClient_1 = require("./VoiceIDClient");
35
- const commands = {
36
- AssociateFraudsterCommand: AssociateFraudsterCommand_1.AssociateFraudsterCommand,
37
- CreateDomainCommand: CreateDomainCommand_1.CreateDomainCommand,
38
- CreateWatchlistCommand: CreateWatchlistCommand_1.CreateWatchlistCommand,
39
- DeleteDomainCommand: DeleteDomainCommand_1.DeleteDomainCommand,
40
- DeleteFraudsterCommand: DeleteFraudsterCommand_1.DeleteFraudsterCommand,
41
- DeleteSpeakerCommand: DeleteSpeakerCommand_1.DeleteSpeakerCommand,
42
- DeleteWatchlistCommand: DeleteWatchlistCommand_1.DeleteWatchlistCommand,
43
- DescribeDomainCommand: DescribeDomainCommand_1.DescribeDomainCommand,
44
- DescribeFraudsterCommand: DescribeFraudsterCommand_1.DescribeFraudsterCommand,
45
- DescribeFraudsterRegistrationJobCommand: DescribeFraudsterRegistrationJobCommand_1.DescribeFraudsterRegistrationJobCommand,
46
- DescribeSpeakerCommand: DescribeSpeakerCommand_1.DescribeSpeakerCommand,
47
- DescribeSpeakerEnrollmentJobCommand: DescribeSpeakerEnrollmentJobCommand_1.DescribeSpeakerEnrollmentJobCommand,
48
- DescribeWatchlistCommand: DescribeWatchlistCommand_1.DescribeWatchlistCommand,
49
- DisassociateFraudsterCommand: DisassociateFraudsterCommand_1.DisassociateFraudsterCommand,
50
- EvaluateSessionCommand: EvaluateSessionCommand_1.EvaluateSessionCommand,
51
- ListDomainsCommand: ListDomainsCommand_1.ListDomainsCommand,
52
- ListFraudsterRegistrationJobsCommand: ListFraudsterRegistrationJobsCommand_1.ListFraudsterRegistrationJobsCommand,
53
- ListFraudstersCommand: ListFraudstersCommand_1.ListFraudstersCommand,
54
- ListSpeakerEnrollmentJobsCommand: ListSpeakerEnrollmentJobsCommand_1.ListSpeakerEnrollmentJobsCommand,
55
- ListSpeakersCommand: ListSpeakersCommand_1.ListSpeakersCommand,
56
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
57
- ListWatchlistsCommand: ListWatchlistsCommand_1.ListWatchlistsCommand,
58
- OptOutSpeakerCommand: OptOutSpeakerCommand_1.OptOutSpeakerCommand,
59
- StartFraudsterRegistrationJobCommand: StartFraudsterRegistrationJobCommand_1.StartFraudsterRegistrationJobCommand,
60
- StartSpeakerEnrollmentJobCommand: StartSpeakerEnrollmentJobCommand_1.StartSpeakerEnrollmentJobCommand,
61
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
62
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
63
- UpdateDomainCommand: UpdateDomainCommand_1.UpdateDomainCommand,
64
- UpdateWatchlistCommand: UpdateWatchlistCommand_1.UpdateWatchlistCommand,
65
- };
66
- class VoiceID extends VoiceIDClient_1.VoiceIDClient {
67
- }
68
- exports.VoiceID = VoiceID;
69
- (0, smithy_client_1.createAggregatedClient)(commands, VoiceID);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VoiceIDClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class VoiceIDClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.VoiceIDClient = VoiceIDClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateFraudsterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.AssociateFraudsterCommand = AssociateFraudsterCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.CreateDomainCommand = CreateDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWatchlistCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.CreateWatchlistCommand = CreateWatchlistCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
27
- }
28
- exports.DeleteDomainCommand = DeleteDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFraudsterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DeleteFraudsterCommand = DeleteFraudsterCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSpeakerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DeleteSpeakerCommand = DeleteSpeakerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWatchlistCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
27
- }
28
- exports.DeleteWatchlistCommand = DeleteWatchlistCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DescribeDomainCommand = DescribeDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFraudsterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DescribeFraudsterCommand = DescribeFraudsterCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFraudsterRegistrationJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DescribeFraudsterRegistrationJobCommand = DescribeFraudsterRegistrationJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSpeakerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DescribeSpeakerCommand = DescribeSpeakerCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSpeakerEnrollmentJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DescribeSpeakerEnrollmentJobCommand = DescribeSpeakerEnrollmentJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeWatchlistCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DescribeWatchlistCommand = DescribeWatchlistCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateFraudsterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.DisassociateFraudsterCommand = DisassociateFraudsterCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EvaluateSessionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.EvaluateSessionCommand = EvaluateSessionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDomainsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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() {
28
- }
29
- exports.ListDomainsCommand = ListDomainsCommand;
1
+ module.exports = require("../index.js");