@aws-sdk/client-transcribe 3.40.0 → 3.45.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 (43) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +38 -0
  3. package/dist-es/endpoints.js +38 -0
  4. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateLanguageModelCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +1 -1
  18. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -1
  19. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +1 -1
  20. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +1 -1
  21. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +1 -1
  22. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +1 -1
  23. package/dist-types/commands/GetVocabularyCommand.d.ts +1 -1
  24. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -1
  25. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +1 -1
  26. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListLanguageModelsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  31. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -1
  34. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +1 -1
  35. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +1 -1
  36. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateVocabularyCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +1 -1
  43. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-transcribe
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **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))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -3,6 +3,18 @@ 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: [
8
20
  {
@@ -105,6 +117,7 @@ const partitionHash = {
105
117
  "ap-south-1",
106
118
  "ap-southeast-1",
107
119
  "ap-southeast-2",
120
+ "ap-southeast-3",
108
121
  "ca-central-1",
109
122
  "eu-central-1",
110
123
  "eu-north-1",
@@ -112,6 +125,7 @@ const partitionHash = {
112
125
  "eu-west-1",
113
126
  "eu-west-2",
114
127
  "eu-west-3",
128
+ "fips-ca-central-1",
115
129
  "fips-us-east-1",
116
130
  "fips-us-east-2",
117
131
  "fips-us-west-1",
@@ -133,6 +147,14 @@ const partitionHash = {
133
147
  hostname: "fips.transcribe.{region}.amazonaws.com",
134
148
  tags: ["fips"],
135
149
  },
150
+ {
151
+ hostname: "transcribe-fips.{region}.api.aws",
152
+ tags: ["dualstack", "fips"],
153
+ },
154
+ {
155
+ hostname: "transcribe.{region}.api.aws",
156
+ tags: ["dualstack"],
157
+ },
136
158
  ],
137
159
  },
138
160
  "aws-cn": {
@@ -165,6 +187,10 @@ const partitionHash = {
165
187
  hostname: "transcribe.{region}.c2s.ic.gov",
166
188
  tags: [],
167
189
  },
190
+ {
191
+ hostname: "transcribe-fips.{region}.c2s.ic.gov",
192
+ tags: ["fips"],
193
+ },
168
194
  ],
169
195
  },
170
196
  "aws-iso-b": {
@@ -175,6 +201,10 @@ const partitionHash = {
175
201
  hostname: "transcribe.{region}.sc2s.sgov.gov",
176
202
  tags: [],
177
203
  },
204
+ {
205
+ hostname: "transcribe-fips.{region}.sc2s.sgov.gov",
206
+ tags: ["fips"],
207
+ },
178
208
  ],
179
209
  },
180
210
  "aws-us-gov": {
@@ -189,6 +219,14 @@ const partitionHash = {
189
219
  hostname: "fips.transcribe.{region}.amazonaws.com",
190
220
  tags: ["fips"],
191
221
  },
222
+ {
223
+ hostname: "transcribe-fips.{region}.api.aws",
224
+ tags: ["dualstack", "fips"],
225
+ },
226
+ {
227
+ hostname: "transcribe.{region}.api.aws",
228
+ tags: ["dualstack"],
229
+ },
192
230
  ],
193
231
  },
194
232
  };
@@ -1,6 +1,18 @@
1
1
  import { __assign, __awaiter, __generator } from "tslib";
