@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
|
@@ -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";
|
|
@@ -1,51 +1,5 @@
|
|
|
1
|
-
export * from "./TranscribeClient";
|
|
2
1
|
export * from "./Transcribe";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateVocabularyFilterCommand";
|
|
8
|
-
export * from "./commands/DeleteCallAnalyticsCategoryCommand";
|
|
9
|
-
export * from "./commands/DeleteCallAnalyticsJobCommand";
|
|
10
|
-
export * from "./commands/DeleteLanguageModelCommand";
|
|
11
|
-
export * from "./commands/DeleteMedicalTranscriptionJobCommand";
|
|
12
|
-
export * from "./commands/DeleteMedicalVocabularyCommand";
|
|
13
|
-
export * from "./commands/DeleteTranscriptionJobCommand";
|
|
14
|
-
export * from "./commands/DeleteVocabularyCommand";
|
|
15
|
-
export * from "./commands/DeleteVocabularyFilterCommand";
|
|
16
|
-
export * from "./commands/DescribeLanguageModelCommand";
|
|
17
|
-
export * from "./commands/GetCallAnalyticsCategoryCommand";
|
|
18
|
-
export * from "./commands/GetCallAnalyticsJobCommand";
|
|
19
|
-
export * from "./commands/GetMedicalTranscriptionJobCommand";
|
|
20
|
-
export * from "./commands/GetMedicalVocabularyCommand";
|
|
21
|
-
export * from "./commands/GetTranscriptionJobCommand";
|
|
22
|
-
export * from "./commands/GetVocabularyCommand";
|
|
23
|
-
export * from "./commands/GetVocabularyFilterCommand";
|
|
24
|
-
export * from "./commands/ListCallAnalyticsCategoriesCommand";
|
|
25
|
-
export * from "./pagination/ListCallAnalyticsCategoriesPaginator";
|
|
26
|
-
export * from "./commands/ListCallAnalyticsJobsCommand";
|
|
27
|
-
export * from "./pagination/ListCallAnalyticsJobsPaginator";
|
|
28
|
-
export * from "./commands/ListLanguageModelsCommand";
|
|
29
|
-
export * from "./pagination/ListLanguageModelsPaginator";
|
|
30
|
-
export * from "./commands/ListMedicalTranscriptionJobsCommand";
|
|
31
|
-
export * from "./pagination/ListMedicalTranscriptionJobsPaginator";
|
|
32
|
-
export * from "./commands/ListMedicalVocabulariesCommand";
|
|
33
|
-
export * from "./pagination/ListMedicalVocabulariesPaginator";
|
|
34
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
35
|
-
export * from "./commands/ListTranscriptionJobsCommand";
|
|
36
|
-
export * from "./pagination/ListTranscriptionJobsPaginator";
|
|
37
|
-
export * from "./commands/ListVocabulariesCommand";
|
|
38
|
-
export * from "./pagination/ListVocabulariesPaginator";
|
|
39
|
-
export * from "./commands/ListVocabularyFiltersCommand";
|
|
40
|
-
export * from "./pagination/ListVocabularyFiltersPaginator";
|
|
41
|
-
export * from "./commands/StartCallAnalyticsJobCommand";
|
|
42
|
-
export * from "./commands/StartMedicalTranscriptionJobCommand";
|
|
43
|
-
export * from "./commands/StartTranscriptionJobCommand";
|
|
44
|
-
export * from "./commands/TagResourceCommand";
|
|
45
|
-
export * from "./commands/UntagResourceCommand";
|
|
46
|
-
export * from "./commands/UpdateCallAnalyticsCategoryCommand";
|
|
47
|
-
export * from "./commands/UpdateMedicalVocabularyCommand";
|
|
48
|
-
export * from "./commands/UpdateVocabularyCommand";
|
|
49
|
-
export * from "./commands/UpdateVocabularyFilterCommand";
|
|
50
|
-
export * from "./pagination/Interfaces";
|
|
51
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./TranscribeClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -129,6 +129,19 @@ export declare namespace ContentRedaction {
|
|
|
129
129
|
|
|
130
130
|
const filterSensitiveLog: (obj: ContentRedaction) => any;
|
|
131
131
|
}
|
|
132
|
+
|
|
133
|
+
export interface LanguageIdSettings {
|
|
134
|
+
|
|
135
|
+
VocabularyName?: string;
|
|
136
|
+
|
|
137
|
+
VocabularyFilterName?: string;
|
|
138
|
+
|
|
139
|
+
LanguageModelName?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace LanguageIdSettings {
|
|
142
|
+
|
|
143
|
+
const filterSensitiveLog: (obj: LanguageIdSettings) => any;
|
|
144
|
+
}
|
|
132
145
|
export declare enum VocabularyFilterMethod {
|
|
133
146
|
MASK = "mask",
|
|
134
147
|
REMOVE = "remove",
|
|
@@ -148,6 +161,10 @@ export interface CallAnalyticsJobSettings {
|
|
|
148
161
|
ContentRedaction?: ContentRedaction;
|
|
149
162
|
|
|
150
163
|
LanguageOptions?: (LanguageCode | string)[];
|
|
164
|
+
|
|
165
|
+
LanguageIdSettings?: {
|
|
166
|
+
[key: string]: LanguageIdSettings;
|
|
167
|
+
};
|
|
151
168
|
}
|
|
152
169
|
export declare namespace CallAnalyticsJobSettings {
|
|
153
170
|
|
|
@@ -988,6 +1005,10 @@ export interface TranscriptionJob {
|
|
|
988
1005
|
Tags?: Tag[];
|
|
989
1006
|
|
|
990
1007
|
Subtitles?: SubtitlesOutput;
|
|
1008
|
+
|
|
1009
|
+
LanguageIdSettings?: {
|
|
1010
|
+
[key: string]: LanguageIdSettings;
|
|
1011
|
+
};
|
|
991
1012
|
}
|
|
992
1013
|
export declare namespace TranscriptionJob {
|
|
993
1014
|
|
|
@@ -1473,6 +1494,10 @@ export interface StartTranscriptionJobRequest {
|
|
|
1473
1494
|
Subtitles?: Subtitles;
|
|
1474
1495
|
|
|
1475
1496
|
Tags?: Tag[];
|
|
1497
|
+
|
|
1498
|
+
LanguageIdSettings?: {
|
|
1499
|
+
[key: string]: LanguageIdSettings;
|
|
1500
|
+
};
|
|
1476
1501
|
}
|
|
1477
1502
|
export declare namespace StartTranscriptionJobRequest {
|
|
1478
1503
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListCallAnalyticsCategoriesPaginator";
|
|
3
|
+
export * from "./ListCallAnalyticsJobsPaginator";
|
|
4
|
+
export * from "./ListLanguageModelsPaginator";
|
|
5
|
+
export * from "./ListMedicalTranscriptionJobsPaginator";
|
|
6
|
+
export * from "./ListMedicalVocabulariesPaginator";
|
|
7
|
+
export * from "./ListTranscriptionJobsPaginator";
|
|
8
|
+
export * from "./ListVocabulariesPaginator";
|
|
9
|
+
export * from "./ListVocabularyFiltersPaginator";
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
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",
|
|
@@ -19,40 +19,40 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|