@aws-sdk/client-voice-id 3.758.0 → 3.772.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 +56 -56
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AssociateFraudsterCommand: () => AssociateFraudsterCommand,
|
|
26
26
|
AssociateFraudsterRequestFilterSensitiveLog: () => AssociateFraudsterRequestFilterSensitiveLog,
|
|
@@ -128,7 +128,7 @@ __export(src_exports, {
|
|
|
128
128
|
paginateListSpeakers: () => paginateListSpeakers,
|
|
129
129
|
paginateListWatchlists: () => paginateListWatchlists
|
|
130
130
|
});
|
|
131
|
-
module.exports = __toCommonJS(
|
|
131
|
+
module.exports = __toCommonJS(index_exports);
|
|
132
132
|
|
|
133
133
|
// src/VoiceIDClient.ts
|
|
134
134
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -255,9 +255,9 @@ var VoiceIDClient = class extends import_smithy_client.Client {
|
|
|
255
255
|
this.middlewareStack.use(
|
|
256
256
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
257
257
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultVoiceIDHttpAuthSchemeParametersProvider,
|
|
258
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
258
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
259
259
|
"aws.auth#sigv4": config.credentials
|
|
260
|
-
})
|
|
260
|
+
}), "identityProviderConfigProvider")
|
|
261
261
|
})
|
|
262
262
|
);
|
|
263
263
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1463,13 +1463,13 @@ var se_StartSpeakerEnrollmentJobRequest = /* @__PURE__ */ __name((input, context
|
|
|
1463
1463
|
}, "se_StartSpeakerEnrollmentJobRequest");
|
|
1464
1464
|
var de_AssociateFraudsterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1465
1465
|
return (0, import_smithy_client.take)(output, {
|
|
1466
|
-
Fraudster: (_) => de_Fraudster(_, context)
|
|
1466
|
+
Fraudster: /* @__PURE__ */ __name((_) => de_Fraudster(_, context), "Fraudster")
|
|
1467
1467
|
});
|
|
1468
1468
|
}, "de_AssociateFraudsterResponse");
|
|
1469
1469
|
var de_AuthenticationResult = /* @__PURE__ */ __name((output, context) => {
|
|
1470
1470
|
return (0, import_smithy_client.take)(output, {
|
|
1471
|
-
AudioAggregationEndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1472
|
-
AudioAggregationStartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1471
|
+
AudioAggregationEndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AudioAggregationEndedAt"),
|
|
1472
|
+
AudioAggregationStartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AudioAggregationStartedAt"),
|
|
1473
1473
|
AuthenticationResultId: import_smithy_client.expectString,
|
|
1474
1474
|
Configuration: import_smithy_client._json,
|
|
1475
1475
|
CustomerSpeakerId: import_smithy_client.expectString,
|
|
@@ -1480,60 +1480,60 @@ var de_AuthenticationResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
1480
1480
|
}, "de_AuthenticationResult");
|
|
1481
1481
|
var de_CreateDomainResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1482
1482
|
return (0, import_smithy_client.take)(output, {
|
|
1483
|
-
Domain: (_) => de_Domain(_, context)
|
|
1483
|
+
Domain: /* @__PURE__ */ __name((_) => de_Domain(_, context), "Domain")
|
|
1484
1484
|
});
|
|
1485
1485
|
}, "de_CreateDomainResponse");
|
|
1486
1486
|
var de_CreateWatchlistResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1487
1487
|
return (0, import_smithy_client.take)(output, {
|
|
1488
|
-
Watchlist: (_) => de_Watchlist(_, context)
|
|
1488
|
+
Watchlist: /* @__PURE__ */ __name((_) => de_Watchlist(_, context), "Watchlist")
|
|
1489
1489
|
});
|
|
1490
1490
|
}, "de_CreateWatchlistResponse");
|
|
1491
1491
|
var de_DescribeDomainResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1492
1492
|
return (0, import_smithy_client.take)(output, {
|
|
1493
|
-
Domain: (_) => de_Domain(_, context)
|
|
1493
|
+
Domain: /* @__PURE__ */ __name((_) => de_Domain(_, context), "Domain")
|
|
1494
1494
|
});
|
|
1495
1495
|
}, "de_DescribeDomainResponse");
|
|
1496
1496
|
var de_DescribeFraudsterRegistrationJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1497
1497
|
return (0, import_smithy_client.take)(output, {
|
|
1498
|
-
Job: (_) => de_FraudsterRegistrationJob(_, context)
|
|
1498
|
+
Job: /* @__PURE__ */ __name((_) => de_FraudsterRegistrationJob(_, context), "Job")
|
|
1499
1499
|
});
|
|
1500
1500
|
}, "de_DescribeFraudsterRegistrationJobResponse");
|
|
1501
1501
|
var de_DescribeFraudsterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1502
1502
|
return (0, import_smithy_client.take)(output, {
|
|
1503
|
-
Fraudster: (_) => de_Fraudster(_, context)
|
|
1503
|
+
Fraudster: /* @__PURE__ */ __name((_) => de_Fraudster(_, context), "Fraudster")
|
|
1504
1504
|
});
|
|
1505
1505
|
}, "de_DescribeFraudsterResponse");
|
|
1506
1506
|
var de_DescribeSpeakerEnrollmentJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1507
1507
|
return (0, import_smithy_client.take)(output, {
|
|
1508
|
-
Job: (_) => de_SpeakerEnrollmentJob(_, context)
|
|
1508
|
+
Job: /* @__PURE__ */ __name((_) => de_SpeakerEnrollmentJob(_, context), "Job")
|
|
1509
1509
|
});
|
|
1510
1510
|
}, "de_DescribeSpeakerEnrollmentJobResponse");
|
|
1511
1511
|
var de_DescribeSpeakerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1512
1512
|
return (0, import_smithy_client.take)(output, {
|
|
1513
|
-
Speaker: (_) => de_Speaker(_, context)
|
|
1513
|
+
Speaker: /* @__PURE__ */ __name((_) => de_Speaker(_, context), "Speaker")
|
|
1514
1514
|
});
|
|
1515
1515
|
}, "de_DescribeSpeakerResponse");
|
|
1516
1516
|
var de_DescribeWatchlistResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1517
1517
|
return (0, import_smithy_client.take)(output, {
|
|
1518
|
-
Watchlist: (_) => de_Watchlist(_, context)
|
|
1518
|
+
Watchlist: /* @__PURE__ */ __name((_) => de_Watchlist(_, context), "Watchlist")
|
|
1519
1519
|
});
|
|
1520
1520
|
}, "de_DescribeWatchlistResponse");
|
|
1521
1521
|
var de_DisassociateFraudsterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1522
1522
|
return (0, import_smithy_client.take)(output, {
|
|
1523
|
-
Fraudster: (_) => de_Fraudster(_, context)
|
|
1523
|
+
Fraudster: /* @__PURE__ */ __name((_) => de_Fraudster(_, context), "Fraudster")
|
|
1524
1524
|
});
|
|
1525
1525
|
}, "de_DisassociateFraudsterResponse");
|
|
1526
1526
|
var de_Domain = /* @__PURE__ */ __name((output, context) => {
|
|
1527
1527
|
return (0, import_smithy_client.take)(output, {
|
|
1528
1528
|
Arn: import_smithy_client.expectString,
|
|
1529
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1529
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1530
1530
|
Description: import_smithy_client.expectString,
|
|
1531
1531
|
DomainId: import_smithy_client.expectString,
|
|
1532
1532
|
DomainStatus: import_smithy_client.expectString,
|
|
1533
1533
|
Name: import_smithy_client.expectString,
|
|
1534
1534
|
ServerSideEncryptionConfiguration: import_smithy_client._json,
|
|
1535
1535
|
ServerSideEncryptionUpdateDetails: import_smithy_client._json,
|
|
1536
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1536
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
1537
1537
|
WatchlistDetails: import_smithy_client._json
|
|
1538
1538
|
});
|
|
1539
1539
|
}, "de_Domain");
|
|
@@ -1546,22 +1546,22 @@ var de_DomainSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1546
1546
|
var de_DomainSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1547
1547
|
return (0, import_smithy_client.take)(output, {
|
|
1548
1548
|
Arn: import_smithy_client.expectString,
|
|
1549
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1549
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1550
1550
|
Description: import_smithy_client.expectString,
|
|
1551
1551
|
DomainId: import_smithy_client.expectString,
|
|
1552
1552
|
DomainStatus: import_smithy_client.expectString,
|
|
1553
1553
|
Name: import_smithy_client.expectString,
|
|
1554
1554
|
ServerSideEncryptionConfiguration: import_smithy_client._json,
|
|
1555
1555
|
ServerSideEncryptionUpdateDetails: import_smithy_client._json,
|
|
1556
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1556
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
1557
1557
|
WatchlistDetails: import_smithy_client._json
|
|
1558
1558
|
});
|
|
1559
1559
|
}, "de_DomainSummary");
|
|
1560
1560
|
var de_EvaluateSessionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1561
1561
|
return (0, import_smithy_client.take)(output, {
|
|
1562
|
-
AuthenticationResult: (_) => de_AuthenticationResult(_, context),
|
|
1562
|
+
AuthenticationResult: /* @__PURE__ */ __name((_) => de_AuthenticationResult(_, context), "AuthenticationResult"),
|
|
1563
1563
|
DomainId: import_smithy_client.expectString,
|
|
1564
|
-
FraudDetectionResult: (_) => de_FraudDetectionResult(_, context),
|
|
1564
|
+
FraudDetectionResult: /* @__PURE__ */ __name((_) => de_FraudDetectionResult(_, context), "FraudDetectionResult"),
|
|
1565
1565
|
SessionId: import_smithy_client.expectString,
|
|
1566
1566
|
SessionName: import_smithy_client.expectString,
|
|
1567
1567
|
StreamingStatus: import_smithy_client.expectString
|
|
@@ -1569,8 +1569,8 @@ var de_EvaluateSessionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1569
1569
|
}, "de_EvaluateSessionResponse");
|
|
1570
1570
|
var de_FraudDetectionResult = /* @__PURE__ */ __name((output, context) => {
|
|
1571
1571
|
return (0, import_smithy_client.take)(output, {
|
|
1572
|
-
AudioAggregationEndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1573
|
-
AudioAggregationStartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1572
|
+
AudioAggregationEndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AudioAggregationEndedAt"),
|
|
1573
|
+
AudioAggregationStartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AudioAggregationStartedAt"),
|
|
1574
1574
|
Configuration: import_smithy_client._json,
|
|
1575
1575
|
Decision: import_smithy_client.expectString,
|
|
1576
1576
|
FraudDetectionResultId: import_smithy_client.expectString,
|
|
@@ -1580,7 +1580,7 @@ var de_FraudDetectionResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
1580
1580
|
}, "de_FraudDetectionResult");
|
|
1581
1581
|
var de_Fraudster = /* @__PURE__ */ __name((output, context) => {
|
|
1582
1582
|
return (0, import_smithy_client.take)(output, {
|
|
1583
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1583
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1584
1584
|
DomainId: import_smithy_client.expectString,
|
|
1585
1585
|
GeneratedFraudsterId: import_smithy_client.expectString,
|
|
1586
1586
|
WatchlistIds: import_smithy_client._json
|
|
@@ -1588,10 +1588,10 @@ var de_Fraudster = /* @__PURE__ */ __name((output, context) => {
|
|
|
1588
1588
|
}, "de_Fraudster");
|
|
1589
1589
|
var de_FraudsterRegistrationJob = /* @__PURE__ */ __name((output, context) => {
|
|
1590
1590
|
return (0, import_smithy_client.take)(output, {
|
|
1591
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1591
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1592
1592
|
DataAccessRoleArn: import_smithy_client.expectString,
|
|
1593
1593
|
DomainId: import_smithy_client.expectString,
|
|
1594
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1594
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndedAt"),
|
|
1595
1595
|
FailureDetails: import_smithy_client._json,
|
|
1596
1596
|
InputDataConfig: import_smithy_client._json,
|
|
1597
1597
|
JobId: import_smithy_client.expectString,
|
|
@@ -1610,9 +1610,9 @@ var de_FraudsterRegistrationJobSummaries = /* @__PURE__ */ __name((output, conte
|
|
|
1610
1610
|
}, "de_FraudsterRegistrationJobSummaries");
|
|
1611
1611
|
var de_FraudsterRegistrationJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1612
1612
|
return (0, import_smithy_client.take)(output, {
|
|
1613
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1613
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1614
1614
|
DomainId: import_smithy_client.expectString,
|
|
1615
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1615
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndedAt"),
|
|
1616
1616
|
FailureDetails: import_smithy_client._json,
|
|
1617
1617
|
JobId: import_smithy_client.expectString,
|
|
1618
1618
|
JobName: import_smithy_client.expectString,
|
|
@@ -1628,7 +1628,7 @@ var de_FraudsterSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1628
1628
|
}, "de_FraudsterSummaries");
|
|
1629
1629
|
var de_FraudsterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1630
1630
|
return (0, import_smithy_client.take)(output, {
|
|
1631
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1631
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1632
1632
|
DomainId: import_smithy_client.expectString,
|
|
1633
1633
|
GeneratedFraudsterId: import_smithy_client.expectString,
|
|
1634
1634
|
WatchlistIds: import_smithy_client._json
|
|
@@ -1636,62 +1636,62 @@ var de_FraudsterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1636
1636
|
}, "de_FraudsterSummary");
|
|
1637
1637
|
var de_ListDomainsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1638
1638
|
return (0, import_smithy_client.take)(output, {
|
|
1639
|
-
DomainSummaries: (_) => de_DomainSummaries(_, context),
|
|
1639
|
+
DomainSummaries: /* @__PURE__ */ __name((_) => de_DomainSummaries(_, context), "DomainSummaries"),
|
|
1640
1640
|
NextToken: import_smithy_client.expectString
|
|
1641
1641
|
});
|
|
1642
1642
|
}, "de_ListDomainsResponse");
|
|
1643
1643
|
var de_ListFraudsterRegistrationJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1644
1644
|
return (0, import_smithy_client.take)(output, {
|
|
1645
|
-
JobSummaries: (_) => de_FraudsterRegistrationJobSummaries(_, context),
|
|
1645
|
+
JobSummaries: /* @__PURE__ */ __name((_) => de_FraudsterRegistrationJobSummaries(_, context), "JobSummaries"),
|
|
1646
1646
|
NextToken: import_smithy_client.expectString
|
|
1647
1647
|
});
|
|
1648
1648
|
}, "de_ListFraudsterRegistrationJobsResponse");
|
|
1649
1649
|
var de_ListFraudstersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1650
1650
|
return (0, import_smithy_client.take)(output, {
|
|
1651
|
-
FraudsterSummaries: (_) => de_FraudsterSummaries(_, context),
|
|
1651
|
+
FraudsterSummaries: /* @__PURE__ */ __name((_) => de_FraudsterSummaries(_, context), "FraudsterSummaries"),
|
|
1652
1652
|
NextToken: import_smithy_client.expectString
|
|
1653
1653
|
});
|
|
1654
1654
|
}, "de_ListFraudstersResponse");
|
|
1655
1655
|
var de_ListSpeakerEnrollmentJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1656
1656
|
return (0, import_smithy_client.take)(output, {
|
|
1657
|
-
JobSummaries: (_) => de_SpeakerEnrollmentJobSummaries(_, context),
|
|
1657
|
+
JobSummaries: /* @__PURE__ */ __name((_) => de_SpeakerEnrollmentJobSummaries(_, context), "JobSummaries"),
|
|
1658
1658
|
NextToken: import_smithy_client.expectString
|
|
1659
1659
|
});
|
|
1660
1660
|
}, "de_ListSpeakerEnrollmentJobsResponse");
|
|
1661
1661
|
var de_ListSpeakersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1662
1662
|
return (0, import_smithy_client.take)(output, {
|
|
1663
1663
|
NextToken: import_smithy_client.expectString,
|
|
1664
|
-
SpeakerSummaries: (_) => de_SpeakerSummaries(_, context)
|
|
1664
|
+
SpeakerSummaries: /* @__PURE__ */ __name((_) => de_SpeakerSummaries(_, context), "SpeakerSummaries")
|
|
1665
1665
|
});
|
|
1666
1666
|
}, "de_ListSpeakersResponse");
|
|
1667
1667
|
var de_ListWatchlistsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1668
1668
|
return (0, import_smithy_client.take)(output, {
|
|
1669
1669
|
NextToken: import_smithy_client.expectString,
|
|
1670
|
-
WatchlistSummaries: (_) => de_WatchlistSummaries(_, context)
|
|
1670
|
+
WatchlistSummaries: /* @__PURE__ */ __name((_) => de_WatchlistSummaries(_, context), "WatchlistSummaries")
|
|
1671
1671
|
});
|
|
1672
1672
|
}, "de_ListWatchlistsResponse");
|
|
1673
1673
|
var de_OptOutSpeakerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1674
1674
|
return (0, import_smithy_client.take)(output, {
|
|
1675
|
-
Speaker: (_) => de_Speaker(_, context)
|
|
1675
|
+
Speaker: /* @__PURE__ */ __name((_) => de_Speaker(_, context), "Speaker")
|
|
1676
1676
|
});
|
|
1677
1677
|
}, "de_OptOutSpeakerResponse");
|
|
1678
1678
|
var de_Speaker = /* @__PURE__ */ __name((output, context) => {
|
|
1679
1679
|
return (0, import_smithy_client.take)(output, {
|
|
1680
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1680
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1681
1681
|
CustomerSpeakerId: import_smithy_client.expectString,
|
|
1682
1682
|
DomainId: import_smithy_client.expectString,
|
|
1683
1683
|
GeneratedSpeakerId: import_smithy_client.expectString,
|
|
1684
|
-
LastAccessedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1684
|
+
LastAccessedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAccessedAt"),
|
|
1685
1685
|
Status: import_smithy_client.expectString,
|
|
1686
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1686
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1687
1687
|
});
|
|
1688
1688
|
}, "de_Speaker");
|
|
1689
1689
|
var de_SpeakerEnrollmentJob = /* @__PURE__ */ __name((output, context) => {
|
|
1690
1690
|
return (0, import_smithy_client.take)(output, {
|
|
1691
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1691
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1692
1692
|
DataAccessRoleArn: import_smithy_client.expectString,
|
|
1693
1693
|
DomainId: import_smithy_client.expectString,
|
|
1694
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1694
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndedAt"),
|
|
1695
1695
|
EnrollmentConfig: import_smithy_client._json,
|
|
1696
1696
|
FailureDetails: import_smithy_client._json,
|
|
1697
1697
|
InputDataConfig: import_smithy_client._json,
|
|
@@ -1710,9 +1710,9 @@ var de_SpeakerEnrollmentJobSummaries = /* @__PURE__ */ __name((output, context)
|
|
|
1710
1710
|
}, "de_SpeakerEnrollmentJobSummaries");
|
|
1711
1711
|
var de_SpeakerEnrollmentJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1712
1712
|
return (0, import_smithy_client.take)(output, {
|
|
1713
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1713
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1714
1714
|
DomainId: import_smithy_client.expectString,
|
|
1715
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1715
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndedAt"),
|
|
1716
1716
|
FailureDetails: import_smithy_client._json,
|
|
1717
1717
|
JobId: import_smithy_client.expectString,
|
|
1718
1718
|
JobName: import_smithy_client.expectString,
|
|
@@ -1728,43 +1728,43 @@ var de_SpeakerSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1728
1728
|
}, "de_SpeakerSummaries");
|
|
1729
1729
|
var de_SpeakerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1730
1730
|
return (0, import_smithy_client.take)(output, {
|
|
1731
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1731
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1732
1732
|
CustomerSpeakerId: import_smithy_client.expectString,
|
|
1733
1733
|
DomainId: import_smithy_client.expectString,
|
|
1734
1734
|
GeneratedSpeakerId: import_smithy_client.expectString,
|
|
1735
|
-
LastAccessedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1735
|
+
LastAccessedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAccessedAt"),
|
|
1736
1736
|
Status: import_smithy_client.expectString,
|
|
1737
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1737
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1738
1738
|
});
|
|
1739
1739
|
}, "de_SpeakerSummary");
|
|
1740
1740
|
var de_StartFraudsterRegistrationJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1741
1741
|
return (0, import_smithy_client.take)(output, {
|
|
1742
|
-
Job: (_) => de_FraudsterRegistrationJob(_, context)
|
|
1742
|
+
Job: /* @__PURE__ */ __name((_) => de_FraudsterRegistrationJob(_, context), "Job")
|
|
1743
1743
|
});
|
|
1744
1744
|
}, "de_StartFraudsterRegistrationJobResponse");
|
|
1745
1745
|
var de_StartSpeakerEnrollmentJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1746
1746
|
return (0, import_smithy_client.take)(output, {
|
|
1747
|
-
Job: (_) => de_SpeakerEnrollmentJob(_, context)
|
|
1747
|
+
Job: /* @__PURE__ */ __name((_) => de_SpeakerEnrollmentJob(_, context), "Job")
|
|
1748
1748
|
});
|
|
1749
1749
|
}, "de_StartSpeakerEnrollmentJobResponse");
|
|
1750
1750
|
var de_UpdateDomainResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1751
1751
|
return (0, import_smithy_client.take)(output, {
|
|
1752
|
-
Domain: (_) => de_Domain(_, context)
|
|
1752
|
+
Domain: /* @__PURE__ */ __name((_) => de_Domain(_, context), "Domain")
|
|
1753
1753
|
});
|
|
1754
1754
|
}, "de_UpdateDomainResponse");
|
|
1755
1755
|
var de_UpdateWatchlistResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1756
1756
|
return (0, import_smithy_client.take)(output, {
|
|
1757
|
-
Watchlist: (_) => de_Watchlist(_, context)
|
|
1757
|
+
Watchlist: /* @__PURE__ */ __name((_) => de_Watchlist(_, context), "Watchlist")
|
|
1758
1758
|
});
|
|
1759
1759
|
}, "de_UpdateWatchlistResponse");
|
|
1760
1760
|
var de_Watchlist = /* @__PURE__ */ __name((output, context) => {
|
|
1761
1761
|
return (0, import_smithy_client.take)(output, {
|
|
1762
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1762
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1763
1763
|
DefaultWatchlist: import_smithy_client.expectBoolean,
|
|
1764
1764
|
Description: import_smithy_client.expectString,
|
|
1765
1765
|
DomainId: import_smithy_client.expectString,
|
|
1766
1766
|
Name: import_smithy_client.expectString,
|
|
1767
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1767
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
1768
1768
|
WatchlistId: import_smithy_client.expectString
|
|
1769
1769
|
});
|
|
1770
1770
|
}, "de_Watchlist");
|
|
@@ -1776,12 +1776,12 @@ var de_WatchlistSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1776
1776
|
}, "de_WatchlistSummaries");
|
|
1777
1777
|
var de_WatchlistSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1778
1778
|
return (0, import_smithy_client.take)(output, {
|
|
1779
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1779
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1780
1780
|
DefaultWatchlist: import_smithy_client.expectBoolean,
|
|
1781
1781
|
Description: import_smithy_client.expectString,
|
|
1782
1782
|
DomainId: import_smithy_client.expectString,
|
|
1783
1783
|
Name: import_smithy_client.expectString,
|
|
1784
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1784
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
1785
1785
|
WatchlistId: import_smithy_client.expectString
|
|
1786
1786
|
});
|
|
1787
1787
|
}, "de_WatchlistSummary");
|
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.772.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|