@aws-sdk/client-voice-id 3.495.0 → 3.499.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 +73 -70
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -3222,111 +3222,114 @@ var paginateListWatchlists = (0, import_core.createPaginator)(VoiceIDClient, Lis
|
|
|
3222
3222
|
// src/index.ts
|
|
3223
3223
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3224
3224
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3225
|
+
|
|
3225
3226
|
0 && (module.exports = {
|
|
3226
|
-
|
|
3227
|
+
VoiceIDServiceException,
|
|
3228
|
+
__Client,
|
|
3229
|
+
VoiceIDClient,
|
|
3230
|
+
VoiceID,
|
|
3231
|
+
$Command,
|
|
3227
3232
|
AssociateFraudsterCommand,
|
|
3228
|
-
AssociateFraudsterRequestFilterSensitiveLog,
|
|
3229
|
-
AuthenticationDecision,
|
|
3230
|
-
AuthenticationResultFilterSensitiveLog,
|
|
3231
|
-
ConflictException,
|
|
3232
|
-
ConflictType,
|
|
3233
3233
|
CreateDomainCommand,
|
|
3234
|
-
CreateDomainRequestFilterSensitiveLog,
|
|
3235
|
-
CreateDomainResponseFilterSensitiveLog,
|
|
3236
3234
|
CreateWatchlistCommand,
|
|
3237
|
-
CreateWatchlistRequestFilterSensitiveLog,
|
|
3238
|
-
CreateWatchlistResponseFilterSensitiveLog,
|
|
3239
3235
|
DeleteDomainCommand,
|
|
3240
3236
|
DeleteFraudsterCommand,
|
|
3241
|
-
DeleteFraudsterRequestFilterSensitiveLog,
|
|
3242
3237
|
DeleteSpeakerCommand,
|
|
3243
|
-
DeleteSpeakerRequestFilterSensitiveLog,
|
|
3244
3238
|
DeleteWatchlistCommand,
|
|
3245
3239
|
DescribeDomainCommand,
|
|
3246
|
-
DescribeDomainResponseFilterSensitiveLog,
|
|
3247
3240
|
DescribeFraudsterCommand,
|
|
3248
3241
|
DescribeFraudsterRegistrationJobCommand,
|
|
3249
|
-
DescribeFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
3250
|
-
DescribeFraudsterRequestFilterSensitiveLog,
|
|
3251
3242
|
DescribeSpeakerCommand,
|
|
3252
3243
|
DescribeSpeakerEnrollmentJobCommand,
|
|
3253
|
-
DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
3254
|
-
DescribeSpeakerRequestFilterSensitiveLog,
|
|
3255
|
-
DescribeSpeakerResponseFilterSensitiveLog,
|
|
3256
3244
|
DescribeWatchlistCommand,
|
|
3257
|
-
DescribeWatchlistResponseFilterSensitiveLog,
|
|
3258
3245
|
DisassociateFraudsterCommand,
|
|
3259
|
-
|
|
3260
|
-
|
|
3246
|
+
EvaluateSessionCommand,
|
|
3247
|
+
ListDomainsCommand,
|
|
3248
|
+
ListFraudsterRegistrationJobsCommand,
|
|
3249
|
+
ListFraudstersCommand,
|
|
3250
|
+
ListSpeakerEnrollmentJobsCommand,
|
|
3251
|
+
ListSpeakersCommand,
|
|
3252
|
+
ListTagsForResourceCommand,
|
|
3253
|
+
ListWatchlistsCommand,
|
|
3254
|
+
OptOutSpeakerCommand,
|
|
3255
|
+
StartFraudsterRegistrationJobCommand,
|
|
3256
|
+
StartSpeakerEnrollmentJobCommand,
|
|
3257
|
+
TagResourceCommand,
|
|
3258
|
+
UntagResourceCommand,
|
|
3259
|
+
UpdateDomainCommand,
|
|
3260
|
+
UpdateWatchlistCommand,
|
|
3261
|
+
paginateListDomains,
|
|
3262
|
+
paginateListFraudsterRegistrationJobs,
|
|
3263
|
+
paginateListFraudsters,
|
|
3264
|
+
paginateListSpeakerEnrollmentJobs,
|
|
3265
|
+
paginateListSpeakers,
|
|
3266
|
+
paginateListWatchlists,
|
|
3267
|
+
AccessDeniedException,
|
|
3268
|
+
ConflictType,
|
|
3269
|
+
ConflictException,
|
|
3270
|
+
InternalServerException,
|
|
3271
|
+
ResourceType,
|
|
3272
|
+
ResourceNotFoundException,
|
|
3273
|
+
ServiceQuotaExceededException,
|
|
3274
|
+
ThrottlingException,
|
|
3275
|
+
ValidationException,
|
|
3276
|
+
AuthenticationDecision,
|
|
3261
3277
|
DomainStatus,
|
|
3262
|
-
|
|
3278
|
+
ServerSideEncryptionUpdateStatus,
|
|
3279
|
+
FraudsterRegistrationJobStatus,
|
|
3263
3280
|
DuplicateRegistrationAction,
|
|
3264
|
-
|
|
3265
|
-
EvaluateSessionResponseFilterSensitiveLog,
|
|
3281
|
+
SpeakerStatus,
|
|
3266
3282
|
ExistingEnrollmentAction,
|
|
3267
3283
|
FraudDetectionAction,
|
|
3284
|
+
SpeakerEnrollmentJobStatus,
|
|
3268
3285
|
FraudDetectionDecision,
|
|
3269
3286
|
FraudDetectionReason,
|
|
3287
|
+
StreamingStatus,
|
|
3288
|
+
AssociateFraudsterRequestFilterSensitiveLog,
|
|
3289
|
+
AuthenticationResultFilterSensitiveLog,
|
|
3290
|
+
TagFilterSensitiveLog,
|
|
3291
|
+
CreateDomainRequestFilterSensitiveLog,
|
|
3292
|
+
DomainFilterSensitiveLog,
|
|
3293
|
+
CreateDomainResponseFilterSensitiveLog,
|
|
3294
|
+
CreateWatchlistRequestFilterSensitiveLog,
|
|
3295
|
+
WatchlistFilterSensitiveLog,
|
|
3296
|
+
CreateWatchlistResponseFilterSensitiveLog,
|
|
3297
|
+
DeleteFraudsterRequestFilterSensitiveLog,
|
|
3298
|
+
DeleteSpeakerRequestFilterSensitiveLog,
|
|
3299
|
+
DescribeDomainResponseFilterSensitiveLog,
|
|
3300
|
+
DescribeFraudsterRequestFilterSensitiveLog,
|
|
3270
3301
|
FraudsterRegistrationJobFilterSensitiveLog,
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3302
|
+
DescribeFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
3303
|
+
DescribeSpeakerRequestFilterSensitiveLog,
|
|
3304
|
+
SpeakerFilterSensitiveLog,
|
|
3305
|
+
DescribeSpeakerResponseFilterSensitiveLog,
|
|
3306
|
+
SpeakerEnrollmentJobFilterSensitiveLog,
|
|
3307
|
+
DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
3308
|
+
DescribeWatchlistResponseFilterSensitiveLog,
|
|
3309
|
+
DisassociateFraudsterRequestFilterSensitiveLog,
|
|
3310
|
+
DomainSummaryFilterSensitiveLog,
|
|
3275
3311
|
ListDomainsResponseFilterSensitiveLog,
|
|
3276
|
-
|
|
3312
|
+
UpdateDomainRequestFilterSensitiveLog,
|
|
3313
|
+
UpdateDomainResponseFilterSensitiveLog,
|
|
3314
|
+
EvaluateSessionResponseFilterSensitiveLog,
|
|
3315
|
+
FraudsterRegistrationJobSummaryFilterSensitiveLog,
|
|
3277
3316
|
ListFraudsterRegistrationJobsResponseFilterSensitiveLog,
|
|
3278
|
-
|
|
3279
|
-
ListSpeakerEnrollmentJobsCommand,
|
|
3317
|
+
SpeakerEnrollmentJobSummaryFilterSensitiveLog,
|
|
3280
3318
|
ListSpeakerEnrollmentJobsResponseFilterSensitiveLog,
|
|
3281
|
-
|
|
3319
|
+
SpeakerSummaryFilterSensitiveLog,
|
|
3282
3320
|
ListSpeakersResponseFilterSensitiveLog,
|
|
3283
|
-
ListTagsForResourceCommand,
|
|
3284
3321
|
ListTagsForResourceResponseFilterSensitiveLog,
|
|
3285
|
-
|
|
3322
|
+
WatchlistSummaryFilterSensitiveLog,
|
|
3286
3323
|
ListWatchlistsResponseFilterSensitiveLog,
|
|
3287
|
-
OptOutSpeakerCommand,
|
|
3288
3324
|
OptOutSpeakerRequestFilterSensitiveLog,
|
|
3289
3325
|
OptOutSpeakerResponseFilterSensitiveLog,
|
|
3290
|
-
ResourceNotFoundException,
|
|
3291
|
-
ResourceType,
|
|
3292
|
-
ServerSideEncryptionUpdateStatus,
|
|
3293
|
-
ServiceQuotaExceededException,
|
|
3294
|
-
SpeakerEnrollmentJobFilterSensitiveLog,
|
|
3295
|
-
SpeakerEnrollmentJobStatus,
|
|
3296
|
-
SpeakerEnrollmentJobSummaryFilterSensitiveLog,
|
|
3297
|
-
SpeakerFilterSensitiveLog,
|
|
3298
|
-
SpeakerStatus,
|
|
3299
|
-
SpeakerSummaryFilterSensitiveLog,
|
|
3300
|
-
StartFraudsterRegistrationJobCommand,
|
|
3301
3326
|
StartFraudsterRegistrationJobRequestFilterSensitiveLog,
|
|
3302
3327
|
StartFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
3303
|
-
StartSpeakerEnrollmentJobCommand,
|
|
3304
3328
|
StartSpeakerEnrollmentJobRequestFilterSensitiveLog,
|
|
3305
3329
|
StartSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
3306
|
-
StreamingStatus,
|
|
3307
|
-
TagFilterSensitiveLog,
|
|
3308
|
-
TagResourceCommand,
|
|
3309
3330
|
TagResourceRequestFilterSensitiveLog,
|
|
3310
|
-
ThrottlingException,
|
|
3311
|
-
UntagResourceCommand,
|
|
3312
3331
|
UntagResourceRequestFilterSensitiveLog,
|
|
3313
|
-
UpdateDomainCommand,
|
|
3314
|
-
UpdateDomainRequestFilterSensitiveLog,
|
|
3315
|
-
UpdateDomainResponseFilterSensitiveLog,
|
|
3316
|
-
UpdateWatchlistCommand,
|
|
3317
3332
|
UpdateWatchlistRequestFilterSensitiveLog,
|
|
3318
|
-
UpdateWatchlistResponseFilterSensitiveLog
|
|
3319
|
-
ValidationException,
|
|
3320
|
-
VoiceID,
|
|
3321
|
-
VoiceIDClient,
|
|
3322
|
-
VoiceIDServiceException,
|
|
3323
|
-
WatchlistFilterSensitiveLog,
|
|
3324
|
-
WatchlistSummaryFilterSensitiveLog,
|
|
3325
|
-
__Client,
|
|
3326
|
-
paginateListDomains,
|
|
3327
|
-
paginateListFraudsterRegistrationJobs,
|
|
3328
|
-
paginateListFraudsters,
|
|
3329
|
-
paginateListSpeakerEnrollmentJobs,
|
|
3330
|
-
paginateListSpeakers,
|
|
3331
|
-
paginateListWatchlists
|
|
3333
|
+
UpdateWatchlistResponseFilterSensitiveLog
|
|
3332
3334
|
});
|
|
3335
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-voice-id",
|
|
3
3
|
"description": "AWS SDK for JavaScript Voice Id Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-voice-id",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|