2
2
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
3
  var regionHash = {
4
+ "ca-central-1": {
5
+ variants: [
6
+ {
7
+ hostname: "transcribe.ca-central-1.amazonaws.com",
8
+ tags: [],
9
+ },
10
+ {
11
+ hostname: "fips.transcribe.ca-central-1.amazonaws.com",
12
+ tags: ["fips"],
13
+ },
14
+ ],
15
+ },
4
16
  "cn-north-1": {
5
17
  variants: [
6
18
  {
@@ -103,6 +115,7 @@ var partitionHash = {
103
115
  "ap-south-1",
104
116
  "ap-southeast-1",
105
117
  "ap-southeast-2",
118
+ "ap-southeast-3",
106
119
  "ca-central-1",
107
120
  "eu-central-1",
108
121
  "eu-north-1",
@@ -110,6 +123,7 @@ var partitionHash = {
110
123
  "eu-west-1",
111
124
  "eu-west-2",
112
125
  "eu-west-3",
126
+ "fips-ca-central-1",
113
127
  "fips-us-east-1",
114
128
  "fips-us-east-2",
115
129
  "fips-us-west-1",
@@ -131,6 +145,14 @@ var partitionHash = {
131
145
  hostname: "fips.transcribe.{region}.amazonaws.com",
132
146
  tags: ["fips"],
133
147
  },
148
+ {
149
+ hostname: "transcribe-fips.{region}.api.aws",
150
+ tags: ["dualstack", "fips"],
151
+ },
152
+ {
153
+ hostname: "transcribe.{region}.api.aws",
154
+ tags: ["dualstack"],
155
+ },
134
156
  ],
135
157
  },
136
158
  "aws-cn": {
@@ -163,6 +185,10 @@ var partitionHash = {
163
185
  hostname: "transcribe.{region}.c2s.ic.gov",
164
186
  tags: [],
165
187
  },
188
+ {
189
+ hostname: "transcribe-fips.{region}.c2s.ic.gov",
190
+ tags: ["fips"],
191
+ },
166
192
  ],
167
193
  },
168
194
  "aws-iso-b": {
@@ -173,6 +199,10 @@ var partitionHash = {
173
199
  hostname: "transcribe.{region}.sc2s.sgov.gov",
174
200
  tags: [],
175
201
  },
202
+ {
203
+ hostname: "transcribe-fips.{region}.sc2s.sgov.gov",
204
+ tags: ["fips"],
205
+ },
176
206
  ],
177
207
  },
178
208
  "aws-us-gov": {
@@ -187,6 +217,14 @@ var partitionHash = {
187
217
  hostname: "fips.transcribe.{region}.amazonaws.com",
188
218
  tags: ["fips"],
189
219
  },
220
+ {
221
+ hostname: "transcribe-fips.{region}.api.aws",
222
+ tags: ["dualstack", "fips"],
223
+ },
224
+ {
225
+ hostname: "transcribe.{region}.api.aws",
226
+ tags: ["dualstack"],
227
+ },
190
228
  ],
191
229
  },
192
230
  };
@@ -24,7 +24,7 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
24
24
  *
25
25
  * @see {@link CreateCallAnalyticsCategoryCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateCallAnalyticsCategoryCommandOutput} for command's `response` shape.
27
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateCallAnalyticsCategoryCommand extends $Command<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateLanguageModelCommandOutput extends CreateLanguageModelRes
21
21
  *
