@aws-sdk/client-transcribe 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +39 -36
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -3900,12 +3900,13 @@ var paginateListVocabularyFilters = (0, import_core.createPaginator)(TranscribeC
3900
3900
  // src/index.ts
3901
3901
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
3902
3902
  // Annotate the CommonJS export names for ESM import in node:
3903
+
3903
3904
  0 && (module.exports = {
3904
- BadRequestException,
3905
- BaseModelName,
3906
- CLMLanguageCode,
3907
- CallAnalyticsJobStatus,
3908
- ConflictException,
3905
+ TranscribeServiceException,
3906
+ __Client,
3907
+ TranscribeClient,
3908
+ Transcribe,
3909
+ $Command,
3909
3910
  CreateCallAnalyticsCategoryCommand,
3910
3911
  CreateLanguageModelCommand,
3911
3912
  CreateMedicalVocabularyCommand,
@@ -3929,10 +3930,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3929
3930
  GetTranscriptionJobCommand,
3930
3931
  GetVocabularyCommand,
3931
3932
  GetVocabularyFilterCommand,
3932
- InputType,
3933
- InternalFailureException,
3934
- LanguageCode,
3935
- LimitExceededException,
3936
3933
  ListCallAnalyticsCategoriesCommand,
3937
3934
  ListCallAnalyticsJobsCommand,
3938
3935
  ListLanguageModelsCommand,
@@ -3943,42 +3940,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3943
3940
  ListTranscriptionJobsCommand,
3944
3941
  ListVocabulariesCommand,
3945
3942
  ListVocabularyFiltersCommand,
3946
- MediaFormat,
3947
- MedicalContentIdentificationType,
3948
- MedicalScribeJobStatus,
3949
- MedicalScribeLanguageCode,
3950
- MedicalScribeParticipantRole,
3951
- ModelStatus,
3952
- NotFoundException,
3953
- OutputLocationType,
3954
- ParticipantRole,
3955
- PiiEntityType,
3956
- RedactionOutput,
3957
- RedactionType,
3958
- Rule,
3959
- SentimentValue,
3960
- Specialty,
3961
3943
  StartCallAnalyticsJobCommand,
3962
3944
  StartMedicalScribeJobCommand,
3963
3945
  StartMedicalTranscriptionJobCommand,
3964
3946
  StartTranscriptionJobCommand,
3965
- SubtitleFormat,
3966
3947
  TagResourceCommand,
3967
- ToxicityCategory,
3968
- Transcribe,
3969
- TranscribeClient,
3970
- TranscribeServiceException,
3971
- TranscriptFilterType,
3972
- TranscriptionJobStatus,
3973
- Type,
3974
3948
  UntagResourceCommand,
3975
3949
  UpdateCallAnalyticsCategoryCommand,
3976
3950
  UpdateMedicalVocabularyCommand,
3977
3951
  UpdateVocabularyCommand,
3978
3952
  UpdateVocabularyFilterCommand,
3979
- VocabularyFilterMethod,
3980
- VocabularyState,
3981
- __Client,
3982
3953
  paginateListCallAnalyticsCategories,
3983
3954
  paginateListCallAnalyticsJobs,
3984
3955
  paginateListLanguageModels,
@@ -3987,5 +3958,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3987
3958
  paginateListMedicalVocabularies,
3988
3959
  paginateListTranscriptionJobs,
3989
3960
  paginateListVocabularies,
3990
- 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
3991
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.495.0",
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,47 +20,47 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
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
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",