@aws-sdk/client-transcribe 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Transcribe.d.ts +706 -200
- package/dist-types/ts3.4/TranscribeClient.d.ts +363 -112
- package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1553 -1452
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Transcribe } from "../Transcribe";
|
|
3
|
-
import { TranscribeClient } from "../TranscribeClient";
|
|
4
|
-
export interface TranscribePaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Transcribe } from "../Transcribe";
|
|
3
|
+
import { TranscribeClient } from "../TranscribeClient";
|
|
4
|
+
export interface TranscribePaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Transcribe | TranscribeClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCallAnalyticsCategoriesCommandInput,
|
|
4
|
+
ListCallAnalyticsCategoriesCommandOutput,
|
|
5
|
+
} from "../commands/ListCallAnalyticsCategoriesCommand";
|
|
6
|
+
import { TranscribePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCallAnalyticsCategories(
|
|
8
|
+
config: TranscribePaginationConfiguration,
|
|
9
|
+
input: ListCallAnalyticsCategoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCallAnalyticsCategoriesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCallAnalyticsJobsCommandInput,
|
|
4
|
+
ListCallAnalyticsJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListCallAnalyticsJobsCommand";
|
|
6
|
+
import { TranscribePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCallAnalyticsJobs(
|
|
8
|
+
config: TranscribePaginationConfiguration,
|
|
9
|
+
input: ListCallAnalyticsJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCallAnalyticsJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLanguageModelsCommandInput,
|
|
4
|
+
ListLanguageModelsCommandOutput,
|
|
5
|
+
} from "../commands/ListLanguageModelsCommand";
|
|
6
|
+
import { TranscribePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLanguageModels(
|
|
8
|
+
config: TranscribePaginationConfiguration,
|
|
9
|
+
input: ListLanguageModelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLanguageModelsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMedicalTranscriptionJobsCommandInput,
|
|
4
|
+
ListMedicalTranscriptionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListMedicalTranscriptionJobsCommand";
|
|
6
|
+
import { TranscribePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListMedicalTranscriptionJobs(
|
|
8
|
+
config: TranscribePaginationConfiguration,
|
|
9
|
+
input: ListMedicalTranscriptionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListMedicalTranscriptionJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMedicalVocabulariesCommandInput,
|
|
4
|
+
ListMedicalVocabulariesCommandOutput,
|
|
5
|
+
} from "../commands/ListMedicalVocabulariesCommand";
|
|
6
|
+
import { TranscribePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListMedicalVocabularies(
|
|
8
|
+
config: TranscribePaginationConfiguration,
|
|
9
|
+
input: ListMedicalVocabulariesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListMedicalVocabulariesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTranscriptionJobsCommandInput,
|
|
4
|
+
ListTranscriptionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListTranscriptionJobsCommand";
|
|
6
|
+
import { TranscribePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTranscriptionJobs(
|
|
8
|
+
config: TranscribePaginationConfiguration,
|
|
9
|
+
input: ListTranscriptionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTranscriptionJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListVocabulariesCommandInput,
|
|
4
|
+
ListVocabulariesCommandOutput,
|
|
5
|
+
} from "../commands/ListVocabulariesCommand";
|
|
6
|
+
import { TranscribePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListVocabularies(
|
|
8
|
+
config: TranscribePaginationConfiguration,
|
|
9
|
+
input: ListVocabulariesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListVocabulariesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListVocabularyFiltersCommandInput,
|
|
4
|
+
ListVocabularyFiltersCommandOutput,
|
|
5
|
+
} from "../commands/ListVocabularyFiltersCommand";
|
|
6
|
+
import { TranscribePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListVocabularyFilters(
|
|
8
|
+
config: TranscribePaginationConfiguration,
|
|
9
|
+
input: ListVocabularyFiltersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListVocabularyFiltersCommandOutput>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListCallAnalyticsCategoriesPaginator";
|
|
3
|
-
export * from "./ListCallAnalyticsJobsPaginator";
|
|
4
|
-
export * from "./ListLanguageModelsPaginator";
|
|
5
|
-
export * from "./ListMedicalTranscriptionJobsPaginator";
|
|
6
|
-
export * from "./ListMedicalVocabulariesPaginator";
|
|
7
|
-
export * from "./ListTranscriptionJobsPaginator";
|
|
8
|
-
export * from "./ListVocabulariesPaginator";
|
|
9
|
-
export * from "./ListVocabularyFiltersPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListCallAnalyticsCategoriesPaginator";
|
|
3
|
+
export * from "./ListCallAnalyticsJobsPaginator";
|
|
4
|
+
export * from "./ListLanguageModelsPaginator";
|
|
5
|
+
export * from "./ListMedicalTranscriptionJobsPaginator";
|
|
6
|
+
export * from "./ListMedicalVocabulariesPaginator";
|
|
7
|
+
export * from "./ListTranscriptionJobsPaginator";
|
|
8
|
+
export * from "./ListVocabulariesPaginator";
|
|
9
|
+
export * from "./ListVocabularyFiltersPaginator";
|