@aws-sdk/client-translate 3.477.0 → 3.481.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 (97) hide show
  1. package/dist-cjs/commands/CreateParallelDataCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteParallelDataCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteTerminologyCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeTextTranslationJobCommand.js +18 -41
  5. package/dist-cjs/commands/GetParallelDataCommand.js +18 -41
  6. package/dist-cjs/commands/GetTerminologyCommand.js +18 -41
  7. package/dist-cjs/commands/ImportTerminologyCommand.js +18 -41
  8. package/dist-cjs/commands/ListLanguagesCommand.js +18 -41
  9. package/dist-cjs/commands/ListParallelDataCommand.js +18 -41
  10. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  11. package/dist-cjs/commands/ListTerminologiesCommand.js +18 -41
  12. package/dist-cjs/commands/ListTextTranslationJobsCommand.js +18 -41
  13. package/dist-cjs/commands/StartTextTranslationJobCommand.js +18 -41
  14. package/dist-cjs/commands/StopTextTranslationJobCommand.js +18 -41
  15. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  16. package/dist-cjs/commands/TranslateDocumentCommand.js +18 -41
  17. package/dist-cjs/commands/TranslateTextCommand.js +18 -41
  18. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UpdateParallelDataCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-cjs/pagination/ListLanguagesPaginator.js +2 -24
  22. package/dist-cjs/pagination/ListParallelDataPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListTerminologiesPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListTextTranslationJobsPaginator.js +2 -24
  25. package/dist-es/commands/CreateParallelDataCommand.js +18 -41
  26. package/dist-es/commands/DeleteParallelDataCommand.js +18 -41
  27. package/dist-es/commands/DeleteTerminologyCommand.js +18 -41
  28. package/dist-es/commands/DescribeTextTranslationJobCommand.js +18 -41
  29. package/dist-es/commands/GetParallelDataCommand.js +18 -41
  30. package/dist-es/commands/GetTerminologyCommand.js +18 -41
  31. package/dist-es/commands/ImportTerminologyCommand.js +18 -41
  32. package/dist-es/commands/ListLanguagesCommand.js +18 -41
  33. package/dist-es/commands/ListParallelDataCommand.js +18 -41
  34. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  35. package/dist-es/commands/ListTerminologiesCommand.js +18 -41
  36. package/dist-es/commands/ListTextTranslationJobsCommand.js +18 -41
  37. package/dist-es/commands/StartTextTranslationJobCommand.js +18 -41
  38. package/dist-es/commands/StopTextTranslationJobCommand.js +18 -41
  39. package/dist-es/commands/TagResourceCommand.js +18 -41
  40. package/dist-es/commands/TranslateDocumentCommand.js +18 -41
  41. package/dist-es/commands/TranslateTextCommand.js +18 -41
  42. package/dist-es/commands/UntagResourceCommand.js +18 -41
  43. package/dist-es/commands/UpdateParallelDataCommand.js +18 -41
  44. package/dist-es/endpoint/EndpointParameters.js +6 -0
  45. package/dist-es/pagination/ListLanguagesPaginator.js +2 -23
  46. package/dist-es/pagination/ListParallelDataPaginator.js +2 -23
  47. package/dist-es/pagination/ListTerminologiesPaginator.js +2 -23
  48. package/dist-es/pagination/ListTextTranslationJobsPaginator.js +2 -23
  49. package/dist-types/commands/CreateParallelDataCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteParallelDataCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteTerminologyCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeTextTranslationJobCommand.d.ts +6 -21
  53. package/dist-types/commands/GetParallelDataCommand.d.ts +6 -21
  54. package/dist-types/commands/GetTerminologyCommand.d.ts +6 -21
  55. package/dist-types/commands/ImportTerminologyCommand.d.ts +6 -21
  56. package/dist-types/commands/ListLanguagesCommand.d.ts +6 -21
  57. package/dist-types/commands/ListParallelDataCommand.d.ts +6 -21
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/ListTerminologiesCommand.d.ts +6 -21
  60. package/dist-types/commands/ListTextTranslationJobsCommand.d.ts +6 -21
  61. package/dist-types/commands/StartTextTranslationJobCommand.d.ts +6 -21
  62. package/dist-types/commands/StopTextTranslationJobCommand.d.ts +6 -21
  63. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  64. package/dist-types/commands/TranslateDocumentCommand.d.ts +6 -21
  65. package/dist-types/commands/TranslateTextCommand.d.ts +6 -21
  66. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  67. package/dist-types/commands/UpdateParallelDataCommand.d.ts +6 -21
  68. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  69. package/dist-types/pagination/ListLanguagesPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListParallelDataPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListTerminologiesPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListTextTranslationJobsPaginator.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateParallelDataCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/DeleteParallelDataCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/DeleteTerminologyCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DescribeTextTranslationJobCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/GetParallelDataCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/GetTerminologyCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/ImportTerminologyCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/ListLanguagesCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/ListParallelDataCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/ListTerminologiesCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/ListTextTranslationJobsCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/StartTextTranslationJobCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/StopTextTranslationJobCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/TranslateDocumentCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/TranslateTextCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/UpdateParallelDataCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  93. package/dist-types/ts3.4/pagination/ListLanguagesPaginator.d.ts +3 -3
  94. package/dist-types/ts3.4/pagination/ListParallelDataPaginator.d.ts +3 -3
  95. package/dist-types/ts3.4/pagination/ListTerminologiesPaginator.d.ts +3 -3
  96. package/dist-types/ts3.4/pagination/ListTextTranslationJobsPaginator.d.ts +3 -3
  97. package/package.json +11 -10
