@aws-sdk/client-voice-id 3.169.0 → 3.171.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 (42) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/VoiceID.d.ts +361 -110
  3. package/dist-types/ts3.4/VoiceIDClient.d.ts +230 -94
  4. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +30 -17
  7. package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +30 -17
  8. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/index.d.ts +21 -21
  26. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  27. package/dist-types/ts3.4/index.d.ts +6 -6
  28. package/dist-types/ts3.4/models/VoiceIDServiceException.d.ts +7 -6
  29. package/dist-types/ts3.4/models/index.d.ts +1 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +657 -829
  31. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  32. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
  33. package/dist-types/ts3.4/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/ListSpeakersPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  37. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +257 -65
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  42. package/package.json +34 -34
@@ -1,94 +1,230 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
10
- import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
11
- import { DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput } from "./commands/DeleteFraudsterCommand";
12
- import { DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput } from "./commands/DeleteSpeakerCommand";
13
- import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
14
- import { DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput } from "./commands/DescribeFraudsterCommand";
15
- import { DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput } from "./commands/DescribeFraudsterRegistrationJobCommand";
16
- import { DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput } from "./commands/DescribeSpeakerCommand";
17
- import { DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput } from "./commands/DescribeSpeakerEnrollmentJobCommand";
18
- import { EvaluateSessionCommandInput, EvaluateSessionCommandOutput } from "./commands/EvaluateSessionCommand";
19
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
20
- import { ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput } from "./commands/ListFraudsterRegistrationJobsCommand";
21
- import { ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput } from "./commands/ListSpeakerEnrollmentJobsCommand";
22
- import { ListSpeakersCommandInput, ListSpeakersCommandOutput } from "./commands/ListSpeakersCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
24
- import { OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput } from "./commands/OptOutSpeakerCommand";
25
- import { StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput } from "./commands/StartFraudsterRegistrationJobCommand";
26
- import { StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput } from "./commands/StartSpeakerEnrollmentJobCommand";
27
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
29
- import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
30
- export declare type ServiceInputTypes = CreateDomainCommandInput | DeleteDomainCommandInput | DeleteFraudsterCommandInput | DeleteSpeakerCommandInput | DescribeDomainCommandInput | DescribeFraudsterCommandInput | DescribeFraudsterRegistrationJobCommandInput | DescribeSpeakerCommandInput | DescribeSpeakerEnrollmentJobCommandInput | EvaluateSessionCommandInput | ListDomainsCommandInput | ListFraudsterRegistrationJobsCommandInput | ListSpeakerEnrollmentJobsCommandInput | ListSpeakersCommandInput | ListTagsForResourceCommandInput | OptOutSpeakerCommandInput | StartFraudsterRegistrationJobCommandInput | StartSpeakerEnrollmentJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDomainCommandInput;
31
- export declare type ServiceOutputTypes = CreateDomainCommandOutput | DeleteDomainCommandOutput | DeleteFraudsterCommandOutput | DeleteSpeakerCommandOutput | DescribeDomainCommandOutput | DescribeFraudsterCommandOutput | DescribeFraudsterRegistrationJobCommandOutput | DescribeSpeakerCommandOutput | DescribeSpeakerEnrollmentJobCommandOutput | EvaluateSessionCommandOutput | ListDomainsCommandOutput | ListFraudsterRegistrationJobsCommandOutput | ListSpeakerEnrollmentJobsCommandOutput | ListSpeakersCommandOutput | ListTagsForResourceCommandOutput | OptOutSpeakerCommandOutput | StartFraudsterRegistrationJobCommandOutput | StartSpeakerEnrollmentJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDomainCommandOutput;
32
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
33
-
34
- requestHandler?: __HttpHandler;
35
-
36
- sha256?: __HashConstructor;
37
-
38
- urlParser?: __UrlParser;
39
-
40
- bodyLengthChecker?: __BodyLengthCalculator;
41
-
42
- streamCollector?: __StreamCollector;
43
-
44
- base64Decoder?: __Decoder;
45
-
46
- base64Encoder?: __Encoder;
47
-
48
- utf8Decoder?: __Decoder;
49
-
50
- utf8Encoder?: __Encoder;
51
-
52
- runtime?: string;
53
-
54
- disableHostPrefix?: boolean;
55
-
56
- maxAttempts?: number | __Provider<number>;
57
-
58
- retryMode?: string | __Provider<string>;
59
-
60
- logger?: __Logger;
61
-
62
- useDualstackEndpoint?: boolean | __Provider<boolean>;
63
-
64
- useFipsEndpoint?: boolean | __Provider<boolean>;
65
-
66
- serviceId?: string;
67
-
68
- region?: string | __Provider<string>;
69
-
70
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
71
-
72
- regionInfoProvider?: RegionInfoProvider;
73
-
74
- defaultUserAgentProvider?: Provider<__UserAgent>;
75
-
76
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
77
- }
78
- declare type VoiceIDClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
79
-
80
- export interface VoiceIDClientConfig extends VoiceIDClientConfigType {
81
- }
82
- declare type VoiceIDClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
83
-
84
- export interface VoiceIDClientResolvedConfig extends VoiceIDClientResolvedConfigType {
85
- }
86
-
87
- export declare class VoiceIDClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig> {
88
-
89
- readonly config: VoiceIDClientResolvedConfig;
90
- constructor(configuration: VoiceIDClientConfig);
91
-
92
- destroy(): void;
93
- }
94
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateDomainCommandInput,
47
+ CreateDomainCommandOutput,
48
+ } from "./commands/CreateDomainCommand";
49
+ import {
50
+ DeleteDomainCommandInput,
51
+ DeleteDomainCommandOutput,
52
+ } from "./commands/DeleteDomainCommand";
53
+ import {
54
+ DeleteFraudsterCommandInput,
55
+ DeleteFraudsterCommandOutput,
56
+ } from "./commands/DeleteFraudsterCommand";
57
+ import {
58
+ DeleteSpeakerCommandInput,
59
+ DeleteSpeakerCommandOutput,
60
+ } from "./commands/DeleteSpeakerCommand";
61
+ import {
62
+ DescribeDomainCommandInput,
63
+ DescribeDomainCommandOutput,
64
+ } from "./commands/DescribeDomainCommand";
65
+ import {
66
+ DescribeFraudsterCommandInput,
67
+ DescribeFraudsterCommandOutput,
68
+ } from "./commands/DescribeFraudsterCommand";
69
+ import {
70
+ DescribeFraudsterRegistrationJobCommandInput,
71
+ DescribeFraudsterRegistrationJobCommandOutput,
72
+ } from "./commands/DescribeFraudsterRegistrationJobCommand";
73
+ import {
74
+ DescribeSpeakerCommandInput,
75
+ DescribeSpeakerCommandOutput,
76
+ } from "./commands/DescribeSpeakerCommand";
77
+ import {
78
+ DescribeSpeakerEnrollmentJobCommandInput,
79
+ DescribeSpeakerEnrollmentJobCommandOutput,
80
+ } from "./commands/DescribeSpeakerEnrollmentJobCommand";
81
+ import {
82
+ EvaluateSessionCommandInput,
83
+ EvaluateSessionCommandOutput,
84
+ } from "./commands/EvaluateSessionCommand";
85
+ import {
86
+ ListDomainsCommandInput,
87
+ ListDomainsCommandOutput,
88
+ } from "./commands/ListDomainsCommand";
89
+ import {
90
+ ListFraudsterRegistrationJobsCommandInput,
91
+ ListFraudsterRegistrationJobsCommandOutput,
92
+ } from "./commands/ListFraudsterRegistrationJobsCommand";
93
+ import {
94
+ ListSpeakerEnrollmentJobsCommandInput,
95
+ ListSpeakerEnrollmentJobsCommandOutput,
96
+ } from "./commands/ListSpeakerEnrollmentJobsCommand";
97
+ import {
98
+ ListSpeakersCommandInput,
99
+ ListSpeakersCommandOutput,
100
+ } from "./commands/ListSpeakersCommand";
101
+ import {
102
+ ListTagsForResourceCommandInput,
103
+ ListTagsForResourceCommandOutput,
104
+ } from "./commands/ListTagsForResourceCommand";
105
+ import {
106
+ OptOutSpeakerCommandInput,
107
+ OptOutSpeakerCommandOutput,
108
+ } from "./commands/OptOutSpeakerCommand";
109
+ import {
110
+ StartFraudsterRegistrationJobCommandInput,
111
+ StartFraudsterRegistrationJobCommandOutput,
112
+ } from "./commands/StartFraudsterRegistrationJobCommand";
113
+ import {
114
+ StartSpeakerEnrollmentJobCommandInput,
115
+ StartSpeakerEnrollmentJobCommandOutput,
116
+ } from "./commands/StartSpeakerEnrollmentJobCommand";
117
+ import {
118
+ TagResourceCommandInput,
119
+ TagResourceCommandOutput,
120
+ } from "./commands/TagResourceCommand";
121
+ import {
122
+ UntagResourceCommandInput,
123
+ UntagResourceCommandOutput,
124
+ } from "./commands/UntagResourceCommand";
125
+ import {
126
+ UpdateDomainCommandInput,
127
+ UpdateDomainCommandOutput,
128
+ } from "./commands/UpdateDomainCommand";
129
+ export declare type ServiceInputTypes =
130
+ | CreateDomainCommandInput
131
+ | DeleteDomainCommandInput
132
+ | DeleteFraudsterCommandInput
133
+ | DeleteSpeakerCommandInput
134
+ | DescribeDomainCommandInput
135
+ | DescribeFraudsterCommandInput
136
+ | DescribeFraudsterRegistrationJobCommandInput
137
+ | DescribeSpeakerCommandInput
138
+ | DescribeSpeakerEnrollmentJobCommandInput
139
+ | EvaluateSessionCommandInput
140
+ | ListDomainsCommandInput
141
+ | ListFraudsterRegistrationJobsCommandInput
142
+ | ListSpeakerEnrollmentJobsCommandInput
143
+ | ListSpeakersCommandInput
144
+ | ListTagsForResourceCommandInput
145
+ | OptOutSpeakerCommandInput
146
+ | StartFraudsterRegistrationJobCommandInput
147
+ | StartSpeakerEnrollmentJobCommandInput
148
+ | TagResourceCommandInput
149
+ | UntagResourceCommandInput
150
+ | UpdateDomainCommandInput;
151
+ export declare type ServiceOutputTypes =
152
+ | CreateDomainCommandOutput
153
+ | DeleteDomainCommandOutput
154
+ | DeleteFraudsterCommandOutput
155
+ | DeleteSpeakerCommandOutput
156
+ | DescribeDomainCommandOutput
157
+ | DescribeFraudsterCommandOutput
158
+ | DescribeFraudsterRegistrationJobCommandOutput
159
+ | DescribeSpeakerCommandOutput
160
+ | DescribeSpeakerEnrollmentJobCommandOutput
161
+ | EvaluateSessionCommandOutput
162
+ | ListDomainsCommandOutput
163
+ | ListFraudsterRegistrationJobsCommandOutput
164
+ | ListSpeakerEnrollmentJobsCommandOutput
165
+ | ListSpeakersCommandOutput
166
+ | ListTagsForResourceCommandOutput
167
+ | OptOutSpeakerCommandOutput
168
+ | StartFraudsterRegistrationJobCommandOutput
169
+ | StartSpeakerEnrollmentJobCommandOutput
170
+ | TagResourceCommandOutput
171
+ | UntagResourceCommandOutput
172
+ | UpdateDomainCommandOutput;
173
+ export interface ClientDefaults
174
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
175
+ requestHandler?: __HttpHandler;
176
+ sha256?: __HashConstructor;
177
+ urlParser?: __UrlParser;
178
+ bodyLengthChecker?: __BodyLengthCalculator;
179
+ streamCollector?: __StreamCollector;
180
+ base64Decoder?: __Decoder;
181
+ base64Encoder?: __Encoder;
182
+ utf8Decoder?: __Decoder;
183
+ utf8Encoder?: __Encoder;
184
+ runtime?: string;
185
+ disableHostPrefix?: boolean;
186
+ maxAttempts?: number | __Provider<number>;
187
+ retryMode?: string | __Provider<string>;
188
+ logger?: __Logger;
189
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
190
+ useFipsEndpoint?: boolean | __Provider<boolean>;
191
+ serviceId?: string;
192
+ region?: string | __Provider<string>;
193
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
194
+ regionInfoProvider?: RegionInfoProvider;
195
+ defaultUserAgentProvider?: Provider<__UserAgent>;
196
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
197
+ }
198
+ declare type VoiceIDClientConfigType = Partial<
199
+ __SmithyConfiguration<__HttpHandlerOptions>
200
+ > &
201
+ ClientDefaults &
202
+ RegionInputConfig &
203
+ EndpointsInputConfig &
204
+ RetryInputConfig &
205
+ HostHeaderInputConfig &
206
+ AwsAuthInputConfig &
207
+ UserAgentInputConfig;
208
+ export interface VoiceIDClientConfig extends VoiceIDClientConfigType {}
209
+ declare type VoiceIDClientResolvedConfigType =
210
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
211
+ Required<ClientDefaults> &
212
+ RegionResolvedConfig &
213
+ EndpointsResolvedConfig &
214
+ RetryResolvedConfig &
215
+ HostHeaderResolvedConfig &
216
+ AwsAuthResolvedConfig &
217
+ UserAgentResolvedConfig;
218
+ export interface VoiceIDClientResolvedConfig
219
+ extends VoiceIDClientResolvedConfigType {}
220
+ export declare class VoiceIDClient extends __Client<
221
+ __HttpHandlerOptions,
222
+ ServiceInputTypes,
223
+ ServiceOutputTypes,
224
+ VoiceIDClientResolvedConfig
225
+ > {
226
+ readonly config: VoiceIDClientResolvedConfig;
227
+ constructor(configuration: VoiceIDClientConfig);
228
+ destroy(): void;
229
+ }
230
+ export {};
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
- export interface CreateDomainCommandInput extends CreateDomainRequest {
6
- }
7
- export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, VoiceIDClientResolvedConfig> {
11
- readonly input: CreateDomainCommandInput;
12
- constructor(input: CreateDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ VoiceIDClientResolvedConfig,
13
+ } from "../VoiceIDClient";
14
+ export interface CreateDomainCommandInput extends CreateDomainRequest {}
15
+ export interface CreateDomainCommandOutput
16
+ extends CreateDomainResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateDomainCommand extends $Command<
19
+ CreateDomainCommandInput,
20
+ CreateDomainCommandOutput,
21
+ VoiceIDClientResolvedConfig
22
+ > {
23
+ readonly input: CreateDomainCommandInput;
24
+ constructor(input: CreateDomainCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: VoiceIDClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteDomainRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
- export interface DeleteDomainCommandInput extends DeleteDomainRequest {
6
- }
7
- export interface DeleteDomainCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig> {
11
- readonly input: DeleteDomainCommandInput;
12
- constructor(input: DeleteDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteDomainRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ VoiceIDClientResolvedConfig,
13
+ } from "../VoiceIDClient";
14
+ export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
15
+ export interface DeleteDomainCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteDomainCommand extends $Command<
17
+ DeleteDomainCommandInput,
18
+ DeleteDomainCommandOutput,
19
+ VoiceIDClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteDomainCommandInput;
22
+ constructor(input: DeleteDomainCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: VoiceIDClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteFraudsterRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
- export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {
6
- }
7
- export interface DeleteFraudsterCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFraudsterCommand extends $Command<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
11
- readonly input: DeleteFraudsterCommandInput;
12
- constructor(input: DeleteFraudsterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteFraudsterRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ VoiceIDClientResolvedConfig,
13
+ } from "../VoiceIDClient";
14
+ export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {}
15
+ export interface DeleteFraudsterCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteFraudsterCommand extends $Command<
17
+ DeleteFraudsterCommandInput,
18
+ DeleteFraudsterCommandOutput,
19
+ VoiceIDClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteFraudsterCommandInput;
22
+ constructor(input: DeleteFraudsterCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: VoiceIDClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteSpeakerRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
- export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {
6
- }
7
- export interface DeleteSpeakerCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSpeakerCommand extends $Command<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
11
- readonly input: DeleteSpeakerCommandInput;
12
- constructor(input: DeleteSpeakerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteSpeakerRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ VoiceIDClientResolvedConfig,
13
+ } from "../VoiceIDClient";
14
+ export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {}
15
+ export interface DeleteSpeakerCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteSpeakerCommand extends $Command<
17
+ DeleteSpeakerCommandInput,
18
+ DeleteSpeakerCommandOutput,
19
+ VoiceIDClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteSpeakerCommandInput;
22
+ constructor(input: DeleteSpeakerCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: VoiceIDClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
- export interface DescribeDomainCommandInput extends DescribeDomainRequest {
6
- }
7
- export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDomainCommand extends $Command<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig> {
11
- readonly input: DescribeDomainCommandInput;
12
- constructor(input: DescribeDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeDomainRequest,
10
+ DescribeDomainResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ VoiceIDClientResolvedConfig,
16
+ } from "../VoiceIDClient";
17
+ export interface DescribeDomainCommandInput extends DescribeDomainRequest {}
18
+ export interface DescribeDomainCommandOutput
19
+ extends DescribeDomainResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeDomainCommand extends $Command<
22
+ DescribeDomainCommandInput,
23
+ DescribeDomainCommandOutput,
24
+ VoiceIDClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeDomainCommandInput;
27
+ constructor(input: DescribeDomainCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: VoiceIDClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeFraudsterRequest, DescribeFraudsterResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
- export interface DescribeFraudsterCommandInput extends DescribeFraudsterRequest {
6
- }
7
- export interface DescribeFraudsterCommandOutput extends DescribeFraudsterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeFraudsterCommand extends $Command<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
11
- readonly input: DescribeFraudsterCommandInput;
12
- constructor(input: DescribeFraudsterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VoiceIDClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeFraudsterRequest,
10
+ DescribeFraudsterResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ VoiceIDClientResolvedConfig,
16
+ } from "../VoiceIDClient";
17
+ export interface DescribeFraudsterCommandInput
18
+ extends DescribeFraudsterRequest {}
19
+ export interface DescribeFraudsterCommandOutput
20
+ extends DescribeFraudsterResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeFraudsterCommand extends $Command<
23
+ DescribeFraudsterCommandInput,
24
+ DescribeFraudsterCommandOutput,
25
+ VoiceIDClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeFraudsterCommandInput;
28
+ constructor(input: DescribeFraudsterCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: VoiceIDClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }