@aws-sdk/client-voice-id 3.927.0 → 3.928.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.
- package/dist-cjs/index.js +960 -1524
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/VoiceIDClient.js +2 -0
- package/dist-es/commands/AssociateFraudsterCommand.js +3 -10
- package/dist-es/commands/CreateDomainCommand.js +3 -10
- package/dist-es/commands/CreateWatchlistCommand.js +3 -10
- package/dist-es/commands/DeleteDomainCommand.js +3 -9
- package/dist-es/commands/DeleteFraudsterCommand.js +3 -10
- package/dist-es/commands/DeleteSpeakerCommand.js +3 -10
- package/dist-es/commands/DeleteWatchlistCommand.js +3 -9
- package/dist-es/commands/DescribeDomainCommand.js +3 -10
- package/dist-es/commands/DescribeFraudsterCommand.js +3 -10
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +3 -10
- package/dist-es/commands/DescribeSpeakerCommand.js +3 -10
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +3 -10
- package/dist-es/commands/DescribeWatchlistCommand.js +3 -10
- package/dist-es/commands/DisassociateFraudsterCommand.js +3 -10
- package/dist-es/commands/EvaluateSessionCommand.js +3 -10
- package/dist-es/commands/ListDomainsCommand.js +3 -10
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +3 -10
- package/dist-es/commands/ListFraudstersCommand.js +3 -9
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +3 -10
- package/dist-es/commands/ListSpeakersCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/ListWatchlistsCommand.js +3 -10
- package/dist-es/commands/OptOutSpeakerCommand.js +3 -10
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +3 -10
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateDomainCommand.js +3 -10
- package/dist-es/commands/UpdateWatchlistCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -207
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +883 -0
- package/dist-types/VoiceIDClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -184
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +145 -0
- package/dist-types/ts3.4/VoiceIDClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -130
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +151 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -1052
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -263
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -353
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput } from "./commands/AssociateFraudsterCommand";
|
|
11
11
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
@@ -170,6 +170,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
170
170
|
* Optional extensions
|
|
171
171
|
*/
|
|
172
172
|
extensions?: RuntimeExtension[];
|
|
173
|
+
/**
|
|
174
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
175
|
+
* may be overridden. A default will always be set by the client.
|
|
176
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
177
|
+
* the client.
|
|
178
|
+
* @alpha
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
181
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
173
182
|
/**
|
|
174
183
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
175
184
|
*/
|
|
@@ -2290,187 +2290,3 @@ export interface UpdateWatchlistResponse {
|
|
|
2290
2290
|
*/
|
|
2291
2291
|
Watchlist?: Watchlist | undefined;
|
|
2292
2292
|
}
|
|
2293
|
-
/**
|
|
2294
|
-
* @internal
|
|
2295
|
-
*/
|
|
2296
|
-
export declare const AssociateFraudsterRequestFilterSensitiveLog: (obj: AssociateFraudsterRequest) => any;
|
|
2297
|
-
/**
|
|
2298
|
-
* @internal
|
|
2299
|
-
*/
|
|
2300
|
-
export declare const AuthenticationResultFilterSensitiveLog: (obj: AuthenticationResult) => any;
|
|
2301
|
-
/**
|
|
2302
|
-
* @internal
|
|
2303
|
-
*/
|
|
2304
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2305
|
-
/**
|
|
2306
|
-
* @internal
|
|
2307
|
-
*/
|
|
2308
|
-
export declare const CreateDomainRequestFilterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
2309
|
-
/**
|
|
2310
|
-
* @internal
|
|
2311
|
-
*/
|
|
2312
|
-
export declare const DomainFilterSensitiveLog: (obj: Domain) => any;
|
|
2313
|
-
/**
|
|
2314
|
-
* @internal
|
|
2315
|
-
*/
|
|
2316
|
-
export declare const CreateDomainResponseFilterSensitiveLog: (obj: CreateDomainResponse) => any;
|
|
2317
|
-
/**
|
|
2318
|
-
* @internal
|
|
2319
|
-
*/
|
|
2320
|
-
export declare const CreateWatchlistRequestFilterSensitiveLog: (obj: CreateWatchlistRequest) => any;
|
|
2321
|
-
/**
|
|
2322
|
-
* @internal
|
|
2323
|
-
*/
|
|
2324
|
-
export declare const WatchlistFilterSensitiveLog: (obj: Watchlist) => any;
|
|
2325
|
-
/**
|
|
2326
|
-
* @internal
|
|
2327
|
-
*/
|
|
2328
|
-
export declare const CreateWatchlistResponseFilterSensitiveLog: (obj: CreateWatchlistResponse) => any;
|
|
2329
|
-
/**
|
|
2330
|
-
* @internal
|
|
2331
|
-
*/
|
|
2332
|
-
export declare const DeleteFraudsterRequestFilterSensitiveLog: (obj: DeleteFraudsterRequest) => any;
|
|
2333
|
-
/**
|
|
2334
|
-
* @internal
|
|
2335
|
-
*/
|
|
2336
|
-
export declare const DeleteSpeakerRequestFilterSensitiveLog: (obj: DeleteSpeakerRequest) => any;
|
|
2337
|
-
/**
|
|
2338
|
-
* @internal
|
|
2339
|
-
*/
|
|
2340
|
-
export declare const DescribeDomainResponseFilterSensitiveLog: (obj: DescribeDomainResponse) => any;
|
|
2341
|
-
/**
|
|
2342
|
-
* @internal
|
|
2343
|
-
*/
|
|
2344
|
-
export declare const DescribeFraudsterRequestFilterSensitiveLog: (obj: DescribeFraudsterRequest) => any;
|
|
2345
|
-
/**
|
|
2346
|
-
* @internal
|
|
2347
|
-
*/
|
|
2348
|
-
export declare const FraudsterRegistrationJobFilterSensitiveLog: (obj: FraudsterRegistrationJob) => any;
|
|
2349
|
-
/**
|
|
2350
|
-
* @internal
|
|
2351
|
-
*/
|
|
2352
|
-
export declare const DescribeFraudsterRegistrationJobResponseFilterSensitiveLog: (obj: DescribeFraudsterRegistrationJobResponse) => any;
|
|
2353
|
-
/**
|
|
2354
|
-
* @internal
|
|
2355
|
-
*/
|
|
2356
|
-
export declare const DescribeSpeakerRequestFilterSensitiveLog: (obj: DescribeSpeakerRequest) => any;
|
|
2357
|
-
/**
|
|
2358
|
-
* @internal
|
|
2359
|
-
*/
|
|
2360
|
-
export declare const SpeakerFilterSensitiveLog: (obj: Speaker) => any;
|
|
2361
|
-
/**
|
|
2362
|
-
* @internal
|
|
2363
|
-
*/
|
|
2364
|
-
export declare const DescribeSpeakerResponseFilterSensitiveLog: (obj: DescribeSpeakerResponse) => any;
|
|
2365
|
-
/**
|
|
2366
|
-
* @internal
|
|
2367
|
-
*/
|
|
2368
|
-
export declare const SpeakerEnrollmentJobFilterSensitiveLog: (obj: SpeakerEnrollmentJob) => any;
|
|
2369
|
-
/**
|
|
2370
|
-
* @internal
|
|
2371
|
-
*/
|
|
2372
|
-
export declare const DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog: (obj: DescribeSpeakerEnrollmentJobResponse) => any;
|
|
2373
|
-
/**
|
|
2374
|
-
* @internal
|
|
2375
|
-
*/
|
|
2376
|
-
export declare const DescribeWatchlistResponseFilterSensitiveLog: (obj: DescribeWatchlistResponse) => any;
|
|
2377
|
-
/**
|
|
2378
|
-
* @internal
|
|
2379
|
-
*/
|
|
2380
|
-
export declare const DisassociateFraudsterRequestFilterSensitiveLog: (obj: DisassociateFraudsterRequest) => any;
|
|
2381
|
-
/**
|
|
2382
|
-
* @internal
|
|
2383
|
-
*/
|
|
2384
|
-
export declare const DomainSummaryFilterSensitiveLog: (obj: DomainSummary) => any;
|
|
2385
|
-
/**
|
|
2386
|
-
* @internal
|
|
2387
|
-
*/
|
|
2388
|
-
export declare const ListDomainsResponseFilterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
2389
|
-
/**
|
|
2390
|
-
* @internal
|
|
2391
|
-
*/
|
|
2392
|
-
export declare const UpdateDomainRequestFilterSensitiveLog: (obj: UpdateDomainRequest) => any;
|
|
2393
|
-
/**
|
|
2394
|
-
* @internal
|
|
2395
|
-
*/
|
|
2396
|
-
export declare const UpdateDomainResponseFilterSensitiveLog: (obj: UpdateDomainResponse) => any;
|
|
2397
|
-
/**
|
|
2398
|
-
* @internal
|
|
2399
|
-
*/
|
|
2400
|
-
export declare const EvaluateSessionResponseFilterSensitiveLog: (obj: EvaluateSessionResponse) => any;
|
|
2401
|
-
/**
|
|
2402
|
-
* @internal
|
|
2403
|
-
*/
|
|
2404
|
-
export declare const FraudsterRegistrationJobSummaryFilterSensitiveLog: (obj: FraudsterRegistrationJobSummary) => any;
|
|
2405
|
-
/**
|
|
2406
|
-
* @internal
|
|
2407
|
-
*/
|
|
2408
|
-
export declare const ListFraudsterRegistrationJobsResponseFilterSensitiveLog: (obj: ListFraudsterRegistrationJobsResponse) => any;
|
|
2409
|
-
/**
|
|
2410
|
-
* @internal
|
|
2411
|
-
*/
|
|
2412
|
-
export declare const SpeakerEnrollmentJobSummaryFilterSensitiveLog: (obj: SpeakerEnrollmentJobSummary) => any;
|
|
2413
|
-
/**
|
|
2414
|
-
* @internal
|
|
2415
|
-
*/
|
|
2416
|
-
export declare const ListSpeakerEnrollmentJobsResponseFilterSensitiveLog: (obj: ListSpeakerEnrollmentJobsResponse) => any;
|
|
2417
|
-
/**
|
|
2418
|
-
* @internal
|
|
2419
|
-
*/
|
|
2420
|
-
export declare const SpeakerSummaryFilterSensitiveLog: (obj: SpeakerSummary) => any;
|
|
2421
|
-
/**
|
|
2422
|
-
* @internal
|
|
2423
|
-
*/
|
|
2424
|
-
export declare const ListSpeakersResponseFilterSensitiveLog: (obj: ListSpeakersResponse) => any;
|
|
2425
|
-
/**
|
|
2426
|
-
* @internal
|
|
2427
|
-
*/
|
|
2428
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2429
|
-
/**
|
|
2430
|
-
* @internal
|
|
2431
|
-
*/
|
|
2432
|
-
export declare const WatchlistSummaryFilterSensitiveLog: (obj: WatchlistSummary) => any;
|
|
2433
|
-
/**
|
|
2434
|
-
* @internal
|
|
2435
|
-
*/
|
|
2436
|
-
export declare const ListWatchlistsResponseFilterSensitiveLog: (obj: ListWatchlistsResponse) => any;
|
|
2437
|
-
/**
|
|
2438
|
-
* @internal
|
|
2439
|
-
*/
|
|
2440
|
-
export declare const OptOutSpeakerRequestFilterSensitiveLog: (obj: OptOutSpeakerRequest) => any;
|
|
2441
|
-
/**
|
|
2442
|
-
* @internal
|
|
2443
|
-
*/
|
|
2444
|
-
export declare const OptOutSpeakerResponseFilterSensitiveLog: (obj: OptOutSpeakerResponse) => any;
|
|
2445
|
-
/**
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
export declare const StartFraudsterRegistrationJobRequestFilterSensitiveLog: (obj: StartFraudsterRegistrationJobRequest) => any;
|
|
2449
|
-
/**
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
2452
|
-
export declare const StartFraudsterRegistrationJobResponseFilterSensitiveLog: (obj: StartFraudsterRegistrationJobResponse) => any;
|
|
2453
|
-
/**
|
|
2454
|
-
* @internal
|
|
2455
|
-
*/
|
|
2456
|
-
export declare const StartSpeakerEnrollmentJobRequestFilterSensitiveLog: (obj: StartSpeakerEnrollmentJobRequest) => any;
|
|
2457
|
-
/**
|
|
2458
|
-
* @internal
|
|
2459
|
-
*/
|
|
2460
|
-
export declare const StartSpeakerEnrollmentJobResponseFilterSensitiveLog: (obj: StartSpeakerEnrollmentJobResponse) => any;
|
|
2461
|
-
/**
|
|
2462
|
-
* @internal
|
|
2463
|
-
*/
|
|
2464
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2465
|
-
/**
|
|
2466
|
-
* @internal
|
|
2467
|
-
*/
|
|
2468
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2469
|
-
/**
|
|
2470
|
-
* @internal
|
|
2471
|
-
*/
|
|
2472
|
-
export declare const UpdateWatchlistRequestFilterSensitiveLog: (obj: UpdateWatchlistRequest) => any;
|
|
2473
|
-
/**
|
|
2474
|
-
* @internal
|
|
2475
|
-
*/
|
|
2476
|
-
export declare const UpdateWatchlistResponseFilterSensitiveLog: (obj: UpdateWatchlistResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").VoiceIDHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var CustomerSpeakerId: StaticSimpleSchema;
|
|
3
|
+
export declare var Description: StaticSimpleSchema;
|
|
4
|
+
export declare var DomainName: StaticSimpleSchema;
|
|
5
|
+
export declare var FraudsterId: StaticSimpleSchema;
|
|
6
|
+
export declare var JobName: StaticSimpleSchema;
|
|
7
|
+
export declare var SpeakerId: StaticSimpleSchema;
|
|
8
|
+
export declare var TagKey: StaticSimpleSchema;
|
|
9
|
+
export declare var TagValue: StaticSimpleSchema;
|
|
10
|
+
export declare var WatchlistDescription: StaticSimpleSchema;
|
|
11
|
+
export declare var WatchlistName: StaticSimpleSchema;
|
|
12
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
13
|
+
export declare var AssociateFraudsterRequest: StaticStructureSchema;
|
|
14
|
+
export declare var AssociateFraudsterResponse: StaticStructureSchema;
|
|
15
|
+
export declare var AuthenticationConfiguration: StaticStructureSchema;
|
|
16
|
+
export declare var AuthenticationResult: StaticStructureSchema;
|
|
17
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
18
|
+
export declare var CreateDomainRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateDomainResponse: StaticStructureSchema;
|
|
20
|
+
export declare var CreateWatchlistRequest: StaticStructureSchema;
|
|
21
|
+
export declare var CreateWatchlistResponse: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteDomainRequest: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteFraudsterRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteSpeakerRequest: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteWatchlistRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeDomainRequest: StaticStructureSchema;
|
|
27
|
+
export declare var DescribeDomainResponse: StaticStructureSchema;
|
|
28
|
+
export declare var DescribeFraudsterRegistrationJobRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DescribeFraudsterRegistrationJobResponse: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeFraudsterRequest: StaticStructureSchema;
|
|
31
|
+
export declare var DescribeFraudsterResponse: StaticStructureSchema;
|
|
32
|
+
export declare var DescribeSpeakerEnrollmentJobRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DescribeSpeakerEnrollmentJobResponse: StaticStructureSchema;
|
|
34
|
+
export declare var DescribeSpeakerRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DescribeSpeakerResponse: StaticStructureSchema;
|
|
36
|
+
export declare var DescribeWatchlistRequest: StaticStructureSchema;
|
|
37
|
+
export declare var DescribeWatchlistResponse: StaticStructureSchema;
|
|
38
|
+
export declare var DisassociateFraudsterRequest: StaticStructureSchema;
|
|
39
|
+
export declare var DisassociateFraudsterResponse: StaticStructureSchema;
|
|
40
|
+
export declare var Domain: StaticStructureSchema;
|
|
41
|
+
export declare var DomainSummary: StaticStructureSchema;
|
|
42
|
+
export declare var EnrollmentConfig: StaticStructureSchema;
|
|
43
|
+
export declare var EnrollmentJobFraudDetectionConfig: StaticStructureSchema;
|
|
44
|
+
export declare var EvaluateSessionRequest: StaticStructureSchema;
|
|
45
|
+
export declare var EvaluateSessionResponse: StaticStructureSchema;
|
|
46
|
+
export declare var FailureDetails: StaticStructureSchema;
|
|
47
|
+
export declare var FraudDetectionConfiguration: StaticStructureSchema;
|
|
48
|
+
export declare var FraudDetectionResult: StaticStructureSchema;
|
|
49
|
+
export declare var FraudRiskDetails: StaticStructureSchema;
|
|
50
|
+
export declare var Fraudster: StaticStructureSchema;
|
|
51
|
+
export declare var FraudsterRegistrationJob: StaticStructureSchema;
|
|
52
|
+
export declare var FraudsterRegistrationJobSummary: StaticStructureSchema;
|
|
53
|
+
export declare var FraudsterSummary: StaticStructureSchema;
|
|
54
|
+
export declare var InputDataConfig: StaticStructureSchema;
|
|
55
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
56
|
+
export declare var JobProgress: StaticStructureSchema;
|
|
57
|
+
export declare var KnownFraudsterRisk: StaticStructureSchema;
|
|
58
|
+
export declare var ListDomainsRequest: StaticStructureSchema;
|
|
59
|
+
export declare var ListDomainsResponse: StaticStructureSchema;
|
|
60
|
+
export declare var ListFraudsterRegistrationJobsRequest: StaticStructureSchema;
|
|
61
|
+
export declare var ListFraudsterRegistrationJobsResponse: StaticStructureSchema;
|
|
62
|
+
export declare var ListFraudstersRequest: StaticStructureSchema;
|
|
63
|
+
export declare var ListFraudstersResponse: StaticStructureSchema;
|
|
64
|
+
export declare var ListSpeakerEnrollmentJobsRequest: StaticStructureSchema;
|
|
65
|
+
export declare var ListSpeakerEnrollmentJobsResponse: StaticStructureSchema;
|
|
66
|
+
export declare var ListSpeakersRequest: StaticStructureSchema;
|
|
67
|
+
export declare var ListSpeakersResponse: StaticStructureSchema;
|
|
68
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
69
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
70
|
+
export declare var ListWatchlistsRequest: StaticStructureSchema;
|
|
71
|
+
export declare var ListWatchlistsResponse: StaticStructureSchema;
|
|
72
|
+
export declare var OptOutSpeakerRequest: StaticStructureSchema;
|
|
73
|
+
export declare var OptOutSpeakerResponse: StaticStructureSchema;
|
|
74
|
+
export declare var OutputDataConfig: StaticStructureSchema;
|
|
75
|
+
export declare var RegistrationConfig: StaticStructureSchema;
|
|
76
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
77
|
+
export declare var ServerSideEncryptionConfiguration: StaticStructureSchema;
|
|
78
|
+
export declare var ServerSideEncryptionUpdateDetails: StaticStructureSchema;
|
|
79
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
80
|
+
export declare var Speaker: StaticStructureSchema;
|
|
81
|
+
export declare var SpeakerEnrollmentJob: StaticStructureSchema;
|
|
82
|
+
export declare var SpeakerEnrollmentJobSummary: StaticStructureSchema;
|
|
83
|
+
export declare var SpeakerSummary: StaticStructureSchema;
|
|
84
|
+
export declare var StartFraudsterRegistrationJobRequest: StaticStructureSchema;
|
|
85
|
+
export declare var StartFraudsterRegistrationJobResponse: StaticStructureSchema;
|
|
86
|
+
export declare var StartSpeakerEnrollmentJobRequest: StaticStructureSchema;
|
|
87
|
+
export declare var StartSpeakerEnrollmentJobResponse: StaticStructureSchema;
|
|
88
|
+
export declare var Tag: StaticStructureSchema;
|
|
89
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
90
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
91
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
92
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
93
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
94
|
+
export declare var UpdateDomainRequest: StaticStructureSchema;
|
|
95
|
+
export declare var UpdateDomainResponse: StaticStructureSchema;
|
|
96
|
+
export declare var UpdateWatchlistRequest: StaticStructureSchema;
|
|
97
|
+
export declare var UpdateWatchlistResponse: StaticStructureSchema;
|
|
98
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
99
|
+
export declare var VoiceSpoofingRisk: StaticStructureSchema;
|
|
100
|
+
export declare var Watchlist: StaticStructureSchema;
|
|
101
|
+
export declare var WatchlistDetails: StaticStructureSchema;
|
|
102
|
+
export declare var WatchlistSummary: StaticStructureSchema;
|
|
103
|
+
export declare var __Unit: "unit";
|
|
104
|
+
export declare var VoiceIDServiceException: StaticErrorSchema;
|
|
105
|
+
export declare var DomainSummaries: StaticListSchema;
|
|
106
|
+
export declare var EnrollmentJobFraudDetectionConfigWatchlistIds: number;
|
|
107
|
+
export declare var FraudDetectionReasons: number;
|
|
108
|
+
export declare var FraudsterRegistrationJobSummaries: StaticListSchema;
|
|
109
|
+
export declare var FraudsterSummaries: StaticListSchema;
|
|
110
|
+
export declare var RegistrationConfigWatchlistIds: number;
|
|
111
|
+
export declare var ResponseWatchlistIds: number;
|
|
112
|
+
export declare var SpeakerEnrollmentJobSummaries: StaticListSchema;
|
|
113
|
+
export declare var SpeakerSummaries: StaticListSchema;
|
|
114
|
+
export declare var TagKeyList: StaticListSchema;
|
|
115
|
+
export declare var TagList: StaticListSchema;
|
|
116
|
+
export declare var WatchlistSummaries: StaticListSchema;
|
|
117
|
+
export declare var AssociateFraudster: StaticOperationSchema;
|
|
118
|
+
export declare var CreateDomain: StaticOperationSchema;
|
|
119
|
+
export declare var CreateWatchlist: StaticOperationSchema;
|
|
120
|
+
export declare var DeleteDomain: StaticOperationSchema;
|
|
121
|
+
export declare var DeleteFraudster: StaticOperationSchema;
|
|
122
|
+
export declare var DeleteSpeaker: StaticOperationSchema;
|
|
123
|
+
export declare var DeleteWatchlist: StaticOperationSchema;
|
|
124
|
+
export declare var DescribeDomain: StaticOperationSchema;
|
|
125
|
+
export declare var DescribeFraudster: StaticOperationSchema;
|
|
126
|
+
export declare var DescribeFraudsterRegistrationJob: StaticOperationSchema;
|
|
127
|
+
export declare var DescribeSpeaker: StaticOperationSchema;
|
|
128
|
+
export declare var DescribeSpeakerEnrollmentJob: StaticOperationSchema;
|
|
129
|
+
export declare var DescribeWatchlist: StaticOperationSchema;
|
|
130
|
+
export declare var DisassociateFraudster: StaticOperationSchema;
|
|
131
|
+
export declare var EvaluateSession: StaticOperationSchema;
|
|
132
|
+
export declare var ListDomains: StaticOperationSchema;
|
|
133
|
+
export declare var ListFraudsterRegistrationJobs: StaticOperationSchema;
|
|
134
|
+
export declare var ListFraudsters: StaticOperationSchema;
|
|
135
|
+
export declare var ListSpeakerEnrollmentJobs: StaticOperationSchema;
|
|
136
|
+
export declare var ListSpeakers: StaticOperationSchema;
|
|
137
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
138
|
+
export declare var ListWatchlists: StaticOperationSchema;
|
|
139
|
+
export declare var OptOutSpeaker: StaticOperationSchema;
|
|
140
|
+
export declare var StartFraudsterRegistrationJob: StaticOperationSchema;
|
|
141
|
+
export declare var StartSpeakerEnrollmentJob: StaticOperationSchema;
|
|
142
|
+
export declare var TagResource: StaticOperationSchema;
|
|
143
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
144
|
+
export declare var UpdateDomain: StaticOperationSchema;
|
|
145
|
+
export declare var UpdateWatchlist: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -252,6 +255,7 @@ export interface ClientDefaults
|
|
|
252
255
|
retryMode?: string | __Provider<string>;
|
|
253
256
|
logger?: __Logger;
|
|
254
257
|
extensions?: RuntimeExtension[];
|
|
258
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
255
259
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
256
260
|
}
|
|
257
261
|
export type VoiceIDClientConfigType = Partial<
|
|
@@ -602,133 +602,3 @@ export interface UpdateWatchlistRequest {
|
|
|
602
602
|
export interface UpdateWatchlistResponse {
|
|
603
603
|
Watchlist?: Watchlist | undefined;
|
|
604
604
|
}
|
|
605
|
-
export declare const AssociateFraudsterRequestFilterSensitiveLog: (
|
|
606
|
-
obj: AssociateFraudsterRequest
|
|
607
|
-
) => any;
|
|
608
|
-
export declare const AuthenticationResultFilterSensitiveLog: (
|
|
609
|
-
obj: AuthenticationResult
|
|
610
|
-
) => any;
|
|
611
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
612
|
-
export declare const CreateDomainRequestFilterSensitiveLog: (
|
|
613
|
-
obj: CreateDomainRequest
|
|
614
|
-
) => any;
|
|
615
|
-
export declare const DomainFilterSensitiveLog: (obj: Domain) => any;
|
|
616
|
-
export declare const CreateDomainResponseFilterSensitiveLog: (
|
|
617
|
-
obj: CreateDomainResponse
|
|
618
|
-
) => any;
|
|
619
|
-
export declare const CreateWatchlistRequestFilterSensitiveLog: (
|
|
620
|
-
obj: CreateWatchlistRequest
|
|
621
|
-
) => any;
|
|
622
|
-
export declare const WatchlistFilterSensitiveLog: (obj: Watchlist) => any;
|
|
623
|
-
export declare const CreateWatchlistResponseFilterSensitiveLog: (
|
|
624
|
-
obj: CreateWatchlistResponse
|
|
625
|
-
) => any;
|
|
626
|
-
export declare const DeleteFraudsterRequestFilterSensitiveLog: (
|
|
627
|
-
obj: DeleteFraudsterRequest
|
|
628
|
-
) => any;
|
|
629
|
-
export declare const DeleteSpeakerRequestFilterSensitiveLog: (
|
|
630
|
-
obj: DeleteSpeakerRequest
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const DescribeDomainResponseFilterSensitiveLog: (
|
|
633
|
-
obj: DescribeDomainResponse
|
|
634
|
-
) => any;
|
|
635
|
-
export declare const DescribeFraudsterRequestFilterSensitiveLog: (
|
|
636
|
-
obj: DescribeFraudsterRequest
|
|
637
|
-
) => any;
|
|
638
|
-
export declare const FraudsterRegistrationJobFilterSensitiveLog: (
|
|
639
|
-
obj: FraudsterRegistrationJob
|
|
640
|
-
) => any;
|
|
641
|
-
export declare const DescribeFraudsterRegistrationJobResponseFilterSensitiveLog: (
|
|
642
|
-
obj: DescribeFraudsterRegistrationJobResponse
|
|
643
|
-
) => any;
|
|
644
|
-
export declare const DescribeSpeakerRequestFilterSensitiveLog: (
|
|
645
|
-
obj: DescribeSpeakerRequest
|
|
646
|
-
) => any;
|
|
647
|
-
export declare const SpeakerFilterSensitiveLog: (obj: Speaker) => any;
|
|
648
|
-
export declare const DescribeSpeakerResponseFilterSensitiveLog: (
|
|
649
|
-
obj: DescribeSpeakerResponse
|
|
650
|
-
) => any;
|
|
651
|
-
export declare const SpeakerEnrollmentJobFilterSensitiveLog: (
|
|
652
|
-
obj: SpeakerEnrollmentJob
|
|
653
|
-
) => any;
|
|
654
|
-
export declare const DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog: (
|
|
655
|
-
obj: DescribeSpeakerEnrollmentJobResponse
|
|
656
|
-
) => any;
|
|
657
|
-
export declare const DescribeWatchlistResponseFilterSensitiveLog: (
|
|
658
|
-
obj: DescribeWatchlistResponse
|
|
659
|
-
) => any;
|
|
660
|
-
export declare const DisassociateFraudsterRequestFilterSensitiveLog: (
|
|
661
|
-
obj: DisassociateFraudsterRequest
|
|
662
|
-
) => any;
|
|
663
|
-
export declare const DomainSummaryFilterSensitiveLog: (
|
|
664
|
-
obj: DomainSummary
|
|
665
|
-
) => any;
|
|
666
|
-
export declare const ListDomainsResponseFilterSensitiveLog: (
|
|
667
|
-
obj: ListDomainsResponse
|
|
668
|
-
) => any;
|
|
669
|
-
export declare const UpdateDomainRequestFilterSensitiveLog: (
|
|
670
|
-
obj: UpdateDomainRequest
|
|
671
|
-
) => any;
|
|
672
|
-
export declare const UpdateDomainResponseFilterSensitiveLog: (
|
|
673
|
-
obj: UpdateDomainResponse
|
|
674
|
-
) => any;
|
|
675
|
-
export declare const EvaluateSessionResponseFilterSensitiveLog: (
|
|
676
|
-
obj: EvaluateSessionResponse
|
|
677
|
-
) => any;
|
|
678
|
-
export declare const FraudsterRegistrationJobSummaryFilterSensitiveLog: (
|
|
679
|
-
obj: FraudsterRegistrationJobSummary
|
|
680
|
-
) => any;
|
|
681
|
-
export declare const ListFraudsterRegistrationJobsResponseFilterSensitiveLog: (
|
|
682
|
-
obj: ListFraudsterRegistrationJobsResponse
|
|
683
|
-
) => any;
|
|
684
|
-
export declare const SpeakerEnrollmentJobSummaryFilterSensitiveLog: (
|
|
685
|
-
obj: SpeakerEnrollmentJobSummary
|
|
686
|
-
) => any;
|
|
687
|
-
export declare const ListSpeakerEnrollmentJobsResponseFilterSensitiveLog: (
|
|
688
|
-
obj: ListSpeakerEnrollmentJobsResponse
|
|
689
|
-
) => any;
|
|
690
|
-
export declare const SpeakerSummaryFilterSensitiveLog: (
|
|
691
|
-
obj: SpeakerSummary
|
|
692
|
-
) => any;
|
|
693
|
-
export declare const ListSpeakersResponseFilterSensitiveLog: (
|
|
694
|
-
obj: ListSpeakersResponse
|
|
695
|
-
) => any;
|
|
696
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
697
|
-
obj: ListTagsForResourceResponse
|
|
698
|
-
) => any;
|
|
699
|
-
export declare const WatchlistSummaryFilterSensitiveLog: (
|
|
700
|
-
obj: WatchlistSummary
|
|
701
|
-
) => any;
|
|
702
|
-
export declare const ListWatchlistsResponseFilterSensitiveLog: (
|
|
703
|
-
obj: ListWatchlistsResponse
|
|
704
|
-
) => any;
|
|
705
|
-
export declare const OptOutSpeakerRequestFilterSensitiveLog: (
|
|
706
|
-
obj: OptOutSpeakerRequest
|
|
707
|
-
) => any;
|
|
708
|
-
export declare const OptOutSpeakerResponseFilterSensitiveLog: (
|
|
709
|
-
obj: OptOutSpeakerResponse
|
|
710
|
-
) => any;
|
|
711
|
-
export declare const StartFraudsterRegistrationJobRequestFilterSensitiveLog: (
|
|
712
|
-
obj: StartFraudsterRegistrationJobRequest
|
|
713
|
-
) => any;
|
|
714
|
-
export declare const StartFraudsterRegistrationJobResponseFilterSensitiveLog: (
|
|
715
|
-
obj: StartFraudsterRegistrationJobResponse
|
|
716
|
-
) => any;
|
|
717
|
-
export declare const StartSpeakerEnrollmentJobRequestFilterSensitiveLog: (
|
|
718
|
-
obj: StartSpeakerEnrollmentJobRequest
|
|
719
|
-
) => any;
|
|
720
|
-
export declare const StartSpeakerEnrollmentJobResponseFilterSensitiveLog: (
|
|
721
|
-
obj: StartSpeakerEnrollmentJobResponse
|
|
722
|
-
) => any;
|
|
723
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
724
|
-
obj: TagResourceRequest
|
|
725
|
-
) => any;
|
|
726
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
727
|
-
obj: UntagResourceRequest
|
|
728
|
-
) => any;
|
|
729
|
-
export declare const UpdateWatchlistRequestFilterSensitiveLog: (
|
|
730
|
-
obj: UpdateWatchlistRequest
|
|
731
|
-
) => any;
|
|
732
|
-
export declare const UpdateWatchlistResponseFilterSensitiveLog: (
|
|
733
|
-
obj: UpdateWatchlistResponse
|
|
734
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: VoiceIDClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").VoiceIDHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|