@aws-sdk/client-transcribe 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/Transcribe.d.ts +667 -200
  3. package/dist-types/ts3.4/TranscribeClient.d.ts +338 -112
  4. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +31 -17
  12. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +39 -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 +7 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1118 -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 +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  64. package/package.json +34 -34
@@ -1,17 +1,35 @@
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 { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface CreateVocabularyCommandInput extends CreateVocabularyRequest {
6
- }
7
- export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVocabularyCommand extends $Command<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: CreateVocabularyCommandInput;
12
- constructor(input: CreateVocabularyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVocabularyCommandInput, CreateVocabularyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateVocabularyRequest,
10
+ CreateVocabularyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TranscribeClientResolvedConfig,
16
+ } from "../TranscribeClient";
17
+ export interface CreateVocabularyCommandInput extends CreateVocabularyRequest {}
18
+ export interface CreateVocabularyCommandOutput
19
+ extends CreateVocabularyResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateVocabularyCommand extends $Command<
22
+ CreateVocabularyCommandInput,
23
+ CreateVocabularyCommandOutput,
24
+ TranscribeClientResolvedConfig
25
+ > {
26
+ readonly input: CreateVocabularyCommandInput;
27
+ constructor(input: CreateVocabularyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: TranscribeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateVocabularyCommandInput, CreateVocabularyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { CreateVocabularyFilterRequest, CreateVocabularyFilterResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface CreateVocabularyFilterCommandInput extends CreateVocabularyFilterRequest {
6
- }
7
- export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVocabularyFilterCommand extends $Command<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: CreateVocabularyFilterCommandInput;
12
- constructor(input: CreateVocabularyFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateVocabularyFilterRequest,
10
+ CreateVocabularyFilterResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TranscribeClientResolvedConfig,
16
+ } from "../TranscribeClient";
17
+ export interface CreateVocabularyFilterCommandInput
18
+ extends CreateVocabularyFilterRequest {}
19
+ export interface CreateVocabularyFilterCommandOutput
20
+ extends CreateVocabularyFilterResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateVocabularyFilterCommand extends $Command<
23
+ CreateVocabularyFilterCommandInput,
24
+ CreateVocabularyFilterCommandOutput,
25
+ TranscribeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateVocabularyFilterCommandInput;
28
+ constructor(input: CreateVocabularyFilterCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TranscribeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateVocabularyFilterCommandInput,
35
+ CreateVocabularyFilterCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DeleteCallAnalyticsCategoryRequest, DeleteCallAnalyticsCategoryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DeleteCallAnalyticsCategoryCommandInput extends DeleteCallAnalyticsCategoryRequest {
6
- }
7
- export interface DeleteCallAnalyticsCategoryCommandOutput extends DeleteCallAnalyticsCategoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCallAnalyticsCategoryCommand extends $Command<DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DeleteCallAnalyticsCategoryCommandInput;
12
- constructor(input: DeleteCallAnalyticsCategoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteCallAnalyticsCategoryRequest,
10
+ DeleteCallAnalyticsCategoryResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TranscribeClientResolvedConfig,
16
+ } from "../TranscribeClient";
17
+ export interface DeleteCallAnalyticsCategoryCommandInput
18
+ extends DeleteCallAnalyticsCategoryRequest {}
19
+ export interface DeleteCallAnalyticsCategoryCommandOutput
20
+ extends DeleteCallAnalyticsCategoryResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteCallAnalyticsCategoryCommand extends $Command<
23
+ DeleteCallAnalyticsCategoryCommandInput,
24
+ DeleteCallAnalyticsCategoryCommandOutput,
25
+ TranscribeClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteCallAnalyticsCategoryCommandInput;
28
+ constructor(input: DeleteCallAnalyticsCategoryCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TranscribeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteCallAnalyticsCategoryCommandInput,
35
+ DeleteCallAnalyticsCategoryCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DeleteCallAnalyticsJobRequest, DeleteCallAnalyticsJobResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DeleteCallAnalyticsJobCommandInput extends DeleteCallAnalyticsJobRequest {
6
- }
7
- export interface DeleteCallAnalyticsJobCommandOutput extends DeleteCallAnalyticsJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCallAnalyticsJobCommand extends $Command<DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DeleteCallAnalyticsJobCommandInput;
12
- constructor(input: DeleteCallAnalyticsJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteCallAnalyticsJobRequest,
10
+ DeleteCallAnalyticsJobResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TranscribeClientResolvedConfig,
16
+ } from "../TranscribeClient";
17
+ export interface DeleteCallAnalyticsJobCommandInput
18
+ extends DeleteCallAnalyticsJobRequest {}
19
+ export interface DeleteCallAnalyticsJobCommandOutput
20
+ extends DeleteCallAnalyticsJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteCallAnalyticsJobCommand extends $Command<
23
+ DeleteCallAnalyticsJobCommandInput,
24
+ DeleteCallAnalyticsJobCommandOutput,
25
+ TranscribeClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteCallAnalyticsJobCommandInput;
28
+ constructor(input: DeleteCallAnalyticsJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TranscribeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteCallAnalyticsJobCommandInput,
35
+ DeleteCallAnalyticsJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,31 @@
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 { DeleteLanguageModelRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DeleteLanguageModelCommandInput extends DeleteLanguageModelRequest {
6
- }
7
- export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLanguageModelCommand extends $Command<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DeleteLanguageModelCommandInput;
12
- constructor(input: DeleteLanguageModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteLanguageModelRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TranscribeClientResolvedConfig,
13
+ } from "../TranscribeClient";
14
+ export interface DeleteLanguageModelCommandInput
15
+ extends DeleteLanguageModelRequest {}
16
+ export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteLanguageModelCommand extends $Command<
18
+ DeleteLanguageModelCommandInput,
19
+ DeleteLanguageModelCommandOutput,
20
+ TranscribeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteLanguageModelCommandInput;
23
+ constructor(input: DeleteLanguageModelCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: TranscribeClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,35 @@
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 { DeleteMedicalTranscriptionJobRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DeleteMedicalTranscriptionJobCommandInput extends DeleteMedicalTranscriptionJobRequest {
6
- }
7
- export interface DeleteMedicalTranscriptionJobCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMedicalTranscriptionJobCommand extends $Command<DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DeleteMedicalTranscriptionJobCommandInput;
12
- constructor(input: DeleteMedicalTranscriptionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteMedicalTranscriptionJobRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TranscribeClientResolvedConfig,
13
+ } from "../TranscribeClient";
14
+ export interface DeleteMedicalTranscriptionJobCommandInput
15
+ extends DeleteMedicalTranscriptionJobRequest {}
16
+ export interface DeleteMedicalTranscriptionJobCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteMedicalTranscriptionJobCommand extends $Command<
19
+ DeleteMedicalTranscriptionJobCommandInput,
20
+ DeleteMedicalTranscriptionJobCommandOutput,
21
+ TranscribeClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteMedicalTranscriptionJobCommandInput;
24
+ constructor(input: DeleteMedicalTranscriptionJobCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: TranscribeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteMedicalTranscriptionJobCommandInput,
31
+ DeleteMedicalTranscriptionJobCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { DeleteMedicalVocabularyRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface DeleteMedicalVocabularyCommandInput extends DeleteMedicalVocabularyRequest {
6
- }
7
- export interface DeleteMedicalVocabularyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMedicalVocabularyCommand extends $Command<DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: DeleteMedicalVocabularyCommandInput;
12
- constructor(input: DeleteMedicalVocabularyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteMedicalVocabularyRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TranscribeClientResolvedConfig,
13
+ } from "../TranscribeClient";
14
+ export interface DeleteMedicalVocabularyCommandInput
15
+ extends DeleteMedicalVocabularyRequest {}
16
+ export interface DeleteMedicalVocabularyCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteMedicalVocabularyCommand extends $Command<
19
+ DeleteMedicalVocabularyCommandInput,
20
+ DeleteMedicalVocabularyCommandOutput,
21
+ TranscribeClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteMedicalVocabularyCommandInput;
24
+ constructor(input: DeleteMedicalVocabularyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: TranscribeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteMedicalVocabularyCommandInput,
31
+ DeleteMedicalVocabularyCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,34 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteTranscriptionJobRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TranscribeClientResolvedConfig,
13
+ } from "../TranscribeClient";
14
+ export interface DeleteTranscriptionJobCommandInput
15
+ extends DeleteTranscriptionJobRequest {}
16
+ export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteTranscriptionJobCommand extends $Command<
18
+ DeleteTranscriptionJobCommandInput,
19
+ DeleteTranscriptionJobCommandOutput,
20
+ TranscribeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteTranscriptionJobCommandInput;
23
+ constructor(input: DeleteTranscriptionJobCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: TranscribeClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DeleteTranscriptionJobCommandInput,
30
+ DeleteTranscriptionJobCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,30 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteVocabularyRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TranscribeClientResolvedConfig,
13
+ } from "../TranscribeClient";
14
+ export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {}
15
+ export interface DeleteVocabularyCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteVocabularyCommand extends $Command<
17
+ DeleteVocabularyCommandInput,
18
+ DeleteVocabularyCommandOutput,
19
+ TranscribeClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteVocabularyCommandInput;
22
+ constructor(input: DeleteVocabularyCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: TranscribeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,34 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteVocabularyFilterRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TranscribeClientResolvedConfig,
13
+ } from "../TranscribeClient";
14
+ export interface DeleteVocabularyFilterCommandInput
15
+ extends DeleteVocabularyFilterRequest {}
16
+ export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteVocabularyFilterCommand extends $Command<
18
+ DeleteVocabularyFilterCommandInput,
19
+ DeleteVocabularyFilterCommandOutput,
20
+ TranscribeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteVocabularyFilterCommandInput;
23
+ constructor(input: DeleteVocabularyFilterCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: TranscribeClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DeleteVocabularyFilterCommandInput,
30
+ DeleteVocabularyFilterCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,39 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeLanguageModelRequest,
10
+ DescribeLanguageModelResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TranscribeClientResolvedConfig,
16
+ } from "../TranscribeClient";
17
+ export interface DescribeLanguageModelCommandInput
18
+ extends DescribeLanguageModelRequest {}
19
+ export interface DescribeLanguageModelCommandOutput
20
+ extends DescribeLanguageModelResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeLanguageModelCommand extends $Command<
23
+ DescribeLanguageModelCommandInput,
24
+ DescribeLanguageModelCommandOutput,
25
+ TranscribeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeLanguageModelCommandInput;
28
+ constructor(input: DescribeLanguageModelCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TranscribeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeLanguageModelCommandInput,
35
+ DescribeLanguageModelCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }