@aws-sdk/client-transcribe 3.1045.0 → 3.1047.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,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 { GetMedicalScribeJobRequest, GetMedicalScribeJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface GetMedicalScribeJobCommandInput extends GetMedicalScribeJobRequ
|
|
|
22
22
|
export interface GetMedicalScribeJobCommandOutput extends GetMedicalScribeJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMedicalScribeJobCommand_base: {
|
|
25
|
-
new (input: GetMedicalScribeJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMedicalScribeJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified Medical Scribe job.</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 { GetMedicalTranscriptionJobRequest, GetMedicalTranscriptionJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface GetMedicalTranscriptionJobCommandInput extends GetMedicalTransc
|
|
|
22
22
|
export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTranscriptionJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMedicalTranscriptionJobCommand_base: {
|
|
25
|
-
new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified medical transcription job.</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 { GetMedicalVocabularyRequest, GetMedicalVocabularyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface GetMedicalVocabularyCommandInput extends GetMedicalVocabularyRe
|
|
|
22
22
|
export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMedicalVocabularyCommand_base: {
|
|
25
|
-
new (input: GetMedicalVocabularyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMedicalVocabularyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified 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 { GetTranscriptionJobRequest, GetTranscriptionJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTranscriptionJobCommandInput extends GetTranscriptionJobRequ
|
|
|
22
22
|
export interface GetTranscriptionJobCommandOutput extends GetTranscriptionJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTranscriptionJobCommand_base: {
|
|
25
|
-
new (input: GetTranscriptionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTranscriptionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified transcription job.</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 { GetVocabularyRequest, GetVocabularyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface GetVocabularyCommandInput extends GetVocabularyRequest {
|
|
|
22
22
|
export interface GetVocabularyCommandOutput extends GetVocabularyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetVocabularyCommand_base: {
|
|
25
|
-
new (input: GetVocabularyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetVocabularyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetVocabularyCommandInput): import("@smithy/core/client").CommandImpl<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetVocabularyCommandInput): import("@smithy/core/client").CommandImpl<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified 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 { GetVocabularyFilterRequest, GetVocabularyFilterResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface GetVocabularyFilterCommandInput extends GetVocabularyFilterRequ
|
|
|
22
22
|
export interface GetVocabularyFilterCommandOutput extends GetVocabularyFilterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetVocabularyFilterCommand_base: {
|
|
25
|
-
new (input: GetVocabularyFilterCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetVocabularyFilterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the specified 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 { ListCallAnalyticsCategoriesRequest, ListCallAnalyticsCategoriesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListCallAnalyticsCategoriesCommandInput extends ListCallAnalyti
|
|
|
22
22
|
export interface ListCallAnalyticsCategoriesCommandOutput extends ListCallAnalyticsCategoriesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCallAnalyticsCategoriesCommand_base: {
|
|
25
|
-
new (input: ListCallAnalyticsCategoriesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCallAnalyticsCategoriesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCallAnalyticsCategoriesCommandInput): import("@smithy/core/client").CommandImpl<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCallAnalyticsCategoriesCommandInput]): import("@smithy/core/client").CommandImpl<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of Call Analytics categories, including all rules that make up each
|
|
@@ -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 { ListCallAnalyticsJobsRequest, ListCallAnalyticsJobsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListCallAnalyticsJobsCommandInput extends ListCallAnalyticsJobs
|
|
|
22
22
|
export interface ListCallAnalyticsJobsCommandOutput extends ListCallAnalyticsJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCallAnalyticsJobsCommand_base: {
|
|
25
|
-
new (input: ListCallAnalyticsJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCallAnalyticsJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCallAnalyticsJobsCommandInput): import("@smithy/core/client").CommandImpl<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCallAnalyticsJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of Call Analytics jobs that match the specified criteria. If no
|
|
@@ -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 { ListLanguageModelsRequest, ListLanguageModelsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListLanguageModelsCommandInput extends ListLanguageModelsReques
|
|
|
22
22
|
export interface ListLanguageModelsCommandOutput extends ListLanguageModelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLanguageModelsCommand_base: {
|
|
25
|
-
new (input: ListLanguageModelsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListLanguageModelsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLanguageModelsCommandInput): import("@smithy/core/client").CommandImpl<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListLanguageModelsCommandInput]): import("@smithy/core/client").CommandImpl<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of custom language models that match the specified criteria. If no
|
|
@@ -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 { ListMedicalScribeJobsRequest, ListMedicalScribeJobsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListMedicalScribeJobsCommandInput extends ListMedicalScribeJobs
|
|
|
22
22
|
export interface ListMedicalScribeJobsCommandOutput extends ListMedicalScribeJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMedicalScribeJobsCommand_base: {
|
|
25
|
-
new (input: ListMedicalScribeJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListMedicalScribeJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMedicalScribeJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListMedicalScribeJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of Medical Scribe jobs that match the specified criteria. If no
|
|
@@ -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 { ListMedicalTranscriptionJobsRequest, ListMedicalTranscriptionJobsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListMedicalTranscriptionJobsCommandInput extends ListMedicalTra
|
|
|
22
22
|
export interface ListMedicalTranscriptionJobsCommandOutput extends ListMedicalTranscriptionJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMedicalTranscriptionJobsCommand_base: {
|
|
25
|
-
new (input: ListMedicalTranscriptionJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListMedicalTranscriptionJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMedicalTranscriptionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListMedicalTranscriptionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of medical transcription jobs that match the specified criteria. If no
|
|
@@ -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 { ListMedicalVocabulariesRequest, ListMedicalVocabulariesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListMedicalVocabulariesCommandInput extends ListMedicalVocabula
|
|
|
22
22
|
export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabulariesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMedicalVocabulariesCommand_base: {
|
|
25
|
-
new (input: ListMedicalVocabulariesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListMedicalVocabulariesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMedicalVocabulariesCommandInput): import("@smithy/core/client").CommandImpl<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListMedicalVocabulariesCommandInput]): import("@smithy/core/client").CommandImpl<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of custom medical vocabularies that match the specified criteria. If
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all tags associated with the specified transcription job, vocabulary, model, or
|
|
@@ -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 { ListTranscriptionJobsRequest, ListTranscriptionJobsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTranscriptionJobsCommandInput extends ListTranscriptionJobs
|
|
|
22
22
|
export interface ListTranscriptionJobsCommandOutput extends ListTranscriptionJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTranscriptionJobsCommand_base: {
|
|
25
|
-
new (input: ListTranscriptionJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTranscriptionJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTranscriptionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTranscriptionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of transcription jobs that match the specified criteria. If no
|
|
@@ -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 { ListVocabulariesRequest, ListVocabulariesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListVocabulariesCommandInput extends ListVocabulariesRequest {
|
|
|
22
22
|
export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListVocabulariesCommand_base: {
|
|
25
|
-
new (input: ListVocabulariesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListVocabulariesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListVocabulariesCommandInput): import("@smithy/core/client").CommandImpl<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListVocabulariesCommandInput]): import("@smithy/core/client").CommandImpl<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of custom vocabularies that match the specified criteria. If no
|
|
@@ -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 { ListVocabularyFiltersRequest, ListVocabularyFiltersResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface ListVocabularyFiltersCommandInput extends ListVocabularyFilters
|
|
|
22
22
|
export interface ListVocabularyFiltersCommandOutput extends ListVocabularyFiltersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListVocabularyFiltersCommand_base: {
|
|
25
|
-
new (input: ListVocabularyFiltersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListVocabularyFiltersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListVocabularyFiltersCommandInput): import("@smithy/core/client").CommandImpl<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListVocabularyFiltersCommandInput]): import("@smithy/core/client").CommandImpl<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of custom vocabulary filters that match the specified criteria. If no
|
|
@@ -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 { StartCallAnalyticsJobRequest, StartCallAnalyticsJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface StartCallAnalyticsJobCommandInput extends StartCallAnalyticsJob
|
|
|
22
22
|
export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartCallAnalyticsJobCommand_base: {
|
|
25
|
-
new (input: StartCallAnalyticsJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartCallAnalyticsJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartCallAnalyticsJobCommandInput): import("@smithy/core/client").CommandImpl<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartCallAnalyticsJobCommandInput): import("@smithy/core/client").CommandImpl<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Transcribes the audio from a customer service call and applies any additional Request
|
|
@@ -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 { StartMedicalScribeJobRequest, StartMedicalScribeJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface StartMedicalScribeJobCommandInput extends StartMedicalScribeJob
|
|
|
22
22
|
export interface StartMedicalScribeJobCommandOutput extends StartMedicalScribeJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMedicalScribeJobCommand_base: {
|
|
25
|
-
new (input: StartMedicalScribeJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMedicalScribeJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Transcribes patient-clinician conversations and generates clinical notes. </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 { StartMedicalTranscriptionJobRequest, StartMedicalTranscriptionJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface StartMedicalTranscriptionJobCommandInput extends StartMedicalTr
|
|
|
22
22
|
export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalTranscriptionJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMedicalTranscriptionJobCommand_base: {
|
|
25
|
-
new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Transcribes the audio from a medical dictation or conversation and applies any
|
|
@@ -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 { StartTranscriptionJobRequest, StartTranscriptionJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface StartTranscriptionJobCommandInput extends StartTranscriptionJob
|
|
|
22
22
|
export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartTranscriptionJobCommand_base: {
|
|
25
|
-
new (input: StartTranscriptionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartTranscriptionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Transcribes the audio from a media file and applies any additional Request Parameters
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more custom tags, each in the form of a key:value pair, to the specified
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified tags from the specified Amazon Transcribe resource.</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 { UpdateCallAnalyticsCategoryRequest, UpdateCallAnalyticsCategoryResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateCallAnalyticsCategoryCommandInput extends UpdateCallAnaly
|
|
|
22
22
|
export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnalyticsCategoryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateCallAnalyticsCategoryCommand_base: {
|
|
25
|
-
new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified Call Analytics category with new rules. Note that 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 { UpdateMedicalVocabularyRequest, UpdateMedicalVocabularyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateMedicalVocabularyCommandInput extends UpdateMedicalVocabu
|
|
|
22
22
|
export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocabularyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateMedicalVocabularyCommand_base: {
|
|
25
|
-
new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing custom medical vocabulary with new values. This operation
|
|
@@ -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 { UpdateVocabularyRequest, UpdateVocabularyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateVocabularyCommandInput extends UpdateVocabularyRequest {
|
|
|
22
22
|
export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateVocabularyCommand_base: {
|
|
25
|
-
new (input: UpdateVocabularyCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateVocabularyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateVocabularyCommandInput): import("@smithy/core/client").CommandImpl<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateVocabularyCommandInput): import("@smithy/core/client").CommandImpl<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing custom vocabulary with new values. This operation overwrites all
|
|
@@ -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 { UpdateVocabularyFilterRequest, UpdateVocabularyFilterResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateVocabularyFilterCommandInput extends UpdateVocabularyFilt
|
|
|
22
22
|
export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFilterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateVocabularyFilterCommand_base: {
|
|
25
|
-
new (input: UpdateVocabularyFilterCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateVocabularyFilterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing custom vocabulary filter with a new list of words. The new list
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|