@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,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 { DescribeFraudsterRequest, DescribeFraudsterResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFraudsterCommandInput extends DescribeFraudsterRequest
21
20
  */
22
21
  export interface DescribeFraudsterCommandOutput extends DescribeFraudsterResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFraudsterCommand_base: {
24
+ new (input: DescribeFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified fraudster.</p>
@@ -80,23 +83,5 @@ export interface DescribeFraudsterCommandOutput extends DescribeFraudsterRespons
80
83
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
81
84
  *
82
85
  */
83
- export declare class DescribeFraudsterCommand extends $Command<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
84
- readonly input: DescribeFraudsterCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: DescribeFraudsterCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class DescribeFraudsterCommand extends DescribeFraudsterCommand_base {
102
87
  }
@@ -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 { DescribeFraudsterRegistrationJobRequest, DescribeFraudsterRegistrationJobResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFraudsterRegistrationJobCommandInput extends DescribeFr
21
20
  */
22
21
  export interface DescribeFraudsterRegistrationJobCommandOutput extends DescribeFraudsterRegistrationJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFraudsterRegistrationJobCommand_base: {
24
+ new (input: DescribeFraudsterRegistrationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified fraudster registration job.</p>
@@ -102,23 +105,5 @@ export interface DescribeFraudsterRegistrationJobCommandOutput extends DescribeF
102
105
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
103
106
  *
104
107
  */
105
- export declare class DescribeFraudsterRegistrationJobCommand extends $Command<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig> {
106
- readonly input: DescribeFraudsterRegistrationJobCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: DescribeFraudsterRegistrationJobCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class DescribeFraudsterRegistrationJobCommand extends DescribeFraudsterRegistrationJobCommand_base {
124
109
  }
@@ -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 { DescribeSpeakerRequest, DescribeSpeakerResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSpeakerCommandInput extends DescribeSpeakerRequest {
21
20
  */
22
21
  export interface DescribeSpeakerCommandOutput extends DescribeSpeakerResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSpeakerCommand_base: {
24
+ new (input: DescribeSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified speaker.</p>
@@ -81,23 +84,5 @@ export interface DescribeSpeakerCommandOutput extends DescribeSpeakerResponse, _
81
84
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
82
85
  *
83
86
  */
84
- export declare class DescribeSpeakerCommand extends $Command<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
85
- readonly input: DescribeSpeakerCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DescribeSpeakerCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DescribeSpeakerCommand extends DescribeSpeakerCommand_base {
103
88
  }
@@ -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 { DescribeSpeakerEnrollmentJobRequest, DescribeSpeakerEnrollmentJobResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSpeakerEnrollmentJobCommandInput extends DescribeSpeake
21
20
  */
22
21
  export interface DescribeSpeakerEnrollmentJobCommandOutput extends DescribeSpeakerEnrollmentJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSpeakerEnrollmentJobCommand_base: {
24
+ new (input: DescribeSpeakerEnrollmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified speaker enrollment job.</p>
@@ -105,23 +108,5 @@ export interface DescribeSpeakerEnrollmentJobCommandOutput extends DescribeSpeak
105
108
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
106
109
  *
107
110
  */
108
- export declare class DescribeSpeakerEnrollmentJobCommand extends $Command<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig> {
109
- readonly input: DescribeSpeakerEnrollmentJobCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: DescribeSpeakerEnrollmentJobCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class DescribeSpeakerEnrollmentJobCommand extends DescribeSpeakerEnrollmentJobCommand_base {
127
112
  }
@@ -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 { DescribeWatchlistRequest, DescribeWatchlistResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeWatchlistCommandInput extends DescribeWatchlistRequest
21
20
  */
22
21
  export interface DescribeWatchlistCommandOutput extends DescribeWatchlistResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeWatchlistCommand_base: {
24
+ new (input: DescribeWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified watchlist.</p>
@@ -81,23 +84,5 @@ export interface DescribeWatchlistCommandOutput extends DescribeWatchlistRespons
81
84
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
82
85
  *
83
86
  */
84
- export declare class DescribeWatchlistCommand extends $Command<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, VoiceIDClientResolvedConfig> {
85
- readonly input: DescribeWatchlistCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DescribeWatchlistCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DescribeWatchlistCommand extends DescribeWatchlistCommand_base {
103
88
  }
@@ -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 { DisassociateFraudsterRequest, DisassociateFraudsterResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateFraudsterCommandInput extends DisassociateFraudster
21
20
  */
22
21
  export interface DisassociateFraudsterCommandOutput extends DisassociateFraudsterResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateFraudsterCommand_base: {
24
+ new (input: DisassociateFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates the fraudsters from the watchlist specified. Voice ID always expects a
@@ -88,23 +91,5 @@ export interface DisassociateFraudsterCommandOutput extends DisassociateFraudste
88
91
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
89
92
  *
90
93
  */
91
- export declare class DisassociateFraudsterCommand extends $Command<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
92
- readonly input: DisassociateFraudsterCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DisassociateFraudsterCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class DisassociateFraudsterCommand extends DisassociateFraudsterCommand_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 { EvaluateSessionRequest, EvaluateSessionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EvaluateSessionCommandInput extends EvaluateSessionRequest {
21
20
  */
22
21
  export interface EvaluateSessionCommandOutput extends EvaluateSessionResponse, __MetadataBearer {
23
22
  }
23
+ declare const EvaluateSessionCommand_base: {
24
+ new (input: EvaluateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Evaluates a specified session based on audio data accumulated during a streaming
@@ -115,23 +118,5 @@ export interface EvaluateSessionCommandOutput extends EvaluateSessionResponse, _
115
118
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
116
119
  *
117
120
  */
118
- export declare class EvaluateSessionCommand extends $Command<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig> {
119
- readonly input: EvaluateSessionCommandInput;
120
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
- /**
122
- * @public
123
- */
124
- constructor(input: EvaluateSessionCommandInput);
125
- /**
126
- * @internal
127
- */
128
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateSessionCommandInput, EvaluateSessionCommandOutput>;
129
- /**
130
- * @internal
131
- */
132
- private serialize;
133
- /**
134
- * @internal
135
- */
136
- private deserialize;
121
+ export declare class EvaluateSessionCommand extends EvaluateSessionCommand_base {
137
122
  }
@@ -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 { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
21
20
  */
22
21
  export interface ListDomainsCommandOutput extends ListDomainsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDomainsCommand_base: {
24
+ new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the domains in the Amazon Web Services account. </p>
@@ -91,23 +94,5 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
91
94
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
92
95
  *
93
96
  */
94
- export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, VoiceIDClientResolvedConfig> {
95
- readonly input: ListDomainsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListDomainsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListDomainsCommand extends ListDomainsCommand_base {
113
98
  }
@@ -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 { ListFraudsterRegistrationJobsRequest, ListFraudsterRegistrationJobsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFraudsterRegistrationJobsCommandInput extends ListFraudster
21
20
  */
22
21
  export interface ListFraudsterRegistrationJobsCommandOutput extends ListFraudsterRegistrationJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFraudsterRegistrationJobsCommand_base: {
24
+ new (input: ListFraudsterRegistrationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the fraudster registration jobs in the domain with the given
@@ -94,23 +97,5 @@ export interface ListFraudsterRegistrationJobsCommandOutput extends ListFraudste
94
97
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
95
98
  *
96
99
  */
97
- export declare class ListFraudsterRegistrationJobsCommand extends $Command<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig> {
98
- readonly input: ListFraudsterRegistrationJobsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListFraudsterRegistrationJobsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListFraudsterRegistrationJobsCommand extends ListFraudsterRegistrationJobsCommand_base {
116
101
  }
@@ -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 { ListFraudstersRequest, ListFraudstersResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFraudstersCommandInput extends ListFraudstersRequest {
21
20
  */
22
21
  export interface ListFraudstersCommandOutput extends ListFraudstersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFraudstersCommand_base: {
24
+ new (input: ListFraudstersCommandInput): import("@smithy/smithy-client").CommandImpl<ListFraudstersCommandInput, ListFraudstersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all fraudsters in a specified watchlist or domain.</p>
@@ -85,23 +88,5 @@ export interface ListFraudstersCommandOutput extends ListFraudstersResponse, __M
85
88
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
86
89
  *
87
90
  */
88
- export declare class ListFraudstersCommand extends $Command<ListFraudstersCommandInput, ListFraudstersCommandOutput, VoiceIDClientResolvedConfig> {
89
- readonly input: ListFraudstersCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListFraudstersCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFraudstersCommandInput, ListFraudstersCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListFraudstersCommand extends ListFraudstersCommand_base {
107
92
  }
@@ -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 { ListSpeakerEnrollmentJobsRequest, ListSpeakerEnrollmentJobsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSpeakerEnrollmentJobsCommandInput extends ListSpeakerEnroll
21
20
  */
22
21
  export interface ListSpeakerEnrollmentJobsCommandOutput extends ListSpeakerEnrollmentJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSpeakerEnrollmentJobsCommand_base: {
24
+ new (input: ListSpeakerEnrollmentJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the speaker enrollment jobs in the domain with the specified
@@ -94,23 +97,5 @@ export interface ListSpeakerEnrollmentJobsCommandOutput extends ListSpeakerEnrol
94
97
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
95
98
  *
96
99
  */
97
- export declare class ListSpeakerEnrollmentJobsCommand extends $Command<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig> {
98
- readonly input: ListSpeakerEnrollmentJobsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListSpeakerEnrollmentJobsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListSpeakerEnrollmentJobsCommand extends ListSpeakerEnrollmentJobsCommand_base {
116
101
  }
@@ -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 { ListSpeakersRequest, ListSpeakersResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSpeakersCommandInput extends ListSpeakersRequest {
21
20
  */
22
21
  export interface ListSpeakersCommandOutput extends ListSpeakersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSpeakersCommand_base: {
24
+ new (input: ListSpeakersCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpeakersCommandInput, ListSpeakersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all speakers in a specified domain.</p>
@@ -85,23 +88,5 @@ export interface ListSpeakersCommandOutput extends ListSpeakersResponse, __Metad
85
88
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
86
89
  *
87
90
  */
88
- export declare class ListSpeakersCommand extends $Command<ListSpeakersCommandInput, ListSpeakersCommandOutput, VoiceIDClientResolvedConfig> {
89
- readonly input: ListSpeakersCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListSpeakersCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSpeakersCommandInput, ListSpeakersCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListSpeakersCommand extends ListSpeakersCommand_base {
107
92
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all tags associated with a specified Voice ID resource.</p>
@@ -77,23 +80,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
77
80
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
78
81
  *
79
82
  */
80
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig> {
81
- readonly input: ListTagsForResourceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListTagsForResourceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { ListWatchlistsRequest, ListWatchlistsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWatchlistsCommandInput extends ListWatchlistsRequest {
21
20
  */
22
21
  export interface ListWatchlistsCommandOutput extends ListWatchlistsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWatchlistsCommand_base: {
24
+ new (input: ListWatchlistsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all watchlists in a specified domain.</p>
@@ -85,23 +88,5 @@ export interface ListWatchlistsCommandOutput extends ListWatchlistsResponse, __M
85
88
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
86
89
  *
87
90
  */
88
- export declare class ListWatchlistsCommand extends $Command<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, VoiceIDClientResolvedConfig> {
89
- readonly input: ListWatchlistsCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListWatchlistsCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWatchlistsCommandInput, ListWatchlistsCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListWatchlistsCommand extends ListWatchlistsCommand_base {
107
92
  }