@aws-sdk/client-translate 3.927.0 → 3.929.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.
- package/dist-cjs/index.js +822 -1023
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/TranslateClient.js +2 -0
- package/dist-es/commands/CreateParallelDataCommand.js +3 -9
- package/dist-es/commands/DeleteParallelDataCommand.js +3 -9
- package/dist-es/commands/DeleteTerminologyCommand.js +3 -9
- package/dist-es/commands/DescribeTextTranslationJobCommand.js +3 -9
- package/dist-es/commands/GetParallelDataCommand.js +3 -9
- package/dist-es/commands/GetTerminologyCommand.js +3 -9
- package/dist-es/commands/ImportTerminologyCommand.js +3 -10
- package/dist-es/commands/ListLanguagesCommand.js +3 -9
- package/dist-es/commands/ListParallelDataCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTerminologiesCommand.js +3 -9
- package/dist-es/commands/ListTextTranslationJobsCommand.js +3 -9
- package/dist-es/commands/StartTextTranslationJobCommand.js +3 -9
- package/dist-es/commands/StopTextTranslationJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TranslateDocumentCommand.js +3 -10
- package/dist-es/commands/TranslateTextCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateParallelDataCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -25
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +741 -0
- package/dist-types/TranslateClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -24
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -5
- package/dist-types/schemas/schemas_0.d.ts +107 -0
- package/dist-types/ts3.4/TranslateClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -16
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +113 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -819
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -173
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateParallelDataCommandInput, CreateParallelDataCommandOutput } from "../commands/CreateParallelDataCommand";
|
|
4
|
-
import { DeleteParallelDataCommandInput, DeleteParallelDataCommandOutput } from "../commands/DeleteParallelDataCommand";
|
|
5
|
-
import { DeleteTerminologyCommandInput, DeleteTerminologyCommandOutput } from "../commands/DeleteTerminologyCommand";
|
|
6
|
-
import { DescribeTextTranslationJobCommandInput, DescribeTextTranslationJobCommandOutput } from "../commands/DescribeTextTranslationJobCommand";
|
|
7
|
-
import { GetParallelDataCommandInput, GetParallelDataCommandOutput } from "../commands/GetParallelDataCommand";
|
|
8
|
-
import { GetTerminologyCommandInput, GetTerminologyCommandOutput } from "../commands/GetTerminologyCommand";
|
|
9
|
-
import { ImportTerminologyCommandInput, ImportTerminologyCommandOutput } from "../commands/ImportTerminologyCommand";
|
|
10
|
-
import { ListLanguagesCommandInput, ListLanguagesCommandOutput } from "../commands/ListLanguagesCommand";
|
|
11
|
-
import { ListParallelDataCommandInput, ListParallelDataCommandOutput } from "../commands/ListParallelDataCommand";
|
|
12
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
13
|
-
import { ListTerminologiesCommandInput, ListTerminologiesCommandOutput } from "../commands/ListTerminologiesCommand";
|
|
14
|
-
import { ListTextTranslationJobsCommandInput, ListTextTranslationJobsCommandOutput } from "../commands/ListTextTranslationJobsCommand";
|
|
15
|
-
import { StartTextTranslationJobCommandInput, StartTextTranslationJobCommandOutput } from "../commands/StartTextTranslationJobCommand";
|
|
16
|
-
import { StopTextTranslationJobCommandInput, StopTextTranslationJobCommandOutput } from "../commands/StopTextTranslationJobCommand";
|
|
17
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
18
|
-
import { TranslateDocumentCommandInput, TranslateDocumentCommandOutput } from "../commands/TranslateDocumentCommand";
|
|
19
|
-
import { TranslateTextCommandInput, TranslateTextCommandOutput } from "../commands/TranslateTextCommand";
|
|
20
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
21
|
-
import { UpdateParallelDataCommandInput, UpdateParallelDataCommandOutput } from "../commands/UpdateParallelDataCommand";
|
|
22
|
-
/**
|
|
23
|
-
* serializeAws_json1_1CreateParallelDataCommand
|
|
24
|
-
*/
|
|
25
|
-
export declare const se_CreateParallelDataCommand: (input: CreateParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
/**
|
|
27
|
-
* serializeAws_json1_1DeleteParallelDataCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_DeleteParallelDataCommand: (input: DeleteParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_json1_1DeleteTerminologyCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_DeleteTerminologyCommand: (input: DeleteTerminologyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_json1_1DescribeTextTranslationJobCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_DescribeTextTranslationJobCommand: (input: DescribeTextTranslationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_json1_1GetParallelDataCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_GetParallelDataCommand: (input: GetParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_json1_1GetTerminologyCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_GetTerminologyCommand: (input: GetTerminologyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_json1_1ImportTerminologyCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_ImportTerminologyCommand: (input: ImportTerminologyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_json1_1ListLanguagesCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_ListLanguagesCommand: (input: ListLanguagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_json1_1ListParallelDataCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_ListParallelDataCommand: (input: ListParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_json1_1ListTerminologiesCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_ListTerminologiesCommand: (input: ListTerminologiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_json1_1ListTextTranslationJobsCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_ListTextTranslationJobsCommand: (input: ListTextTranslationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_json1_1StartTextTranslationJobCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_StartTextTranslationJobCommand: (input: StartTextTranslationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_json1_1StopTextTranslationJobCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_StopTextTranslationJobCommand: (input: StopTextTranslationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_json1_1TagResourceCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_json1_1TranslateDocumentCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_TranslateDocumentCommand: (input: TranslateDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_json1_1TranslateTextCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_TranslateTextCommand: (input: TranslateTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_json1_1UpdateParallelDataCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_UpdateParallelDataCommand: (input: UpdateParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* deserializeAws_json1_1CreateParallelDataCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const de_CreateParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateParallelDataCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* deserializeAws_json1_1DeleteParallelDataCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const de_DeleteParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteParallelDataCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* deserializeAws_json1_1DeleteTerminologyCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const de_DeleteTerminologyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTerminologyCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* deserializeAws_json1_1DescribeTextTranslationJobCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const de_DescribeTextTranslationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTextTranslationJobCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* deserializeAws_json1_1GetParallelDataCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const de_GetParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParallelDataCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* deserializeAws_json1_1GetTerminologyCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const de_GetTerminologyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTerminologyCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* deserializeAws_json1_1ImportTerminologyCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const de_ImportTerminologyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportTerminologyCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* deserializeAws_json1_1ListLanguagesCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const de_ListLanguagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLanguagesCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* deserializeAws_json1_1ListParallelDataCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const de_ListParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParallelDataCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
138
|
-
/**
|
|
139
|
-
* deserializeAws_json1_1ListTerminologiesCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const de_ListTerminologiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTerminologiesCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* deserializeAws_json1_1ListTextTranslationJobsCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const de_ListTextTranslationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTextTranslationJobsCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* deserializeAws_json1_1StartTextTranslationJobCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const de_StartTextTranslationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTextTranslationJobCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* deserializeAws_json1_1StopTextTranslationJobCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const de_StopTextTranslationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTextTranslationJobCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_json1_1TranslateDocumentCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_TranslateDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TranslateDocumentCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_json1_1TranslateTextCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_TranslateTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TranslateTextCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_json1_1UpdateParallelDataCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_UpdateParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateParallelDataCommandOutput>;
|
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateParallelDataCommandInput,
|
|
8
|
-
CreateParallelDataCommandOutput,
|
|
9
|
-
} from "../commands/CreateParallelDataCommand";
|
|
10
|
-
import {
|
|
11
|
-
DeleteParallelDataCommandInput,
|
|
12
|
-
DeleteParallelDataCommandOutput,
|
|
13
|
-
} from "../commands/DeleteParallelDataCommand";
|
|
14
|
-
import {
|
|
15
|
-
DeleteTerminologyCommandInput,
|
|
16
|
-
DeleteTerminologyCommandOutput,
|
|
17
|
-
} from "../commands/DeleteTerminologyCommand";
|
|
18
|
-
import {
|
|
19
|
-
DescribeTextTranslationJobCommandInput,
|
|
20
|
-
DescribeTextTranslationJobCommandOutput,
|
|
21
|
-
} from "../commands/DescribeTextTranslationJobCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetParallelDataCommandInput,
|
|
24
|
-
GetParallelDataCommandOutput,
|
|
25
|
-
} from "../commands/GetParallelDataCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetTerminologyCommandInput,
|
|
28
|
-
GetTerminologyCommandOutput,
|
|
29
|
-
} from "../commands/GetTerminologyCommand";
|
|
30
|
-
import {
|
|
31
|
-
ImportTerminologyCommandInput,
|
|
32
|
-
ImportTerminologyCommandOutput,
|
|
33
|
-
} from "../commands/ImportTerminologyCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListLanguagesCommandInput,
|
|
36
|
-
ListLanguagesCommandOutput,
|
|
37
|
-
} from "../commands/ListLanguagesCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListParallelDataCommandInput,
|
|
40
|
-
ListParallelDataCommandOutput,
|
|
41
|
-
} from "../commands/ListParallelDataCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListTagsForResourceCommandInput,
|
|
44
|
-
ListTagsForResourceCommandOutput,
|
|
45
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListTerminologiesCommandInput,
|
|
48
|
-
ListTerminologiesCommandOutput,
|
|
49
|
-
} from "../commands/ListTerminologiesCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListTextTranslationJobsCommandInput,
|
|
52
|
-
ListTextTranslationJobsCommandOutput,
|
|
53
|
-
} from "../commands/ListTextTranslationJobsCommand";
|
|
54
|
-
import {
|
|
55
|
-
StartTextTranslationJobCommandInput,
|
|
56
|
-
StartTextTranslationJobCommandOutput,
|
|
57
|
-
} from "../commands/StartTextTranslationJobCommand";
|
|
58
|
-
import {
|
|
59
|
-
StopTextTranslationJobCommandInput,
|
|
60
|
-
StopTextTranslationJobCommandOutput,
|
|
61
|
-
} from "../commands/StopTextTranslationJobCommand";
|
|
62
|
-
import {
|
|
63
|
-
TagResourceCommandInput,
|
|
64
|
-
TagResourceCommandOutput,
|
|
65
|
-
} from "../commands/TagResourceCommand";
|
|
66
|
-
import {
|
|
67
|
-
TranslateDocumentCommandInput,
|
|
68
|
-
TranslateDocumentCommandOutput,
|
|
69
|
-
} from "../commands/TranslateDocumentCommand";
|
|
70
|
-
import {
|
|
71
|
-
TranslateTextCommandInput,
|
|
72
|
-
TranslateTextCommandOutput,
|
|
73
|
-
} from "../commands/TranslateTextCommand";
|
|
74
|
-
import {
|
|
75
|
-
UntagResourceCommandInput,
|
|
76
|
-
UntagResourceCommandOutput,
|
|
77
|
-
} from "../commands/UntagResourceCommand";
|
|
78
|
-
import {
|
|
79
|
-
UpdateParallelDataCommandInput,
|
|
80
|
-
UpdateParallelDataCommandOutput,
|
|
81
|
-
} from "../commands/UpdateParallelDataCommand";
|
|
82
|
-
export declare const se_CreateParallelDataCommand: (
|
|
83
|
-
input: CreateParallelDataCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_DeleteParallelDataCommand: (
|
|
87
|
-
input: DeleteParallelDataCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_DeleteTerminologyCommand: (
|
|
91
|
-
input: DeleteTerminologyCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_DescribeTextTranslationJobCommand: (
|
|
95
|
-
input: DescribeTextTranslationJobCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_GetParallelDataCommand: (
|
|
99
|
-
input: GetParallelDataCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_GetTerminologyCommand: (
|
|
103
|
-
input: GetTerminologyCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_ImportTerminologyCommand: (
|
|
107
|
-
input: ImportTerminologyCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_ListLanguagesCommand: (
|
|
111
|
-
input: ListLanguagesCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_ListParallelDataCommand: (
|
|
115
|
-
input: ListParallelDataCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
119
|
-
input: ListTagsForResourceCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_ListTerminologiesCommand: (
|
|
123
|
-
input: ListTerminologiesCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_ListTextTranslationJobsCommand: (
|
|
127
|
-
input: ListTextTranslationJobsCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_StartTextTranslationJobCommand: (
|
|
131
|
-
input: StartTextTranslationJobCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_StopTextTranslationJobCommand: (
|
|
135
|
-
input: StopTextTranslationJobCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_TagResourceCommand: (
|
|
139
|
-
input: TagResourceCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_TranslateDocumentCommand: (
|
|
143
|
-
input: TranslateDocumentCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_TranslateTextCommand: (
|
|
147
|
-
input: TranslateTextCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_UntagResourceCommand: (
|
|
151
|
-
input: UntagResourceCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_UpdateParallelDataCommand: (
|
|
155
|
-
input: UpdateParallelDataCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const de_CreateParallelDataCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<CreateParallelDataCommandOutput>;
|
|
162
|
-
export declare const de_DeleteParallelDataCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<DeleteParallelDataCommandOutput>;
|
|
166
|
-
export declare const de_DeleteTerminologyCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<DeleteTerminologyCommandOutput>;
|
|
170
|
-
export declare const de_DescribeTextTranslationJobCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<DescribeTextTranslationJobCommandOutput>;
|
|
174
|
-
export declare const de_GetParallelDataCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<GetParallelDataCommandOutput>;
|
|
178
|
-
export declare const de_GetTerminologyCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<GetTerminologyCommandOutput>;
|
|
182
|
-
export declare const de_ImportTerminologyCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<ImportTerminologyCommandOutput>;
|
|
186
|
-
export declare const de_ListLanguagesCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<ListLanguagesCommandOutput>;
|
|
190
|
-
export declare const de_ListParallelDataCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<ListParallelDataCommandOutput>;
|
|
194
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
198
|
-
export declare const de_ListTerminologiesCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<ListTerminologiesCommandOutput>;
|
|
202
|
-
export declare const de_ListTextTranslationJobsCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<ListTextTranslationJobsCommandOutput>;
|
|
206
|
-
export declare const de_StartTextTranslationJobCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<StartTextTranslationJobCommandOutput>;
|
|
210
|
-
export declare const de_StopTextTranslationJobCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<StopTextTranslationJobCommandOutput>;
|
|
214
|
-
export declare const de_TagResourceCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<TagResourceCommandOutput>;
|
|
218
|
-
export declare const de_TranslateDocumentCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<TranslateDocumentCommandOutput>;
|
|
222
|
-
export declare const de_TranslateTextCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<TranslateTextCommandOutput>;
|
|
226
|
-
export declare const de_UntagResourceCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
230
|
-
export declare const de_UpdateParallelDataCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<UpdateParallelDataCommandOutput>;
|