@aws-sdk/client-translate 3.303.0 → 3.309.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/commands/CreateParallelDataCommand.js +2 -2
- package/dist-cjs/commands/DeleteParallelDataCommand.js +2 -2
- package/dist-cjs/commands/DeleteTerminologyCommand.js +2 -2
- package/dist-cjs/commands/DescribeTextTranslationJobCommand.js +2 -2
- package/dist-cjs/commands/GetParallelDataCommand.js +2 -2
- package/dist-cjs/commands/GetTerminologyCommand.js +2 -2
- package/dist-cjs/commands/ImportTerminologyCommand.js +2 -2
- package/dist-cjs/commands/ListLanguagesCommand.js +2 -2
- package/dist-cjs/commands/ListParallelDataCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTerminologiesCommand.js +2 -2
- package/dist-cjs/commands/ListTextTranslationJobsCommand.js +2 -2
- package/dist-cjs/commands/StartTextTranslationJobCommand.js +2 -2
- package/dist-cjs/commands/StopTextTranslationJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TranslateTextCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateParallelDataCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +403 -439
- package/dist-es/commands/CreateParallelDataCommand.js +3 -3
- package/dist-es/commands/DeleteParallelDataCommand.js +3 -3
- package/dist-es/commands/DeleteTerminologyCommand.js +3 -3
- package/dist-es/commands/DescribeTextTranslationJobCommand.js +3 -3
- package/dist-es/commands/GetParallelDataCommand.js +3 -3
- package/dist-es/commands/GetTerminologyCommand.js +3 -3
- package/dist-es/commands/ImportTerminologyCommand.js +3 -3
- package/dist-es/commands/ListLanguagesCommand.js +3 -3
- package/dist-es/commands/ListParallelDataCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTerminologiesCommand.js +3 -3
- package/dist-es/commands/ListTextTranslationJobsCommand.js +3 -3
- package/dist-es/commands/StartTextTranslationJobCommand.js +3 -3
- package/dist-es/commands/StopTextTranslationJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TranslateTextCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateParallelDataCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +366 -402
- package/dist-types/protocols/Aws_json1_1.d.ts +144 -36
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -36
- package/package.json +29 -29
|
@@ -18,39 +18,147 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
18
18
|
import { TranslateTextCommandInput, TranslateTextCommandOutput } from "../commands/TranslateTextCommand";
|
|
19
19
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
20
|
import { UpdateParallelDataCommandInput, UpdateParallelDataCommandOutput } from "../commands/UpdateParallelDataCommand";
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
export declare const
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
export declare const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export declare const
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
21
|
+
/**
|
|
22
|
+
* serializeAws_json1_1CreateParallelDataCommand
|
|
23
|
+
*/
|
|
24
|
+
export declare const se_CreateParallelDataCommand: (input: CreateParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
+
/**
|
|
26
|
+
* serializeAws_json1_1DeleteParallelDataCommand
|
|
27
|
+
*/
|
|
28
|
+
export declare const se_DeleteParallelDataCommand: (input: DeleteParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_json1_1DeleteTerminologyCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_DeleteTerminologyCommand: (input: DeleteTerminologyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
/**
|
|
34
|
+
* serializeAws_json1_1DescribeTextTranslationJobCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const se_DescribeTextTranslationJobCommand: (input: DescribeTextTranslationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_json1_1GetParallelDataCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_GetParallelDataCommand: (input: GetParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_json1_1GetTerminologyCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_GetTerminologyCommand: (input: GetTerminologyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_json1_1ImportTerminologyCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_ImportTerminologyCommand: (input: ImportTerminologyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_json1_1ListLanguagesCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_ListLanguagesCommand: (input: ListLanguagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_json1_1ListParallelDataCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_ListParallelDataCommand: (input: ListParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_json1_1ListTagsForResourceCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_json1_1ListTerminologiesCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_ListTerminologiesCommand: (input: ListTerminologiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_json1_1ListTextTranslationJobsCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_ListTextTranslationJobsCommand: (input: ListTextTranslationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_json1_1StartTextTranslationJobCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_StartTextTranslationJobCommand: (input: StartTextTranslationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_json1_1StopTextTranslationJobCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_StopTextTranslationJobCommand: (input: StopTextTranslationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_json1_1TagResourceCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_json1_1TranslateTextCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_TranslateTextCommand: (input: TranslateTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_json1_1UntagResourceCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_json1_1UpdateParallelDataCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_UpdateParallelDataCommand: (input: UpdateParallelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* deserializeAws_json1_1CreateParallelDataCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const de_CreateParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateParallelDataCommandOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* deserializeAws_json1_1DeleteParallelDataCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const de_DeleteParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteParallelDataCommandOutput>;
|
|
101
|
+
/**
|
|
102
|
+
* deserializeAws_json1_1DeleteTerminologyCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const de_DeleteTerminologyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTerminologyCommandOutput>;
|
|
105
|
+
/**
|
|
106
|
+
* deserializeAws_json1_1DescribeTextTranslationJobCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const de_DescribeTextTranslationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTextTranslationJobCommandOutput>;
|
|
109
|
+
/**
|
|
110
|
+
* deserializeAws_json1_1GetParallelDataCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const de_GetParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParallelDataCommandOutput>;
|
|
113
|
+
/**
|
|
114
|
+
* deserializeAws_json1_1GetTerminologyCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const de_GetTerminologyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTerminologyCommandOutput>;
|
|
117
|
+
/**
|
|
118
|
+
* deserializeAws_json1_1ImportTerminologyCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const de_ImportTerminologyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportTerminologyCommandOutput>;
|
|
121
|
+
/**
|
|
122
|
+
* deserializeAws_json1_1ListLanguagesCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const de_ListLanguagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLanguagesCommandOutput>;
|
|
125
|
+
/**
|
|
126
|
+
* deserializeAws_json1_1ListParallelDataCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const de_ListParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParallelDataCommandOutput>;
|
|
129
|
+
/**
|
|
130
|
+
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
133
|
+
/**
|
|
134
|
+
* deserializeAws_json1_1ListTerminologiesCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const de_ListTerminologiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTerminologiesCommandOutput>;
|
|
137
|
+
/**
|
|
138
|
+
* deserializeAws_json1_1ListTextTranslationJobsCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const de_ListTextTranslationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTextTranslationJobsCommandOutput>;
|
|
141
|
+
/**
|
|
142
|
+
* deserializeAws_json1_1StartTextTranslationJobCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const de_StartTextTranslationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTextTranslationJobCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* deserializeAws_json1_1StopTextTranslationJobCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const de_StopTextTranslationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTextTranslationJobCommandOutput>;
|
|
149
|
+
/**
|
|
150
|
+
* deserializeAws_json1_1TagResourceCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
153
|
+
/**
|
|
154
|
+
* deserializeAws_json1_1TranslateTextCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const de_TranslateTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TranslateTextCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_json1_1UntagResourceCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
161
|
+
/**
|
|
162
|
+
* deserializeAws_json1_1UpdateParallelDataCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const de_UpdateParallelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateParallelDataCommandOutput>;
|
|
@@ -75,147 +75,147 @@ import {
|
|
|
75
75
|
UpdateParallelDataCommandInput,
|
|
76
76
|
UpdateParallelDataCommandOutput,
|
|
77
77
|
} from "../commands/UpdateParallelDataCommand";
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const se_CreateParallelDataCommand: (
|
|
79
79
|
input: CreateParallelDataCommandInput,
|
|
80
80
|
context: __SerdeContext
|
|
81
81
|
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const se_DeleteParallelDataCommand: (
|
|
83
83
|
input: DeleteParallelDataCommandInput,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const se_DeleteTerminologyCommand: (
|
|
87
87
|
input: DeleteTerminologyCommandInput,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_DescribeTextTranslationJobCommand: (
|
|
91
91
|
input: DescribeTextTranslationJobCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_GetParallelDataCommand: (
|
|
95
95
|
input: GetParallelDataCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_GetTerminologyCommand: (
|
|
99
99
|
input: GetTerminologyCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_ImportTerminologyCommand: (
|
|
103
103
|
input: ImportTerminologyCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_ListLanguagesCommand: (
|
|
107
107
|
input: ListLanguagesCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_ListParallelDataCommand: (
|
|
111
111
|
input: ListParallelDataCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
115
115
|
input: ListTagsForResourceCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_ListTerminologiesCommand: (
|
|
119
119
|
input: ListTerminologiesCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_ListTextTranslationJobsCommand: (
|
|
123
123
|
input: ListTextTranslationJobsCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_StartTextTranslationJobCommand: (
|
|
127
127
|
input: StartTextTranslationJobCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_StopTextTranslationJobCommand: (
|
|
131
131
|
input: StopTextTranslationJobCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_TagResourceCommand: (
|
|
135
135
|
input: TagResourceCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_TranslateTextCommand: (
|
|
139
139
|
input: TranslateTextCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_UntagResourceCommand: (
|
|
143
143
|
input: UntagResourceCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_UpdateParallelDataCommand: (
|
|
147
147
|
input: UpdateParallelDataCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const de_CreateParallelDataCommand: (
|
|
151
151
|
output: __HttpResponse,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<CreateParallelDataCommandOutput>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const de_DeleteParallelDataCommand: (
|
|
155
155
|
output: __HttpResponse,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<DeleteParallelDataCommandOutput>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const de_DeleteTerminologyCommand: (
|
|
159
159
|
output: __HttpResponse,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<DeleteTerminologyCommandOutput>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const de_DescribeTextTranslationJobCommand: (
|
|
163
163
|
output: __HttpResponse,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<DescribeTextTranslationJobCommandOutput>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const de_GetParallelDataCommand: (
|
|
167
167
|
output: __HttpResponse,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<GetParallelDataCommandOutput>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const de_GetTerminologyCommand: (
|
|
171
171
|
output: __HttpResponse,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<GetTerminologyCommandOutput>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_ImportTerminologyCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<ImportTerminologyCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_ListLanguagesCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<ListLanguagesCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_ListParallelDataCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<ListParallelDataCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_ListTerminologiesCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<ListTerminologiesCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_ListTextTranslationJobsCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<ListTextTranslationJobsCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_StartTextTranslationJobCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<StartTextTranslationJobCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_StopTextTranslationJobCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<StopTextTranslationJobCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_TagResourceCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<TagResourceCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_TranslateTextCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<TranslateTextCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_UntagResourceCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<UntagResourceCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_UpdateParallelDataCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<UpdateParallelDataCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-translate",
|
|
3
3
|
"description": "AWS SDK for JavaScript Translate Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|