@aws-sdk/client-translate 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Translate.d.ts +0 -15
- package/dist-types/ts3.4/TranslateClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateParallelDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteParallelDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTerminologyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTextTranslationJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetParallelDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTerminologyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportTerminologyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLanguagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListParallelDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTerminologiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTextTranslationJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartTextTranslationJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopTextTranslationJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TranslateTextCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateParallelDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/TranslateServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -206
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-translate
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-translate
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-translate
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: TranslateClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: TranslateClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: TranslateClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -60,7 +60,6 @@ import {
|
|
|
60
60
|
UpdateParallelDataCommandOutput,
|
|
61
61
|
} from "./commands/UpdateParallelDataCommand";
|
|
62
62
|
import { TranslateClient } from "./TranslateClient";
|
|
63
|
-
|
|
64
63
|
export declare class Translate extends TranslateClient {
|
|
65
64
|
createParallelData(
|
|
66
65
|
args: CreateParallelDataCommandInput,
|
|
@@ -75,7 +74,6 @@ export declare class Translate extends TranslateClient {
|
|
|
75
74
|
options: __HttpHandlerOptions,
|
|
76
75
|
cb: (err: any, data?: CreateParallelDataCommandOutput) => void
|
|
77
76
|
): void;
|
|
78
|
-
|
|
79
77
|
deleteParallelData(
|
|
80
78
|
args: DeleteParallelDataCommandInput,
|
|
81
79
|
options?: __HttpHandlerOptions
|
|
@@ -89,7 +87,6 @@ export declare class Translate extends TranslateClient {
|
|
|
89
87
|
options: __HttpHandlerOptions,
|
|
90
88
|
cb: (err: any, data?: DeleteParallelDataCommandOutput) => void
|
|
91
89
|
): void;
|
|
92
|
-
|
|
93
90
|
deleteTerminology(
|
|
94
91
|
args: DeleteTerminologyCommandInput,
|
|
95
92
|
options?: __HttpHandlerOptions
|
|
@@ -103,7 +100,6 @@ export declare class Translate extends TranslateClient {
|
|
|
103
100
|
options: __HttpHandlerOptions,
|
|
104
101
|
cb: (err: any, data?: DeleteTerminologyCommandOutput) => void
|
|
105
102
|
): void;
|
|
106
|
-
|
|
107
103
|
describeTextTranslationJob(
|
|
108
104
|
args: DescribeTextTranslationJobCommandInput,
|
|
109
105
|
options?: __HttpHandlerOptions
|
|
@@ -117,7 +113,6 @@ export declare class Translate extends TranslateClient {
|
|
|
117
113
|
options: __HttpHandlerOptions,
|
|
118
114
|
cb: (err: any, data?: DescribeTextTranslationJobCommandOutput) => void
|
|
119
115
|
): void;
|
|
120
|
-
|
|
121
116
|
getParallelData(
|
|
122
117
|
args: GetParallelDataCommandInput,
|
|
123
118
|
options?: __HttpHandlerOptions
|
|
@@ -131,7 +126,6 @@ export declare class Translate extends TranslateClient {
|
|
|
131
126
|
options: __HttpHandlerOptions,
|
|
132
127
|
cb: (err: any, data?: GetParallelDataCommandOutput) => void
|
|
133
128
|
): void;
|
|
134
|
-
|
|
135
129
|
getTerminology(
|
|
136
130
|
args: GetTerminologyCommandInput,
|
|
137
131
|
options?: __HttpHandlerOptions
|
|
@@ -145,7 +139,6 @@ export declare class Translate extends TranslateClient {
|
|
|
145
139
|
options: __HttpHandlerOptions,
|
|
146
140
|
cb: (err: any, data?: GetTerminologyCommandOutput) => void
|
|
147
141
|
): void;
|
|
148
|
-
|
|
149
142
|
importTerminology(
|
|
150
143
|
args: ImportTerminologyCommandInput,
|
|
151
144
|
options?: __HttpHandlerOptions
|
|
@@ -159,7 +152,6 @@ export declare class Translate extends TranslateClient {
|
|
|
159
152
|
options: __HttpHandlerOptions,
|
|
160
153
|
cb: (err: any, data?: ImportTerminologyCommandOutput) => void
|
|
161
154
|
): void;
|
|
162
|
-
|
|
163
155
|
listLanguages(
|
|
164
156
|
args: ListLanguagesCommandInput,
|
|
165
157
|
options?: __HttpHandlerOptions
|
|
@@ -173,7 +165,6 @@ export declare class Translate extends TranslateClient {
|
|
|
173
165
|
options: __HttpHandlerOptions,
|
|
174
166
|
cb: (err: any, data?: ListLanguagesCommandOutput) => void
|
|
175
167
|
): void;
|
|
176
|
-
|
|
177
168
|
listParallelData(
|
|
178
169
|
args: ListParallelDataCommandInput,
|
|
179
170
|
options?: __HttpHandlerOptions
|
|
@@ -187,7 +178,6 @@ export declare class Translate extends TranslateClient {
|
|
|
187
178
|
options: __HttpHandlerOptions,
|
|
188
179
|
cb: (err: any, data?: ListParallelDataCommandOutput) => void
|
|
189
180
|
): void;
|
|
190
|
-
|
|
191
181
|
listTerminologies(
|
|
192
182
|
args: ListTerminologiesCommandInput,
|
|
193
183
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +191,6 @@ export declare class Translate extends TranslateClient {
|
|
|
201
191
|
options: __HttpHandlerOptions,
|
|
202
192
|
cb: (err: any, data?: ListTerminologiesCommandOutput) => void
|
|
203
193
|
): void;
|
|
204
|
-
|
|
205
194
|
listTextTranslationJobs(
|
|
206
195
|
args: ListTextTranslationJobsCommandInput,
|
|
207
196
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +204,6 @@ export declare class Translate extends TranslateClient {
|
|
|
215
204
|
options: __HttpHandlerOptions,
|
|
216
205
|
cb: (err: any, data?: ListTextTranslationJobsCommandOutput) => void
|
|
217
206
|
): void;
|
|
218
|
-
|
|
219
207
|
startTextTranslationJob(
|
|
220
208
|
args: StartTextTranslationJobCommandInput,
|
|
221
209
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +217,6 @@ export declare class Translate extends TranslateClient {
|
|
|
229
217
|
options: __HttpHandlerOptions,
|
|
230
218
|
cb: (err: any, data?: StartTextTranslationJobCommandOutput) => void
|
|
231
219
|
): void;
|
|
232
|
-
|
|
233
220
|
stopTextTranslationJob(
|
|
234
221
|
args: StopTextTranslationJobCommandInput,
|
|
235
222
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +230,6 @@ export declare class Translate extends TranslateClient {
|
|
|
243
230
|
options: __HttpHandlerOptions,
|
|
244
231
|
cb: (err: any, data?: StopTextTranslationJobCommandOutput) => void
|
|
245
232
|
): void;
|
|
246
|
-
|
|
247
233
|
translateText(
|
|
248
234
|
args: TranslateTextCommandInput,
|
|
249
235
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +243,6 @@ export declare class Translate extends TranslateClient {
|
|
|
257
243
|
options: __HttpHandlerOptions,
|
|
258
244
|
cb: (err: any, data?: TranslateTextCommandOutput) => void
|
|
259
245
|
): void;
|
|
260
|
-
|
|
261
246
|
updateParallelData(
|
|
262
247
|
args: UpdateParallelDataCommandInput,
|
|
263
248
|
options?: __HttpHandlerOptions
|
|
@@ -137,47 +137,26 @@ export declare type ServiceOutputTypes =
|
|
|
137
137
|
export interface ClientDefaults
|
|
138
138
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
139
139
|
requestHandler?: __HttpHandler;
|
|
140
|
-
|
|
141
140
|
sha256?: __HashConstructor;
|
|
142
|
-
|
|
143
141
|
urlParser?: __UrlParser;
|
|
144
|
-
|
|
145
142
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
146
|
-
|
|
147
143
|
streamCollector?: __StreamCollector;
|
|
148
|
-
|
|
149
144
|
base64Decoder?: __Decoder;
|
|
150
|
-
|
|
151
145
|
base64Encoder?: __Encoder;
|
|
152
|
-
|
|
153
146
|
utf8Decoder?: __Decoder;
|
|
154
|
-
|
|
155
147
|
utf8Encoder?: __Encoder;
|
|
156
|
-
|
|
157
148
|
runtime?: string;
|
|
158
|
-
|
|
159
149
|
disableHostPrefix?: boolean;
|
|
160
|
-
|
|
161
150
|
maxAttempts?: number | __Provider<number>;
|
|
162
|
-
|
|
163
151
|
retryMode?: string | __Provider<string>;
|
|
164
|
-
|
|
165
152
|
logger?: __Logger;
|
|
166
|
-
|
|
167
153
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
168
|
-
|
|
169
154
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
170
|
-
|
|
171
155
|
serviceId?: string;
|
|
172
|
-
|
|
173
156
|
region?: string | __Provider<string>;
|
|
174
|
-
|
|
175
157
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
176
|
-
|
|
177
158
|
regionInfoProvider?: RegionInfoProvider;
|
|
178
|
-
|
|
179
159
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
180
|
-
|
|
181
160
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
182
161
|
}
|
|
183
162
|
declare type TranslateClientConfigType = Partial<
|
|
@@ -190,7 +169,6 @@ declare type TranslateClientConfigType = Partial<
|
|
|
190
169
|
HostHeaderInputConfig &
|
|
191
170
|
AwsAuthInputConfig &
|
|
192
171
|
UserAgentInputConfig;
|
|
193
|
-
|
|
194
172
|
export interface TranslateClientConfig extends TranslateClientConfigType {}
|
|
195
173
|
declare type TranslateClientResolvedConfigType =
|
|
196
174
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -201,10 +179,8 @@ declare type TranslateClientResolvedConfigType =
|
|
|
201
179
|
HostHeaderResolvedConfig &
|
|
202
180
|
AwsAuthResolvedConfig &
|
|
203
181
|
UserAgentResolvedConfig;
|
|
204
|
-
|
|
205
182
|
export interface TranslateClientResolvedConfig
|
|
206
183
|
extends TranslateClientResolvedConfigType {}
|
|
207
|
-
|
|
208
184
|
export declare class TranslateClient extends __Client<
|
|
209
185
|
__HttpHandlerOptions,
|
|
210
186
|
ServiceInputTypes,
|
|
@@ -213,7 +189,6 @@ export declare class TranslateClient extends __Client<
|
|
|
213
189
|
> {
|
|
214
190
|
readonly config: TranslateClientResolvedConfig;
|
|
215
191
|
constructor(configuration: TranslateClientConfig);
|
|
216
|
-
|
|
217
192
|
destroy(): void;
|
|
218
193
|
}
|
|
219
194
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateParallelDataCommandInput
|
|
|
19
19
|
export interface CreateParallelDataCommandOutput
|
|
20
20
|
extends CreateParallelDataResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateParallelDataCommand extends $Command<
|
|
24
23
|
CreateParallelDataCommandInput,
|
|
25
24
|
CreateParallelDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateParallelDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateParallelDataCommandInput;
|
|
29
28
|
constructor(input: CreateParallelDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteParallelDataCommandInput
|
|
|
19
19
|
export interface DeleteParallelDataCommandOutput
|
|
20
20
|
extends DeleteParallelDataResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteParallelDataCommand extends $Command<
|
|
24
23
|
DeleteParallelDataCommandInput,
|
|
25
24
|
DeleteParallelDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteParallelDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteParallelDataCommandInput;
|
|
29
28
|
constructor(input: DeleteParallelDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteTerminologyCommandInput
|
|
15
15
|
extends DeleteTerminologyRequest {}
|
|
16
16
|
export interface DeleteTerminologyCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteTerminologyCommand extends $Command<
|
|
19
18
|
DeleteTerminologyCommandInput,
|
|
20
19
|
DeleteTerminologyCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteTerminologyCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteTerminologyCommandInput;
|
|
24
23
|
constructor(input: DeleteTerminologyCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeTextTranslationJobCommandInput
|
|
|
19
19
|
export interface DescribeTextTranslationJobCommandOutput
|
|
20
20
|
extends DescribeTextTranslationJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeTextTranslationJobCommand extends $Command<
|
|
24
23
|
DescribeTextTranslationJobCommandInput,
|
|
25
24
|
DescribeTextTranslationJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeTextTranslationJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeTextTranslationJobCommandInput;
|
|
29
28
|
constructor(input: DescribeTextTranslationJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetParallelDataCommandInput extends GetParallelDataRequest {}
|
|
|
18
18
|
export interface GetParallelDataCommandOutput
|
|
19
19
|
extends GetParallelDataResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetParallelDataCommand extends $Command<
|
|
23
22
|
GetParallelDataCommandInput,
|
|
24
23
|
GetParallelDataCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetParallelDataCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetParallelDataCommandInput;
|
|
28
27
|
constructor(input: GetParallelDataCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetTerminologyCommandInput extends GetTerminologyRequest {}
|
|
|
18
18
|
export interface GetTerminologyCommandOutput
|
|
19
19
|
extends GetTerminologyResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetTerminologyCommand extends $Command<
|
|
23
22
|
GetTerminologyCommandInput,
|
|
24
23
|
GetTerminologyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetTerminologyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetTerminologyCommandInput;
|
|
28
27
|
constructor(input: GetTerminologyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ImportTerminologyCommandInput
|
|
|
19
19
|
export interface ImportTerminologyCommandOutput
|
|
20
20
|
extends ImportTerminologyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportTerminologyCommand extends $Command<
|
|
24
23
|
ImportTerminologyCommandInput,
|
|
25
24
|
ImportTerminologyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportTerminologyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportTerminologyCommandInput;
|
|
29
28
|
constructor(input: ImportTerminologyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListLanguagesCommandInput extends ListLanguagesRequest {}
|
|
|
18
18
|
export interface ListLanguagesCommandOutput
|
|
19
19
|
extends ListLanguagesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListLanguagesCommand extends $Command<
|
|
23
22
|
ListLanguagesCommandInput,
|
|
24
23
|
ListLanguagesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListLanguagesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListLanguagesCommandInput;
|
|
28
27
|
constructor(input: ListLanguagesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListParallelDataCommandInput extends ListParallelDataRequest {}
|
|
|
18
18
|
export interface ListParallelDataCommandOutput
|
|
19
19
|
extends ListParallelDataResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListParallelDataCommand extends $Command<
|
|
23
22
|
ListParallelDataCommandInput,
|
|
24
23
|
ListParallelDataCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListParallelDataCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListParallelDataCommandInput;
|
|
28
27
|
constructor(input: ListParallelDataCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTerminologiesCommandInput
|
|
|
19
19
|
export interface ListTerminologiesCommandOutput
|
|
20
20
|
extends ListTerminologiesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTerminologiesCommand extends $Command<
|
|
24
23
|
ListTerminologiesCommandInput,
|
|
25
24
|
ListTerminologiesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTerminologiesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTerminologiesCommandInput;
|
|
29
28
|
constructor(input: ListTerminologiesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTextTranslationJobsCommandInput
|
|
|
19
19
|
export interface ListTextTranslationJobsCommandOutput
|
|
20
20
|
extends ListTextTranslationJobsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTextTranslationJobsCommand extends $Command<
|
|
24
23
|
ListTextTranslationJobsCommandInput,
|
|
25
24
|
ListTextTranslationJobsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTextTranslationJobsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTextTranslationJobsCommandInput;
|
|
29
28
|
constructor(input: ListTextTranslationJobsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartTextTranslationJobCommandInput
|
|
|
19
19
|
export interface StartTextTranslationJobCommandOutput
|
|
20
20
|
extends StartTextTranslationJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartTextTranslationJobCommand extends $Command<
|
|
24
23
|
StartTextTranslationJobCommandInput,
|
|
25
24
|
StartTextTranslationJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartTextTranslationJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartTextTranslationJobCommandInput;
|
|
29
28
|
constructor(input: StartTextTranslationJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopTextTranslationJobCommandInput
|
|
|
19
19
|
export interface StopTextTranslationJobCommandOutput
|
|
20
20
|
extends StopTextTranslationJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopTextTranslationJobCommand extends $Command<
|
|
24
23
|
StopTextTranslationJobCommandInput,
|
|
25
24
|
StopTextTranslationJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopTextTranslationJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopTextTranslationJobCommandInput;
|
|
29
28
|
constructor(input: StopTextTranslationJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface TranslateTextCommandInput extends TranslateTextRequest {}
|
|
|
18
18
|
export interface TranslateTextCommandOutput
|
|
19
19
|
extends TranslateTextResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class TranslateTextCommand extends $Command<
|
|
23
22
|
TranslateTextCommandInput,
|
|
24
23
|
TranslateTextCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class TranslateTextCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: TranslateTextCommandInput;
|
|
28
27
|
constructor(input: TranslateTextCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateParallelDataCommandInput
|
|
|
19
19
|
export interface UpdateParallelDataCommandOutput
|
|
20
20
|
extends UpdateParallelDataResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateParallelDataCommand extends $Command<
|
|
24
23
|
UpdateParallelDataCommandInput,
|
|
25
24
|
UpdateParallelDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateParallelDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateParallelDataCommandInput;
|
|
29
28
|
constructor(input: UpdateParallelDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TranslateClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class TranslateServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|