@@ -4,4 +4,4 @@ import { TranslatePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListParallelData(config: TranslatePaginationConfiguration, input: ListParallelDataCommandInput, ...additionalArguments: any): Paginator<ListParallelDataCommandOutput>;
7
+ export declare const paginateListParallelData: (config: TranslatePaginationConfiguration, input: ListParallelDataCommandInput, ...rest: any[]) => Paginator<ListParallelDataCommandOutput>;
@@ -4,4 +4,4 @@ import { TranslatePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTerminologies(config: TranslatePaginationConfiguration, input: ListTerminologiesCommandInput, ...additionalArguments: any): Paginator<ListTerminologiesCommandOutput>;
7
+ export declare const paginateListTerminologies: (config: TranslatePaginationConfiguration, input: ListTerminologiesCommandInput, ...rest: any[]) => Paginator<ListTerminologiesCommandOutput>;
@@ -4,4 +4,4 @@ import { TranslatePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTextTranslationJobs(config: TranslatePaginationConfiguration, input: ListTextTranslationJobsCommandInput, ...additionalArguments: any): Paginator<ListTextTranslationJobsCommandOutput>;
7
+ export declare const paginateListTextTranslationJobs: (config: TranslatePaginationConfiguration, input: ListTextTranslationJobsCommandInput, ...rest: any[]) => Paginator<ListTextTranslationJobsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateParallelDataRequest,
11
5
  CreateParallelDataResponse,
@@ -21,19 +15,16 @@ export interface CreateParallelDataCommandInput
21
15
  export interface CreateParallelDataCommandOutput
22
16
  extends CreateParallelDataResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateParallelDataCommand extends $Command<
25
- CreateParallelDataCommandInput,
26
- CreateParallelDataCommandOutput,
27
- TranslateClientResolvedConfig
28
- > {
29
- readonly input: CreateParallelDataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateParallelDataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranslateClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateParallelDataCommandInput, CreateParallelDataCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateParallelDataCommand_base: {
19
+ new (
20
+ input: CreateParallelDataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateParallelDataCommandInput,
23
+ CreateParallelDataCommandOutput,
24
+ TranslateClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateParallelDataCommand extends CreateParallelDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteParallelDataRequest,
11
5
  DeleteParallelDataResponse,
@@ -21,19 +15,16 @@ export interface DeleteParallelDataCommandInput
21
15
  export interface DeleteParallelDataCommandOutput
22
16
  extends DeleteParallelDataResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteParallelDataCommand extends $Command<
25
- DeleteParallelDataCommandInput,
26
- DeleteParallelDataCommandOutput,
27
- TranslateClientResolvedConfig
28
- > {
29
- readonly input: DeleteParallelDataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteParallelDataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranslateClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteParallelDataCommandInput, DeleteParallelDataCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteParallelDataCommand_base: {
19
+ new (
20
+ input: DeleteParallelDataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteParallelDataCommandInput,
23
+ DeleteParallelDataCommandOutput,
24
+ TranslateClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteParallelDataCommand extends DeleteParallelDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteTerminologyRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteTerminologyCommandInput
17
11
  extends DeleteTerminologyRequest {}
18
12
  export interface DeleteTerminologyCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteTerminologyCommand extends $Command<
20
- DeleteTerminologyCommandInput,
21
- DeleteTerminologyCommandOutput,
22
- TranslateClientResolvedConfig
23
- > {
24
- readonly input: DeleteTerminologyCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteTerminologyCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: TranslateClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DeleteTerminologyCommandInput, DeleteTerminologyCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DeleteTerminologyCommand_base: {
14
+ new (
15
+ input: DeleteTerminologyCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteTerminologyCommandInput,
18
+ DeleteTerminologyCommandOutput,
19
+ TranslateClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteTerminologyCommand extends DeleteTerminologyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeTextTranslationJobRequest,
11
5
  DescribeTextTranslationJobResponse,
@@ -21,22 +15,16 @@ export interface DescribeTextTranslationJobCommandInput
21
15
  export interface DescribeTextTranslationJobCommandOutput
22
16
  extends DescribeTextTranslationJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeTextTranslationJobCommand extends $Command<
25
- DescribeTextTranslationJobCommandInput,
26
- DescribeTextTranslationJobCommandOutput,
27
- TranslateClientResolvedConfig
28
- > {
29
- readonly input: DescribeTextTranslationJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeTextTranslationJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranslateClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeTextTranslationJobCommand_base: {
19
+ new (
20
+ input: DescribeTextTranslationJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeTextTranslationJobCommandInput,
38
- DescribeTextTranslationJobCommandOutput
23
+ DescribeTextTranslationJobCommandOutput,
24
+ TranslateClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeTextTranslationJobCommand extends DescribeTextTranslationJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetParallelDataRequest,
11
5
  GetParallelDataResponse,
@@ -20,19 +14,16 @@ export interface GetParallelDataCommandInput extends GetParallelDataRequest {}
20
14
  export interface GetParallelDataCommandOutput
21
15
  extends GetParallelDataResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetParallelDataCommand extends $Command<
24
- GetParallelDataCommandInput,
25
- GetParallelDataCommandOutput,
26
- TranslateClientResolvedConfig
27
- > {
28
- readonly input: GetParallelDataCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetParallelDataCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TranslateClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetParallelDataCommandInput, GetParallelDataCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetParallelDataCommand_base: {
18
+ new (
19
+ input: GetParallelDataCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetParallelDataCommandInput,
22
+ GetParallelDataCommandOutput,
23
+ TranslateClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetParallelDataCommand extends GetParallelDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetTerminologyRequest,
11
5
  GetTerminologyResponse,
@@ -20,19 +14,16 @@ export interface GetTerminologyCommandInput extends GetTerminologyRequest {}
20
14
  export interface GetTerminologyCommandOutput
21
15
  extends GetTerminologyResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetTerminologyCommand extends $Command<
24
- GetTerminologyCommandInput,
25
- GetTerminologyCommandOutput,
26
- TranslateClientResolvedConfig
27
- > {
28
- readonly input: GetTerminologyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetTerminologyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TranslateClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetTerminologyCommandInput, GetTerminologyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetTerminologyCommand_base: {
18
+ new (
19
+ input: GetTerminologyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetTerminologyCommandInput,
22
+ GetTerminologyCommandOutput,
23
+ TranslateClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetTerminologyCommand extends GetTerminologyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ImportTerminologyRequest,
11
5
  ImportTerminologyResponse,
@@ -21,19 +15,16 @@ export interface ImportTerminologyCommandInput
21
15
  export interface ImportTerminologyCommandOutput
22
16
  extends ImportTerminologyResponse,
23
17
  __MetadataBearer {}
24
- export declare class ImportTerminologyCommand extends $Command<
25
- ImportTerminologyCommandInput,
26
- ImportTerminologyCommandOutput,
27
- TranslateClientResolvedConfig
28
- > {
29
- readonly input: ImportTerminologyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ImportTerminologyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranslateClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ImportTerminologyCommandInput, ImportTerminologyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ImportTerminologyCommand_base: {
19
+ new (
20
+ input: ImportTerminologyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ImportTerminologyCommandInput,
23
+ ImportTerminologyCommandOutput,
24
+ TranslateClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ImportTerminologyCommand extends ImportTerminologyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListLanguagesRequest,
11
5
  ListLanguagesResponse,
@@ -20,19 +14,16 @@ export interface ListLanguagesCommandInput extends ListLanguagesRequest {}
20
14
  export interface ListLanguagesCommandOutput
21
15
  extends ListLanguagesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListLanguagesCommand extends $Command<
24
- ListLanguagesCommandInput,
25
- ListLanguagesCommandOutput,
26
- TranslateClientResolvedConfig
27
- > {
28
- readonly input: ListLanguagesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListLanguagesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TranslateClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListLanguagesCommandInput, ListLanguagesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListLanguagesCommand_base: {
18
+ new (
19
+ input: ListLanguagesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListLanguagesCommandInput,
22
+ ListLanguagesCommandOutput,
23
+ TranslateClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListLanguagesCommand extends ListLanguagesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListParallelDataRequest,
11
5
  ListParallelDataResponse,
@@ -20,19 +14,16 @@ export interface ListParallelDataCommandInput extends ListParallelDataRequest {}
20
14
  export interface ListParallelDataCommandOutput
21
15
  extends ListParallelDataResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListParallelDataCommand extends $Command<
24
- ListParallelDataCommandInput,
25
- ListParallelDataCommandOutput,
26
- TranslateClientResolvedConfig
27
- > {
28
- readonly input: ListParallelDataCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListParallelDataCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TranslateClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListParallelDataCommandInput, ListParallelDataCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListParallelDataCommand_base: {
18
+ new (
19
+ input: ListParallelDataCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListParallelDataCommandInput,
22
+ ListParallelDataCommandOutput,
23
+ TranslateClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListParallelDataCommand extends ListParallelDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTagsForResourceRequest,
11
5
  ListTagsForResourceResponse,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- TranslateClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranslateClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ TranslateClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTerminologiesRequest,
11
5
  ListTerminologiesResponse,
@@ -21,19 +15,16 @@ export interface ListTerminologiesCommandInput
21
15
  export interface ListTerminologiesCommandOutput
22
16
  extends ListTerminologiesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTerminologiesCommand extends $Command<
25
- ListTerminologiesCommandInput,
26
- ListTerminologiesCommandOutput,
27
- TranslateClientResolvedConfig
28
- > {
29
- readonly input: ListTerminologiesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTerminologiesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranslateClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTerminologiesCommandInput, ListTerminologiesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTerminologiesCommand_base: {
19
+ new (
20
+ input: ListTerminologiesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTerminologiesCommandInput,
23
+ ListTerminologiesCommandOutput,
24
+ TranslateClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTerminologiesCommand extends ListTerminologiesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTextTranslationJobsRequest,
11
5
  ListTextTranslationJobsResponse,
@@ -21,22 +15,16 @@ export interface ListTextTranslationJobsCommandInput
21
15
  export interface ListTextTranslationJobsCommandOutput
22
16
  extends ListTextTranslationJobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTextTranslationJobsCommand extends $Command<
25
- ListTextTranslationJobsCommandInput,
26
- ListTextTranslationJobsCommandOutput,
27
- TranslateClientResolvedConfig
28
- > {
29
- readonly input: ListTextTranslationJobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTextTranslationJobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranslateClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListTextTranslationJobsCommand_base: {
19
+ new (
20
+ input: ListTextTranslationJobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListTextTranslationJobsCommandInput,
38
- ListTextTranslationJobsCommandOutput
23
+ ListTextTranslationJobsCommandOutput,
24
+ TranslateClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTextTranslationJobsCommand extends ListTextTranslationJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  StartTextTranslationJobRequest,
11
5
  StartTextTranslationJobResponse,
@@ -21,22 +15,16 @@ export interface StartTextTranslationJobCommandInput
21
15
  export interface StartTextTranslationJobCommandOutput
22
16
  extends StartTextTranslationJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartTextTranslationJobCommand extends $Command<
25
- StartTextTranslationJobCommandInput,
26
- StartTextTranslationJobCommandOutput,
27
- TranslateClientResolvedConfig
28
- > {
29
- readonly input: StartTextTranslationJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartTextTranslationJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranslateClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartTextTranslationJobCommand_base: {
19
+ new (
20
+ input: StartTextTranslationJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartTextTranslationJobCommandInput,
38
- StartTextTranslationJobCommandOutput
23
+ StartTextTranslationJobCommandOutput,
24
+ TranslateClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartTextTranslationJobCommand extends StartTextTranslationJobCommand_base {}