@aws-sdk/client-transcribe 3.40.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 +11 -0
- package/dist-cjs/endpoints.js +21 -0
- package/dist-es/endpoints.js +21 -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 +1 -1
- 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/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -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
|
{
|
|
@@ -112,6 +124,7 @@ const partitionHash = {
|
|
|
112
124
|
"eu-west-1",
|
|
113
125
|
"eu-west-2",
|
|
114
126
|
"eu-west-3",
|
|
127
|
+
"fips-ca-central-1",
|
|
115
128
|
"fips-us-east-1",
|
|
116
129
|
"fips-us-east-2",
|
|
117
130
|
"fips-us-west-1",
|
|
@@ -165,6 +178,10 @@ const partitionHash = {
|
|
|
165
178
|
hostname: "transcribe.{region}.c2s.ic.gov",
|
|
166
179
|
tags: [],
|
|
167
180
|
},
|
|
181
|
+
{
|
|
182
|
+
hostname: "transcribe-fips.{region}.c2s.ic.gov",
|
|
183
|
+
tags: ["fips"],
|
|
184
|
+
},
|
|
168
185
|
],
|
|
169
186
|
},
|
|
170
187
|
"aws-iso-b": {
|
|
@@ -175,6 +192,10 @@ const partitionHash = {
|
|
|
175
192
|
hostname: "transcribe.{region}.sc2s.sgov.gov",
|
|
176
193
|
tags: [],
|
|
177
194
|
},
|
|
195
|
+
{
|
|
196
|
+
hostname: "transcribe-fips.{region}.sc2s.sgov.gov",
|
|
197
|
+
tags: ["fips"],
|
|
198
|
+
},
|
|
178
199
|
],
|
|
179
200
|
},
|
|
180
201
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -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
|
{
|
|
@@ -110,6 +122,7 @@ var partitionHash = {
|
|
|
110
122
|
"eu-west-1",
|
|
111
123
|
"eu-west-2",
|
|
112
124
|
"eu-west-3",
|
|
125
|
+
"fips-ca-central-1",
|
|
113
126
|
"fips-us-east-1",
|
|
114
127
|
"fips-us-east-2",
|
|
115
128
|
"fips-us-west-1",
|
|
@@ -163,6 +176,10 @@ var partitionHash = {
|
|
|
163
176
|
hostname: "transcribe.{region}.c2s.ic.gov",
|
|
164
177
|
tags: [],
|
|
165
178
|
},
|
|
179
|
+
{
|
|
180
|
+
hostname: "transcribe-fips.{region}.c2s.ic.gov",
|
|
181
|
+
tags: ["fips"],
|
|
182
|
+
},
|
|
166
183
|
],
|
|
167
184
|
},
|
|
168
185
|
"aws-iso-b": {
|
|
@@ -173,6 +190,10 @@ var partitionHash = {
|
|
|
173
190
|
hostname: "transcribe.{region}.sc2s.sgov.gov",
|
|
174
191
|
tags: [],
|
|
175
192
|
},
|
|
193
|
+
{
|
|
194
|
+
hostname: "transcribe-fips.{region}.sc2s.sgov.gov",
|
|
195
|
+
tags: ["fips"],
|
|
196
|
+
},
|
|
176
197
|
],
|
|
177
198
|
},
|
|
178
199
|
"aws-us-gov": {
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.41.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.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",
|
|
@@ -38,7 +38,7 @@
|
|
|
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.
|
|
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",
|