@aws-sdk/client-translate 3.496.0 → 3.501.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 +38 -37
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2291,64 +2291,65 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2291
2291
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2292
2292
|
|
|
2293
2293
|
0 && (module.exports = {
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2294
|
+
TranslateServiceException,
|
|
2295
|
+
__Client,
|
|
2296
|
+
TranslateClient,
|
|
2297
|
+
Translate,
|
|
2298
|
+
$Command,
|
|
2297
2299
|
CreateParallelDataCommand,
|
|
2298
2300
|
DeleteParallelDataCommand,
|
|
2299
2301
|
DeleteTerminologyCommand,
|
|
2300
2302
|
DescribeTextTranslationJobCommand,
|
|
2301
|
-
DetectedLanguageLowConfidenceException,
|
|
2302
|
-
Directionality,
|
|
2303
|
-
DisplayLanguageCode,
|
|
2304
|
-
DocumentFilterSensitiveLog,
|
|
2305
|
-
EncryptionKeyType,
|
|
2306
|
-
Formality,
|
|
2307
2303
|
GetParallelDataCommand,
|
|
2308
2304
|
GetTerminologyCommand,
|
|
2309
2305
|
ImportTerminologyCommand,
|
|
2310
|
-
ImportTerminologyRequestFilterSensitiveLog,
|
|
2311
|
-
InternalServerException,
|
|
2312
|
-
InvalidFilterException,
|
|
2313
|
-
InvalidParameterValueException,
|
|
2314
|
-
InvalidRequestException,
|
|
2315
|
-
JobStatus,
|
|
2316
|
-
LimitExceededException,
|
|
2317
2306
|
ListLanguagesCommand,
|
|
2318
2307
|
ListParallelDataCommand,
|
|
2319
2308
|
ListTagsForResourceCommand,
|
|
2320
2309
|
ListTerminologiesCommand,
|
|
2321
2310
|
ListTextTranslationJobsCommand,
|
|
2322
|
-
MergeStrategy,
|
|
2323
|
-
ParallelDataFormat,
|
|
2324
|
-
ParallelDataStatus,
|
|
2325
|
-
Profanity,
|
|
2326
|
-
ResourceNotFoundException,
|
|
2327
|
-
ServiceUnavailableException,
|
|
2328
2311
|
StartTextTranslationJobCommand,
|
|
2329
2312
|
StopTextTranslationJobCommand,
|
|
2330
2313
|
TagResourceCommand,
|
|
2331
|
-
TerminologyDataFilterSensitiveLog,
|
|
2332
|
-
TerminologyDataFormat,
|
|
2333
|
-
TextSizeLimitExceededException,
|
|
2334
|
-
TooManyRequestsException,
|
|
2335
|
-
TooManyTagsException,
|
|
2336
|
-
Translate,
|
|
2337
|
-
TranslateClient,
|
|
2338
2314
|
TranslateDocumentCommand,
|
|
2339
|
-
TranslateDocumentRequestFilterSensitiveLog,
|
|
2340
|
-
TranslateDocumentResponseFilterSensitiveLog,
|
|
2341
|
-
TranslateServiceException,
|
|
2342
2315
|
TranslateTextCommand,
|
|
2343
|
-
TranslatedDocumentFilterSensitiveLog,
|
|
2344
|
-
UnsupportedDisplayLanguageCodeException,
|
|
2345
|
-
UnsupportedLanguagePairException,
|
|
2346
2316
|
UntagResourceCommand,
|
|
2347
2317
|
UpdateParallelDataCommand,
|
|
2348
|
-
__Client,
|
|
2349
2318
|
paginateListLanguages,
|
|
2350
2319
|
paginateListParallelData,
|
|
2351
2320
|
paginateListTerminologies,
|
|
2352
|
-
paginateListTextTranslationJobs
|
|
2321
|
+
paginateListTextTranslationJobs,
|
|
2322
|
+
ConcurrentModificationException,
|
|
2323
|
+
ConflictException,
|
|
2324
|
+
EncryptionKeyType,
|
|
2325
|
+
ParallelDataFormat,
|
|
2326
|
+
ParallelDataStatus,
|
|
2327
|
+
InternalServerException,
|
|
2328
|
+
InvalidParameterValueException,
|
|
2329
|
+
InvalidRequestException,
|
|
2330
|
+
LimitExceededException,
|
|
2331
|
+
TooManyRequestsException,
|
|
2332
|
+
TooManyTagsException,
|
|
2333
|
+
ResourceNotFoundException,
|
|
2334
|
+
JobStatus,
|
|
2335
|
+
Brevity,
|
|
2336
|
+
Formality,
|
|
2337
|
+
Profanity,
|
|
2338
|
+
TerminologyDataFormat,
|
|
2339
|
+
Directionality,
|
|
2340
|
+
MergeStrategy,
|
|
2341
|
+
DisplayLanguageCode,
|
|
2342
|
+
UnsupportedDisplayLanguageCodeException,
|
|
2343
|
+
InvalidFilterException,
|
|
2344
|
+
UnsupportedLanguagePairException,
|
|
2345
|
+
ServiceUnavailableException,
|
|
2346
|
+
DetectedLanguageLowConfidenceException,
|
|
2347
|
+
TextSizeLimitExceededException,
|
|
2348
|
+
TerminologyDataFilterSensitiveLog,
|
|
2349
|
+
ImportTerminologyRequestFilterSensitiveLog,
|
|
2350
|
+
DocumentFilterSensitiveLog,
|
|
2351
|
+
TranslateDocumentRequestFilterSensitiveLog,
|
|
2352
|
+
TranslatedDocumentFilterSensitiveLog,
|
|
2353
|
+
TranslateDocumentResponseFilterSensitiveLog
|
|
2353
2354
|
});
|
|
2354
2355
|
|
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.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-translate",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|