@aws-sdk/client-transcribe 3.760.0 → 3.774.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 +71 -75
- package/package.json +7 -7
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
|
BadRequestException: () => BadRequestException,
|
|
25
25
|
BaseModelName: () => BaseModelName,
|
|
26
26
|
CLMLanguageCode: () => CLMLanguageCode,
|
|
@@ -112,7 +112,7 @@ __export(src_exports, {
|
|
|
112
112
|
paginateListVocabularies: () => paginateListVocabularies,
|
|
113
113
|
paginateListVocabularyFilters: () => paginateListVocabularyFilters
|
|
114
114
|
});
|
|
115
|
-
module.exports = __toCommonJS(
|
|
115
|
+
module.exports = __toCommonJS(index_exports);
|
|
116
116
|
|
|
117
117
|
// src/TranscribeClient.ts
|
|
118
118
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -239,9 +239,9 @@ var TranscribeClient = class extends import_smithy_client.Client {
|
|
|
239
239
|
this.middlewareStack.use(
|
|
240
240
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
241
241
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultTranscribeHttpAuthSchemeParametersProvider,
|
|
242
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
242
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
243
243
|
"aws.auth#sigv4": config.credentials
|
|
244
|
-
})
|
|
244
|
+
}), "identityProviderConfigProvider")
|
|
245
245
|
})
|
|
246
246
|
);
|
|
247
247
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -483,14 +483,10 @@ var TranscriptFilterType = {
|
|
|
483
483
|
var Rule;
|
|
484
484
|
((Rule3) => {
|
|
485
485
|
Rule3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
486
|
-
if (value.NonTalkTimeFilter !== void 0)
|
|
487
|
-
|
|
488
|
-
if (value.
|
|
489
|
-
|
|
490
|
-
if (value.TranscriptFilter !== void 0)
|
|
491
|
-
return visitor.TranscriptFilter(value.TranscriptFilter);
|
|
492
|
-
if (value.SentimentFilter !== void 0)
|
|
493
|
-
return visitor.SentimentFilter(value.SentimentFilter);
|
|
486
|
+
if (value.NonTalkTimeFilter !== void 0) return visitor.NonTalkTimeFilter(value.NonTalkTimeFilter);
|
|
487
|
+
if (value.InterruptionFilter !== void 0) return visitor.InterruptionFilter(value.InterruptionFilter);
|
|
488
|
+
if (value.TranscriptFilter !== void 0) return visitor.TranscriptFilter(value.TranscriptFilter);
|
|
489
|
+
if (value.SentimentFilter !== void 0) return visitor.SentimentFilter(value.SentimentFilter);
|
|
494
490
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
495
491
|
}, "visit");
|
|
496
492
|
})(Rule || (Rule = {}));
|
|
@@ -1517,8 +1513,8 @@ var de_CallAnalyticsJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
1517
1513
|
CallAnalyticsJobName: import_smithy_client.expectString,
|
|
1518
1514
|
CallAnalyticsJobStatus: import_smithy_client.expectString,
|
|
1519
1515
|
ChannelDefinitions: import_smithy_client._json,
|
|
1520
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1521
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1516
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
1517
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1522
1518
|
DataAccessRoleArn: import_smithy_client.expectString,
|
|
1523
1519
|
FailureReason: import_smithy_client.expectString,
|
|
1524
1520
|
IdentifiedLanguageScore: import_smithy_client.limitedParseFloat32,
|
|
@@ -1527,7 +1523,7 @@ var de_CallAnalyticsJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
1527
1523
|
MediaFormat: import_smithy_client.expectString,
|
|
1528
1524
|
MediaSampleRateHertz: import_smithy_client.expectInt32,
|
|
1529
1525
|
Settings: import_smithy_client._json,
|
|
1530
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1526
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1531
1527
|
Tags: import_smithy_client._json,
|
|
1532
1528
|
Transcript: import_smithy_client._json
|
|
1533
1529
|
});
|
|
@@ -1543,19 +1539,19 @@ var de_CallAnalyticsJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1543
1539
|
CallAnalyticsJobDetails: import_smithy_client._json,
|
|
1544
1540
|
CallAnalyticsJobName: import_smithy_client.expectString,
|
|
1545
1541
|
CallAnalyticsJobStatus: import_smithy_client.expectString,
|
|
1546
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1547
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1542
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
1543
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1548
1544
|
FailureReason: import_smithy_client.expectString,
|
|
1549
1545
|
LanguageCode: import_smithy_client.expectString,
|
|
1550
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1546
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
1551
1547
|
});
|
|
1552
1548
|
}, "de_CallAnalyticsJobSummary");
|
|
1553
1549
|
var de_CategoryProperties = /* @__PURE__ */ __name((output, context) => {
|
|
1554
1550
|
return (0, import_smithy_client.take)(output, {
|
|
1555
1551
|
CategoryName: import_smithy_client.expectString,
|
|
1556
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1552
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
|
|
1557
1553
|
InputType: import_smithy_client.expectString,
|
|
1558
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1554
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
1559
1555
|
Rules: import_smithy_client._json,
|
|
1560
1556
|
Tags: import_smithy_client._json
|
|
1561
1557
|
});
|
|
@@ -1568,14 +1564,14 @@ var de_CategoryPropertiesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1568
1564
|
}, "de_CategoryPropertiesList");
|
|
1569
1565
|
var de_CreateCallAnalyticsCategoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1570
1566
|
return (0, import_smithy_client.take)(output, {
|
|
1571
|
-
CategoryProperties: (_) => de_CategoryProperties(_, context)
|
|
1567
|
+
CategoryProperties: /* @__PURE__ */ __name((_) => de_CategoryProperties(_, context), "CategoryProperties")
|
|
1572
1568
|
});
|
|
1573
1569
|
}, "de_CreateCallAnalyticsCategoryResponse");
|
|
1574
1570
|
var de_CreateMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1575
1571
|
return (0, import_smithy_client.take)(output, {
|
|
1576
1572
|
FailureReason: import_smithy_client.expectString,
|
|
1577
1573
|
LanguageCode: import_smithy_client.expectString,
|
|
1578
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1574
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1579
1575
|
VocabularyName: import_smithy_client.expectString,
|
|
1580
1576
|
VocabularyState: import_smithy_client.expectString
|
|
1581
1577
|
});
|
|
@@ -1583,7 +1579,7 @@ var de_CreateMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context
|
|
|
1583
1579
|
var de_CreateVocabularyFilterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1584
1580
|
return (0, import_smithy_client.take)(output, {
|
|
1585
1581
|
LanguageCode: import_smithy_client.expectString,
|
|
1586
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1582
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1587
1583
|
VocabularyFilterName: import_smithy_client.expectString
|
|
1588
1584
|
});
|
|
1589
1585
|
}, "de_CreateVocabularyFilterResponse");
|
|
@@ -1591,34 +1587,34 @@ var de_CreateVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1591
1587
|
return (0, import_smithy_client.take)(output, {
|
|
1592
1588
|
FailureReason: import_smithy_client.expectString,
|
|
1593
1589
|
LanguageCode: import_smithy_client.expectString,
|
|
1594
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1590
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1595
1591
|
VocabularyName: import_smithy_client.expectString,
|
|
1596
1592
|
VocabularyState: import_smithy_client.expectString
|
|
1597
1593
|
});
|
|
1598
1594
|
}, "de_CreateVocabularyResponse");
|
|
1599
1595
|
var de_DescribeLanguageModelResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1600
1596
|
return (0, import_smithy_client.take)(output, {
|
|
1601
|
-
LanguageModel: (_) => de_LanguageModel(_, context)
|
|
1597
|
+
LanguageModel: /* @__PURE__ */ __name((_) => de_LanguageModel(_, context), "LanguageModel")
|
|
1602
1598
|
});
|
|
1603
1599
|
}, "de_DescribeLanguageModelResponse");
|
|
1604
1600
|
var de_GetCallAnalyticsCategoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1605
1601
|
return (0, import_smithy_client.take)(output, {
|
|
1606
|
-
CategoryProperties: (_) => de_CategoryProperties(_, context)
|
|
1602
|
+
CategoryProperties: /* @__PURE__ */ __name((_) => de_CategoryProperties(_, context), "CategoryProperties")
|
|
1607
1603
|
});
|
|
1608
1604
|
}, "de_GetCallAnalyticsCategoryResponse");
|
|
1609
1605
|
var de_GetCallAnalyticsJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1610
1606
|
return (0, import_smithy_client.take)(output, {
|
|
1611
|
-
CallAnalyticsJob: (_) => de_CallAnalyticsJob(_, context)
|
|
1607
|
+
CallAnalyticsJob: /* @__PURE__ */ __name((_) => de_CallAnalyticsJob(_, context), "CallAnalyticsJob")
|
|
1612
1608
|
});
|
|
1613
1609
|
}, "de_GetCallAnalyticsJobResponse");
|
|
1614
1610
|
var de_GetMedicalScribeJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1615
1611
|
return (0, import_smithy_client.take)(output, {
|
|
1616
|
-
MedicalScribeJob: (_) => de_MedicalScribeJob(_, context)
|
|
1612
|
+
MedicalScribeJob: /* @__PURE__ */ __name((_) => de_MedicalScribeJob(_, context), "MedicalScribeJob")
|
|
1617
1613
|
});
|
|
1618
1614
|
}, "de_GetMedicalScribeJobResponse");
|
|
1619
1615
|
var de_GetMedicalTranscriptionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1620
1616
|
return (0, import_smithy_client.take)(output, {
|
|
1621
|
-
MedicalTranscriptionJob: (_) => de_MedicalTranscriptionJob(_, context)
|
|
1617
|
+
MedicalTranscriptionJob: /* @__PURE__ */ __name((_) => de_MedicalTranscriptionJob(_, context), "MedicalTranscriptionJob")
|
|
1622
1618
|
});
|
|
1623
1619
|
}, "de_GetMedicalTranscriptionJobResponse");
|
|
1624
1620
|
var de_GetMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1626,21 +1622,21 @@ var de_GetMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
1626
1622
|
DownloadUri: import_smithy_client.expectString,
|
|
1627
1623
|
FailureReason: import_smithy_client.expectString,
|
|
1628
1624
|
LanguageCode: import_smithy_client.expectString,
|
|
1629
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1625
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1630
1626
|
VocabularyName: import_smithy_client.expectString,
|
|
1631
1627
|
VocabularyState: import_smithy_client.expectString
|
|
1632
1628
|
});
|
|
1633
1629
|
}, "de_GetMedicalVocabularyResponse");
|
|
1634
1630
|
var de_GetTranscriptionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1635
1631
|
return (0, import_smithy_client.take)(output, {
|
|
1636
|
-
TranscriptionJob: (_) => de_TranscriptionJob(_, context)
|
|
1632
|
+
TranscriptionJob: /* @__PURE__ */ __name((_) => de_TranscriptionJob(_, context), "TranscriptionJob")
|
|
1637
1633
|
});
|
|
1638
1634
|
}, "de_GetTranscriptionJobResponse");
|
|
1639
1635
|
var de_GetVocabularyFilterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1640
1636
|
return (0, import_smithy_client.take)(output, {
|
|
1641
1637
|
DownloadUri: import_smithy_client.expectString,
|
|
1642
1638
|
LanguageCode: import_smithy_client.expectString,
|
|
1643
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1639
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1644
1640
|
VocabularyFilterName: import_smithy_client.expectString
|
|
1645
1641
|
});
|
|
1646
1642
|
}, "de_GetVocabularyFilterResponse");
|
|
@@ -1649,7 +1645,7 @@ var de_GetVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1649
1645
|
DownloadUri: import_smithy_client.expectString,
|
|
1650
1646
|
FailureReason: import_smithy_client.expectString,
|
|
1651
1647
|
LanguageCode: import_smithy_client.expectString,
|
|
1652
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1648
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1653
1649
|
VocabularyName: import_smithy_client.expectString,
|
|
1654
1650
|
VocabularyState: import_smithy_client.expectString
|
|
1655
1651
|
});
|
|
@@ -1669,11 +1665,11 @@ var de_LanguageCodeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1669
1665
|
var de_LanguageModel = /* @__PURE__ */ __name((output, context) => {
|
|
1670
1666
|
return (0, import_smithy_client.take)(output, {
|
|
1671
1667
|
BaseModelName: import_smithy_client.expectString,
|
|
1672
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1668
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
|
|
1673
1669
|
FailureReason: import_smithy_client.expectString,
|
|
1674
1670
|
InputDataConfig: import_smithy_client._json,
|
|
1675
1671
|
LanguageCode: import_smithy_client.expectString,
|
|
1676
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1672
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1677
1673
|
ModelName: import_smithy_client.expectString,
|
|
1678
1674
|
ModelStatus: import_smithy_client.expectString,
|
|
1679
1675
|
UpgradeAvailability: import_smithy_client.expectBoolean
|
|
@@ -1681,33 +1677,33 @@ var de_LanguageModel = /* @__PURE__ */ __name((output, context) => {
|
|
|
1681
1677
|
}, "de_LanguageModel");
|
|
1682
1678
|
var de_ListCallAnalyticsCategoriesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1683
1679
|
return (0, import_smithy_client.take)(output, {
|
|
1684
|
-
Categories: (_) => de_CategoryPropertiesList(_, context),
|
|
1680
|
+
Categories: /* @__PURE__ */ __name((_) => de_CategoryPropertiesList(_, context), "Categories"),
|
|
1685
1681
|
NextToken: import_smithy_client.expectString
|
|
1686
1682
|
});
|
|
1687
1683
|
}, "de_ListCallAnalyticsCategoriesResponse");
|
|
1688
1684
|
var de_ListCallAnalyticsJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1689
1685
|
return (0, import_smithy_client.take)(output, {
|
|
1690
|
-
CallAnalyticsJobSummaries: (_) => de_CallAnalyticsJobSummaries(_, context),
|
|
1686
|
+
CallAnalyticsJobSummaries: /* @__PURE__ */ __name((_) => de_CallAnalyticsJobSummaries(_, context), "CallAnalyticsJobSummaries"),
|
|
1691
1687
|
NextToken: import_smithy_client.expectString,
|
|
1692
1688
|
Status: import_smithy_client.expectString
|
|
1693
1689
|
});
|
|
1694
1690
|
}, "de_ListCallAnalyticsJobsResponse");
|
|
1695
1691
|
var de_ListLanguageModelsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1696
1692
|
return (0, import_smithy_client.take)(output, {
|
|
1697
|
-
Models: (_) => de_Models(_, context),
|
|
1693
|
+
Models: /* @__PURE__ */ __name((_) => de_Models(_, context), "Models"),
|
|
1698
1694
|
NextToken: import_smithy_client.expectString
|
|
1699
1695
|
});
|
|
1700
1696
|
}, "de_ListLanguageModelsResponse");
|
|
1701
1697
|
var de_ListMedicalScribeJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1702
1698
|
return (0, import_smithy_client.take)(output, {
|
|
1703
|
-
MedicalScribeJobSummaries: (_) => de_MedicalScribeJobSummaries(_, context),
|
|
1699
|
+
MedicalScribeJobSummaries: /* @__PURE__ */ __name((_) => de_MedicalScribeJobSummaries(_, context), "MedicalScribeJobSummaries"),
|
|
1704
1700
|
NextToken: import_smithy_client.expectString,
|
|
1705
1701
|
Status: import_smithy_client.expectString
|
|
1706
1702
|
});
|
|
1707
1703
|
}, "de_ListMedicalScribeJobsResponse");
|
|
1708
1704
|
var de_ListMedicalTranscriptionJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1709
1705
|
return (0, import_smithy_client.take)(output, {
|
|
1710
|
-
MedicalTranscriptionJobSummaries: (_) => de_MedicalTranscriptionJobSummaries(_, context),
|
|
1706
|
+
MedicalTranscriptionJobSummaries: /* @__PURE__ */ __name((_) => de_MedicalTranscriptionJobSummaries(_, context), "MedicalTranscriptionJobSummaries"),
|
|
1711
1707
|
NextToken: import_smithy_client.expectString,
|
|
1712
1708
|
Status: import_smithy_client.expectString
|
|
1713
1709
|
});
|
|
@@ -1716,34 +1712,34 @@ var de_ListMedicalVocabulariesResponse = /* @__PURE__ */ __name((output, context
|
|
|
1716
1712
|
return (0, import_smithy_client.take)(output, {
|
|
1717
1713
|
NextToken: import_smithy_client.expectString,
|
|
1718
1714
|
Status: import_smithy_client.expectString,
|
|
1719
|
-
Vocabularies: (_) => de_Vocabularies(_, context)
|
|
1715
|
+
Vocabularies: /* @__PURE__ */ __name((_) => de_Vocabularies(_, context), "Vocabularies")
|
|
1720
1716
|
});
|
|
1721
1717
|
}, "de_ListMedicalVocabulariesResponse");
|
|
1722
1718
|
var de_ListTranscriptionJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1723
1719
|
return (0, import_smithy_client.take)(output, {
|
|
1724
1720
|
NextToken: import_smithy_client.expectString,
|
|
1725
1721
|
Status: import_smithy_client.expectString,
|
|
1726
|
-
TranscriptionJobSummaries: (_) => de_TranscriptionJobSummaries(_, context)
|
|
1722
|
+
TranscriptionJobSummaries: /* @__PURE__ */ __name((_) => de_TranscriptionJobSummaries(_, context), "TranscriptionJobSummaries")
|
|
1727
1723
|
});
|
|
1728
1724
|
}, "de_ListTranscriptionJobsResponse");
|
|
1729
1725
|
var de_ListVocabulariesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1730
1726
|
return (0, import_smithy_client.take)(output, {
|
|
1731
1727
|
NextToken: import_smithy_client.expectString,
|
|
1732
1728
|
Status: import_smithy_client.expectString,
|
|
1733
|
-
Vocabularies: (_) => de_Vocabularies(_, context)
|
|
1729
|
+
Vocabularies: /* @__PURE__ */ __name((_) => de_Vocabularies(_, context), "Vocabularies")
|
|
1734
1730
|
});
|
|
1735
1731
|
}, "de_ListVocabulariesResponse");
|
|
1736
1732
|
var de_ListVocabularyFiltersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1737
1733
|
return (0, import_smithy_client.take)(output, {
|
|
1738
1734
|
NextToken: import_smithy_client.expectString,
|
|
1739
|
-
VocabularyFilters: (_) => de_VocabularyFilters(_, context)
|
|
1735
|
+
VocabularyFilters: /* @__PURE__ */ __name((_) => de_VocabularyFilters(_, context), "VocabularyFilters")
|
|
1740
1736
|
});
|
|
1741
1737
|
}, "de_ListVocabularyFiltersResponse");
|
|
1742
1738
|
var de_MedicalScribeJob = /* @__PURE__ */ __name((output, context) => {
|
|
1743
1739
|
return (0, import_smithy_client.take)(output, {
|
|
1744
1740
|
ChannelDefinitions: import_smithy_client._json,
|
|
1745
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1746
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1741
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
1742
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1747
1743
|
DataAccessRoleArn: import_smithy_client.expectString,
|
|
1748
1744
|
FailureReason: import_smithy_client.expectString,
|
|
1749
1745
|
LanguageCode: import_smithy_client.expectString,
|
|
@@ -1752,7 +1748,7 @@ var de_MedicalScribeJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
1752
1748
|
MedicalScribeJobStatus: import_smithy_client.expectString,
|
|
1753
1749
|
MedicalScribeOutput: import_smithy_client._json,
|
|
1754
1750
|
Settings: import_smithy_client._json,
|
|
1755
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1751
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1756
1752
|
Tags: import_smithy_client._json
|
|
1757
1753
|
});
|
|
1758
1754
|
}, "de_MedicalScribeJob");
|
|
@@ -1764,20 +1760,20 @@ var de_MedicalScribeJobSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1764
1760
|
}, "de_MedicalScribeJobSummaries");
|
|
1765
1761
|
var de_MedicalScribeJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1766
1762
|
return (0, import_smithy_client.take)(output, {
|
|
1767
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1768
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1763
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
1764
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1769
1765
|
FailureReason: import_smithy_client.expectString,
|
|
1770
1766
|
LanguageCode: import_smithy_client.expectString,
|
|
1771
1767
|
MedicalScribeJobName: import_smithy_client.expectString,
|
|
1772
1768
|
MedicalScribeJobStatus: import_smithy_client.expectString,
|
|
1773
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1769
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
1774
1770
|
});
|
|
1775
1771
|
}, "de_MedicalScribeJobSummary");
|
|
1776
1772
|
var de_MedicalTranscriptionJob = /* @__PURE__ */ __name((output, context) => {
|
|
1777
1773
|
return (0, import_smithy_client.take)(output, {
|
|
1778
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1774
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
1779
1775
|
ContentIdentificationType: import_smithy_client.expectString,
|
|
1780
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1776
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1781
1777
|
FailureReason: import_smithy_client.expectString,
|
|
1782
1778
|
LanguageCode: import_smithy_client.expectString,
|
|
1783
1779
|
Media: import_smithy_client._json,
|
|
@@ -1786,7 +1782,7 @@ var de_MedicalTranscriptionJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
1786
1782
|
MedicalTranscriptionJobName: import_smithy_client.expectString,
|
|
1787
1783
|
Settings: import_smithy_client._json,
|
|
1788
1784
|
Specialty: import_smithy_client.expectString,
|
|
1789
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1785
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1790
1786
|
Tags: import_smithy_client._json,
|
|
1791
1787
|
Transcript: import_smithy_client._json,
|
|
1792
1788
|
TranscriptionJobStatus: import_smithy_client.expectString,
|
|
@@ -1801,15 +1797,15 @@ var de_MedicalTranscriptionJobSummaries = /* @__PURE__ */ __name((output, contex
|
|
|
1801
1797
|
}, "de_MedicalTranscriptionJobSummaries");
|
|
1802
1798
|
var de_MedicalTranscriptionJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1803
1799
|
return (0, import_smithy_client.take)(output, {
|
|
1804
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1800
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
1805
1801
|
ContentIdentificationType: import_smithy_client.expectString,
|
|
1806
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1802
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1807
1803
|
FailureReason: import_smithy_client.expectString,
|
|
1808
1804
|
LanguageCode: import_smithy_client.expectString,
|
|
1809
1805
|
MedicalTranscriptionJobName: import_smithy_client.expectString,
|
|
1810
1806
|
OutputLocationType: import_smithy_client.expectString,
|
|
1811
1807
|
Specialty: import_smithy_client.expectString,
|
|
1812
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1808
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1813
1809
|
TranscriptionJobStatus: import_smithy_client.expectString,
|
|
1814
1810
|
Type: import_smithy_client.expectString
|
|
1815
1811
|
});
|
|
@@ -1822,36 +1818,36 @@ var de_Models = /* @__PURE__ */ __name((output, context) => {
|
|
|
1822
1818
|
}, "de_Models");
|
|
1823
1819
|
var de_StartCallAnalyticsJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1824
1820
|
return (0, import_smithy_client.take)(output, {
|
|
1825
|
-
CallAnalyticsJob: (_) => de_CallAnalyticsJob(_, context)
|
|
1821
|
+
CallAnalyticsJob: /* @__PURE__ */ __name((_) => de_CallAnalyticsJob(_, context), "CallAnalyticsJob")
|
|
1826
1822
|
});
|
|
1827
1823
|
}, "de_StartCallAnalyticsJobResponse");
|
|
1828
1824
|
var de_StartMedicalScribeJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1829
1825
|
return (0, import_smithy_client.take)(output, {
|
|
1830
|
-
MedicalScribeJob: (_) => de_MedicalScribeJob(_, context)
|
|
1826
|
+
MedicalScribeJob: /* @__PURE__ */ __name((_) => de_MedicalScribeJob(_, context), "MedicalScribeJob")
|
|
1831
1827
|
});
|
|
1832
1828
|
}, "de_StartMedicalScribeJobResponse");
|
|
1833
1829
|
var de_StartMedicalTranscriptionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1834
1830
|
return (0, import_smithy_client.take)(output, {
|
|
1835
|
-
MedicalTranscriptionJob: (_) => de_MedicalTranscriptionJob(_, context)
|
|
1831
|
+
MedicalTranscriptionJob: /* @__PURE__ */ __name((_) => de_MedicalTranscriptionJob(_, context), "MedicalTranscriptionJob")
|
|
1836
1832
|
});
|
|
1837
1833
|
}, "de_StartMedicalTranscriptionJobResponse");
|
|
1838
1834
|
var de_StartTranscriptionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1839
1835
|
return (0, import_smithy_client.take)(output, {
|
|
1840
|
-
TranscriptionJob: (_) => de_TranscriptionJob(_, context)
|
|
1836
|
+
TranscriptionJob: /* @__PURE__ */ __name((_) => de_TranscriptionJob(_, context), "TranscriptionJob")
|
|
1841
1837
|
});
|
|
1842
1838
|
}, "de_StartTranscriptionJobResponse");
|
|
1843
1839
|
var de_TranscriptionJob = /* @__PURE__ */ __name((output, context) => {
|
|
1844
1840
|
return (0, import_smithy_client.take)(output, {
|
|
1845
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1841
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
1846
1842
|
ContentRedaction: import_smithy_client._json,
|
|
1847
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1843
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1848
1844
|
FailureReason: import_smithy_client.expectString,
|
|
1849
1845
|
IdentifiedLanguageScore: import_smithy_client.limitedParseFloat32,
|
|
1850
1846
|
IdentifyLanguage: import_smithy_client.expectBoolean,
|
|
1851
1847
|
IdentifyMultipleLanguages: import_smithy_client.expectBoolean,
|
|
1852
1848
|
JobExecutionSettings: import_smithy_client._json,
|
|
1853
1849
|
LanguageCode: import_smithy_client.expectString,
|
|
1854
|
-
LanguageCodes: (_) => de_LanguageCodeList(_, context),
|
|
1850
|
+
LanguageCodes: /* @__PURE__ */ __name((_) => de_LanguageCodeList(_, context), "LanguageCodes"),
|
|
1855
1851
|
LanguageIdSettings: import_smithy_client._json,
|
|
1856
1852
|
LanguageOptions: import_smithy_client._json,
|
|
1857
1853
|
Media: import_smithy_client._json,
|
|
@@ -1859,7 +1855,7 @@ var de_TranscriptionJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
1859
1855
|
MediaSampleRateHertz: import_smithy_client.expectInt32,
|
|
1860
1856
|
ModelSettings: import_smithy_client._json,
|
|
1861
1857
|
Settings: import_smithy_client._json,
|
|
1862
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1858
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1863
1859
|
Subtitles: import_smithy_client._json,
|
|
1864
1860
|
Tags: import_smithy_client._json,
|
|
1865
1861
|
ToxicityDetection: import_smithy_client._json,
|
|
@@ -1876,18 +1872,18 @@ var de_TranscriptionJobSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1876
1872
|
}, "de_TranscriptionJobSummaries");
|
|
1877
1873
|
var de_TranscriptionJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1878
1874
|
return (0, import_smithy_client.take)(output, {
|
|
1879
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1875
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
1880
1876
|
ContentRedaction: import_smithy_client._json,
|
|
1881
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1877
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1882
1878
|
FailureReason: import_smithy_client.expectString,
|
|
1883
1879
|
IdentifiedLanguageScore: import_smithy_client.limitedParseFloat32,
|
|
1884
1880
|
IdentifyLanguage: import_smithy_client.expectBoolean,
|
|
1885
1881
|
IdentifyMultipleLanguages: import_smithy_client.expectBoolean,
|
|
1886
1882
|
LanguageCode: import_smithy_client.expectString,
|
|
1887
|
-
LanguageCodes: (_) => de_LanguageCodeList(_, context),
|
|
1883
|
+
LanguageCodes: /* @__PURE__ */ __name((_) => de_LanguageCodeList(_, context), "LanguageCodes"),
|
|
1888
1884
|
ModelSettings: import_smithy_client._json,
|
|
1889
1885
|
OutputLocationType: import_smithy_client.expectString,
|
|
1890
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1886
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1891
1887
|
ToxicityDetection: import_smithy_client._json,
|
|
1892
1888
|
TranscriptionJobName: import_smithy_client.expectString,
|
|
1893
1889
|
TranscriptionJobStatus: import_smithy_client.expectString
|
|
@@ -1895,13 +1891,13 @@ var de_TranscriptionJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1895
1891
|
}, "de_TranscriptionJobSummary");
|
|
1896
1892
|
var de_UpdateCallAnalyticsCategoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1897
1893
|
return (0, import_smithy_client.take)(output, {
|
|
1898
|
-
CategoryProperties: (_) => de_CategoryProperties(_, context)
|
|
1894
|
+
CategoryProperties: /* @__PURE__ */ __name((_) => de_CategoryProperties(_, context), "CategoryProperties")
|
|
1899
1895
|
});
|
|
1900
1896
|
}, "de_UpdateCallAnalyticsCategoryResponse");
|
|
1901
1897
|
var de_UpdateMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1902
1898
|
return (0, import_smithy_client.take)(output, {
|
|
1903
1899
|
LanguageCode: import_smithy_client.expectString,
|
|
1904
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1900
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1905
1901
|
VocabularyName: import_smithy_client.expectString,
|
|
1906
1902
|
VocabularyState: import_smithy_client.expectString
|
|
1907
1903
|
});
|
|
@@ -1909,14 +1905,14 @@ var de_UpdateMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context
|
|
|
1909
1905
|
var de_UpdateVocabularyFilterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1910
1906
|
return (0, import_smithy_client.take)(output, {
|
|
1911
1907
|
LanguageCode: import_smithy_client.expectString,
|
|
1912
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1908
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1913
1909
|
VocabularyFilterName: import_smithy_client.expectString
|
|
1914
1910
|
});
|
|
1915
1911
|
}, "de_UpdateVocabularyFilterResponse");
|
|
1916
1912
|
var de_UpdateVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1917
1913
|
return (0, import_smithy_client.take)(output, {
|
|
1918
1914
|
LanguageCode: import_smithy_client.expectString,
|
|
1919
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1915
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1920
1916
|
VocabularyName: import_smithy_client.expectString,
|
|
1921
1917
|
VocabularyState: import_smithy_client.expectString
|
|
1922
1918
|
});
|
|
@@ -1930,7 +1926,7 @@ var de_Vocabularies = /* @__PURE__ */ __name((output, context) => {
|
|
|
1930
1926
|
var de_VocabularyFilterInfo = /* @__PURE__ */ __name((output, context) => {
|
|
1931
1927
|
return (0, import_smithy_client.take)(output, {
|
|
1932
1928
|
LanguageCode: import_smithy_client.expectString,
|
|
1933
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1929
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1934
1930
|
VocabularyFilterName: import_smithy_client.expectString
|
|
1935
1931
|
});
|
|
1936
1932
|
}, "de_VocabularyFilterInfo");
|
|
@@ -1943,7 +1939,7 @@ var de_VocabularyFilters = /* @__PURE__ */ __name((output, context) => {
|
|
|
1943
1939
|
var de_VocabularyInfo = /* @__PURE__ */ __name((output, context) => {
|
|
1944
1940
|
return (0, import_smithy_client.take)(output, {
|
|
1945
1941
|
LanguageCode: import_smithy_client.expectString,
|
|
1946
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1942
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1947
1943
|
VocabularyName: import_smithy_client.expectString,
|
|
1948
1944
|
VocabularyState: import_smithy_client.expectString
|
|
1949
1945
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transcribe",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.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-transcribe",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|