@aws-sdk/client-transcribe 3.194.0 → 3.195.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/TranscribeClient.js +11 -8
- package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +10 -0
- package/dist-cjs/commands/CreateLanguageModelCommand.js +10 -0
- package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +10 -0
- package/dist-cjs/commands/CreateVocabularyCommand.js +10 -0
- package/dist-cjs/commands/CreateVocabularyFilterCommand.js +10 -0
- package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +10 -0
- package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteLanguageModelCommand.js +10 -0
- package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +10 -0
- package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteVocabularyCommand.js +10 -0
- package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +10 -0
- package/dist-cjs/commands/DescribeLanguageModelCommand.js +10 -0
- package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +10 -0
- package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +10 -0
- package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/GetMedicalVocabularyCommand.js +10 -0
- package/dist-cjs/commands/GetTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/GetVocabularyCommand.js +10 -0
- package/dist-cjs/commands/GetVocabularyFilterCommand.js +10 -0
- package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +10 -0
- package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +10 -0
- package/dist-cjs/commands/ListLanguageModelsCommand.js +10 -0
- package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTranscriptionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListVocabulariesCommand.js +10 -0
- package/dist-cjs/commands/ListVocabularyFiltersCommand.js +10 -0
- package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +10 -0
- package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/StartTranscriptionJobCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +10 -0
- package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +10 -0
- package/dist-cjs/commands/UpdateVocabularyCommand.js +10 -0
- package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +412 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/TranscribeClient.js +12 -9
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +10 -0
- package/dist-es/commands/CreateLanguageModelCommand.js +10 -0
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +10 -0
- package/dist-es/commands/CreateVocabularyCommand.js +10 -0
- package/dist-es/commands/CreateVocabularyFilterCommand.js +10 -0
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +10 -0
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +10 -0
- package/dist-es/commands/DeleteLanguageModelCommand.js +10 -0
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +10 -0
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/DeleteVocabularyCommand.js +10 -0
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +10 -0
- package/dist-es/commands/DescribeLanguageModelCommand.js +10 -0
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +10 -0
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +10 -0
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/GetMedicalVocabularyCommand.js +10 -0
- package/dist-es/commands/GetTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/GetVocabularyCommand.js +10 -0
- package/dist-es/commands/GetVocabularyFilterCommand.js +10 -0
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +10 -0
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +10 -0
- package/dist-es/commands/ListLanguageModelsCommand.js +10 -0
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +10 -0
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTranscriptionJobsCommand.js +10 -0
- package/dist-es/commands/ListVocabulariesCommand.js +10 -0
- package/dist-es/commands/ListVocabularyFiltersCommand.js +10 -0
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +10 -0
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/StartTranscriptionJobCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +10 -0
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +10 -0
- package/dist-es/commands/UpdateVocabularyCommand.js +10 -0
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +409 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/TranscribeClient.d.ts +6 -9
- package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/CreateLanguageModelCommand.d.ts +2 -0
- package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/CreateVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLanguageModelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLanguageModelCommand.d.ts +2 -0
- package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/GetTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/GetVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/GetVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -0
- package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListLanguageModelsCommand.d.ts +2 -0
- package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListVocabulariesCommand.d.ts +2 -0
- package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +2 -0
- package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/TranscribeClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +3 -1
- package/dist-cjs/endpoints.js +0 -212
- package/dist-es/endpoints.js +0 -208
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { TranscribeClientConfig } from "./TranscribeClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
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.195.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.194.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"ca-central-1": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "fips.transcribe.ca-central-1.amazonaws.com",
|
|
10
|
-
tags: ["fips"],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"cn-north-1": {
|
|
15
|
-
variants: [
|
|
16
|
-
{
|
|
17
|
-
hostname: "cn.transcribe.cn-north-1.amazonaws.com.cn",
|
|
18
|
-
tags: [],
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
signingRegion: "cn-north-1",
|
|
22
|
-
},
|
|
23
|
-
"cn-northwest-1": {
|
|
24
|
-
variants: [
|
|
25
|
-
{
|
|
26
|
-
hostname: "cn.transcribe.cn-northwest-1.amazonaws.com.cn",
|
|
27
|
-
tags: [],
|
|
28
|
-
},
|
|
29
|
-
],
|
|
30
|
-
signingRegion: "cn-northwest-1",
|
|
31
|
-
},
|
|
32
|
-
"us-east-1": {
|
|
33
|
-
variants: [
|
|
34
|
-
{
|
|
35
|
-
hostname: "fips.transcribe.us-east-1.amazonaws.com",
|
|
36
|
-
tags: ["fips"],
|
|
37
|
-
},
|
|
38
|
-
],
|
|
39
|
-
},
|
|
40
|
-
"us-east-2": {
|
|
41
|
-
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "fips.transcribe.us-east-2.amazonaws.com",
|
|
44
|
-
tags: ["fips"],
|
|
45
|
-
},
|
|
46
|
-
],
|
|
47
|
-
},
|
|
48
|
-
"us-gov-east-1": {
|
|
49
|
-
variants: [
|
|
50
|
-
{
|
|
51
|
-
hostname: "fips.transcribe.us-gov-east-1.amazonaws.com",
|
|
52
|
-
tags: ["fips"],
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
},
|
|
56
|
-
"us-gov-west-1": {
|
|
57
|
-
variants: [
|
|
58
|
-
{
|
|
59
|
-
hostname: "fips.transcribe.us-gov-west-1.amazonaws.com",
|
|
60
|
-
tags: ["fips"],
|
|
61
|
-
},
|
|
62
|
-
],
|
|
63
|
-
},
|
|
64
|
-
"us-west-1": {
|
|
65
|
-
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "fips.transcribe.us-west-1.amazonaws.com",
|
|
68
|
-
tags: ["fips"],
|
|
69
|
-
},
|
|
70
|
-
],
|
|
71
|
-
},
|
|
72
|
-
"us-west-2": {
|
|
73
|
-
variants: [
|
|
74
|
-
{
|
|
75
|
-
hostname: "fips.transcribe.us-west-2.amazonaws.com",
|
|
76
|
-
tags: ["fips"],
|
|
77
|
-
},
|
|
78
|
-
],
|
|
79
|
-
},
|
|
80
|
-
};
|
|
81
|
-
const partitionHash = {
|
|
82
|
-
aws: {
|
|
83
|
-
regions: [
|
|
84
|
-
"af-south-1",
|
|
85
|
-
"ap-east-1",
|
|
86
|
-
"ap-northeast-1",
|
|
87
|
-
"ap-northeast-2",
|
|
88
|
-
"ap-northeast-3",
|
|
89
|
-
"ap-south-1",
|
|
90
|
-
"ap-southeast-1",
|
|
91
|
-
"ap-southeast-2",
|
|
92
|
-
"ap-southeast-3",
|
|
93
|
-
"ca-central-1",
|
|
94
|
-
"eu-central-1",
|
|
95
|
-
"eu-north-1",
|
|
96
|
-
"eu-south-1",
|
|
97
|
-
"eu-west-1",
|
|
98
|
-
"eu-west-2",
|
|
99
|
-
"eu-west-3",
|
|
100
|
-
"fips-ca-central-1",
|
|
101
|
-
"fips-us-east-1",
|
|
102
|
-
"fips-us-east-2",
|
|
103
|
-
"fips-us-west-1",
|
|
104
|
-
"fips-us-west-2",
|
|
105
|
-
"me-central-1",
|
|
106
|
-
"me-south-1",
|
|
107
|
-
"sa-east-1",
|
|
108
|
-
"us-east-1",
|
|
109
|
-
"us-east-2",
|
|
110
|
-
"us-west-1",
|
|
111
|
-
"us-west-2",
|
|
112
|
-
],
|
|
113
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
114
|
-
variants: [
|
|
115
|
-
{
|
|
116
|
-
hostname: "transcribe.{region}.amazonaws.com",
|
|
117
|
-
tags: [],
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
hostname: "fips.transcribe.{region}.amazonaws.com",
|
|
121
|
-
tags: ["fips"],
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
hostname: "transcribe-fips.{region}.api.aws",
|
|
125
|
-
tags: ["dualstack", "fips"],
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
hostname: "transcribe.{region}.api.aws",
|
|
129
|
-
tags: ["dualstack"],
|
|
130
|
-
},
|
|
131
|
-
],
|
|
132
|
-
},
|
|
133
|
-
"aws-cn": {
|
|
134
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
135
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
136
|
-
variants: [
|
|
137
|
-
{
|
|
138
|
-
hostname: "transcribe.{region}.amazonaws.com.cn",
|
|
139
|
-
tags: [],
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
hostname: "transcribe-fips.{region}.amazonaws.com.cn",
|
|
143
|
-
tags: ["fips"],
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
hostname: "transcribe-fips.{region}.api.amazonwebservices.com.cn",
|
|
147
|
-
tags: ["dualstack", "fips"],
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
hostname: "transcribe.{region}.api.amazonwebservices.com.cn",
|
|
151
|
-
tags: ["dualstack"],
|
|
152
|
-
},
|
|
153
|
-
],
|
|
154
|
-
},
|
|
155
|
-
"aws-iso": {
|
|
156
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
157
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
158
|
-
variants: [
|
|
159
|
-
{
|
|
160
|
-
hostname: "transcribe.{region}.c2s.ic.gov",
|
|
161
|
-
tags: [],
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
hostname: "transcribe-fips.{region}.c2s.ic.gov",
|
|
165
|
-
tags: ["fips"],
|
|
166
|
-
},
|
|
167
|
-
],
|
|
168
|
-
},
|
|
169
|
-
"aws-iso-b": {
|
|
170
|
-
regions: ["us-isob-east-1"],
|
|
171
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
172
|
-
variants: [
|
|
173
|
-
{
|
|
174
|
-
hostname: "transcribe.{region}.sc2s.sgov.gov",
|
|
175
|
-
tags: [],
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
hostname: "transcribe-fips.{region}.sc2s.sgov.gov",
|
|
179
|
-
tags: ["fips"],
|
|
180
|
-
},
|
|
181
|
-
],
|
|
182
|
-
},
|
|
183
|
-
"aws-us-gov": {
|
|
184
|
-
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
185
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
186
|
-
variants: [
|
|
187
|
-
{
|
|
188
|
-
hostname: "transcribe.{region}.amazonaws.com",
|
|
189
|
-
tags: [],
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
hostname: "fips.transcribe.{region}.amazonaws.com",
|
|
193
|
-
tags: ["fips"],
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
hostname: "transcribe-fips.{region}.api.aws",
|
|
197
|
-
tags: ["dualstack", "fips"],
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
hostname: "transcribe.{region}.api.aws",
|
|
201
|
-
tags: ["dualstack"],
|
|
202
|
-
},
|
|
203
|
-
],
|
|
204
|
-
},
|
|
205
|
-
};
|
|
206
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
207
|
-
...options,
|
|
208
|
-
signingService: "transcribe",
|
|
209
|
-
regionHash,
|
|
210
|
-
partitionHash,
|
|
211
|
-
});
|
|
212
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
package/dist-es/endpoints.js
DELETED
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
const regionHash = {
|
|
3
|
-
"ca-central-1": {
|
|
4
|
-
variants: [
|
|
5
|
-
{
|
|
6
|
-
hostname: "fips.transcribe.ca-central-1.amazonaws.com",
|
|
7
|
-
tags: ["fips"],
|
|
8
|
-
},
|
|
9
|
-
],
|
|
10
|
-
},
|
|
11
|
-
"cn-north-1": {
|
|
12
|
-
variants: [
|
|
13
|
-
{
|
|
14
|
-
hostname: "cn.transcribe.cn-north-1.amazonaws.com.cn",
|
|
15
|
-
tags: [],
|
|
16
|
-
},
|
|
17
|
-
],
|
|
18
|
-
signingRegion: "cn-north-1",
|
|
19
|
-
},
|
|
20
|
-
"cn-northwest-1": {
|
|
21
|
-
variants: [
|
|
22
|
-
{
|
|
23
|
-
hostname: "cn.transcribe.cn-northwest-1.amazonaws.com.cn",
|
|
24
|
-
tags: [],
|
|
25
|
-
},
|
|
26
|
-
],
|
|
27
|
-
signingRegion: "cn-northwest-1",
|
|
28
|
-
},
|
|
29
|
-
"us-east-1": {
|
|
30
|
-
variants: [
|
|
31
|
-
{
|
|
32
|
-
hostname: "fips.transcribe.us-east-1.amazonaws.com",
|
|
33
|
-
tags: ["fips"],
|
|
34
|
-
},
|
|
35
|
-
],
|
|
36
|
-
},
|
|
37
|
-
"us-east-2": {
|
|
38
|
-
variants: [
|
|
39
|
-
{
|
|
40
|
-
hostname: "fips.transcribe.us-east-2.amazonaws.com",
|
|
41
|
-
tags: ["fips"],
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
},
|
|
45
|
-
"us-gov-east-1": {
|
|
46
|
-
variants: [
|
|
47
|
-
{
|
|
48
|
-
hostname: "fips.transcribe.us-gov-east-1.amazonaws.com",
|
|
49
|
-
tags: ["fips"],
|
|
50
|
-
},
|
|
51
|
-
],
|
|
52
|
-
},
|
|
53
|
-
"us-gov-west-1": {
|
|
54
|
-
variants: [
|
|
55
|
-
{
|
|
56
|
-
hostname: "fips.transcribe.us-gov-west-1.amazonaws.com",
|
|
57
|
-
tags: ["fips"],
|
|
58
|
-
},
|
|
59
|
-
],
|
|
60
|
-
},
|
|
61
|
-
"us-west-1": {
|
|
62
|
-
variants: [
|
|
63
|
-
{
|
|
64
|
-
hostname: "fips.transcribe.us-west-1.amazonaws.com",
|
|
65
|
-
tags: ["fips"],
|
|
66
|
-
},
|
|
67
|
-
],
|
|
68
|
-
},
|
|
69
|
-
"us-west-2": {
|
|
70
|
-
variants: [
|
|
71
|
-
{
|
|
72
|
-
hostname: "fips.transcribe.us-west-2.amazonaws.com",
|
|
73
|
-
tags: ["fips"],
|
|
74
|
-
},
|
|
75
|
-
],
|
|
76
|
-
},
|
|
77
|
-
};
|
|
78
|
-
const partitionHash = {
|
|
79
|
-
aws: {
|
|
80
|
-
regions: [
|
|
81
|
-
"af-south-1",
|
|
82
|
-
"ap-east-1",
|
|
83
|
-
"ap-northeast-1",
|
|
84
|
-
"ap-northeast-2",
|
|
85
|
-
"ap-northeast-3",
|
|
86
|
-
"ap-south-1",
|
|
87
|
-
"ap-southeast-1",
|
|
88
|
-
"ap-southeast-2",
|
|
89
|
-
"ap-southeast-3",
|
|
90
|
-
"ca-central-1",
|
|
91
|
-
"eu-central-1",
|
|
92
|
-
"eu-north-1",
|
|
93
|
-
"eu-south-1",
|
|
94
|
-
"eu-west-1",
|
|
95
|
-
"eu-west-2",
|
|
96
|
-
"eu-west-3",
|
|
97
|
-
"fips-ca-central-1",
|
|
98
|
-
"fips-us-east-1",
|
|
99
|
-
"fips-us-east-2",
|
|
100
|
-
"fips-us-west-1",
|
|
101
|
-
"fips-us-west-2",
|
|
102
|
-
"me-central-1",
|
|
103
|
-
"me-south-1",
|
|
104
|
-
"sa-east-1",
|
|
105
|
-
"us-east-1",
|
|
106
|
-
"us-east-2",
|
|
107
|
-
"us-west-1",
|
|
108
|
-
"us-west-2",
|
|
109
|
-
],
|
|
110
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
111
|
-
variants: [
|
|
112
|
-
{
|
|
113
|
-
hostname: "transcribe.{region}.amazonaws.com",
|
|
114
|
-
tags: [],
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
hostname: "fips.transcribe.{region}.amazonaws.com",
|
|
118
|
-
tags: ["fips"],
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
hostname: "transcribe-fips.{region}.api.aws",
|
|
122
|
-
tags: ["dualstack", "fips"],
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
hostname: "transcribe.{region}.api.aws",
|
|
126
|
-
tags: ["dualstack"],
|
|
127
|
-
},
|
|
128
|
-
],
|
|
129
|
-
},
|
|
130
|
-
"aws-cn": {
|
|
131
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
132
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
133
|
-
variants: [
|
|
134
|
-
{
|
|
135
|
-
hostname: "transcribe.{region}.amazonaws.com.cn",
|
|
136
|
-
tags: [],
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
hostname: "transcribe-fips.{region}.amazonaws.com.cn",
|
|
140
|
-
tags: ["fips"],
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
hostname: "transcribe-fips.{region}.api.amazonwebservices.com.cn",
|
|
144
|
-
tags: ["dualstack", "fips"],
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
hostname: "transcribe.{region}.api.amazonwebservices.com.cn",
|
|
148
|
-
tags: ["dualstack"],
|
|
149
|
-
},
|
|
150
|
-
],
|
|
151
|
-
},
|
|
152
|
-
"aws-iso": {
|
|
153
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
154
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
155
|
-
variants: [
|
|
156
|
-
{
|
|
157
|
-
hostname: "transcribe.{region}.c2s.ic.gov",
|
|
158
|
-
tags: [],
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
hostname: "transcribe-fips.{region}.c2s.ic.gov",
|
|
162
|
-
tags: ["fips"],
|
|
163
|
-
},
|
|
164
|
-
],
|
|
165
|
-
},
|
|
166
|
-
"aws-iso-b": {
|
|
167
|
-
regions: ["us-isob-east-1"],
|
|
168
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
169
|
-
variants: [
|
|
170
|
-
{
|
|
171
|
-
hostname: "transcribe.{region}.sc2s.sgov.gov",
|
|
172
|
-
tags: [],
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
hostname: "transcribe-fips.{region}.sc2s.sgov.gov",
|
|
176
|
-
tags: ["fips"],
|
|
177
|
-
},
|
|
178
|
-
],
|
|
179
|
-
},
|
|
180
|
-
"aws-us-gov": {
|
|
181
|
-
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
182
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
183
|
-
variants: [
|
|
184
|
-
{
|
|
185
|
-
hostname: "transcribe.{region}.amazonaws.com",
|
|
186
|
-
tags: [],
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
hostname: "fips.transcribe.{region}.amazonaws.com",
|
|
190
|
-
tags: ["fips"],
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
hostname: "transcribe-fips.{region}.api.aws",
|
|
194
|
-
tags: ["dualstack", "fips"],
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
hostname: "transcribe.{region}.api.aws",
|
|
198
|
-
tags: ["dualstack"],
|
|
199
|
-
},
|
|
200
|
-
],
|
|
201
|
-
},
|
|
202
|
-
};
|
|
203
|
-
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
204
|
-
...options,
|
|
205
|
-
signingService: "transcribe",
|
|
206
|
-
regionHash,
|
|
207
|
-
partitionHash,
|
|
208
|
-
});
|