@aws-sdk/client-transcribe 3.1045.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +158 -160
- package/dist-cjs/models/TranscribeServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Transcribe.js +1 -1
- package/dist-es/TranscribeClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +2 -2
- package/dist-es/commands/CreateLanguageModelCommand.js +2 -2
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +2 -2
- package/dist-es/commands/CreateVocabularyCommand.js +2 -2
- package/dist-es/commands/CreateVocabularyFilterCommand.js +2 -2
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +2 -2
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +2 -2
- package/dist-es/commands/DeleteLanguageModelCommand.js +2 -2
- package/dist-es/commands/DeleteMedicalScribeJobCommand.js +2 -2
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +2 -2
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +2 -2
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +2 -2
- package/dist-es/commands/DeleteVocabularyCommand.js +2 -2
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +2 -2
- package/dist-es/commands/DescribeLanguageModelCommand.js +2 -2
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +2 -2
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +2 -2
- package/dist-es/commands/GetMedicalScribeJobCommand.js +2 -2
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +2 -2
- package/dist-es/commands/GetMedicalVocabularyCommand.js +2 -2
- package/dist-es/commands/GetTranscriptionJobCommand.js +2 -2
- package/dist-es/commands/GetVocabularyCommand.js +2 -2
- package/dist-es/commands/GetVocabularyFilterCommand.js +2 -2
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +2 -2
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +2 -2
- package/dist-es/commands/ListLanguageModelsCommand.js +2 -2
- package/dist-es/commands/ListMedicalScribeJobsCommand.js +2 -2
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +2 -2
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTranscriptionJobsCommand.js +2 -2
- package/dist-es/commands/ListVocabulariesCommand.js +2 -2
- package/dist-es/commands/ListVocabularyFiltersCommand.js +2 -2
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +2 -2
- package/dist-es/commands/StartMedicalScribeJobCommand.js +2 -2
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +2 -2
- package/dist-es/commands/StartTranscriptionJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +2 -2
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +2 -2
- package/dist-es/commands/UpdateVocabularyCommand.js +2 -2
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/TranscribeServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForCallAnalyticsJobCompleted.js +1 -1
- package/dist-es/waiters/waitForLanguageModelCompleted.js +1 -1
- package/dist-es/waiters/waitForMedicalScribeJobCompleted.js +1 -1
- package/dist-es/waiters/waitForMedicalTranscriptionJobCompleted.js +1 -1
- package/dist-es/waiters/waitForMedicalVocabularyReady.js +1 -1
- package/dist-es/waiters/waitForTranscriptionJobCompleted.js +1 -1
- package/dist-es/waiters/waitForVocabularyReady.js +1 -1
- package/dist-types/Transcribe.d.ts +1 -1
- package/dist-types/TranscribeClient.d.ts +5 -5
- package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +6 -4
- package/dist-types/commands/CreateLanguageModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +6 -4
- package/dist-types/commands/CreateVocabularyCommand.d.ts +6 -4
- package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLanguageModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMedicalScribeJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLanguageModelCommand.d.ts +6 -4
- package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +6 -4
- package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +6 -4
- package/dist-types/commands/GetMedicalScribeJobCommand.d.ts +6 -4
- package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +6 -4
- package/dist-types/commands/GetTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/commands/GetVocabularyCommand.d.ts +6 -4
- package/dist-types/commands/GetVocabularyFilterCommand.d.ts +6 -4
- package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +6 -4
- package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListLanguageModelsCommand.d.ts +6 -4
- package/dist-types/commands/ListMedicalScribeJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListVocabulariesCommand.d.ts +6 -4
- package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +6 -4
- package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +6 -4
- package/dist-types/commands/StartMedicalScribeJobCommand.d.ts +6 -4
- package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/commands/StartTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVocabularyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/TranscribeServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Transcribe.d.ts +1 -1
- package/dist-types/ts3.4/TranscribeClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMedicalScribeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMedicalScribeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMedicalScribeJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMedicalScribeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForCallAnalyticsJobCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForLanguageModelCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForMedicalScribeJobCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForMedicalTranscriptionJobCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForMedicalVocabularyReady.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTranscriptionJobCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForVocabularyReady.d.ts +1 -1
- package/dist-types/waiters/waitForCallAnalyticsJobCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForLanguageModelCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForMedicalScribeJobCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForMedicalTranscriptionJobCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForMedicalVocabularyReady.d.ts +1 -1
- package/dist-types/waiters/waitForTranscriptionJobCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForVocabularyReady.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateVocabulary$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateVocabularyFilter$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const n = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [n]: "Endpoint" }, i = { [n]: d }, j = { [n]: "Region" }, k = { "fn": f, "argv": [i, "name"] }, l = {}, m = [j];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class TranscribeServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultTranscribeHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetCallAnalyticsJobCommand, } from "../commands/GetCallAnalyticsJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeLanguageModelCommand, } from "../commands/DescribeLanguageModelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetMedicalScribeJobCommand, } from "../commands/GetMedicalScribeJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetMedicalTranscriptionJobCommand, } from "../commands/GetMedicalTranscriptionJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetMedicalVocabularyCommand, } from "../commands/GetMedicalVocabularyCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetTranscriptionJobCommand, } from "../commands/GetTranscriptionJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { GetVocabularyCommand, } from "../commands/GetVocabularyCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
-
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
3
|
import { type CreateCallAnalyticsCategoryCommandInput, type CreateCallAnalyticsCategoryCommandOutput } from "./commands/CreateCallAnalyticsCategoryCommand";
|
|
4
4
|
import { type CreateLanguageModelCommandInput, type CreateLanguageModelCommandOutput } from "./commands/CreateLanguageModelCommand";
|
|
5
5
|
import { type CreateMedicalVocabularyCommandInput, type CreateMedicalVocabularyCommandOutput } from "./commands/CreateMedicalVocabularyCommand";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput } from "./commands/CreateCallAnalyticsCategoryCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateCallAnalyticsCategoryRequest, CreateCallAnalyticsCategoryResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateCallAnalyticsCategoryCommandInput extends CreateCallAnaly
|
|
|
22
22
|
export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnalyticsCategoryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCallAnalyticsCategoryCommand_base: {
|
|
25
|
-
new (input: CreateCallAnalyticsCategoryCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateCallAnalyticsCategoryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new Call Analytics category.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateLanguageModelRequest, CreateLanguageModelResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateLanguageModelCommandInput extends CreateLanguageModelRequ
|
|
|
22
22
|
export interface CreateLanguageModelCommandOutput extends CreateLanguageModelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLanguageModelCommand_base: {
|
|
25
|
-
new (input: CreateLanguageModelCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLanguageModelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLanguageModelCommandInput): import("@smithy/core/client").CommandImpl<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLanguageModelCommandInput): import("@smithy/core/client").CommandImpl<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new custom language model.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateMedicalVocabularyRequest, CreateMedicalVocabularyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateMedicalVocabularyCommandInput extends CreateMedicalVocabu
|
|
|
22
22
|
export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocabularyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMedicalVocabularyCommand_base: {
|
|
25
|
-
new (input: CreateMedicalVocabularyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateMedicalVocabularyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new custom medical vocabulary.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateVocabularyCommandInput extends CreateVocabularyRequest {
|
|
|
22
22
|
export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateVocabularyCommand_base: {
|
|
25
|
-
new (input: CreateVocabularyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateVocabularyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateVocabularyCommandInput): import("@smithy/core/client").CommandImpl<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateVocabularyCommandInput): import("@smithy/core/client").CommandImpl<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new custom vocabulary.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateVocabularyFilterRequest, CreateVocabularyFilterResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateVocabularyFilterCommandInput extends CreateVocabularyFilt
|
|
|
22
22
|
export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFilterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateVocabularyFilterCommand_base: {
|
|
25
|
-
new (input: CreateVocabularyFilterCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateVocabularyFilterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new custom vocabulary filter.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteCallAnalyticsCategoryRequest, DeleteCallAnalyticsCategoryResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCallAnalyticsCategoryCommandInput extends DeleteCallAnaly
|
|
|
22
22
|
export interface DeleteCallAnalyticsCategoryCommandOutput extends DeleteCallAnalyticsCategoryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCallAnalyticsCategoryCommand_base: {
|
|
25
|
-
new (input: DeleteCallAnalyticsCategoryCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCallAnalyticsCategoryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a Call Analytics category. To use this operation, specify the name of the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteCallAnalyticsJobRequest, DeleteCallAnalyticsJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCallAnalyticsJobCommandInput extends DeleteCallAnalyticsJ
|
|
|
22
22
|
export interface DeleteCallAnalyticsJobCommandOutput extends DeleteCallAnalyticsJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCallAnalyticsJobCommand_base: {
|
|
25
|
-
new (input: DeleteCallAnalyticsJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCallAnalyticsJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCallAnalyticsJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCallAnalyticsJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a Call Analytics job. To use this operation, specify the name of the job you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteLanguageModelRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLanguageModelCommandInput extends DeleteLanguageModelRequ
|
|
|
22
22
|
export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLanguageModelCommand_base: {
|
|
25
|
-
new (input: DeleteLanguageModelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLanguageModelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLanguageModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLanguageModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a custom language model. To use this operation, specify the name of the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteMedicalScribeJobRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteMedicalScribeJobCommandInput extends DeleteMedicalScribeJ
|
|
|
22
22
|
export interface DeleteMedicalScribeJobCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMedicalScribeJobCommand_base: {
|
|
25
|
-
new (input: DeleteMedicalScribeJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteMedicalScribeJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteMedicalScribeJobCommandInput, DeleteMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteMedicalScribeJobCommandInput, DeleteMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a Medical Scribe job. To use this operation, specify the name of the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteMedicalTranscriptionJobRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteMedicalTranscriptionJobCommandInput extends DeleteMedical
|
|
|
22
22
|
export interface DeleteMedicalTranscriptionJobCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMedicalTranscriptionJobCommand_base: {
|
|
25
|
-
new (input: DeleteMedicalTranscriptionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteMedicalTranscriptionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a medical transcription job. To use this operation, specify the name of the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteMedicalVocabularyRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteMedicalVocabularyCommandInput extends DeleteMedicalVocabu
|
|
|
22
22
|
export interface DeleteMedicalVocabularyCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMedicalVocabularyCommand_base: {
|
|
25
|
-
new (input: DeleteMedicalVocabularyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteMedicalVocabularyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a custom medical vocabulary. To use this operation, specify the name of the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteTranscriptionJobRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTranscriptionJobCommandInput extends DeleteTranscriptionJ
|
|
|
22
22
|
export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTranscriptionJobCommand_base: {
|
|
25
|
-
new (input: DeleteTranscriptionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTranscriptionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a transcription job. To use this operation, specify the name of the job you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteVocabularyRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {
|
|
|
22
22
|
export interface DeleteVocabularyCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVocabularyCommand_base: {
|
|
25
|
-
new (input: DeleteVocabularyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVocabularyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVocabularyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVocabularyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a custom vocabulary. To use this operation, specify the name of the custom
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteVocabularyFilterRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVocabularyFilterCommandInput extends DeleteVocabularyFilt
|
|
|
22
22
|
export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVocabularyFilterCommand_base: {
|
|
25
|
-
new (input: DeleteVocabularyFilterCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVocabularyFilterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a custom vocabulary filter. To use this operation, specify the name of the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeLanguageModelRequest, DescribeLanguageModelResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLanguageModelCommandInput extends DescribeLanguageModel
|
|
|
22
22
|
export interface DescribeLanguageModelCommandOutput extends DescribeLanguageModelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLanguageModelCommand_base: {
|
|
25
|
-
new (input: DescribeLanguageModelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLanguageModelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLanguageModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLanguageModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified custom language model.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetCallAnalyticsCategoryRequest, GetCallAnalyticsCategoryResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface GetCallAnalyticsCategoryCommandInput extends GetCallAnalyticsCa
|
|
|
22
22
|
export interface GetCallAnalyticsCategoryCommandOutput extends GetCallAnalyticsCategoryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCallAnalyticsCategoryCommand_base: {
|
|
25
|
-
new (input: GetCallAnalyticsCategoryCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCallAnalyticsCategoryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified Call Analytics category.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetCallAnalyticsJobRequest, GetCallAnalyticsJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface GetCallAnalyticsJobCommandInput extends GetCallAnalyticsJobRequ
|
|
|
22
22
|
export interface GetCallAnalyticsJobCommandOutput extends GetCallAnalyticsJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCallAnalyticsJobCommand_base: {
|
|
25
|
-
new (input: GetCallAnalyticsJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCallAnalyticsJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCallAnalyticsJobCommandInput): import("@smithy/core/client").CommandImpl<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCallAnalyticsJobCommandInput): import("@smithy/core/client").CommandImpl<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified Call Analytics job.</p>
|