22
22
  * @see {@link CreateLanguageModelCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateLanguageModelCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateLanguageModelCommand extends $Command<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocab
20
20
  *
21
21
  * @see {@link CreateMedicalVocabularyCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateMedicalVocabularyCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateMedicalVocabularyCommand extends $Command<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
21
21
  *
22
22
  * @see {@link CreateVocabularyCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateVocabularyCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateVocabularyCommand extends $Command<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFil
21
21
  *
22
22
  * @see {@link CreateVocabularyFilterCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateVocabularyFilterCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateVocabularyFilterCommand extends $Command<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteCallAnalyticsCategoryCommandOutput extends DeleteCallAnal
20
20
  *
21
21
  * @see {@link DeleteCallAnalyticsCategoryCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteCallAnalyticsCategoryCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteCallAnalyticsCategoryCommand extends $Command<DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteCallAnalyticsJobCommandOutput extends DeleteCallAnalytics
20
20
  *
21
21
  * @see {@link DeleteCallAnalyticsJobCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteCallAnalyticsJobCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteCallAnalyticsJobCommand extends $Command<DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteLanguageModelCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteLanguageModelCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteLanguageModelCommand extends $Command<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteMedicalTranscriptionJobCommandOutput extends __MetadataBe
20
20
  *
21
21
  * @see {@link DeleteMedicalTranscriptionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteMedicalTranscriptionJobCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteMedicalTranscriptionJobCommand extends $Command<DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteMedicalVocabularyCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteMedicalVocabularyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteMedicalVocabularyCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteMedicalVocabularyCommand extends $Command<DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link DeleteTranscriptionJobCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteTranscriptionJobCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteTranscriptionJobCommand extends $Command<DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteVocabularyCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteVocabularyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteVocabularyCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteVocabularyCommand extends $Command<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteVocabularyFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteVocabularyFilterCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteVocabularyFilterCommand extends $Command<DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeLanguageModelCommandOutput extends DescribeLanguageMode
24
24
  *
25
25
  * @see {@link DescribeLanguageModelCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeLanguageModelCommandOutput} for command's `response` shape.
27
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeLanguageModelCommand extends $Command<DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCallAnalyticsCategoryCommandOutput extends GetCallAnalyticsC
20
20
  *
21
21
  * @see {@link GetCallAnalyticsCategoryCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCallAnalyticsCategoryCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetCallAnalyticsCategoryCommand extends $Command<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCallAnalyticsJobCommandOutput extends GetCallAnalyticsJobRes
24
24
  *
25
25
  * @see {@link GetCallAnalyticsJobCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCallAnalyticsJobCommandOutput} for command's `response` shape.
27
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCallAnalyticsJobCommand extends $Command<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTrans
22
22
  *
23
23
  * @see {@link GetMedicalTranscriptionJobCommandInput} for command's `input` shape.
24
24
  * @see {@link GetMedicalTranscriptionJobCommandOutput} for command's `response` shape.
25
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetMedicalTranscriptionJobCommand extends $Command<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyR
20
20
  *
21
21
  * @see {@link GetMedicalVocabularyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMedicalVocabularyCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMedicalVocabularyCommand extends $Command<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetTranscriptionJobCommandOutput extends GetTranscriptionJobRes
23
23
  *
24
24
  * @see {@link GetTranscriptionJobCommandInput} for command's `input` shape.
25
25
  * @see {@link GetTranscriptionJobCommandOutput} for command's `response` shape.
26
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetTranscriptionJobCommand extends $Command<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetVocabularyCommandOutput extends GetVocabularyResponse, __Met
20
20
  *
21
21
  * @see {@link GetVocabularyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetVocabularyCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetVocabularyCommand extends $Command<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetVocabularyFilterCommandOutput extends GetVocabularyFilterRes
20
20
  *
21
21
  * @see {@link GetVocabularyFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link GetVocabularyFilterCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetVocabularyFilterCommand extends $Command<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListCallAnalyticsCategoriesCommandOutput extends ListCallAnalyt
22
22
  *
23
23
  * @see {@link ListCallAnalyticsCategoriesCommandInput} for command's `input` shape.
24
24
  * @see {@link ListCallAnalyticsCategoriesCommandOutput} for command's `response` shape.
25
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListCallAnalyticsCategoriesCommand extends $Command<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListCallAnalyticsJobsCommandOutput extends ListCallAnalyticsJob
20
20
  *
21
21
  * @see {@link ListCallAnalyticsJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListCallAnalyticsJobsCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListCallAnalyticsJobsCommand extends $Command<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListLanguageModelsCommandOutput extends ListLanguageModelsRespo
22
22
  *
23
23
  * @see {@link ListLanguageModelsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListLanguageModelsCommandOutput} for command's `response` shape.
25
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListLanguageModelsCommand extends $Command<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListMedicalTranscriptionJobsCommandOutput extends ListMedicalTr
20
20
  *
21
21
  * @see {@link ListMedicalTranscriptionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListMedicalTranscriptionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListMedicalTranscriptionJobsCommand extends $Command<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabul
21
21
  *
22
22
  * @see {@link ListMedicalVocabulariesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListMedicalVocabulariesCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListMedicalVocabulariesCommand extends $Command<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTranscriptionJobsCommandOutput extends ListTranscriptionJob
20
20
  *
21
21
  * @see {@link ListTranscriptionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTranscriptionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTranscriptionJobsCommand extends $Command<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse,
21
21
  *
22
22
  * @see {@link ListVocabulariesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListVocabulariesCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListVocabulariesCommand extends $Command<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListVocabularyFiltersCommandOutput extends ListVocabularyFilter
20
20
  *
21
21
  * @see {@link ListVocabularyFiltersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListVocabularyFiltersCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListVocabularyFiltersCommand extends $Command<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJo
24
24
  *
25
25
  * @see {@link StartCallAnalyticsJobCommandInput} for command's `input` shape.
26
26
  * @see {@link StartCallAnalyticsJobCommandOutput} for command's `response` shape.
27
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StartCallAnalyticsJobCommand extends $Command<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalT
20
20
  *
21
21
  * @see {@link StartMedicalTranscriptionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StartMedicalTranscriptionJobCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartMedicalTranscriptionJobCommand extends $Command<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJo
20
20
  *
21
21
  * @see {@link StartTranscriptionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StartTranscriptionJobCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartTranscriptionJobCommand extends $Command<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
20
20
  *
21
21
  * @see {@link TagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnal
21
21
  *
22
22
  * @see {@link UpdateCallAnalyticsCategoryCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateCallAnalyticsCategoryCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateCallAnalyticsCategoryCommand extends $Command<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocab
22
22
  *
23
23
  * @see {@link UpdateMedicalVocabularyCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateMedicalVocabularyCommandOutput} for command's `response` shape.
25
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateMedicalVocabularyCommand extends $Command<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse,
21
21
  *
22
22
  * @see {@link UpdateVocabularyCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateVocabularyCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateVocabularyCommand extends $Command<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFil
20
20
  *
21
21
  * @see {@link UpdateVocabularyFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateVocabularyFilterCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateVocabularyFilterCommand extends $Command<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",