@aws-sdk/client-translate 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Translate.d.ts +274 -80
- package/dist-types/ts3.4/TranslateClient.d.ts +219 -88
- package/dist-types/ts3.4/commands/CreateParallelDataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteParallelDataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTerminologyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DescribeTextTranslationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetParallelDataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTerminologyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportTerminologyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLanguagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListParallelDataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTerminologiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTextTranslationJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTextTranslationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopTextTranslationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TranslateTextCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateParallelDataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +15 -15
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/TranslateServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +766 -689
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListLanguagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListParallelDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTerminologiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTextTranslationJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +185 -47
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,88 +1,219 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateParallelDataCommandInput,
|
|
47
|
+
CreateParallelDataCommandOutput,
|
|
48
|
+
} from "./commands/CreateParallelDataCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteParallelDataCommandInput,
|
|
51
|
+
DeleteParallelDataCommandOutput,
|
|
52
|
+
} from "./commands/DeleteParallelDataCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteTerminologyCommandInput,
|
|
55
|
+
DeleteTerminologyCommandOutput,
|
|
56
|
+
} from "./commands/DeleteTerminologyCommand";
|
|
57
|
+
import {
|
|
58
|
+
DescribeTextTranslationJobCommandInput,
|
|
59
|
+
DescribeTextTranslationJobCommandOutput,
|
|
60
|
+
} from "./commands/DescribeTextTranslationJobCommand";
|
|
61
|
+
import {
|
|
62
|
+
GetParallelDataCommandInput,
|
|
63
|
+
GetParallelDataCommandOutput,
|
|
64
|
+
} from "./commands/GetParallelDataCommand";
|
|
65
|
+
import {
|
|
66
|
+
GetTerminologyCommandInput,
|
|
67
|
+
GetTerminologyCommandOutput,
|
|
68
|
+
} from "./commands/GetTerminologyCommand";
|
|
69
|
+
import {
|
|
70
|
+
ImportTerminologyCommandInput,
|
|
71
|
+
ImportTerminologyCommandOutput,
|
|
72
|
+
} from "./commands/ImportTerminologyCommand";
|
|
73
|
+
import {
|
|
74
|
+
ListLanguagesCommandInput,
|
|
75
|
+
ListLanguagesCommandOutput,
|
|
76
|
+
} from "./commands/ListLanguagesCommand";
|
|
77
|
+
import {
|
|
78
|
+
ListParallelDataCommandInput,
|
|
79
|
+
ListParallelDataCommandOutput,
|
|
80
|
+
} from "./commands/ListParallelDataCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListTerminologiesCommandInput,
|
|
83
|
+
ListTerminologiesCommandOutput,
|
|
84
|
+
} from "./commands/ListTerminologiesCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListTextTranslationJobsCommandInput,
|
|
87
|
+
ListTextTranslationJobsCommandOutput,
|
|
88
|
+
} from "./commands/ListTextTranslationJobsCommand";
|
|
89
|
+
import {
|
|
90
|
+
StartTextTranslationJobCommandInput,
|
|
91
|
+
StartTextTranslationJobCommandOutput,
|
|
92
|
+
} from "./commands/StartTextTranslationJobCommand";
|
|
93
|
+
import {
|
|
94
|
+
StopTextTranslationJobCommandInput,
|
|
95
|
+
StopTextTranslationJobCommandOutput,
|
|
96
|
+
} from "./commands/StopTextTranslationJobCommand";
|
|
97
|
+
import {
|
|
98
|
+
TranslateTextCommandInput,
|
|
99
|
+
TranslateTextCommandOutput,
|
|
100
|
+
} from "./commands/TranslateTextCommand";
|
|
101
|
+
import {
|
|
102
|
+
UpdateParallelDataCommandInput,
|
|
103
|
+
UpdateParallelDataCommandOutput,
|
|
104
|
+
} from "./commands/UpdateParallelDataCommand";
|
|
105
|
+
export declare type ServiceInputTypes =
|
|
106
|
+
| CreateParallelDataCommandInput
|
|
107
|
+
| DeleteParallelDataCommandInput
|
|
108
|
+
| DeleteTerminologyCommandInput
|
|
109
|
+
| DescribeTextTranslationJobCommandInput
|
|
110
|
+
| GetParallelDataCommandInput
|
|
111
|
+
| GetTerminologyCommandInput
|
|
112
|
+
| ImportTerminologyCommandInput
|
|
113
|
+
| ListLanguagesCommandInput
|
|
114
|
+
| ListParallelDataCommandInput
|
|
115
|
+
| ListTerminologiesCommandInput
|
|
116
|
+
| ListTextTranslationJobsCommandInput
|
|
117
|
+
| StartTextTranslationJobCommandInput
|
|
118
|
+
| StopTextTranslationJobCommandInput
|
|
119
|
+
| TranslateTextCommandInput
|
|
120
|
+
| UpdateParallelDataCommandInput;
|
|
121
|
+
export declare type ServiceOutputTypes =
|
|
122
|
+
| CreateParallelDataCommandOutput
|
|
123
|
+
| DeleteParallelDataCommandOutput
|
|
124
|
+
| DeleteTerminologyCommandOutput
|
|
125
|
+
| DescribeTextTranslationJobCommandOutput
|
|
126
|
+
| GetParallelDataCommandOutput
|
|
127
|
+
| GetTerminologyCommandOutput
|
|
128
|
+
| ImportTerminologyCommandOutput
|
|
129
|
+
| ListLanguagesCommandOutput
|
|
130
|
+
| ListParallelDataCommandOutput
|
|
131
|
+
| ListTerminologiesCommandOutput
|
|
132
|
+
| ListTextTranslationJobsCommandOutput
|
|
133
|
+
| StartTextTranslationJobCommandOutput
|
|
134
|
+
| StopTextTranslationJobCommandOutput
|
|
135
|
+
| TranslateTextCommandOutput
|
|
136
|
+
| UpdateParallelDataCommandOutput;
|
|
137
|
+
export interface ClientDefaults
|
|
138
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
139
|
+
requestHandler?: __HttpHandler;
|
|
140
|
+
|
|
141
|
+
sha256?: __HashConstructor;
|
|
142
|
+
|
|
143
|
+
urlParser?: __UrlParser;
|
|
144
|
+
|
|
145
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
146
|
+
|
|
147
|
+
streamCollector?: __StreamCollector;
|
|
148
|
+
|
|
149
|
+
base64Decoder?: __Decoder;
|
|
150
|
+
|
|
151
|
+
base64Encoder?: __Encoder;
|
|
152
|
+
|
|
153
|
+
utf8Decoder?: __Decoder;
|
|
154
|
+
|
|
155
|
+
utf8Encoder?: __Encoder;
|
|
156
|
+
|
|
157
|
+
runtime?: string;
|
|
158
|
+
|
|
159
|
+
disableHostPrefix?: boolean;
|
|
160
|
+
|
|
161
|
+
maxAttempts?: number | __Provider<number>;
|
|
162
|
+
|
|
163
|
+
retryMode?: string | __Provider<string>;
|
|
164
|
+
|
|
165
|
+
logger?: __Logger;
|
|
166
|
+
|
|
167
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
168
|
+
|
|
169
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
170
|
+
|
|
171
|
+
serviceId?: string;
|
|
172
|
+
|
|
173
|
+
region?: string | __Provider<string>;
|
|
174
|
+
|
|
175
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
176
|
+
|
|
177
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
178
|
+
|
|
179
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
180
|
+
|
|
181
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
182
|
+
}
|
|
183
|
+
declare type TranslateClientConfigType = Partial<
|
|
184
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
185
|
+
> &
|
|
186
|
+
ClientDefaults &
|
|
187
|
+
RegionInputConfig &
|
|
188
|
+
EndpointsInputConfig &
|
|
189
|
+
RetryInputConfig &
|
|
190
|
+
HostHeaderInputConfig &
|
|
191
|
+
AwsAuthInputConfig &
|
|
192
|
+
UserAgentInputConfig;
|
|
193
|
+
|
|
194
|
+
export interface TranslateClientConfig extends TranslateClientConfigType {}
|
|
195
|
+
declare type TranslateClientResolvedConfigType =
|
|
196
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
197
|
+
Required<ClientDefaults> &
|
|
198
|
+
RegionResolvedConfig &
|
|
199
|
+
EndpointsResolvedConfig &
|
|
200
|
+
RetryResolvedConfig &
|
|
201
|
+
HostHeaderResolvedConfig &
|
|
202
|
+
AwsAuthResolvedConfig &
|
|
203
|
+
UserAgentResolvedConfig;
|
|
204
|
+
|
|
205
|
+
export interface TranslateClientResolvedConfig
|
|
206
|
+
extends TranslateClientResolvedConfigType {}
|
|
207
|
+
|
|
208
|
+
export declare class TranslateClient extends __Client<
|
|
209
|
+
__HttpHandlerOptions,
|
|
210
|
+
ServiceInputTypes,
|
|
211
|
+
ServiceOutputTypes,
|
|
212
|
+
TranslateClientResolvedConfig
|
|
213
|
+
> {
|
|
214
|
+
readonly config: TranslateClientResolvedConfig;
|
|
215
|
+
constructor(configuration: TranslateClientConfig);
|
|
216
|
+
|
|
217
|
+
destroy(): void;
|
|
218
|
+
}
|
|
219
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateParallelDataRequest,
|
|
10
|
+
CreateParallelDataResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TranslateClientResolvedConfig,
|
|
16
|
+
} from "../TranslateClient";
|
|
17
|
+
export interface CreateParallelDataCommandInput
|
|
18
|
+
extends CreateParallelDataRequest {}
|
|
19
|
+
export interface CreateParallelDataCommandOutput
|
|
20
|
+
extends CreateParallelDataResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateParallelDataCommand extends $Command<
|
|
24
|
+
CreateParallelDataCommandInput,
|
|
25
|
+
CreateParallelDataCommandOutput,
|
|
26
|
+
TranslateClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateParallelDataCommandInput;
|
|
29
|
+
constructor(input: CreateParallelDataCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TranslateClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateParallelDataCommandInput, CreateParallelDataCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteParallelDataRequest,
|
|
10
|
+
DeleteParallelDataResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TranslateClientResolvedConfig,
|
|
16
|
+
} from "../TranslateClient";
|
|
17
|
+
export interface DeleteParallelDataCommandInput
|
|
18
|
+
extends DeleteParallelDataRequest {}
|
|
19
|
+
export interface DeleteParallelDataCommandOutput
|
|
20
|
+
extends DeleteParallelDataResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteParallelDataCommand extends $Command<
|
|
24
|
+
DeleteParallelDataCommandInput,
|
|
25
|
+
DeleteParallelDataCommandOutput,
|
|
26
|
+
TranslateClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteParallelDataCommandInput;
|
|
29
|
+
constructor(input: DeleteParallelDataCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TranslateClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteParallelDataCommandInput, DeleteParallelDataCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteTerminologyRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TranslateClientResolvedConfig,
|
|
13
|
+
} from "../TranslateClient";
|
|
14
|
+
export interface DeleteTerminologyCommandInput
|
|
15
|
+
extends DeleteTerminologyRequest {}
|
|
16
|
+
export interface DeleteTerminologyCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteTerminologyCommand extends $Command<
|
|
19
|
+
DeleteTerminologyCommandInput,
|
|
20
|
+
DeleteTerminologyCommandOutput,
|
|
21
|
+
TranslateClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteTerminologyCommandInput;
|
|
24
|
+
constructor(input: DeleteTerminologyCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: TranslateClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteTerminologyCommandInput, DeleteTerminologyCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeTextTranslationJobRequest,
|
|
10
|
+
DescribeTextTranslationJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TranslateClientResolvedConfig,
|
|
16
|
+
} from "../TranslateClient";
|
|
17
|
+
export interface DescribeTextTranslationJobCommandInput
|
|
18
|
+
extends DescribeTextTranslationJobRequest {}
|
|
19
|
+
export interface DescribeTextTranslationJobCommandOutput
|
|
20
|
+
extends DescribeTextTranslationJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeTextTranslationJobCommand extends $Command<
|
|
24
|
+
DescribeTextTranslationJobCommandInput,
|
|
25
|
+
DescribeTextTranslationJobCommandOutput,
|
|
26
|
+
TranslateClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeTextTranslationJobCommandInput;
|
|
29
|
+
constructor(input: DescribeTextTranslationJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TranslateClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeTextTranslationJobCommandInput,
|
|
37
|
+
DescribeTextTranslationJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetParallelDataRequest,
|
|
10
|
+
GetParallelDataResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TranslateClientResolvedConfig,
|
|
16
|
+
} from "../TranslateClient";
|
|
17
|
+
export interface GetParallelDataCommandInput extends GetParallelDataRequest {}
|
|
18
|
+
export interface GetParallelDataCommandOutput
|
|
19
|
+
extends GetParallelDataResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetParallelDataCommand extends $Command<
|
|
23
|
+
GetParallelDataCommandInput,
|
|
24
|
+
GetParallelDataCommandOutput,
|
|
25
|
+
TranslateClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetParallelDataCommandInput;
|
|
28
|
+
constructor(input: GetParallelDataCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TranslateClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetParallelDataCommandInput, GetParallelDataCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetTerminologyRequest,
|
|
10
|
+
GetTerminologyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TranslateClientResolvedConfig,
|
|
16
|
+
} from "../TranslateClient";
|
|
17
|
+
export interface GetTerminologyCommandInput extends GetTerminologyRequest {}
|
|
18
|
+
export interface GetTerminologyCommandOutput
|
|
19
|
+
extends GetTerminologyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetTerminologyCommand extends $Command<
|
|
23
|
+
GetTerminologyCommandInput,
|
|
24
|
+
GetTerminologyCommandOutput,
|
|
25
|
+
TranslateClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetTerminologyCommandInput;
|
|
28
|
+
constructor(input: GetTerminologyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TranslateClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetTerminologyCommandInput, GetTerminologyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|