@aws-sdk/client-transcribe 3.37.0 → 3.41.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/CHANGELOG.md +43 -0
- package/dist-cjs/commands/index.js +42 -0
- package/dist-cjs/endpoints.js +154 -25
- package/dist-cjs/index.js +4 -50
- package/dist-cjs/models/models_0.js +9 -3
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_json1_1.js +53 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/index.js +39 -0
- package/dist-es/endpoints.js +154 -25
- package/dist-es/index.js +4 -50
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +48 -3
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Transcribe.d.ts +1 -1
- package/dist-types/TranscribeClient.d.ts +8 -0
- package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateLanguageModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLanguageModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLanguageModelCommand.d.ts +1 -1
- package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +1 -1
- package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/GetTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/GetVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLanguageModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -1
- package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +1 -1
- package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +39 -0
- package/dist-types/index.d.ts +4 -50
- package/dist-types/models/models_0.d.ts +87 -11
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/TranscribeClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +39 -0
- package/dist-types/ts3.4/index.d.ts +4 -50
- package/dist-types/ts3.4/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,49 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
23
|
+
* **clients:** update clients as of 2021/11/05 ([#2994](https://github.com/aws/aws-sdk-js-v3/issues/2994)) ([f5ecc31](https://github.com/aws/aws-sdk-js-v3/commit/f5ecc3147035a1f3d2d74cfed147999927ea8256))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
30
|
+
|
|
31
|
+
**Note:** Version bump only for package @aws-sdk/client-transcribe
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
43
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
6
49
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
50
|
|
|
8
51
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CreateCallAnalyticsCategoryCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateLanguageModelCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateMedicalVocabularyCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateVocabularyCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateVocabularyFilterCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DeleteCallAnalyticsCategoryCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DeleteCallAnalyticsJobCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DeleteLanguageModelCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DeleteMedicalTranscriptionJobCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DeleteMedicalVocabularyCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeleteTranscriptionJobCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteVocabularyCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteVocabularyFilterCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DescribeLanguageModelCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./GetCallAnalyticsCategoryCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GetCallAnalyticsJobCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./GetMedicalTranscriptionJobCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./GetMedicalVocabularyCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GetTranscriptionJobCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetVocabularyCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./GetVocabularyFilterCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./ListCallAnalyticsCategoriesCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./ListCallAnalyticsJobsCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./ListLanguageModelsCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ListMedicalTranscriptionJobsCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./ListMedicalVocabulariesCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ListTranscriptionJobsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ListVocabulariesCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ListVocabularyFiltersCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./StartCallAnalyticsJobCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./StartMedicalTranscriptionJobCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./StartTranscriptionJobCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./UpdateCallAnalyticsCategoryCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./UpdateMedicalVocabularyCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./UpdateVocabularyCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./UpdateVocabularyFilterCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -3,37 +3,107 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultRegionInfoProvider = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const regionHash = {
|
|
6
|
+
"ca-central-1": {
|
|
7
|
+
variants: [
|
|
8
|
+
{
|
|
9
|
+
hostname: "transcribe.ca-central-1.amazonaws.com",
|
|
10
|
+
tags: [],
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
hostname: "fips.transcribe.ca-central-1.amazonaws.com",
|
|
14
|
+
tags: ["fips"],
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
},
|
|
6
18
|
"cn-north-1": {
|
|
7
|
-
|
|
19
|
+
variants: [
|
|
20
|
+
{
|
|
21
|
+
hostname: "cn.transcribe.cn-north-1.amazonaws.com.cn",
|
|
22
|
+
tags: [],
|
|
23
|
+
},
|
|
24
|
+
],
|
|
8
25
|
signingRegion: "cn-north-1",
|
|
9
26
|
},
|
|
10
27
|
"cn-northwest-1": {
|
|
11
|
-
|
|
28
|
+
variants: [
|
|
29
|
+
{
|
|
30
|
+
hostname: "cn.transcribe.cn-northwest-1.amazonaws.com.cn",
|
|
31
|
+
tags: [],
|
|
32
|
+
},
|
|
33
|
+
],
|
|
12
34
|
signingRegion: "cn-northwest-1",
|
|
13
35
|
},
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
36
|
+
"us-east-1": {
|
|
37
|
+
variants: [
|
|
38
|
+
{
|
|
39
|
+
hostname: "transcribe.us-east-1.amazonaws.com",
|
|
40
|
+
tags: [],
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
hostname: "fips.transcribe.us-east-1.amazonaws.com",
|
|
44
|
+
tags: ["fips"],
|
|
45
|
+
},
|
|
46
|
+
],
|
|
17
47
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
48
|
+
"us-east-2": {
|
|
49
|
+
variants: [
|
|
50
|
+
{
|
|
51
|
+
hostname: "transcribe.us-east-2.amazonaws.com",
|
|
52
|
+
tags: [],
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
hostname: "fips.transcribe.us-east-2.amazonaws.com",
|
|
56
|
+
tags: ["fips"],
|
|
57
|
+
},
|
|
58
|
+
],
|
|
21
59
|
},
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
60
|
+
"us-gov-east-1": {
|
|
61
|
+
variants: [
|
|
62
|
+
{
|
|
63
|
+
hostname: "transcribe.us-gov-east-1.amazonaws.com",
|
|
64
|
+
tags: [],
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
hostname: "fips.transcribe.us-gov-east-1.amazonaws.com",
|
|
68
|
+
tags: ["fips"],
|
|
69
|
+
},
|
|
70
|
+
],
|
|
25
71
|
},
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
72
|
+
"us-gov-west-1": {
|
|
73
|
+
variants: [
|
|
74
|
+
{
|
|
75
|
+
hostname: "transcribe.us-gov-west-1.amazonaws.com",
|
|
76
|
+
tags: [],
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
hostname: "fips.transcribe.us-gov-west-1.amazonaws.com",
|
|
80
|
+
tags: ["fips"],
|
|
81
|
+
},
|
|
82
|
+
],
|
|
29
83
|
},
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
84
|
+
"us-west-1": {
|
|
85
|
+
variants: [
|
|
86
|
+
{
|
|
87
|
+
hostname: "transcribe.us-west-1.amazonaws.com",
|
|
88
|
+
tags: [],
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
hostname: "fips.transcribe.us-west-1.amazonaws.com",
|
|
92
|
+
tags: ["fips"],
|
|
93
|
+
},
|
|
94
|
+
],
|
|
33
95
|
},
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
96
|
+
"us-west-2": {
|
|
97
|
+
variants: [
|
|
98
|
+
{
|
|
99
|
+
hostname: "transcribe.us-west-2.amazonaws.com",
|
|
100
|
+
tags: [],
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
hostname: "fips.transcribe.us-west-2.amazonaws.com",
|
|
104
|
+
tags: ["fips"],
|
|
105
|
+
},
|
|
106
|
+
],
|
|
37
107
|
},
|
|
38
108
|
};
|
|
39
109
|
const partitionHash = {
|
|
@@ -54,6 +124,7 @@ const partitionHash = {
|
|
|
54
124
|
"eu-west-1",
|
|
55
125
|
"eu-west-2",
|
|
56
126
|
"eu-west-3",
|
|
127
|
+
"fips-ca-central-1",
|
|
57
128
|
"fips-us-east-1",
|
|
58
129
|
"fips-us-east-2",
|
|
59
130
|
"fips-us-west-1",
|
|
@@ -65,23 +136,81 @@ const partitionHash = {
|
|
|
65
136
|
"us-west-1",
|
|
66
137
|
"us-west-2",
|
|
67
138
|
],
|
|
68
|
-
|
|
139
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
140
|
+
variants: [
|
|
141
|
+
{
|
|
142
|
+
hostname: "transcribe.{region}.amazonaws.com",
|
|
143
|
+
tags: [],
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
hostname: "fips.transcribe.{region}.amazonaws.com",
|
|
147
|
+
tags: ["fips"],
|
|
148
|
+
},
|
|
149
|
+
],
|
|
69
150
|
},
|
|
70
151
|
"aws-cn": {
|
|
71
152
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
72
|
-
|
|
153
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
154
|
+
variants: [
|
|
155
|
+
{
|
|
156
|
+
hostname: "transcribe.{region}.amazonaws.com.cn",
|
|
157
|
+
tags: [],
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
hostname: "transcribe-fips.{region}.amazonaws.com.cn",
|
|
161
|
+
tags: ["fips"],
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
hostname: "transcribe-fips.{region}.api.amazonwebservices.com.cn",
|
|
165
|
+
tags: ["dualstack", "fips"],
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
hostname: "transcribe.{region}.api.amazonwebservices.com.cn",
|
|
169
|
+
tags: ["dualstack"],
|
|
170
|
+
},
|
|
171
|
+
],
|
|
73
172
|
},
|
|
74
173
|
"aws-iso": {
|
|
75
174
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
76
|
-
|
|
175
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
176
|
+
variants: [
|
|
177
|
+
{
|
|
178
|
+
hostname: "transcribe.{region}.c2s.ic.gov",
|
|
179
|
+
tags: [],
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
hostname: "transcribe-fips.{region}.c2s.ic.gov",
|
|
183
|
+
tags: ["fips"],
|
|
184
|
+
},
|
|
185
|
+
],
|
|
77
186
|
},
|
|
78
187
|
"aws-iso-b": {
|
|
79
188
|
regions: ["us-isob-east-1"],
|
|
80
|
-
|
|
189
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
190
|
+
variants: [
|
|
191
|
+
{
|
|
192
|
+
hostname: "transcribe.{region}.sc2s.sgov.gov",
|
|
193
|
+
tags: [],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
hostname: "transcribe-fips.{region}.sc2s.sgov.gov",
|
|
197
|
+
tags: ["fips"],
|
|
198
|
+
},
|
|
199
|
+
],
|
|
81
200
|
},
|
|
82
201
|
"aws-us-gov": {
|
|
83
202
|
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
84
|
-
|
|
203
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
204
|
+
variants: [
|
|
205
|
+
{
|
|
206
|
+
hostname: "transcribe.{region}.amazonaws.com",
|
|
207
|
+
tags: [],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
hostname: "fips.transcribe.{region}.amazonaws.com",
|
|
211
|
+
tags: ["fips"],
|
|
212
|
+
},
|
|
213
|
+
],
|
|
85
214
|
},
|
|
86
215
|
};
|
|
87
216
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,54 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./TranscribeClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Transcribe"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateVocabularyFilterCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DeleteCallAnalyticsCategoryCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DeleteCallAnalyticsJobCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DeleteLanguageModelCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DeleteMedicalTranscriptionJobCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DeleteMedicalVocabularyCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DeleteTranscriptionJobCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteVocabularyCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteVocabularyFilterCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DescribeLanguageModelCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/GetCallAnalyticsCategoryCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/GetCallAnalyticsJobCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/GetMedicalTranscriptionJobCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/GetMedicalVocabularyCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/GetTranscriptionJobCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/GetVocabularyCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/GetVocabularyFilterCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/ListCallAnalyticsCategoriesCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./pagination/ListCallAnalyticsCategoriesPaginator"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/ListCallAnalyticsJobsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./pagination/ListCallAnalyticsJobsPaginator"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/ListLanguageModelsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/ListLanguageModelsPaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/ListMedicalTranscriptionJobsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./pagination/ListMedicalTranscriptionJobsPaginator"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/ListMedicalVocabulariesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/ListMedicalVocabulariesPaginator"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/ListTranscriptionJobsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./pagination/ListTranscriptionJobsPaginator"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/ListVocabulariesCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./pagination/ListVocabulariesPaginator"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/ListVocabularyFiltersCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./pagination/ListVocabularyFiltersPaginator"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/StartCallAnalyticsJobCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/StartMedicalTranscriptionJobCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/StartTranscriptionJobCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/UpdateCallAnalyticsCategoryCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/UpdateMedicalVocabularyCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/UpdateVocabularyCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/UpdateVocabularyFilterCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TranscribeClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateVocabularyFilterResponse = exports.UpdateVocabularyFilterRequest = exports.UpdateVocabularyResponse = exports.UpdateVocabularyRequest = exports.UpdateMedicalVocabularyResponse = exports.UpdateMedicalVocabularyRequest = exports.UpdateCallAnalyticsCategoryResponse = exports.UpdateCallAnalyticsCategoryRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartTranscriptionJobResponse = exports.StartTranscriptionJobRequest = exports.Subtitles = exports.StartMedicalTranscriptionJobResponse = exports.StartMedicalTranscriptionJobRequest = exports.StartCallAnalyticsJobResponse = exports.StartCallAnalyticsJobRequest = exports.ListVocabularyFiltersResponse = exports.VocabularyFilterInfo = exports.ListVocabularyFiltersRequest = exports.ListVocabulariesResponse = exports.ListVocabulariesRequest = exports.ListTranscriptionJobsResponse = exports.TranscriptionJobSummary = exports.ListTranscriptionJobsRequest = void 0;
|
|
3
|
+
exports.DeleteCallAnalyticsJobResponse = exports.DeleteCallAnalyticsJobRequest = exports.NotFoundException = exports.DeleteCallAnalyticsCategoryResponse = exports.DeleteCallAnalyticsCategoryRequest = exports.CreateVocabularyFilterResponse = exports.CreateVocabularyFilterRequest = exports.CreateVocabularyResponse = exports.CreateVocabularyRequest = exports.CreateMedicalVocabularyResponse = exports.VocabularyState = exports.CreateMedicalVocabularyRequest = exports.CreateLanguageModelResponse = exports.ModelStatus = exports.CreateLanguageModelRequest = exports.Tag = exports.InputDataConfig = exports.LimitExceededException = exports.InternalFailureException = exports.CreateCallAnalyticsCategoryResponse = exports.CreateCallAnalyticsCategoryRequest = exports.ConflictException = exports.CLMLanguageCode = exports.CategoryProperties = exports.Rule = exports.TranscriptFilter = exports.TranscriptFilterType = exports.SentimentFilter = exports.SentimentValue = exports.NonTalkTimeFilter = exports.InterruptionFilter = exports.RelativeTimeRange = exports.CallAnalyticsJobSummary = exports.CallAnalyticsJob = exports.Transcript = exports.CallAnalyticsJobSettings = exports.VocabularyFilterMethod = exports.LanguageIdSettings = exports.ContentRedaction = exports.RedactionType = exports.RedactionOutput = exports.MediaFormat = exports.Media = exports.LanguageCode = exports.ChannelDefinition = exports.ParticipantRole = exports.CallAnalyticsJobStatus = exports.BaseModelName = exports.BadRequestException = exports.AbsoluteTimeRange = void 0;
|
|
4
|
+
exports.ListTagsForResourceRequest = exports.ListMedicalVocabulariesResponse = exports.VocabularyInfo = exports.ListMedicalVocabulariesRequest = exports.ListMedicalTranscriptionJobsResponse = exports.MedicalTranscriptionJobSummary = exports.OutputLocationType = exports.ListMedicalTranscriptionJobsRequest = exports.ListLanguageModelsResponse = exports.ListLanguageModelsRequest = exports.ListCallAnalyticsJobsResponse = exports.ListCallAnalyticsJobsRequest = exports.ListCallAnalyticsCategoriesResponse = exports.ListCallAnalyticsCategoriesRequest = exports.GetVocabularyFilterResponse = exports.GetVocabularyFilterRequest = exports.GetVocabularyResponse = exports.GetVocabularyRequest = exports.GetTranscriptionJobResponse = exports.TranscriptionJob = exports.SubtitlesOutput = exports.SubtitleFormat = exports.Settings = exports.ModelSettings = exports.JobExecutionSettings = exports.GetTranscriptionJobRequest = exports.GetMedicalVocabularyResponse = exports.GetMedicalVocabularyRequest = exports.GetMedicalTranscriptionJobResponse = exports.MedicalTranscriptionJob = exports.Type = exports.TranscriptionJobStatus = exports.MedicalTranscript = exports.Specialty = exports.MedicalTranscriptionSetting = exports.MedicalContentIdentificationType = exports.GetMedicalTranscriptionJobRequest = exports.GetCallAnalyticsJobResponse = exports.GetCallAnalyticsJobRequest = exports.GetCallAnalyticsCategoryResponse = exports.GetCallAnalyticsCategoryRequest = exports.DescribeLanguageModelResponse = exports.LanguageModel = exports.DescribeLanguageModelRequest = exports.DeleteVocabularyFilterRequest = exports.DeleteVocabularyRequest = exports.DeleteTranscriptionJobRequest = exports.DeleteMedicalVocabularyRequest = exports.DeleteMedicalTranscriptionJobRequest = exports.DeleteLanguageModelRequest = void 0;
|
|
5
|
+
exports.UpdateVocabularyFilterResponse = exports.UpdateVocabularyFilterRequest = exports.UpdateVocabularyResponse = exports.UpdateVocabularyRequest = exports.UpdateMedicalVocabularyResponse = exports.UpdateMedicalVocabularyRequest = exports.UpdateCallAnalyticsCategoryResponse = exports.UpdateCallAnalyticsCategoryRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartTranscriptionJobResponse = exports.StartTranscriptionJobRequest = exports.Subtitles = exports.StartMedicalTranscriptionJobResponse = exports.StartMedicalTranscriptionJobRequest = exports.StartCallAnalyticsJobResponse = exports.StartCallAnalyticsJobRequest = exports.ListVocabularyFiltersResponse = exports.VocabularyFilterInfo = exports.ListVocabularyFiltersRequest = exports.ListVocabulariesResponse = exports.ListVocabulariesRequest = exports.ListTranscriptionJobsResponse = exports.TranscriptionJobSummary = exports.ListTranscriptionJobsRequest = exports.ListTagsForResourceResponse = void 0;
|
|
6
6
|
var AbsoluteTimeRange;
|
|
7
7
|
(function (AbsoluteTimeRange) {
|
|
8
8
|
AbsoluteTimeRange.filterSensitiveLog = (obj) => ({
|
|
@@ -112,6 +112,12 @@ var ContentRedaction;
|
|
|
112
112
|
...obj,
|
|
113
113
|
});
|
|
114
114
|
})(ContentRedaction = exports.ContentRedaction || (exports.ContentRedaction = {}));
|
|
115
|
+
var LanguageIdSettings;
|
|
116
|
+
(function (LanguageIdSettings) {
|
|
117
|
+
LanguageIdSettings.filterSensitiveLog = (obj) => ({
|
|
118
|
+
...obj,
|
|
119
|
+
});
|
|
120
|
+
})(LanguageIdSettings = exports.LanguageIdSettings || (exports.LanguageIdSettings = {}));
|
|
115
121
|
var VocabularyFilterMethod;
|
|
116
122
|
(function (VocabularyFilterMethod) {
|
|
117
123
|
VocabularyFilterMethod["MASK"] = "mask";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListCallAnalyticsCategoriesPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListCallAnalyticsJobsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListLanguageModelsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListMedicalTranscriptionJobsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListMedicalVocabulariesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListTranscriptionJobsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListVocabulariesPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListVocabularyFiltersPaginator"), exports);
|
|
@@ -3159,6 +3159,10 @@ const serializeAws_json1_1CallAnalyticsJobSettings = (input, context) => {
|
|
|
3159
3159
|
input.ContentRedaction !== null && {
|
|
3160
3160
|
ContentRedaction: serializeAws_json1_1ContentRedaction(input.ContentRedaction, context),
|
|
3161
3161
|
}),
|
|
3162
|
+
...(input.LanguageIdSettings !== undefined &&
|
|
3163
|
+
input.LanguageIdSettings !== null && {
|
|
3164
|
+
LanguageIdSettings: serializeAws_json1_1LanguageIdSettingsMap(input.LanguageIdSettings, context),
|
|
3165
|
+
}),
|
|
3162
3166
|
...(input.LanguageModelName !== undefined &&
|
|
3163
3167
|
input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName }),
|
|
3164
3168
|
...(input.LanguageOptions !== undefined &&
|
|
@@ -3386,6 +3390,27 @@ const serializeAws_json1_1KMSEncryptionContextMap = (input, context) => {
|
|
|
3386
3390
|
};
|
|
3387
3391
|
}, {});
|
|
3388
3392
|
};
|
|
3393
|
+
const serializeAws_json1_1LanguageIdSettings = (input, context) => {
|
|
3394
|
+
return {
|
|
3395
|
+
...(input.LanguageModelName !== undefined &&
|
|
3396
|
+
input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName }),
|
|
3397
|
+
...(input.VocabularyFilterName !== undefined &&
|
|
3398
|
+
input.VocabularyFilterName !== null && { VocabularyFilterName: input.VocabularyFilterName }),
|
|
3399
|
+
...(input.VocabularyName !== undefined &&
|
|
3400
|
+
input.VocabularyName !== null && { VocabularyName: input.VocabularyName }),
|
|
3401
|
+
};
|
|
3402
|
+
};
|
|
3403
|
+
const serializeAws_json1_1LanguageIdSettingsMap = (input, context) => {
|
|
3404
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
3405
|
+
if (value === null) {
|
|
3406
|
+
return acc;
|
|
3407
|
+
}
|
|
3408
|
+
return {
|
|
3409
|
+
...acc,
|
|
3410
|
+
[key]: serializeAws_json1_1LanguageIdSettings(value, context),
|
|
3411
|
+
};
|
|
3412
|
+
}, {});
|
|
3413
|
+
};
|
|
3389
3414
|
const serializeAws_json1_1LanguageOptions = (input, context) => {
|
|
3390
3415
|
return input
|
|
3391
3416
|
.filter((e) => e != null)
|
|
@@ -3660,6 +3685,10 @@ const serializeAws_json1_1StartTranscriptionJobRequest = (input, context) => {
|
|
|
3660
3685
|
KMSEncryptionContext: serializeAws_json1_1KMSEncryptionContextMap(input.KMSEncryptionContext, context),
|
|
3661
3686
|
}),
|
|
3662
3687
|
...(input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode }),
|
|
3688
|
+
...(input.LanguageIdSettings !== undefined &&
|
|
3689
|
+
input.LanguageIdSettings !== null && {
|
|
3690
|
+
LanguageIdSettings: serializeAws_json1_1LanguageIdSettingsMap(input.LanguageIdSettings, context),
|
|
3691
|
+
}),
|
|
3663
3692
|
...(input.LanguageOptions !== undefined &&
|
|
3664
3693
|
input.LanguageOptions !== null && {
|
|
3665
3694
|
LanguageOptions: serializeAws_json1_1LanguageOptions(input.LanguageOptions, context),
|
|
@@ -3869,6 +3898,9 @@ const deserializeAws_json1_1CallAnalyticsJobSettings = (output, context) => {
|
|
|
3869
3898
|
ContentRedaction: output.ContentRedaction !== undefined && output.ContentRedaction !== null
|
|
3870
3899
|
? deserializeAws_json1_1ContentRedaction(output.ContentRedaction, context)
|
|
3871
3900
|
: undefined,
|
|
3901
|
+
LanguageIdSettings: output.LanguageIdSettings !== undefined && output.LanguageIdSettings !== null
|
|
3902
|
+
? deserializeAws_json1_1LanguageIdSettingsMap(output.LanguageIdSettings, context)
|
|
3903
|
+
: undefined,
|
|
3872
3904
|
LanguageModelName: smithy_client_1.expectString(output.LanguageModelName),
|
|
3873
3905
|
LanguageOptions: output.LanguageOptions !== undefined && output.LanguageOptions !== null
|
|
3874
3906
|
? deserializeAws_json1_1LanguageOptions(output.LanguageOptions, context)
|
|
@@ -4111,6 +4143,24 @@ const deserializeAws_json1_1JobExecutionSettings = (output, context) => {
|
|
|
4111
4143
|
DataAccessRoleArn: smithy_client_1.expectString(output.DataAccessRoleArn),
|
|
4112
4144
|
};
|
|
4113
4145
|
};
|
|
4146
|
+
const deserializeAws_json1_1LanguageIdSettings = (output, context) => {
|
|
4147
|
+
return {
|
|
4148
|
+
LanguageModelName: smithy_client_1.expectString(output.LanguageModelName),
|
|
4149
|
+
VocabularyFilterName: smithy_client_1.expectString(output.VocabularyFilterName),
|
|
4150
|
+
VocabularyName: smithy_client_1.expectString(output.VocabularyName),
|
|
4151
|
+
};
|
|
4152
|
+
};
|
|
4153
|
+
const deserializeAws_json1_1LanguageIdSettingsMap = (output, context) => {
|
|
4154
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
4155
|
+
if (value === null) {
|
|
4156
|
+
return acc;
|
|
4157
|
+
}
|
|
4158
|
+
return {
|
|
4159
|
+
...acc,
|
|
4160
|
+
[key]: deserializeAws_json1_1LanguageIdSettings(value, context),
|
|
4161
|
+
};
|
|
4162
|
+
}, {});
|
|
4163
|
+
};
|
|
4114
4164
|
const deserializeAws_json1_1LanguageModel = (output, context) => {
|
|
4115
4165
|
return {
|
|
4116
4166
|
BaseModelName: smithy_client_1.expectString(output.BaseModelName),
|
|
@@ -4538,6 +4588,9 @@ const deserializeAws_json1_1TranscriptionJob = (output, context) => {
|
|
|
4538
4588
|
? deserializeAws_json1_1JobExecutionSettings(output.JobExecutionSettings, context)
|
|
4539
4589
|
: undefined,
|
|
4540
4590
|
LanguageCode: smithy_client_1.expectString(output.LanguageCode),
|
|
4591
|
+
LanguageIdSettings: output.LanguageIdSettings !== undefined && output.LanguageIdSettings !== null
|
|
4592
|
+
? deserializeAws_json1_1LanguageIdSettingsMap(output.LanguageIdSettings, context)
|
|
4593
|
+
: undefined,
|
|
4541
4594
|
LanguageOptions: output.LanguageOptions !== undefined && output.LanguageOptions !== null
|
|
4542
4595
|
? deserializeAws_json1_1LanguageOptions(output.LanguageOptions, context)
|
|
4543
4596
|
: undefined,
|
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
13
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
16
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
18
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
18
19
|
return {
|
|
19
20
|
...clientSharedValues,
|
|
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
|
|
|
30
31
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
|
|
31
32
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
32
33
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
35
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
|
|
37
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const getRuntimeConfig = (config) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
23
|
return {
|
|
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
|
|
|
35
35
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
36
36
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
37
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
39
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
40
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
41
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export * from "./CreateCallAnalyticsCategoryCommand";
|
|
2
|
+
export * from "./CreateLanguageModelCommand";
|
|
3
|
+
export * from "./CreateMedicalVocabularyCommand";
|
|
4
|
+
export * from "./CreateVocabularyCommand";
|
|
5
|
+
export * from "./CreateVocabularyFilterCommand";
|
|
6
|
+
export * from "./DeleteCallAnalyticsCategoryCommand";
|
|
7
|
+
export * from "./DeleteCallAnalyticsJobCommand";
|
|
8
|
+
export * from "./DeleteLanguageModelCommand";
|
|
9
|
+
export * from "./DeleteMedicalTranscriptionJobCommand";
|
|
10
|
+
export * from "./DeleteMedicalVocabularyCommand";
|
|
11
|
+
export * from "./DeleteTranscriptionJobCommand";
|
|
12
|
+
export * from "./DeleteVocabularyCommand";
|
|
13
|
+
export * from "./DeleteVocabularyFilterCommand";
|
|
14
|
+
export * from "./DescribeLanguageModelCommand";
|
|
15
|
+
export * from "./GetCallAnalyticsCategoryCommand";
|
|
16
|
+
export * from "./GetCallAnalyticsJobCommand";
|
|
17
|
+
export * from "./GetMedicalTranscriptionJobCommand";
|
|
18
|
+
export * from "./GetMedicalVocabularyCommand";
|
|
19
|
+
export * from "./GetTranscriptionJobCommand";
|
|
20
|
+
export * from "./GetVocabularyCommand";
|
|
21
|
+
export * from "./GetVocabularyFilterCommand";
|
|
22
|
+
export * from "./ListCallAnalyticsCategoriesCommand";
|
|
23
|
+
export * from "./ListCallAnalyticsJobsCommand";
|
|
24
|
+
export * from "./ListLanguageModelsCommand";
|
|
25
|
+
export * from "./ListMedicalTranscriptionJobsCommand";
|
|
26
|
+
export * from "./ListMedicalVocabulariesCommand";
|
|
27
|
+
export * from "./ListTagsForResourceCommand";
|
|
28
|
+
export * from "./ListTranscriptionJobsCommand";
|
|
29
|
+
export * from "./ListVocabulariesCommand";
|
|
30
|
+
export * from "./ListVocabularyFiltersCommand";
|
|
31
|
+
export * from "./StartCallAnalyticsJobCommand";
|
|
32
|
+
export * from "./StartMedicalTranscriptionJobCommand";
|
|
33
|
+
export * from "./StartTranscriptionJobCommand";
|
|
34
|
+
export * from "./TagResourceCommand";
|
|
35
|
+
export * from "./UntagResourceCommand";
|
|
36
|
+
export * from "./UpdateCallAnalyticsCategoryCommand";
|
|
37
|
+
export * from "./UpdateMedicalVocabularyCommand";
|
|
38
|
+
export * from "./UpdateVocabularyCommand";
|
|
39
|
+
export * from "./UpdateVocabularyFilterCommand";
|