@aws-sdk/client-transcribe 3.37.0 → 3.41.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 (74) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist-cjs/commands/index.js +42 -0
  3. package/dist-cjs/endpoints.js +154 -25
  4. package/dist-cjs/index.js +4 -50
  5. package/dist-cjs/models/models_0.js +9 -3
  6. package/dist-cjs/pagination/index.js +12 -0
  7. package/dist-cjs/protocols/Aws_json1_1.js +53 -0
  8. package/dist-cjs/runtimeConfig.browser.js +6 -3
  9. package/dist-cjs/runtimeConfig.js +5 -3
  10. package/dist-es/commands/index.js +39 -0
  11. package/dist-es/endpoints.js +154 -25
  12. package/dist-es/index.js +4 -50
  13. package/dist-es/models/models_0.js +4 -0
  14. package/dist-es/pagination/index.js +9 -0
  15. package/dist-es/protocols/Aws_json1_1.js +48 -3
  16. package/dist-es/runtimeConfig.browser.js +3 -2
  17. package/dist-es/runtimeConfig.js +3 -3
  18. package/dist-types/Transcribe.d.ts +1 -1
  19. package/dist-types/TranscribeClient.d.ts +8 -0
  20. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateLanguageModelCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +1 -1
  34. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -1
  35. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +1 -1
  36. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +1 -1
  37. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +1 -1
  38. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +1 -1
  39. package/dist-types/commands/GetVocabularyCommand.d.ts +1 -1
  40. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -1
  41. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListLanguageModelsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  47. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -1
  49. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -1
  50. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +1 -1
  51. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +1 -1
  52. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +1 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  54. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateVocabularyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +1 -1
  59. package/dist-types/commands/index.d.ts +39 -0
  60. package/dist-types/index.d.ts +4 -50
  61. package/dist-types/models/models_0.d.ts +87 -11
  62. package/dist-types/pagination/index.d.ts +9 -0
  63. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  64. package/dist-types/runtimeConfig.d.ts +2 -0
  65. package/dist-types/runtimeConfig.native.d.ts +2 -0
  66. package/dist-types/ts3.4/TranscribeClient.d.ts +4 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +39 -0
  68. package/dist-types/ts3.4/index.d.ts +4 -50
  69. package/dist-types/ts3.4/models/models_0.d.ts +25 -0
  70. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  74. package/package.json +26 -26
@@ -20,7 +20,7 @@ export interface GetCallAnalyticsCategoryCommandOutput extends GetCallAnalyticsC
20
20
  *
