@aws-sdk/client-transcribe 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Transcribe.d.ts +706 -200
  3. package/dist-types/ts3.4/TranscribeClient.d.ts +363 -112
  4. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +33 -17
  12. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1553 -1452
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  50. package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/package.json +34 -34
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateVocabularyCommand extends $Command<
23
+ CreateVocabularyCommandInput,
24
+ CreateVocabularyCommandOutput,
25
+ TranscribeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateVocabularyCommandInput;
28
+ constructor(input: CreateVocabularyCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: TranscribeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateVocabularyCommandInput, CreateVocabularyCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class CreateVocabularyFilterCommand extends $Command<
24
+ CreateVocabularyFilterCommandInput,
25
+ CreateVocabularyFilterCommandOutput,
26
+ TranscribeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateVocabularyFilterCommandInput;
29
+ constructor(input: CreateVocabularyFilterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TranscribeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateVocabularyFilterCommandInput,
37
+ CreateVocabularyFilterCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class DeleteCallAnalyticsCategoryCommand extends $Command<
24
+ DeleteCallAnalyticsCategoryCommandInput,
25
+ DeleteCallAnalyticsCategoryCommandOutput,
26
+ TranscribeClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteCallAnalyticsCategoryCommandInput;
29
+ constructor(input: DeleteCallAnalyticsCategoryCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TranscribeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteCallAnalyticsCategoryCommandInput,
37
+ DeleteCallAnalyticsCategoryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class DeleteCallAnalyticsJobCommand extends $Command<
24
+ DeleteCallAnalyticsJobCommandInput,
25
+ DeleteCallAnalyticsJobCommandOutput,
26
+ TranscribeClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteCallAnalyticsJobCommandInput;
29
+ constructor(input: DeleteCallAnalyticsJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TranscribeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteCallAnalyticsJobCommandInput,
37
+ DeleteCallAnalyticsJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,33 @@
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
+
18
+ export declare class DeleteLanguageModelCommand extends $Command<
19
+ DeleteLanguageModelCommandInput,
20
+ DeleteLanguageModelCommandOutput,
21
+ TranscribeClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteLanguageModelCommandInput;
24
+ constructor(input: DeleteLanguageModelCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: TranscribeClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,37 @@
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
+
19
+ export declare class DeleteMedicalTranscriptionJobCommand extends $Command<
20
+ DeleteMedicalTranscriptionJobCommandInput,
21
+ DeleteMedicalTranscriptionJobCommandOutput,
22
+ TranscribeClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteMedicalTranscriptionJobCommandInput;
25
+ constructor(input: DeleteMedicalTranscriptionJobCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: TranscribeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteMedicalTranscriptionJobCommandInput,
33
+ DeleteMedicalTranscriptionJobCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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
+
19
+ export declare class DeleteMedicalVocabularyCommand extends $Command<
20
+ DeleteMedicalVocabularyCommandInput,
21
+ DeleteMedicalVocabularyCommandOutput,
22
+ TranscribeClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteMedicalVocabularyCommandInput;
25
+ constructor(input: DeleteMedicalVocabularyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: TranscribeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteMedicalVocabularyCommandInput,
33
+ DeleteMedicalVocabularyCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,36 @@
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
+
18
+ export declare class DeleteTranscriptionJobCommand extends $Command<
19
+ DeleteTranscriptionJobCommandInput,
20
+ DeleteTranscriptionJobCommandOutput,
21
+ TranscribeClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteTranscriptionJobCommandInput;
24
+ constructor(input: DeleteTranscriptionJobCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: TranscribeClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteTranscriptionJobCommandInput,
32
+ DeleteTranscriptionJobCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
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
+
17
+ export declare class DeleteVocabularyCommand extends $Command<
18
+ DeleteVocabularyCommandInput,
19
+ DeleteVocabularyCommandOutput,
20
+ TranscribeClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteVocabularyCommandInput;
23
+ constructor(input: DeleteVocabularyCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: TranscribeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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
+
18
+ export declare class DeleteVocabularyFilterCommand extends $Command<
19
+ DeleteVocabularyFilterCommandInput,
20
+ DeleteVocabularyFilterCommandOutput,
21
+ TranscribeClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteVocabularyFilterCommandInput;
24
+ constructor(input: DeleteVocabularyFilterCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: TranscribeClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteVocabularyFilterCommandInput,
32
+ DeleteVocabularyFilterCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class DescribeLanguageModelCommand extends $Command<
24
+ DescribeLanguageModelCommandInput,
25
+ DescribeLanguageModelCommandOutput,
26
+ TranscribeClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeLanguageModelCommandInput;
29
+ constructor(input: DescribeLanguageModelCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TranscribeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeLanguageModelCommandInput,
37
+ DescribeLanguageModelCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }