@aws-sdk/client-voice-id 3.478.0 → 3.484.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 (121) hide show
  1. package/dist-cjs/commands/AssociateFraudsterCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDomainCommand.js +18 -41
  3. package/dist-cjs/commands/CreateWatchlistCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteFraudsterCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteSpeakerCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteWatchlistCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeFraudsterCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeSpeakerCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeWatchlistCommand.js +18 -41
  14. package/dist-cjs/commands/DisassociateFraudsterCommand.js +18 -41
  15. package/dist-cjs/commands/EvaluateSessionCommand.js +18 -41
  16. package/dist-cjs/commands/ListDomainsCommand.js +18 -41
  17. package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
  18. package/dist-cjs/commands/ListFraudstersCommand.js +18 -41
  19. package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
  20. package/dist-cjs/commands/ListSpeakersCommand.js +18 -41
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-cjs/commands/ListWatchlistsCommand.js +18 -41
  23. package/dist-cjs/commands/OptOutSpeakerCommand.js +18 -41
  24. package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +18 -41
  25. package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
  26. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateDomainCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateWatchlistCommand.js +18 -41
  30. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  31. package/dist-es/commands/AssociateFraudsterCommand.js +18 -41
  32. package/dist-es/commands/CreateDomainCommand.js +18 -41
  33. package/dist-es/commands/CreateWatchlistCommand.js +18 -41
  34. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  35. package/dist-es/commands/DeleteFraudsterCommand.js +18 -41
  36. package/dist-es/commands/DeleteSpeakerCommand.js +18 -41
  37. package/dist-es/commands/DeleteWatchlistCommand.js +18 -41
  38. package/dist-es/commands/DescribeDomainCommand.js +18 -41
  39. package/dist-es/commands/DescribeFraudsterCommand.js +18 -41
  40. package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
  41. package/dist-es/commands/DescribeSpeakerCommand.js +18 -41
  42. package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
  43. package/dist-es/commands/DescribeWatchlistCommand.js +18 -41
  44. package/dist-es/commands/DisassociateFraudsterCommand.js +18 -41
  45. package/dist-es/commands/EvaluateSessionCommand.js +18 -41
  46. package/dist-es/commands/ListDomainsCommand.js +18 -41
  47. package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
  48. package/dist-es/commands/ListFraudstersCommand.js +18 -41
  49. package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
  50. package/dist-es/commands/ListSpeakersCommand.js +18 -41
  51. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  52. package/dist-es/commands/ListWatchlistsCommand.js +18 -41
  53. package/dist-es/commands/OptOutSpeakerCommand.js +18 -41
  54. package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +18 -41
  55. package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
  56. package/dist-es/commands/TagResourceCommand.js +18 -41
  57. package/dist-es/commands/UntagResourceCommand.js +18 -41
  58. package/dist-es/commands/UpdateDomainCommand.js +18 -41
  59. package/dist-es/commands/UpdateWatchlistCommand.js +18 -41
  60. package/dist-es/endpoint/EndpointParameters.js +6 -0
  61. package/dist-types/commands/AssociateFraudsterCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateWatchlistCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteFraudsterCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteSpeakerCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteWatchlistCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeFraudsterCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeSpeakerCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeWatchlistCommand.d.ts +6 -21
  74. package/dist-types/commands/DisassociateFraudsterCommand.d.ts +6 -21
  75. package/dist-types/commands/EvaluateSessionCommand.d.ts +6 -21
  76. package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListFraudstersCommand.d.ts +6 -21
  79. package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListSpeakersCommand.d.ts +6 -21
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/ListWatchlistsCommand.d.ts +6 -21
  83. package/dist-types/commands/OptOutSpeakerCommand.d.ts +6 -21
  84. package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -21
  85. package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -21
  86. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  88. package/dist-types/commands/UpdateDomainCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateWatchlistCommand.d.ts +6 -21
  90. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  91. package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  121. package/package.json +11 -11
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
6
6
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class TagResourceCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VoiceIDClient";
27
- const commandName = "TagResourceCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VoiceID",
36
- operation: "TagResource",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_TagResourceCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_TagResourceCommand(output, context);
47
- }
8
+ export class TagResourceCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VoiceID", "TagResource", {})
20
+ .n("VoiceIDClient", "TagResourceCommand")
21
+ .f(TagResourceRequestFilterSensitiveLog, void 0)
22
+ .ser(se_TagResourceCommand)
23
+ .de(de_TagResourceCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UntagResourceRequestFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class UntagResourceCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VoiceIDClient";
27
- const commandName = "UntagResourceCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VoiceID",
36
- operation: "UntagResource",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UntagResourceCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UntagResourceCommand(output, context);
47
- }
8
+ export class UntagResourceCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VoiceID", "UntagResource", {})
20
+ .n("VoiceIDClient", "UntagResourceCommand")
21
+ .f(UntagResourceRequestFilterSensitiveLog, void 0)
22
+ .ser(se_UntagResourceCommand)
23
+ .de(de_UntagResourceCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateDomainRequestFilterSensitiveLog, UpdateDomainResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateDomainCommand, se_UpdateDomainCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class UpdateDomainCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDomainCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VoiceIDClient";
27
- const commandName = "UpdateDomainCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateDomainRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdateDomainResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VoiceID",
36
- operation: "UpdateDomain",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateDomainCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateDomainCommand(output, context);
47
- }
8
+ export class UpdateDomainCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VoiceID", "UpdateDomain", {})
20
+ .n("VoiceIDClient", "UpdateDomainCommand")
21
+ .f(UpdateDomainRequestFilterSensitiveLog, UpdateDomainResponseFilterSensitiveLog)
22
+ .ser(se_UpdateDomainCommand)
23
+ .de(de_UpdateDomainCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateWatchlistRequestFilterSensitiveLog, UpdateWatchlistResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateWatchlistCommand, se_UpdateWatchlistCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class UpdateWatchlistCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateWatchlistCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VoiceIDClient";
27
- const commandName = "UpdateWatchlistCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateWatchlistRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdateWatchlistResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VoiceID",
36
- operation: "UpdateWatchlist",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateWatchlistCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateWatchlistCommand(output, context);
47
- }
8
+ export class UpdateWatchlistCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VoiceID", "UpdateWatchlist", {})
20
+ .n("VoiceIDClient", "UpdateWatchlistCommand")
21
+ .f(UpdateWatchlistRequestFilterSensitiveLog, UpdateWatchlistResponseFilterSensitiveLog)
22
+ .ser(se_UpdateWatchlistCommand)
23
+ .de(de_UpdateWatchlistCommand)
24
+ .build() {
48
25
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "voiceid",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AssociateFraudsterRequest, AssociateFraudsterResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateFraudsterCommandInput extends AssociateFraudsterReques
21
20
  */
22
21
  export interface AssociateFraudsterCommandOutput extends AssociateFraudsterResponse, __MetadataBearer {
23
22
  }
23
+ declare const AssociateFraudsterCommand_base: {
24
+ new (input: AssociateFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates the fraudsters with the watchlist specified in the same domain. </p>
@@ -88,23 +91,5 @@ export interface AssociateFraudsterCommandOutput extends AssociateFraudsterRespo
88
91
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
89
92
  *
90
93
  */
91
- export declare class AssociateFraudsterCommand extends $Command<AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
92
- readonly input: AssociateFraudsterCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: AssociateFraudsterCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class AssociateFraudsterCommand extends AssociateFraudsterCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {
21
20
  */
22
21
  export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateDomainCommand_base: {
24
+ new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters,
@@ -110,23 +113,5 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
110
113
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
111
114
  *
112
115
  */
113
- export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, VoiceIDClientResolvedConfig> {
114
- readonly input: CreateDomainCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: CreateDomainCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class CreateDomainCommand extends CreateDomainCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateWatchlistRequest, CreateWatchlistResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateWatchlistCommandInput extends CreateWatchlistRequest {
21
20
  */
22
21
  export interface CreateWatchlistCommandOutput extends CreateWatchlistResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateWatchlistCommand_base: {
24
+ new (input: CreateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWatchlistCommandInput, CreateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a watchlist that fraudsters can be a part of.</p>
@@ -90,23 +93,5 @@ export interface CreateWatchlistCommandOutput extends CreateWatchlistResponse, _
90
93
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
91
94
  *
92
95
  */
93
- export declare class CreateWatchlistCommand extends $Command<CreateWatchlistCommandInput, CreateWatchlistCommandOutput, VoiceIDClientResolvedConfig> {
94
- readonly input: CreateWatchlistCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: CreateWatchlistCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWatchlistCommandInput, CreateWatchlistCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class CreateWatchlistCommand extends CreateWatchlistCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteDomainRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
21
20
  */
22
21
  export interface DeleteDomainCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDomainCommand_base: {
24
+ new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified domain from Voice ID.</p>
@@ -74,23 +77,5 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {
74
77
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
75
78
  *
76
79
  */
77
- export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig> {
78
- readonly input: DeleteDomainCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DeleteDomainCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteFraudsterRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {
21
20
  */
22
21
  export interface DeleteFraudsterCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteFraudsterCommand_base: {
24
+ new (input: DeleteFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.</p>
@@ -75,23 +78,5 @@ export interface DeleteFraudsterCommandOutput extends __MetadataBearer {
75
78
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
76
79
  *
77
80
  */
78
- export declare class DeleteFraudsterCommand extends $Command<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
79
- readonly input: DeleteFraudsterCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DeleteFraudsterCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DeleteFraudsterCommand extends DeleteFraudsterCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteSpeakerRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {
21
20
  */
22
21
  export interface DeleteSpeakerCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteSpeakerCommand_base: {
24
+ new (input: DeleteSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified speaker from Voice ID.</p>
@@ -75,23 +78,5 @@ export interface DeleteSpeakerCommandOutput extends __MetadataBearer {
75
78
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
76
79
  *
77
80
  */
78
- export declare class DeleteSpeakerCommand extends $Command<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
79
- readonly input: DeleteSpeakerCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DeleteSpeakerCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DeleteSpeakerCommand extends DeleteSpeakerCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteWatchlistRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteWatchlistCommandInput extends DeleteWatchlistRequest {
21
20
  */
22
21
  export interface DeleteWatchlistCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteWatchlistCommand_base: {
24
+ new (input: DeleteWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified watchlist from Voice ID. This API throws an exception when
@@ -77,23 +80,5 @@ export interface DeleteWatchlistCommandOutput extends __MetadataBearer {
77
80
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
78
81
  *
79
82
  */
80
- export declare class DeleteWatchlistCommand extends $Command<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput, VoiceIDClientResolvedConfig> {
81
- readonly input: DeleteWatchlistCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DeleteWatchlistCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DeleteWatchlistCommand extends DeleteWatchlistCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDomainCommandInput extends DescribeDomainRequest {
21
20
  */
22
21
  export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDomainCommand_base: {
24
+ new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified domain.</p>
@@ -91,23 +94,5 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
91
94
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
92
95
  *
93
96
  */
94
- export declare class DescribeDomainCommand extends $Command<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig> {
95
- readonly input: DescribeDomainCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: DescribeDomainCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
113
98
  }