@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 { 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
  }
@@ -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 { UpdateWatchlistRequest, UpdateWatchlistResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWatchlistCommandInput extends UpdateWatchlistRequest {
21
20
  */
22
21
  export interface UpdateWatchlistCommandOutput extends UpdateWatchlistResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWatchlistCommand_base: {
24
+ new (input: UpdateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.
@@ -88,23 +91,5 @@ export interface UpdateWatchlistCommandOutput extends UpdateWatchlistResponse, _
88
91
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
89
92
  *
90
93
  */
91
- export declare class UpdateWatchlistCommand extends $Command<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig> {
92
- readonly input: UpdateWatchlistCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: UpdateWatchlistCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class UpdateWatchlistCommand extends UpdateWatchlistCommand_base {
110
95
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateFraudsterRequest,
11
5
  AssociateFraudsterResponse,
@@ -21,19 +15,16 @@ export interface AssociateFraudsterCommandInput
21
15
  export interface AssociateFraudsterCommandOutput
22
16
  extends AssociateFraudsterResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateFraudsterCommand extends $Command<
25
- AssociateFraudsterCommandInput,
26
- AssociateFraudsterCommandOutput,
27
- VoiceIDClientResolvedConfig
28
- > {
29
- readonly input: AssociateFraudsterCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateFraudsterCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: VoiceIDClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const AssociateFraudsterCommand_base: {
19
+ new (
20
+ input: AssociateFraudsterCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ AssociateFraudsterCommandInput,
23
+ AssociateFraudsterCommandOutput,
24
+ VoiceIDClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateFraudsterCommand extends AssociateFraudsterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {}
17
11
  export interface CreateDomainCommandOutput
18
12
  extends CreateDomainResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateDomainCommand extends $Command<
21
- CreateDomainCommandInput,
22
- CreateDomainCommandOutput,
23
- VoiceIDClientResolvedConfig
24
- > {
25
- readonly input: CreateDomainCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateDomainCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: VoiceIDClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateDomainCommand_base: {
15
+ new (
16
+ input: CreateDomainCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateDomainCommandInput,
19
+ CreateDomainCommandOutput,
20
+ VoiceIDClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateDomainCommand extends CreateDomainCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateWatchlistRequest,
11
5
  CreateWatchlistResponse,
@@ -20,19 +14,16 @@ export interface CreateWatchlistCommandInput extends CreateWatchlistRequest {}
20
14
  export interface CreateWatchlistCommandOutput
21
15
  extends CreateWatchlistResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateWatchlistCommand extends $Command<
24
- CreateWatchlistCommandInput,
25
- CreateWatchlistCommandOutput,
26
- VoiceIDClientResolvedConfig
27
- > {
28
- readonly input: CreateWatchlistCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateWatchlistCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: VoiceIDClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateWatchlistCommandInput, CreateWatchlistCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateWatchlistCommand_base: {
18
+ new (
19
+ input: CreateWatchlistCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateWatchlistCommandInput,
22
+ CreateWatchlistCommandOutput,
23
+ VoiceIDClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateWatchlistCommand extends CreateWatchlistCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteDomainRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
17
11
  export interface DeleteDomainCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteDomainCommand extends $Command<
19
- DeleteDomainCommandInput,
20
- DeleteDomainCommandOutput,
21
- VoiceIDClientResolvedConfig
22
- > {
23
- readonly input: DeleteDomainCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteDomainCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: VoiceIDClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteDomainCommand_base: {
13
+ new (
14
+ input: DeleteDomainCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteDomainCommandInput,
17
+ DeleteDomainCommandOutput,
18
+ VoiceIDClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteDomainCommand extends DeleteDomainCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteFraudsterRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {}
17
11
  export interface DeleteFraudsterCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteFraudsterCommand extends $Command<
19
- DeleteFraudsterCommandInput,
20
- DeleteFraudsterCommandOutput,
21
- VoiceIDClientResolvedConfig
22
- > {
23
- readonly input: DeleteFraudsterCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteFraudsterCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: VoiceIDClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteFraudsterCommand_base: {
13
+ new (
14
+ input: DeleteFraudsterCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteFraudsterCommandInput,
17
+ DeleteFraudsterCommandOutput,
18
+ VoiceIDClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteFraudsterCommand extends DeleteFraudsterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteSpeakerRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {}
17
11
  export interface DeleteSpeakerCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteSpeakerCommand extends $Command<
19
- DeleteSpeakerCommandInput,
20
- DeleteSpeakerCommandOutput,
21
- VoiceIDClientResolvedConfig
22
- > {
23
- readonly input: DeleteSpeakerCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteSpeakerCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: VoiceIDClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteSpeakerCommand_base: {
13
+ new (
14
+ input: DeleteSpeakerCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteSpeakerCommandInput,
17
+ DeleteSpeakerCommandOutput,
18
+ VoiceIDClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteSpeakerCommand extends DeleteSpeakerCommand_base {}