@aws-sdk/client-voice-id 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) 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-cjs/pagination/ListDomainsPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListFraudsterRegistrationJobsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListFraudstersPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListSpeakerEnrollmentJobsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListSpeakersPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListWatchlistsPaginator.js +2 -24
  37. package/dist-es/commands/AssociateFraudsterCommand.js +18 -41
  38. package/dist-es/commands/CreateDomainCommand.js +18 -41
  39. package/dist-es/commands/CreateWatchlistCommand.js +18 -41
  40. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  41. package/dist-es/commands/DeleteFraudsterCommand.js +18 -41
  42. package/dist-es/commands/DeleteSpeakerCommand.js +18 -41
  43. package/dist-es/commands/DeleteWatchlistCommand.js +18 -41
  44. package/dist-es/commands/DescribeDomainCommand.js +18 -41
  45. package/dist-es/commands/DescribeFraudsterCommand.js +18 -41
  46. package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
  47. package/dist-es/commands/DescribeSpeakerCommand.js +18 -41
  48. package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
  49. package/dist-es/commands/DescribeWatchlistCommand.js +18 -41
  50. package/dist-es/commands/DisassociateFraudsterCommand.js +18 -41
  51. package/dist-es/commands/EvaluateSessionCommand.js +18 -41
  52. package/dist-es/commands/ListDomainsCommand.js +18 -41
  53. package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
  54. package/dist-es/commands/ListFraudstersCommand.js +18 -41
  55. package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
  56. package/dist-es/commands/ListSpeakersCommand.js +18 -41
  57. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  58. package/dist-es/commands/ListWatchlistsCommand.js +18 -41
  59. package/dist-es/commands/OptOutSpeakerCommand.js +18 -41
  60. package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +18 -41
  61. package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
  62. package/dist-es/commands/TagResourceCommand.js +18 -41
  63. package/dist-es/commands/UntagResourceCommand.js +18 -41
  64. package/dist-es/commands/UpdateDomainCommand.js +18 -41
  65. package/dist-es/commands/UpdateWatchlistCommand.js +18 -41
  66. package/dist-es/endpoint/EndpointParameters.js +6 -0
  67. package/dist-es/pagination/ListDomainsPaginator.js +2 -23
  68. package/dist-es/pagination/ListFraudsterRegistrationJobsPaginator.js +2 -23
  69. package/dist-es/pagination/ListFraudstersPaginator.js +2 -23
  70. package/dist-es/pagination/ListSpeakerEnrollmentJobsPaginator.js +2 -23
  71. package/dist-es/pagination/ListSpeakersPaginator.js +2 -23
  72. package/dist-es/pagination/ListWatchlistsPaginator.js +2 -23
  73. package/dist-types/commands/AssociateFraudsterCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateWatchlistCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteFraudsterCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteSpeakerCommand.d.ts +6 -21
  79. package/dist-types/commands/DeleteWatchlistCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
  81. package/dist-types/commands/DescribeFraudsterCommand.d.ts +6 -21
  82. package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -21
  83. package/dist-types/commands/DescribeSpeakerCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -21
  85. package/dist-types/commands/DescribeWatchlistCommand.d.ts +6 -21
  86. package/dist-types/commands/DisassociateFraudsterCommand.d.ts +6 -21
  87. package/dist-types/commands/EvaluateSessionCommand.d.ts +6 -21
  88. package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -21
  90. package/dist-types/commands/ListFraudstersCommand.d.ts +6 -21
  91. package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -21
  92. package/dist-types/commands/ListSpeakersCommand.d.ts +6 -21
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  94. package/dist-types/commands/ListWatchlistsCommand.d.ts +6 -21
  95. package/dist-types/commands/OptOutSpeakerCommand.d.ts +6 -21
  96. package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -21
  97. package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -21
  98. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  99. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  100. package/dist-types/commands/UpdateDomainCommand.d.ts +6 -21
  101. package/dist-types/commands/UpdateWatchlistCommand.d.ts +6 -21
  102. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  103. package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListFraudstersPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListSpeakersPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListWatchlistsPaginator.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  139. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +3 -3
  140. package/dist-types/ts3.4/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +3 -3
  141. package/dist-types/ts3.4/pagination/ListFraudstersPaginator.d.ts +3 -3
  142. package/dist-types/ts3.4/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +3 -3
  143. package/dist-types/ts3.4/pagination/ListSpeakersPaginator.d.ts +3 -3
  144. package/dist-types/ts3.4/pagination/ListWatchlistsPaginator.d.ts +3 -3
  145. package/package.json +11 -10
