@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.
Files changed (64) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Transcribe.d.ts +706 -200
  3. package/dist-types/ts3.4/TranscribeClient.d.ts +363 -112
  4. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +33 -17
  12. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1553 -1452
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  50. package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. 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 extends PaginationConfiguration {
5
- client: Transcribe | TranscribeClient;
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 { ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput } from "../commands/ListCallAnalyticsCategoriesCommand";
3
- import { TranscribePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListCallAnalyticsCategories(config: TranscribePaginationConfiguration, input: ListCallAnalyticsCategoriesCommandInput, ...additionalArguments: any): Paginator<ListCallAnalyticsCategoriesCommandOutput>;
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 { ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput } from "../commands/ListCallAnalyticsJobsCommand";
3
- import { TranscribePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListCallAnalyticsJobs(config: TranscribePaginationConfiguration, input: ListCallAnalyticsJobsCommandInput, ...additionalArguments: any): Paginator<ListCallAnalyticsJobsCommandOutput>;
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 { ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput } from "../commands/ListLanguageModelsCommand";
3
- import { TranscribePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListLanguageModels(config: TranscribePaginationConfiguration, input: ListLanguageModelsCommandInput, ...additionalArguments: any): Paginator<ListLanguageModelsCommandOutput>;
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 { ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput } from "../commands/ListMedicalTranscriptionJobsCommand";
3
- import { TranscribePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListMedicalTranscriptionJobs(config: TranscribePaginationConfiguration, input: ListMedicalTranscriptionJobsCommandInput, ...additionalArguments: any): Paginator<ListMedicalTranscriptionJobsCommandOutput>;
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 { ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput } from "../commands/ListMedicalVocabulariesCommand";
3
- import { TranscribePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListMedicalVocabularies(config: TranscribePaginationConfiguration, input: ListMedicalVocabulariesCommandInput, ...additionalArguments: any): Paginator<ListMedicalVocabulariesCommandOutput>;
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 { ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput } from "../commands/ListTranscriptionJobsCommand";
3
- import { TranscribePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTranscriptionJobs(config: TranscribePaginationConfiguration, input: ListTranscriptionJobsCommandInput, ...additionalArguments: any): Paginator<ListTranscriptionJobsCommandOutput>;
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 { ListVocabulariesCommandInput, ListVocabulariesCommandOutput } from "../commands/ListVocabulariesCommand";
3
- import { TranscribePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListVocabularies(config: TranscribePaginationConfiguration, input: ListVocabulariesCommandInput, ...additionalArguments: any): Paginator<ListVocabulariesCommandOutput>;
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 { ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput } from "../commands/ListVocabularyFiltersCommand";
3
- import { TranscribePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListVocabularyFilters(config: TranscribePaginationConfiguration, input: ListVocabularyFiltersCommandInput, ...additionalArguments: any): Paginator<ListVocabularyFiltersCommandOutput>;
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";