@aws-sdk/client-transcribe 3.47.1 → 3.50.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 (82) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-cjs/models/models_0.js +18 -3
  3. package/dist-cjs/protocols/Aws_json1_1.js +27 -0
  4. package/dist-es/models/models_0.js +15 -0
  5. package/dist-es/protocols/Aws_json1_1.js +27 -1
  6. package/dist-types/Transcribe.d.ts +37 -28
  7. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateLanguageModelCommand.d.ts +3 -2
  9. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +2 -2
  11. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -1
  12. package/dist-types/commands/ListLanguageModelsCommand.d.ts +4 -3
  13. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -1
  14. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +2 -2
  15. package/dist-types/commands/ListVocabulariesCommand.d.ts +2 -2
  16. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +5 -4
  17. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +3 -2
  18. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +4 -3
  19. package/dist-types/commands/UpdateVocabularyCommand.d.ts +3 -2
  20. package/dist-types/models/models_0.d.ts +855 -664
  21. package/package.json +39 -33
  22. package/dist-types/ts3.4/Transcribe.d.ts +0 -200
  23. package/dist-types/ts3.4/TranscribeClient.d.ts +0 -112
  24. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/index.d.ts +0 -39
  64. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  65. package/dist-types/ts3.4/index.d.ts +0 -5
  66. package/dist-types/ts3.4/models/index.d.ts +0 -1
  67. package/dist-types/ts3.4/models/models_0.d.ts +0 -1621
  68. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  69. package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +0 -4
  70. package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +0 -4
  71. package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +0 -4
  72. package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +0 -4
  73. package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +0 -4
  74. package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +0 -4
  75. package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +0 -4
  76. package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +0 -4
  77. package/dist-types/ts3.4/pagination/index.d.ts +0 -9
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -119
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteTranscriptionJobRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DeleteTranscriptionJobCommandInput extends DeleteTranscriptionJobRequest {
6
- }
7
- export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTranscriptionJobCommand extends $Command<DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DeleteTranscriptionJobCommandInput;
12
- constructor(input: DeleteTranscriptionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteVocabularyRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {
6
- }
7
- export interface DeleteVocabularyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVocabularyCommand extends $Command<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DeleteVocabularyCommandInput;
12
- constructor(input: DeleteVocabularyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteVocabularyFilterRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DeleteVocabularyFilterCommandInput extends DeleteVocabularyFilterRequest {
6
- }
7
- export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVocabularyFilterCommand extends $Command<DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DeleteVocabularyFilterCommandInput;
12
- constructor(input: DeleteVocabularyFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeLanguageModelRequest, DescribeLanguageModelResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DescribeLanguageModelCommandInput extends DescribeLanguageModelRequest {
6
- }
7
- export interface DescribeLanguageModelCommandOutput extends DescribeLanguageModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLanguageModelCommand extends $Command<DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DescribeLanguageModelCommandInput;
12
- constructor(input: DescribeLanguageModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetCallAnalyticsCategoryRequest, GetCallAnalyticsCategoryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface GetCallAnalyticsCategoryCommandInput extends GetCallAnalyticsCategoryRequest {
6
- }
7
- export interface GetCallAnalyticsCategoryCommandOutput extends GetCallAnalyticsCategoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCallAnalyticsCategoryCommand extends $Command<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: GetCallAnalyticsCategoryCommandInput;
12
- constructor(input: GetCallAnalyticsCategoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetCallAnalyticsJobRequest, GetCallAnalyticsJobResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface GetCallAnalyticsJobCommandInput extends GetCallAnalyticsJobRequest {
6
- }
7
- export interface GetCallAnalyticsJobCommandOutput extends GetCallAnalyticsJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCallAnalyticsJobCommand extends $Command<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: GetCallAnalyticsJobCommandInput;
12
- constructor(input: GetCallAnalyticsJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetMedicalTranscriptionJobRequest, GetMedicalTranscriptionJobResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface GetMedicalTranscriptionJobCommandInput extends GetMedicalTranscriptionJobRequest {
6
- }
7
- export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTranscriptionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMedicalTranscriptionJobCommand extends $Command<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: GetMedicalTranscriptionJobCommandInput;
12
- constructor(input: GetMedicalTranscriptionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetMedicalVocabularyRequest, GetMedicalVocabularyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface GetMedicalVocabularyCommandInput extends GetMedicalVocabularyRequest {
6
- }
7
- export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMedicalVocabularyCommand extends $Command<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: GetMedicalVocabularyCommandInput;
12
- constructor(input: GetMedicalVocabularyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetTranscriptionJobRequest, GetTranscriptionJobResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface GetTranscriptionJobCommandInput extends GetTranscriptionJobRequest {
6
- }
7
- export interface GetTranscriptionJobCommandOutput extends GetTranscriptionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTranscriptionJobCommand extends $Command<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: GetTranscriptionJobCommandInput;
12
- constructor(input: GetTranscriptionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetVocabularyRequest, GetVocabularyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface GetVocabularyCommandInput extends GetVocabularyRequest {
6
- }
7
- export interface GetVocabularyCommandOutput extends GetVocabularyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetVocabularyCommand extends $Command<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: GetVocabularyCommandInput;
12
- constructor(input: GetVocabularyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVocabularyCommandInput, GetVocabularyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetVocabularyFilterRequest, GetVocabularyFilterResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface GetVocabularyFilterCommandInput extends GetVocabularyFilterRequest {
6
- }
7
- export interface GetVocabularyFilterCommandOutput extends GetVocabularyFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetVocabularyFilterCommand extends $Command<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: GetVocabularyFilterCommandInput;
12
- constructor(input: GetVocabularyFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListCallAnalyticsCategoriesRequest, ListCallAnalyticsCategoriesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListCallAnalyticsCategoriesCommandInput extends ListCallAnalyticsCategoriesRequest {
6
- }
7
- export interface ListCallAnalyticsCategoriesCommandOutput extends ListCallAnalyticsCategoriesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCallAnalyticsCategoriesCommand extends $Command<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListCallAnalyticsCategoriesCommandInput;
12
- constructor(input: ListCallAnalyticsCategoriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListCallAnalyticsJobsRequest, ListCallAnalyticsJobsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListCallAnalyticsJobsCommandInput extends ListCallAnalyticsJobsRequest {
6
- }
7
- export interface ListCallAnalyticsJobsCommandOutput extends ListCallAnalyticsJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCallAnalyticsJobsCommand extends $Command<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListCallAnalyticsJobsCommandInput;
12
- constructor(input: ListCallAnalyticsJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListLanguageModelsRequest, ListLanguageModelsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListLanguageModelsCommandInput extends ListLanguageModelsRequest {
6
- }
7
- export interface ListLanguageModelsCommandOutput extends ListLanguageModelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLanguageModelsCommand extends $Command<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListLanguageModelsCommandInput;
12
- constructor(input: ListLanguageModelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListMedicalTranscriptionJobsRequest, ListMedicalTranscriptionJobsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListMedicalTranscriptionJobsCommandInput extends ListMedicalTranscriptionJobsRequest {
6
- }
7
- export interface ListMedicalTranscriptionJobsCommandOutput extends ListMedicalTranscriptionJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMedicalTranscriptionJobsCommand extends $Command<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListMedicalTranscriptionJobsCommandInput;
12
- constructor(input: ListMedicalTranscriptionJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListMedicalVocabulariesRequest, ListMedicalVocabulariesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListMedicalVocabulariesCommandInput extends ListMedicalVocabulariesRequest {
6
- }
7
- export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabulariesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMedicalVocabulariesCommand extends $Command<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListMedicalVocabulariesCommandInput;
12
- constructor(input: ListMedicalVocabulariesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListTranscriptionJobsRequest, ListTranscriptionJobsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListTranscriptionJobsCommandInput extends ListTranscriptionJobsRequest {
6
- }
7
- export interface ListTranscriptionJobsCommandOutput extends ListTranscriptionJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTranscriptionJobsCommand extends $Command<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListTranscriptionJobsCommandInput;
12
- constructor(input: ListTranscriptionJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListVocabulariesRequest, ListVocabulariesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListVocabulariesCommandInput extends ListVocabulariesRequest {
6
- }
7
- export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListVocabulariesCommand extends $Command<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListVocabulariesCommandInput;
12
- constructor(input: ListVocabulariesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVocabulariesCommandInput, ListVocabulariesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListVocabularyFiltersRequest, ListVocabularyFiltersResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface ListVocabularyFiltersCommandInput extends ListVocabularyFiltersRequest {
6
- }
7
- export interface ListVocabularyFiltersCommandOutput extends ListVocabularyFiltersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListVocabularyFiltersCommand extends $Command<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: ListVocabularyFiltersCommandInput;
12
- constructor(input: ListVocabularyFiltersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartCallAnalyticsJobRequest, StartCallAnalyticsJobResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface StartCallAnalyticsJobCommandInput extends StartCallAnalyticsJobRequest {
6
- }
7
- export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartCallAnalyticsJobCommand extends $Command<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: StartCallAnalyticsJobCommandInput;
12
- constructor(input: StartCallAnalyticsJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartMedicalTranscriptionJobRequest, StartMedicalTranscriptionJobResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface StartMedicalTranscriptionJobCommandInput extends StartMedicalTranscriptionJobRequest {
6
- }
7
- export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalTranscriptionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartMedicalTranscriptionJobCommand extends $Command<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: StartMedicalTranscriptionJobCommandInput;
12
- constructor(input: StartMedicalTranscriptionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartTranscriptionJobRequest, StartTranscriptionJobResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface StartTranscriptionJobCommandInput extends StartTranscriptionJobRequest {
6
- }
7
- export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartTranscriptionJobCommand extends $Command<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: StartTranscriptionJobCommandInput;
12
- constructor(input: StartTranscriptionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateCallAnalyticsCategoryRequest, UpdateCallAnalyticsCategoryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface UpdateCallAnalyticsCategoryCommandInput extends UpdateCallAnalyticsCategoryRequest {
6
- }
7
- export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnalyticsCategoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCallAnalyticsCategoryCommand extends $Command<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: UpdateCallAnalyticsCategoryCommandInput;
12
- constructor(input: UpdateCallAnalyticsCategoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateMedicalVocabularyRequest, UpdateMedicalVocabularyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface UpdateMedicalVocabularyCommandInput extends UpdateMedicalVocabularyRequest {
6
- }
7
- export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocabularyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateMedicalVocabularyCommand extends $Command<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: UpdateMedicalVocabularyCommandInput;
12
- constructor(input: UpdateMedicalVocabularyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateVocabularyRequest, UpdateVocabularyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface UpdateVocabularyCommandInput extends UpdateVocabularyRequest {
6
- }
7
- export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateVocabularyCommand extends $Command<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: UpdateVocabularyCommandInput;
12
- constructor(input: UpdateVocabularyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateVocabularyFilterRequest, UpdateVocabularyFilterResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface UpdateVocabularyFilterCommandInput extends UpdateVocabularyFilterRequest {
6
- }
7
- export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateVocabularyFilterCommand extends $Command<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: UpdateVocabularyFilterCommandInput;
12
- constructor(input: UpdateVocabularyFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,39 +0,0 @@
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,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./Transcribe";
2
- export * from "./TranscribeClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";