@@ -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
  }
@@ -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 { OptOutSpeakerRequest, OptOutSpeakerResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface OptOutSpeakerCommandInput extends OptOutSpeakerRequest {
21
20
  */
22
21
  export interface OptOutSpeakerCommandOutput extends OptOutSpeakerResponse, __MetadataBearer {
23
22
  }
23
+ declare const OptOutSpeakerCommand_base: {
24
+ new (input: OptOutSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Opts out a speaker from Voice ID. A speaker can be opted out regardless of whether or
@@ -93,23 +96,5 @@ export interface OptOutSpeakerCommandOutput extends OptOutSpeakerResponse, __Met
93
96
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
94
97
  *
95
98
  */
96
- export declare class OptOutSpeakerCommand extends $Command<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
97
- readonly input: OptOutSpeakerCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: OptOutSpeakerCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class OptOutSpeakerCommand extends OptOutSpeakerCommand_base {
115
100
  }
@@ -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 { StartFraudsterRegistrationJobRequest, StartFraudsterRegistrationJobResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartFraudsterRegistrationJobCommandInput extends StartFraudste
21
20
  */
22
21
  export interface StartFraudsterRegistrationJobCommandOutput extends StartFraudsterRegistrationJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartFraudsterRegistrationJobCommand_base: {
24
+ new (input: StartFraudsterRegistrationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a new batch fraudster registration job using provided details.</p>
@@ -125,23 +128,5 @@ export interface StartFraudsterRegistrationJobCommandOutput extends StartFraudst
125
128
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
126
129
  *
127
130
  */
128
- export declare class StartFraudsterRegistrationJobCommand extends $Command<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig> {
129
- readonly input: StartFraudsterRegistrationJobCommandInput;
130
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
131
- /**
132
- * @public
133
- */
134
- constructor(input: StartFraudsterRegistrationJobCommandInput);
135
- /**
136
- * @internal
137
- */
138
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput>;
139
- /**
140
- * @internal
141
- */
142
- private serialize;
143
- /**
144
- * @internal
145
- */
146
- private deserialize;
131
+ export declare class StartFraudsterRegistrationJobCommand extends StartFraudsterRegistrationJobCommand_base {
147
132
  }
@@ -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 { StartSpeakerEnrollmentJobRequest, StartSpeakerEnrollmentJobResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSpeakerEnrollmentJobCommandInput extends StartSpeakerEnrol
21
20
  */
22
21
  export interface StartSpeakerEnrollmentJobCommandOutput extends StartSpeakerEnrollmentJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSpeakerEnrollmentJobCommand_base: {
24
+ new (input: StartSpeakerEnrollmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a new batch speaker enrollment job using specified details.</p>
@@ -131,23 +134,5 @@ export interface StartSpeakerEnrollmentJobCommandOutput extends StartSpeakerEnro
131
134
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
132
135
  *
133
136
  */
134
- export declare class StartSpeakerEnrollmentJobCommand extends $Command<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig> {
135
- readonly input: StartSpeakerEnrollmentJobCommandInput;
136
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
137
- /**
138
- * @public
139
- */
140
- constructor(input: StartSpeakerEnrollmentJobCommandInput);
141
- /**
142
- * @internal
143
- */
144
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput>;
145
- /**
146
- * @internal
147
- */
148
- private serialize;
149
- /**
150
- * @internal
151
- */
152
- private deserialize;
137
+ export declare class StartSpeakerEnrollmentJobCommand extends StartSpeakerEnrollmentJobCommand_base {
153
138
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tags a Voice ID resource with the provided list of tags.</p>
@@ -80,23 +83,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
80
83
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
81
84
  *
82
85
  */
83
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, VoiceIDClientResolvedConfig> {
84
- readonly input: TagResourceCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: TagResourceCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class TagResourceCommand extends TagResourceCommand_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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes specified tags from a specified Amazon Connect Voice ID resource.</p>
@@ -77,23 +80,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
77
80
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
78
81
  *
79
82
  */
80
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig> {
81
- readonly input: UntagResourceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UntagResourceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDomainCommandInput extends UpdateDomainRequest {
21
20
  */
22
21
  export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDomainCommand_base: {
24
+ new (input: UpdateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified domain. This API has clobber behavior, and clears and replaces
@@ -102,23 +105,5 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
102
105
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
103
106
  *
104
107
  */
105
- export declare class UpdateDomainCommand extends $Command<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig> {
106
- readonly input: UpdateDomainCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: UpdateDomainCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainCommandInput, UpdateDomainCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
124
109
  }