21
21
  * @see {@link GetCallAnalyticsCategoryCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCallAnalyticsCategoryCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetCallAnalyticsCategoryCommand extends $Command<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCallAnalyticsJobCommandOutput extends GetCallAnalyticsJobRes
24
24
  *
25
25
  * @see {@link GetCallAnalyticsJobCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCallAnalyticsJobCommandOutput} for command's `response` shape.
27
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCallAnalyticsJobCommand extends $Command<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTrans
22
22
  *
23
23
  * @see {@link GetMedicalTranscriptionJobCommandInput} for command's `input` shape.
24
24
  * @see {@link GetMedicalTranscriptionJobCommandOutput} for command's `response` shape.
25
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetMedicalTranscriptionJobCommand extends $Command<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyR
20
20
  *
21
21
  * @see {@link GetMedicalVocabularyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMedicalVocabularyCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMedicalVocabularyCommand extends $Command<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetTranscriptionJobCommandOutput extends GetTranscriptionJobRes
23
23
  *
24
24
  * @see {@link GetTranscriptionJobCommandInput} for command's `input` shape.
25
25
  * @see {@link GetTranscriptionJobCommandOutput} for command's `response` shape.
26
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetTranscriptionJobCommand extends $Command<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetVocabularyCommandOutput extends GetVocabularyResponse, __Met
20
20
  *
21
21
  * @see {@link GetVocabularyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetVocabularyCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetVocabularyCommand extends $Command<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetVocabularyFilterCommandOutput extends GetVocabularyFilterRes
20
20
  *
21
21
  * @see {@link GetVocabularyFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link GetVocabularyFilterCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetVocabularyFilterCommand extends $Command<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListCallAnalyticsCategoriesCommandOutput extends ListCallAnalyt
22
22
  *
23
23
  * @see {@link ListCallAnalyticsCategoriesCommandInput} for command's `input` shape.
24
24
  * @see {@link ListCallAnalyticsCategoriesCommandOutput} for command's `response` shape.
25
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListCallAnalyticsCategoriesCommand extends $Command<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListCallAnalyticsJobsCommandOutput extends ListCallAnalyticsJob
20
20
  *
21
21
  * @see {@link ListCallAnalyticsJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListCallAnalyticsJobsCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListCallAnalyticsJobsCommand extends $Command<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListLanguageModelsCommandOutput extends ListLanguageModelsRespo
22
22
  *
23
23
  * @see {@link ListLanguageModelsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListLanguageModelsCommandOutput} for command's `response` shape.
25
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListLanguageModelsCommand extends $Command<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListMedicalTranscriptionJobsCommandOutput extends ListMedicalTr
20
20
  *
21
21
  * @see {@link ListMedicalTranscriptionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListMedicalTranscriptionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListMedicalTranscriptionJobsCommand extends $Command<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabul
21
21
  *
22
22
  * @see {@link ListMedicalVocabulariesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListMedicalVocabulariesCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListMedicalVocabulariesCommand extends $Command<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTranscriptionJobsCommandOutput extends ListTranscriptionJob
20
20
  *
21
21
  * @see {@link ListTranscriptionJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTranscriptionJobsCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTranscriptionJobsCommand extends $Command<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse,
21
21
  *
22
22
  * @see {@link ListVocabulariesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListVocabulariesCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListVocabulariesCommand extends $Command<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListVocabularyFiltersCommandOutput extends ListVocabularyFilter
20
20
  *
21
21
  * @see {@link ListVocabularyFiltersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListVocabularyFiltersCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListVocabularyFiltersCommand extends $Command<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJo
24
24
  *
25
25
  * @see {@link StartCallAnalyticsJobCommandInput} for command's `input` shape.
26
26
  * @see {@link StartCallAnalyticsJobCommandOutput} for command's `response` shape.
27
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StartCallAnalyticsJobCommand extends $Command<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalT
20
20
  *
21
21
  * @see {@link StartMedicalTranscriptionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StartMedicalTranscriptionJobCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartMedicalTranscriptionJobCommand extends $Command<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJo
20
20
  *
21
21
  * @see {@link StartTranscriptionJobCommandInput} for command's `input` shape.
22
22
  * @see {@link StartTranscriptionJobCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartTranscriptionJobCommand extends $Command<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Tags a Amazon Transcribe resource with the given list of tags.</p>
10
+ * <p>Tags an Amazon Transcribe resource with the given list of tags.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
20
20
  *
21
21
  * @see {@link TagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnal
21
21
  *
22
22
  * @see {@link UpdateCallAnalyticsCategoryCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateCallAnalyticsCategoryCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateCallAnalyticsCategoryCommand extends $Command<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocab
22
22
  *
23
23
  * @see {@link UpdateMedicalVocabularyCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateMedicalVocabularyCommandOutput} for command's `response` shape.
25
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateMedicalVocabularyCommand extends $Command<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse,
21
21
  *
22
22
  * @see {@link UpdateVocabularyCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateVocabularyCommandOutput} for command's `response` shape.
24
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateVocabularyCommand extends $Command<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFil
20
20
  *
21
21
  * @see {@link UpdateVocabularyFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateVocabularyFilterCommandOutput} for command's `response` shape.
23
- * @see {@link TranscribeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateVocabularyFilterCommand extends $Command<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
@@ -0,0 +1,39 @@
1
+ export * from "./CreateCallAnalyticsCategoryCommand";
2
+ export * from "./CreateLanguageModelCommand";
3
+ export * from "./CreateMedicalVocabularyCommand";
4
+ export * from "./CreateVocabularyCommand";
5
+ export * from "./CreateVocabularyFilterCommand";
6
+ export * from "./DeleteCallAnalyticsCategoryCommand";
7
+ export * from "./DeleteCallAnalyticsJobCommand";
8
+ export * from "./DeleteLanguageModelCommand";
9
+ export * from "./DeleteMedicalTranscriptionJobCommand";
10
+ export * from "./DeleteMedicalVocabularyCommand";
11
+ export * from "./DeleteTranscriptionJobCommand";
12
+ export * from "./DeleteVocabularyCommand";
13
+ export * from "./DeleteVocabularyFilterCommand";
14
+ export * from "./DescribeLanguageModelCommand";
15
+ export * from "./GetCallAnalyticsCategoryCommand";
16
+ export * from "./GetCallAnalyticsJobCommand";
17
+ export * from "./GetMedicalTranscriptionJobCommand";
18
+ export * from "./GetMedicalVocabularyCommand";
19
+ export * from "./GetTranscriptionJobCommand";
20
+ export * from "./GetVocabularyCommand";
21
+ export * from "./GetVocabularyFilterCommand";
22
+ export * from "./ListCallAnalyticsCategoriesCommand";
23
+ export * from "./ListCallAnalyticsJobsCommand";
24
+ export * from "./ListLanguageModelsCommand";
25
+ export * from "./ListMedicalTranscriptionJobsCommand";
26
+ export * from "./ListMedicalVocabulariesCommand";
27
+ export * from "./ListTagsForResourceCommand";
28
+ export * from "./ListTranscriptionJobsCommand";
29
+ export * from "./ListVocabulariesCommand";
30
+ export * from "./ListVocabularyFiltersCommand";
31
+ export * from "./StartCallAnalyticsJobCommand";
32
+ export * from "./StartMedicalTranscriptionJobCommand";
33
+ export * from "./StartTranscriptionJobCommand";
34
+ export * from "./TagResourceCommand";
35
+ export * from "./UntagResourceCommand";
36
+ export * from "./UpdateCallAnalyticsCategoryCommand";
37
+ export * from "./UpdateMedicalVocabularyCommand";
38
+ export * from "./UpdateVocabularyCommand";
39
+ export * from "./UpdateVocabularyFilterCommand";
@@ -1,51 +1,5 @@
1
- export * from "./TranscribeClient";
2
1
  export * from "./Transcribe";
3
- export * from "./commands/CreateCallAnalyticsCategoryCommand";
4
- export * from "./commands/CreateLanguageModelCommand";
5
- export * from "./commands/CreateMedicalVocabularyCommand";
6
- export * from "./commands/CreateVocabularyCommand";
7
- export * from "./commands/CreateVocabularyFilterCommand";
8
- export * from "./commands/DeleteCallAnalyticsCategoryCommand";
9
- export * from "./commands/DeleteCallAnalyticsJobCommand";
10
- export * from "./commands/DeleteLanguageModelCommand";
11
- export * from "./commands/DeleteMedicalTranscriptionJobCommand";
12
- export * from "./commands/DeleteMedicalVocabularyCommand";
13
- export * from "./commands/DeleteTranscriptionJobCommand";
14
- export * from "./commands/DeleteVocabularyCommand";
15
- export * from "./commands/DeleteVocabularyFilterCommand";
16
- export * from "./commands/DescribeLanguageModelCommand";
17
- export * from "./commands/GetCallAnalyticsCategoryCommand";
18
- export * from "./commands/GetCallAnalyticsJobCommand";
19
- export * from "./commands/GetMedicalTranscriptionJobCommand";
20
- export * from "./commands/GetMedicalVocabularyCommand";
21
- export * from "./commands/GetTranscriptionJobCommand";
22
- export * from "./commands/GetVocabularyCommand";
23
- export * from "./commands/GetVocabularyFilterCommand";
24
- export * from "./commands/ListCallAnalyticsCategoriesCommand";
25
- export * from "./pagination/ListCallAnalyticsCategoriesPaginator";
26
- export * from "./commands/ListCallAnalyticsJobsCommand";
27
- export * from "./pagination/ListCallAnalyticsJobsPaginator";
28
- export * from "./commands/ListLanguageModelsCommand";
29
- export * from "./pagination/ListLanguageModelsPaginator";
30
- export * from "./commands/ListMedicalTranscriptionJobsCommand";
31
- export * from "./pagination/ListMedicalTranscriptionJobsPaginator";
32
- export * from "./commands/ListMedicalVocabulariesCommand";
33
- export * from "./pagination/ListMedicalVocabulariesPaginator";
34
- export * from "./commands/ListTagsForResourceCommand";
35
- export * from "./commands/ListTranscriptionJobsCommand";
36
- export * from "./pagination/ListTranscriptionJobsPaginator";
37
- export * from "./commands/ListVocabulariesCommand";
38
- export * from "./pagination/ListVocabulariesPaginator";
39
- export * from "./commands/ListVocabularyFiltersCommand";
40
- export * from "./pagination/ListVocabularyFiltersPaginator";
41
- export * from "./commands/StartCallAnalyticsJobCommand";
42
- export * from "./commands/StartMedicalTranscriptionJobCommand";
43
- export * from "./commands/StartTranscriptionJobCommand";
44
- export * from "./commands/TagResourceCommand";
45
- export * from "./commands/UntagResourceCommand";
46
- export * from "./commands/UpdateCallAnalyticsCategoryCommand";
47
- export * from "./commands/UpdateMedicalVocabularyCommand";
48
- export * from "./commands/UpdateVocabularyCommand";
49
- export * from "./commands/UpdateVocabularyFilterCommand";
50
- export * from "./pagination/Interfaces";
51
- export * from "./models/index";
2
+ export * from "./TranscribeClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -204,6 +204,35 @@ export declare namespace ContentRedaction {
204
204
  */
205
205
  const filterSensitiveLog: (obj: ContentRedaction) => any;
206
206
  }
207
+ /**
208
+ * <p>Language-specific settings that can be specified when language identification is enabled.</p>
209
+ */
210
+ export interface LanguageIdSettings {
211
+ /**
212
+ * <p>The name of the vocabulary you want to use when processing your transcription job. The
213
+ * vocabulary you specify must have the same language code as the transcription job; if the languages don't
214
+ * match, the vocabulary won't be applied.</p>
215
+ */
216
+ VocabularyName?: string;
217
+ /**
218
+ * <p>The name of the vocabulary filter you want to use when transcribing your audio. The filter you specify
219
+ * must have the same language code as the transcription job; if the languages don't match, the vocabulary
220
+ * filter won't be applied.</p>
221
+ */
222
+ VocabularyFilterName?: string;
223
+ /**
224
+ * <p>The name of the language model you want to use when transcribing your audio. The model you specify
225
+ * must have the same language code as the transcription job; if the languages don't match, the language model
226
+ * won't be applied.</p>
227
+ */
228
+ LanguageModelName?: string;
229
+ }
230
+ export declare namespace LanguageIdSettings {
231
+ /**
232
+ * @internal
233
+ */
234
+ const filterSensitiveLog: (obj: LanguageIdSettings) => any;
235
+ }
207
236
  export declare enum VocabularyFilterMethod {
208
237
  MASK = "mask",
209
238
  REMOVE = "remove",
@@ -247,6 +276,14 @@ export interface CallAnalyticsJobSettings {
247
276
  * features</a> for additional information.</p>
248
277
  */
249
278
  LanguageOptions?: (LanguageCode | string)[];
279
+ /**
280
+ * <p>The language identification settings associated with your call analytics job. These settings include
281
+ * <code>VocabularyName</code>, <code>VocabularyFilterName</code>, and
282
+ * <code>LanguageModelName</code>.</p>
283
+ */
284
+ LanguageIdSettings?: {
285
+ [key: string]: LanguageIdSettings;
286
+ };
250
287
  }
251
288
  export declare namespace CallAnalyticsJobSettings {
252
289
  /**
@@ -375,7 +412,8 @@ export interface CallAnalyticsJob {
375
412
  */
376
413
  FailureReason?: string;
377
414
  /**
378
- * <p>The Amazon Resource Number (ARN) that you use to get access to the analytics job.</p>
415
+ * <p>The Amazon Resource Number (ARN) that you use to access the analytics job. ARNs have the format
416
+ * <code>arn:partition:service:region:account-id:resource-type/resource-id</code>.</p>
379
417
  */
380
418
  DataAccessRoleArn?: string;
381
419
  /**
@@ -839,7 +877,8 @@ export interface InputDataConfig {
839
877
  TuningDataS3Uri?: string;
840
878
  /**
841
879
  * <p>The Amazon Resource Name (ARN) that uniquely identifies the permissions you've given Amazon Transcribe to access your
842
- * Amazon S3 buckets containing your media files or text data.</p>
880
+ * Amazon S3 buckets containing your media files or text data. ARNs have the format
881
+ * <code>arn:partition:service:region:account-id:resource-type/resource-id</code>.</p>
843
882
  */
844
883
  DataAccessRoleArn: string | undefined;
845
884
  }
@@ -1712,9 +1751,11 @@ export interface JobExecutionSettings {
1712
1751
  */
1713
1752
  AllowDeferredExecution?: boolean;
1714
1753
  /**
1715
- * <p>The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe
1716
- * assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results,
1717
- * this role should have access to the output bucket as well.</p>
1754
+ * <p>The Amazon Resource Name (ARN), in the form
1755
+ * <code>arn:partition:service:region:account-id:resource-type/resource-id</code>, of a role
1756
+ * that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued
1757
+ * media files. If you have specified an output S3 bucket for the transcription results, this role should
1758
+ * have access to the output bucket as well.</p>
1718
1759
  * <p>If you specify the <code>AllowDeferredExecution</code> field, you must specify the
1719
1760
  * <code>DataAccessRoleArn</code> field.</p>
1720
1761
  */
@@ -1955,6 +1996,14 @@ export interface TranscriptionJob {
1955
1996
  * <p>Generate subtitles for your batch transcription job.</p>
1956
1997
  */
1957
1998
  Subtitles?: SubtitlesOutput;
1999
+ /**
2000
+ * <p>Language-specific settings that can be specified when language identification is enabled for your transcription
2001
+ * job. These settings include <code>VocabularyName</code>, <code>VocabularyFilterName</code>, and
2002
+ * <code>LanguageModelName</code>LanguageModelName.</p>
2003
+ */
2004
+ LanguageIdSettings?: {
2005
+ [key: string]: LanguageIdSettings;
2006
+ };
1958
2007
  }
1959
2008
  export declare namespace TranscriptionJob {
1960
2009
  /**
@@ -2394,7 +2443,13 @@ export declare namespace ListMedicalVocabulariesResponse {
2394
2443
  }
2395
2444
  export interface ListTagsForResourceRequest {
2396
2445
  /**
2397
- * <p>Lists all tags associated with a given Amazon Resource Name (ARN).</p>
2446
+ * <p>Lists all tags associated with a given Amazon Resource Name (ARN). ARNs have the format
2447
+ * <code>arn:partition:service:region:account-id:resource-type/resource-id</code> (for example,
2448
+ * <code>arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name</code>). Valid
2449
+ * values for <code>resource-type</code> are: <code>transcription-job</code>,
2450
+ * <code>medical-transcription-job</code>, <code>vocabulary</code>,
2451
+ * <code>medical-vocabulary</code>, <code>vocabulary-filter</code>, and
2452
+ * <code>language-model</code>.</p>
2398
2453
  */
2399
2454
  ResourceArn: string | undefined;
2400
2455
  }
@@ -2406,7 +2461,7 @@ export declare namespace ListTagsForResourceRequest {
2406
2461
  }
2407
2462
  export interface ListTagsForResourceResponse {
2408
2463
  /**
2409
- * <p>Lists all tags associated with the given Amazon Resource Name (ARN).</p>
2464
+ * <p>Lists all tags associated with the given Amazon Resource Name (ARN). </p>
2410
2465
  */
2411
2466
  ResourceArn?: string;
2412
2467
  /**
@@ -2828,7 +2883,7 @@ export interface StartMedicalTranscriptionJobRequest {
2828
2883
  * <ul>
2829
2884
  * <li>
2830
2885
  * <p>Amazon Resource Name (ARN) of a KMS key in the current account or another
2831
- * account: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"</p>
2886
+ * account: "arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"</p>
2832
2887
  * </li>
2833
2888
  * <li>
2834
2889
  * <p>ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"</p>
@@ -2982,7 +3037,7 @@ export interface StartTranscriptionJobRequest {
2982
3037
  * ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"</p>
2983
3038
  * </li>
2984
3039
  * <li>
2985
- * <p>ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"</p>
3040
+ * <p>ARN of a KMS Key Alias: "arn:aws:kms:region:account-ID:alias/ExampleAlias"</p>
2986
3041
  * </li>
2987
3042
  * </ul>
2988
3043
  * <p>If you don't specify an encryption key, the output of the transcription job is encrypted with the default
@@ -3037,6 +3092,14 @@ export interface StartTranscriptionJobRequest {
3037
3092
  * <p>Add tags to an Amazon Transcribe transcription job.</p>
3038
3093
  */
3039
3094
  Tags?: Tag[];
3095
+ /**
3096
+ * <p>The language identification settings associated with your transcription job. These settings include
3097
+ * <code>VocabularyName</code>, <code>VocabularyFilterName</code>, and
3098
+ * <code>LanguageModelName</code>.</p>
3099
+ */
3100
+ LanguageIdSettings?: {
3101
+ [key: string]: LanguageIdSettings;
3102
+ };
3040
3103
  }
3041
3104
  export declare namespace StartTranscriptionJobRequest {
3042
3105
  /**
@@ -3058,7 +3121,13 @@ export declare namespace StartTranscriptionJobResponse {
3058
3121
  }
3059
3122
  export interface TagResourceRequest {
3060
3123
  /**
3061
- * <p>The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to tag.</p>
3124
+ * <p>The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to tag. ARNs have the format
3125
+ * <code>arn:partition:service:region:account-id:resource-type/resource-id</code> (for example,
3126
+ * <code>arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name</code>). Valid
3127
+ * values for <code>resource-type</code> are: <code>transcription-job</code>,
3128
+ * <code>medical-transcription-job</code>, <code>vocabulary</code>,
3129
+ * <code>medical-vocabulary</code>, <code>vocabulary-filter</code>, and
3130
+ * <code>language-model</code>.</p>
3062
3131
  */
3063
3132
  ResourceArn: string | undefined;
3064
3133
  /**
@@ -3082,7 +3151,14 @@ export declare namespace TagResourceResponse {
3082
3151
  }
3083
3152
  export interface UntagResourceRequest {
3084
3153
  /**
3085
- * <p>The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from.</p>
3154
+ * <p>The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from.
3155
+ * ARNs have the format
3156
+ * <code>arn:partition:service:region:account-id:resource-type/resource-id</code> (for example,
3157
+ * <code>arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name</code>). Valid
3158
+ * values for <code>resource-type</code> are: <code>transcription-job</code>,
3159
+ * <code>medical-transcription-job</code>, <code>vocabulary</code>,
3160
+ * <code>medical-vocabulary</code>, <code>vocabulary-filter</code>, and
3161
+ * <code>language-model</code>.</p>
3086
3162
  */
3087
3163
  ResourceArn: string | undefined;
3088
3164
  /**
@@ -0,0 +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";
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -77,6 +77,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
77
77
 
78
78
  logger?: __Logger;
79
79
 
80
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
81
+
82
+ useFipsEndpoint?: boolean | __Provider<boolean>;
83
+
80
84
  serviceId?: string;
81
85
 
82
86
  region?: string | __Provider<string>;