@aws-sdk/client-transcribe 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Transcribe.d.ts +0 -39
- package/dist-types/ts3.4/TranscribeClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -435
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface GetCallAnalyticsJobCommandInput
|
|
|
19
19
|
export interface GetCallAnalyticsJobCommandOutput
|
|
20
20
|
extends GetCallAnalyticsJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCallAnalyticsJobCommand extends $Command<
|
|
24
23
|
GetCallAnalyticsJobCommandInput,
|
|
25
24
|
GetCallAnalyticsJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCallAnalyticsJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCallAnalyticsJobCommandInput;
|
|
29
28
|
constructor(input: GetCallAnalyticsJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMedicalTranscriptionJobCommandInput
|
|
|
19
19
|
export interface GetMedicalTranscriptionJobCommandOutput
|
|
20
20
|
extends GetMedicalTranscriptionJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMedicalTranscriptionJobCommand extends $Command<
|
|
24
23
|
GetMedicalTranscriptionJobCommandInput,
|
|
25
24
|
GetMedicalTranscriptionJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMedicalTranscriptionJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMedicalTranscriptionJobCommandInput;
|
|
29
28
|
constructor(input: GetMedicalTranscriptionJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMedicalVocabularyCommandInput
|
|
|
19
19
|
export interface GetMedicalVocabularyCommandOutput
|
|
20
20
|
extends GetMedicalVocabularyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMedicalVocabularyCommand extends $Command<
|
|
24
23
|
GetMedicalVocabularyCommandInput,
|
|
25
24
|
GetMedicalVocabularyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMedicalVocabularyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMedicalVocabularyCommandInput;
|
|
29
28
|
constructor(input: GetMedicalVocabularyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetTranscriptionJobCommandInput
|
|
|
19
19
|
export interface GetTranscriptionJobCommandOutput
|
|
20
20
|
extends GetTranscriptionJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetTranscriptionJobCommand extends $Command<
|
|
24
23
|
GetTranscriptionJobCommandInput,
|
|
25
24
|
GetTranscriptionJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetTranscriptionJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetTranscriptionJobCommandInput;
|
|
29
28
|
constructor(input: GetTranscriptionJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetVocabularyCommandInput extends GetVocabularyRequest {}
|
|
|
18
18
|
export interface GetVocabularyCommandOutput
|
|
19
19
|
extends GetVocabularyResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetVocabularyCommand extends $Command<
|
|
23
22
|
GetVocabularyCommandInput,
|
|
24
23
|
GetVocabularyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetVocabularyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetVocabularyCommandInput;
|
|
28
27
|
constructor(input: GetVocabularyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetVocabularyFilterCommandInput
|
|
|
19
19
|
export interface GetVocabularyFilterCommandOutput
|
|
20
20
|
extends GetVocabularyFilterResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetVocabularyFilterCommand extends $Command<
|
|
24
23
|
GetVocabularyFilterCommandInput,
|
|
25
24
|
GetVocabularyFilterCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetVocabularyFilterCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetVocabularyFilterCommandInput;
|
|
29
28
|
constructor(input: GetVocabularyFilterCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCallAnalyticsCategoriesCommandInput
|
|
|
19
19
|
export interface ListCallAnalyticsCategoriesCommandOutput
|
|
20
20
|
extends ListCallAnalyticsCategoriesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCallAnalyticsCategoriesCommand extends $Command<
|
|
24
23
|
ListCallAnalyticsCategoriesCommandInput,
|
|
25
24
|
ListCallAnalyticsCategoriesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCallAnalyticsCategoriesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCallAnalyticsCategoriesCommandInput;
|
|
29
28
|
constructor(input: ListCallAnalyticsCategoriesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCallAnalyticsJobsCommandInput
|
|
|
19
19
|
export interface ListCallAnalyticsJobsCommandOutput
|
|
20
20
|
extends ListCallAnalyticsJobsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCallAnalyticsJobsCommand extends $Command<
|
|
24
23
|
ListCallAnalyticsJobsCommandInput,
|
|
25
24
|
ListCallAnalyticsJobsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCallAnalyticsJobsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCallAnalyticsJobsCommandInput;
|
|
29
28
|
constructor(input: ListCallAnalyticsJobsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListLanguageModelsCommandInput
|
|
|
19
19
|
export interface ListLanguageModelsCommandOutput
|
|
20
20
|
extends ListLanguageModelsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListLanguageModelsCommand extends $Command<
|
|
24
23
|
ListLanguageModelsCommandInput,
|
|
25
24
|
ListLanguageModelsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListLanguageModelsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListLanguageModelsCommandInput;
|
|
29
28
|
constructor(input: ListLanguageModelsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListMedicalTranscriptionJobsCommandInput
|
|
|
19
19
|
export interface ListMedicalTranscriptionJobsCommandOutput
|
|
20
20
|
extends ListMedicalTranscriptionJobsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListMedicalTranscriptionJobsCommand extends $Command<
|
|
24
23
|
ListMedicalTranscriptionJobsCommandInput,
|
|
25
24
|
ListMedicalTranscriptionJobsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListMedicalTranscriptionJobsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListMedicalTranscriptionJobsCommandInput;
|
|
29
28
|
constructor(input: ListMedicalTranscriptionJobsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListMedicalVocabulariesCommandInput
|
|
|
19
19
|
export interface ListMedicalVocabulariesCommandOutput
|
|
20
20
|
extends ListMedicalVocabulariesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListMedicalVocabulariesCommand extends $Command<
|
|
24
23
|
ListMedicalVocabulariesCommandInput,
|
|
25
24
|
ListMedicalVocabulariesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListMedicalVocabulariesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListMedicalVocabulariesCommandInput;
|
|
29
28
|
constructor(input: ListMedicalVocabulariesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTranscriptionJobsCommandInput
|
|
|
19
19
|
export interface ListTranscriptionJobsCommandOutput
|
|
20
20
|
extends ListTranscriptionJobsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTranscriptionJobsCommand extends $Command<
|
|
24
23
|
ListTranscriptionJobsCommandInput,
|
|
25
24
|
ListTranscriptionJobsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTranscriptionJobsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTranscriptionJobsCommandInput;
|
|
29
28
|
constructor(input: ListTranscriptionJobsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListVocabulariesCommandInput extends ListVocabulariesRequest {}
|
|
|
18
18
|
export interface ListVocabulariesCommandOutput
|
|
19
19
|
extends ListVocabulariesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListVocabulariesCommand extends $Command<
|
|
23
22
|
ListVocabulariesCommandInput,
|
|
24
23
|
ListVocabulariesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListVocabulariesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListVocabulariesCommandInput;
|
|
28
27
|
constructor(input: ListVocabulariesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListVocabularyFiltersCommandInput
|
|
|
19
19
|
export interface ListVocabularyFiltersCommandOutput
|
|
20
20
|
extends ListVocabularyFiltersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListVocabularyFiltersCommand extends $Command<
|
|
24
23
|
ListVocabularyFiltersCommandInput,
|
|
25
24
|
ListVocabularyFiltersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListVocabularyFiltersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListVocabularyFiltersCommandInput;
|
|
29
28
|
constructor(input: ListVocabularyFiltersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartCallAnalyticsJobCommandInput
|
|
|
19
19
|
export interface StartCallAnalyticsJobCommandOutput
|
|
20
20
|
extends StartCallAnalyticsJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartCallAnalyticsJobCommand extends $Command<
|
|
24
23
|
StartCallAnalyticsJobCommandInput,
|
|
25
24
|
StartCallAnalyticsJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartCallAnalyticsJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartCallAnalyticsJobCommandInput;
|
|
29
28
|
constructor(input: StartCallAnalyticsJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartMedicalTranscriptionJobCommandInput
|
|
|
19
19
|
export interface StartMedicalTranscriptionJobCommandOutput
|
|
20
20
|
extends StartMedicalTranscriptionJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartMedicalTranscriptionJobCommand extends $Command<
|
|
24
23
|
StartMedicalTranscriptionJobCommandInput,
|
|
25
24
|
StartMedicalTranscriptionJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartMedicalTranscriptionJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartMedicalTranscriptionJobCommandInput;
|
|
29
28
|
constructor(input: StartMedicalTranscriptionJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartTranscriptionJobCommandInput
|
|
|
19
19
|
export interface StartTranscriptionJobCommandOutput
|
|
20
20
|
extends StartTranscriptionJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartTranscriptionJobCommand extends $Command<
|
|
24
23
|
StartTranscriptionJobCommandInput,
|
|
25
24
|
StartTranscriptionJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartTranscriptionJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartTranscriptionJobCommandInput;
|
|
29
28
|
constructor(input: StartTranscriptionJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateCallAnalyticsCategoryCommandInput
|
|
|
19
19
|
export interface UpdateCallAnalyticsCategoryCommandOutput
|
|
20
20
|
extends UpdateCallAnalyticsCategoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateCallAnalyticsCategoryCommand extends $Command<
|
|
24
23
|
UpdateCallAnalyticsCategoryCommandInput,
|
|
25
24
|
UpdateCallAnalyticsCategoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateCallAnalyticsCategoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateCallAnalyticsCategoryCommandInput;
|
|
29
28
|
constructor(input: UpdateCallAnalyticsCategoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateMedicalVocabularyCommandInput
|
|
|
19
19
|
export interface UpdateMedicalVocabularyCommandOutput
|
|
20
20
|
extends UpdateMedicalVocabularyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateMedicalVocabularyCommand extends $Command<
|
|
24
23
|
UpdateMedicalVocabularyCommandInput,
|
|
25
24
|
UpdateMedicalVocabularyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateMedicalVocabularyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateMedicalVocabularyCommandInput;
|
|
29
28
|
constructor(input: UpdateMedicalVocabularyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateVocabularyCommandInput extends UpdateVocabularyRequest {}
|
|
|
18
18
|
export interface UpdateVocabularyCommandOutput
|
|
19
19
|
extends UpdateVocabularyResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateVocabularyCommand extends $Command<
|
|
23
22
|
UpdateVocabularyCommandInput,
|
|
24
23
|
UpdateVocabularyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateVocabularyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateVocabularyCommandInput;
|
|
28
27
|
constructor(input: UpdateVocabularyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateVocabularyFilterCommandInput
|
|
|
19
19
|
export interface UpdateVocabularyFilterCommandOutput
|
|
20
20
|
extends UpdateVocabularyFilterResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateVocabularyFilterCommand extends $Command<
|
|
24
23
|
UpdateVocabularyFilterCommandInput,
|
|
25
24
|
UpdateVocabularyFilterCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateVocabularyFilterCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateVocabularyFilterCommandInput;
|
|
29
28
|
constructor(input: UpdateVocabularyFilterCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranscribeClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class TranscribeServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|