@aws-sdk/client-transcribe 3.496.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 +37 -36
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3902,11 +3902,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3902
3902
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3903
3903
|
|
|
3904
3904
|
0 && (module.exports = {
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3905
|
+
TranscribeServiceException,
|
|
3906
|
+
__Client,
|
|
3907
|
+
TranscribeClient,
|
|
3908
|
+
Transcribe,
|
|
3909
|
+
$Command,
|
|
3910
3910
|
CreateCallAnalyticsCategoryCommand,
|
|
3911
3911
|
CreateLanguageModelCommand,
|
|
3912
3912
|
CreateMedicalVocabularyCommand,
|
|
@@ -3930,10 +3930,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3930
3930
|
GetTranscriptionJobCommand,
|
|
3931
3931
|
GetVocabularyCommand,
|
|
3932
3932
|
GetVocabularyFilterCommand,
|
|
3933
|
-
InputType,
|
|
3934
|
-
InternalFailureException,
|
|
3935
|
-
LanguageCode,
|
|
3936
|
-
LimitExceededException,
|
|
3937
3933
|
ListCallAnalyticsCategoriesCommand,
|
|
3938
3934
|
ListCallAnalyticsJobsCommand,
|
|
3939
3935
|
ListLanguageModelsCommand,
|
|
@@ -3944,42 +3940,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3944
3940
|
ListTranscriptionJobsCommand,
|
|
3945
3941
|
ListVocabulariesCommand,
|
|
3946
3942
|
ListVocabularyFiltersCommand,
|
|
3947
|
-
MediaFormat,
|
|
3948
|
-
MedicalContentIdentificationType,
|
|
3949
|
-
MedicalScribeJobStatus,
|
|
3950
|
-
MedicalScribeLanguageCode,
|
|
3951
|
-
MedicalScribeParticipantRole,
|
|
3952
|
-
ModelStatus,
|
|
3953
|
-
NotFoundException,
|
|
3954
|
-
OutputLocationType,
|
|
3955
|
-
ParticipantRole,
|
|
3956
|
-
PiiEntityType,
|
|
3957
|
-
RedactionOutput,
|
|
3958
|
-
RedactionType,
|
|
3959
|
-
Rule,
|
|
3960
|
-
SentimentValue,
|
|
3961
|
-
Specialty,
|
|
3962
3943
|
StartCallAnalyticsJobCommand,
|
|
3963
3944
|
StartMedicalScribeJobCommand,
|
|
3964
3945
|
StartMedicalTranscriptionJobCommand,
|
|
3965
3946
|
StartTranscriptionJobCommand,
|
|
3966
|
-
SubtitleFormat,
|
|
3967
3947
|
TagResourceCommand,
|
|
3968
|
-
ToxicityCategory,
|
|
3969
|
-
Transcribe,
|
|
3970
|
-
TranscribeClient,
|
|
3971
|
-
TranscribeServiceException,
|
|
3972
|
-
TranscriptFilterType,
|
|
3973
|
-
TranscriptionJobStatus,
|
|
3974
|
-
Type,
|
|
3975
3948
|
UntagResourceCommand,
|
|
3976
3949
|
UpdateCallAnalyticsCategoryCommand,
|
|
3977
3950
|
UpdateMedicalVocabularyCommand,
|
|
3978
3951
|
UpdateVocabularyCommand,
|
|
3979
3952
|
UpdateVocabularyFilterCommand,
|
|
3980
|
-
VocabularyFilterMethod,
|
|
3981
|
-
VocabularyState,
|
|
3982
|
-
__Client,
|
|
3983
3953
|
paginateListCallAnalyticsCategories,
|
|
3984
3954
|
paginateListCallAnalyticsJobs,
|
|
3985
3955
|
paginateListLanguageModels,
|
|
@@ -3988,6 +3958,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3988
3958
|
paginateListMedicalVocabularies,
|
|
3989
3959
|
paginateListTranscriptionJobs,
|
|
3990
3960
|
paginateListVocabularies,
|
|
3991
|
-
paginateListVocabularyFilters
|
|
3961
|
+
paginateListVocabularyFilters,
|
|
3962
|
+
BadRequestException,
|
|
3963
|
+
BaseModelName,
|
|
3964
|
+
CallAnalyticsJobStatus,
|
|
3965
|
+
ParticipantRole,
|
|
3966
|
+
LanguageCode,
|
|
3967
|
+
MediaFormat,
|
|
3968
|
+
PiiEntityType,
|
|
3969
|
+
RedactionOutput,
|
|
3970
|
+
RedactionType,
|
|
3971
|
+
VocabularyFilterMethod,
|
|
3972
|
+
InputType,
|
|
3973
|
+
SentimentValue,
|
|
3974
|
+
TranscriptFilterType,
|
|
3975
|
+
Rule,
|
|
3976
|
+
CLMLanguageCode,
|
|
3977
|
+
ConflictException,
|
|
3978
|
+
InternalFailureException,
|
|
3979
|
+
LimitExceededException,
|
|
3980
|
+
ModelStatus,
|
|
3981
|
+
VocabularyState,
|
|
3982
|
+
NotFoundException,
|
|
3983
|
+
MedicalScribeParticipantRole,
|
|
3984
|
+
MedicalScribeLanguageCode,
|
|
3985
|
+
MedicalScribeJobStatus,
|
|
3986
|
+
MedicalContentIdentificationType,
|
|
3987
|
+
Specialty,
|
|
3988
|
+
TranscriptionJobStatus,
|
|
3989
|
+
Type,
|
|
3990
|
+
SubtitleFormat,
|
|
3991
|
+
ToxicityCategory,
|
|
3992
|
+
OutputLocationType
|
|
3992
3993
|
});
|
|
3993
3994
|
|
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.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-transcribe",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|