@aws-sdk/client-translate 3.297.0 → 3.299.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 -3
- package/dist-cjs/commands/DeleteParallelDataCommand.js +2 -3
- package/dist-cjs/commands/DeleteTerminologyCommand.js +2 -3
- package/dist-cjs/commands/DescribeTextTranslationJobCommand.js +2 -3
- package/dist-cjs/commands/GetParallelDataCommand.js +2 -3
- package/dist-cjs/commands/GetTerminologyCommand.js +2 -3
- package/dist-cjs/commands/ImportTerminologyCommand.js +1 -1
- package/dist-cjs/commands/ListLanguagesCommand.js +2 -3
- package/dist-cjs/commands/ListParallelDataCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTerminologiesCommand.js +2 -3
- package/dist-cjs/commands/ListTextTranslationJobsCommand.js +2 -3
- package/dist-cjs/commands/StartTextTranslationJobCommand.js +2 -3
- package/dist-cjs/commands/StopTextTranslationJobCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/TranslateTextCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateParallelDataCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -202
- package/dist-es/commands/CreateParallelDataCommand.js +2 -3
- package/dist-es/commands/DeleteParallelDataCommand.js +2 -3
- package/dist-es/commands/DeleteTerminologyCommand.js +2 -3
- package/dist-es/commands/DescribeTextTranslationJobCommand.js +2 -3
- package/dist-es/commands/GetParallelDataCommand.js +2 -3
- package/dist-es/commands/GetTerminologyCommand.js +2 -3
- package/dist-es/commands/ImportTerminologyCommand.js +2 -2
- package/dist-es/commands/ListLanguagesCommand.js +2 -3
- package/dist-es/commands/ListParallelDataCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTerminologiesCommand.js +2 -3
- package/dist-es/commands/ListTextTranslationJobsCommand.js +2 -3
- package/dist-es/commands/StartTextTranslationJobCommand.js +2 -3
- package/dist-es/commands/StopTextTranslationJobCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/TranslateTextCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateParallelDataCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -150
- package/dist-types/models/models_0.d.ts +0 -200
- package/dist-types/ts3.4/models/models_0.d.ts +0 -142
- package/package.json +11 -10
|
@@ -459,151 +459,9 @@ export interface UpdateParallelDataResponse {
|
|
|
459
459
|
LatestUpdateAttemptStatus?: ParallelDataStatus | string;
|
|
460
460
|
LatestUpdateAttemptAt?: Date;
|
|
461
461
|
}
|
|
462
|
-
export declare const TermFilterSensitiveLog: (obj: Term) => any;
|
|
463
|
-
export declare const AppliedTerminologyFilterSensitiveLog: (
|
|
464
|
-
obj: AppliedTerminology
|
|
465
|
-
) => any;
|
|
466
|
-
export declare const EncryptionKeyFilterSensitiveLog: (
|
|
467
|
-
obj: EncryptionKey
|
|
468
|
-
) => any;
|
|
469
|
-
export declare const ParallelDataConfigFilterSensitiveLog: (
|
|
470
|
-
obj: ParallelDataConfig
|
|
471
|
-
) => any;
|
|
472
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
473
|
-
export declare const CreateParallelDataRequestFilterSensitiveLog: (
|
|
474
|
-
obj: CreateParallelDataRequest
|
|
475
|
-
) => any;
|
|
476
|
-
export declare const CreateParallelDataResponseFilterSensitiveLog: (
|
|
477
|
-
obj: CreateParallelDataResponse
|
|
478
|
-
) => any;
|
|
479
|
-
export declare const DeleteParallelDataRequestFilterSensitiveLog: (
|
|
480
|
-
obj: DeleteParallelDataRequest
|
|
481
|
-
) => any;
|
|
482
|
-
export declare const DeleteParallelDataResponseFilterSensitiveLog: (
|
|
483
|
-
obj: DeleteParallelDataResponse
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const DeleteTerminologyRequestFilterSensitiveLog: (
|
|
486
|
-
obj: DeleteTerminologyRequest
|
|
487
|
-
) => any;
|
|
488
|
-
export declare const DescribeTextTranslationJobRequestFilterSensitiveLog: (
|
|
489
|
-
obj: DescribeTextTranslationJobRequest
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const InputDataConfigFilterSensitiveLog: (
|
|
492
|
-
obj: InputDataConfig
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
|
|
495
|
-
export declare const OutputDataConfigFilterSensitiveLog: (
|
|
496
|
-
obj: OutputDataConfig
|
|
497
|
-
) => any;
|
|
498
|
-
export declare const TranslationSettingsFilterSensitiveLog: (
|
|
499
|
-
obj: TranslationSettings
|
|
500
|
-
) => any;
|
|
501
|
-
export declare const TextTranslationJobPropertiesFilterSensitiveLog: (
|
|
502
|
-
obj: TextTranslationJobProperties
|
|
503
|
-
) => any;
|
|
504
|
-
export declare const DescribeTextTranslationJobResponseFilterSensitiveLog: (
|
|
505
|
-
obj: DescribeTextTranslationJobResponse
|
|
506
|
-
) => any;
|
|
507
|
-
export declare const GetParallelDataRequestFilterSensitiveLog: (
|
|
508
|
-
obj: GetParallelDataRequest
|
|
509
|
-
) => any;
|
|
510
|
-
export declare const ParallelDataDataLocationFilterSensitiveLog: (
|
|
511
|
-
obj: ParallelDataDataLocation
|
|
512
|
-
) => any;
|
|
513
|
-
export declare const ParallelDataPropertiesFilterSensitiveLog: (
|
|
514
|
-
obj: ParallelDataProperties
|
|
515
|
-
) => any;
|
|
516
|
-
export declare const GetParallelDataResponseFilterSensitiveLog: (
|
|
517
|
-
obj: GetParallelDataResponse
|
|
518
|
-
) => any;
|
|
519
|
-
export declare const GetTerminologyRequestFilterSensitiveLog: (
|
|
520
|
-
obj: GetTerminologyRequest
|
|
521
|
-
) => any;
|
|
522
|
-
export declare const TerminologyDataLocationFilterSensitiveLog: (
|
|
523
|
-
obj: TerminologyDataLocation
|
|
524
|
-
) => any;
|
|
525
|
-
export declare const TerminologyPropertiesFilterSensitiveLog: (
|
|
526
|
-
obj: TerminologyProperties
|
|
527
|
-
) => any;
|
|
528
|
-
export declare const GetTerminologyResponseFilterSensitiveLog: (
|
|
529
|
-
obj: GetTerminologyResponse
|
|
530
|
-
) => any;
|
|
531
462
|
export declare const TerminologyDataFilterSensitiveLog: (
|
|
532
463
|
obj: TerminologyData
|
|
533
464
|
) => any;
|
|
534
465
|
export declare const ImportTerminologyRequestFilterSensitiveLog: (
|
|
535
466
|
obj: ImportTerminologyRequest
|
|
536
467
|
) => any;
|
|
537
|
-
export declare const ImportTerminologyResponseFilterSensitiveLog: (
|
|
538
|
-
obj: ImportTerminologyResponse
|
|
539
|
-
) => any;
|
|
540
|
-
export declare const ListLanguagesRequestFilterSensitiveLog: (
|
|
541
|
-
obj: ListLanguagesRequest
|
|
542
|
-
) => any;
|
|
543
|
-
export declare const LanguageFilterSensitiveLog: (obj: Language) => any;
|
|
544
|
-
export declare const ListLanguagesResponseFilterSensitiveLog: (
|
|
545
|
-
obj: ListLanguagesResponse
|
|
546
|
-
) => any;
|
|
547
|
-
export declare const ListParallelDataRequestFilterSensitiveLog: (
|
|
548
|
-
obj: ListParallelDataRequest
|
|
549
|
-
) => any;
|
|
550
|
-
export declare const ListParallelDataResponseFilterSensitiveLog: (
|
|
551
|
-
obj: ListParallelDataResponse
|
|
552
|
-
) => any;
|
|
553
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
554
|
-
obj: ListTagsForResourceRequest
|
|
555
|
-
) => any;
|
|
556
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
557
|
-
obj: ListTagsForResourceResponse
|
|
558
|
-
) => any;
|
|
559
|
-
export declare const ListTerminologiesRequestFilterSensitiveLog: (
|
|
560
|
-
obj: ListTerminologiesRequest
|
|
561
|
-
) => any;
|
|
562
|
-
export declare const ListTerminologiesResponseFilterSensitiveLog: (
|
|
563
|
-
obj: ListTerminologiesResponse
|
|
564
|
-
) => any;
|
|
565
|
-
export declare const TextTranslationJobFilterFilterSensitiveLog: (
|
|
566
|
-
obj: TextTranslationJobFilter
|
|
567
|
-
) => any;
|
|
568
|
-
export declare const ListTextTranslationJobsRequestFilterSensitiveLog: (
|
|
569
|
-
obj: ListTextTranslationJobsRequest
|
|
570
|
-
) => any;
|
|
571
|
-
export declare const ListTextTranslationJobsResponseFilterSensitiveLog: (
|
|
572
|
-
obj: ListTextTranslationJobsResponse
|
|
573
|
-
) => any;
|
|
574
|
-
export declare const StartTextTranslationJobRequestFilterSensitiveLog: (
|
|
575
|
-
obj: StartTextTranslationJobRequest
|
|
576
|
-
) => any;
|
|
577
|
-
export declare const StartTextTranslationJobResponseFilterSensitiveLog: (
|
|
578
|
-
obj: StartTextTranslationJobResponse
|
|
579
|
-
) => any;
|
|
580
|
-
export declare const StopTextTranslationJobRequestFilterSensitiveLog: (
|
|
581
|
-
obj: StopTextTranslationJobRequest
|
|
582
|
-
) => any;
|
|
583
|
-
export declare const StopTextTranslationJobResponseFilterSensitiveLog: (
|
|
584
|
-
obj: StopTextTranslationJobResponse
|
|
585
|
-
) => any;
|
|
586
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
587
|
-
obj: TagResourceRequest
|
|
588
|
-
) => any;
|
|
589
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
590
|
-
obj: TagResourceResponse
|
|
591
|
-
) => any;
|
|
592
|
-
export declare const TranslateTextRequestFilterSensitiveLog: (
|
|
593
|
-
obj: TranslateTextRequest
|
|
594
|
-
) => any;
|
|
595
|
-
export declare const TranslateTextResponseFilterSensitiveLog: (
|
|
596
|
-
obj: TranslateTextResponse
|
|
597
|
-
) => any;
|
|
598
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
599
|
-
obj: UntagResourceRequest
|
|
600
|
-
) => any;
|
|
601
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
602
|
-
obj: UntagResourceResponse
|
|
603
|
-
) => any;
|
|
604
|
-
export declare const UpdateParallelDataRequestFilterSensitiveLog: (
|
|
605
|
-
obj: UpdateParallelDataRequest
|
|
606
|
-
) => any;
|
|
607
|
-
export declare const UpdateParallelDataResponseFilterSensitiveLog: (
|
|
608
|
-
obj: UpdateParallelDataResponse
|
|
609
|
-
) => any;
|
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.299.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo translate"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0",
|
|
56
57
|
"uuid": "^8.3.2"
|