@aws-sdk/client-translate 3.775.0 → 3.782.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-types/commands/CreateParallelDataCommand.d.ts +1 -0
- package/dist-types/commands/DeleteParallelDataCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTerminologyCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTextTranslationJobCommand.d.ts +1 -0
- package/dist-types/commands/GetParallelDataCommand.d.ts +1 -0
- package/dist-types/commands/GetTerminologyCommand.d.ts +1 -0
- package/dist-types/commands/ImportTerminologyCommand.d.ts +1 -0
- package/dist-types/commands/ListLanguagesCommand.d.ts +1 -0
- package/dist-types/commands/ListParallelDataCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTerminologiesCommand.d.ts +1 -0
- package/dist-types/commands/ListTextTranslationJobsCommand.d.ts +1 -0
- package/dist-types/commands/StartTextTranslationJobCommand.d.ts +1 -0
- package/dist-types/commands/StopTextTranslationJobCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/TranslateDocumentCommand.d.ts +1 -0
- package/dist-types/commands/TranslateTextCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateParallelDataCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -103,6 +103,7 @@ declare const CreateParallelDataCommand_base: {
|
|
|
103
103
|
* @throws {@link TranslateServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateParallelDataCommand extends CreateParallelDataCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteParallelDataCommand_base: {
|
|
|
71
71
|
* @throws {@link TranslateServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteParallelDataCommand extends DeleteParallelDataCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteTerminologyCommand_base: {
|
|
|
68
68
|
* @throws {@link TranslateServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteTerminologyCommand extends DeleteTerminologyCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const DescribeTextTranslationJobCommand_base: {
|
|
|
106
106
|
* @throws {@link TranslateServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class DescribeTextTranslationJobCommand extends DescribeTextTranslationJobCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const GetParallelDataCommand_base: {
|
|
|
108
108
|
* @throws {@link TranslateServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class GetParallelDataCommand extends GetParallelDataCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetTerminologyCommand_base: {
|
|
|
99
99
|
* @throws {@link TranslateServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetTerminologyCommand extends GetTerminologyCommand_base {
|
|
@@ -124,6 +124,7 @@ declare const ImportTerminologyCommand_base: {
|
|
|
124
124
|
* @throws {@link TranslateServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class ImportTerminologyCommand extends ImportTerminologyCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListLanguagesCommand_base: {
|
|
|
77
77
|
* @throws {@link TranslateServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListLanguagesCommand extends ListLanguagesCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListParallelDataCommand_base: {
|
|
|
95
95
|
* @throws {@link TranslateServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListParallelDataCommand extends ListParallelDataCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link TranslateServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListTerminologiesCommand_base: {
|
|
|
89
89
|
* @throws {@link TranslateServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListTerminologiesCommand extends ListTerminologiesCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const ListTextTranslationJobsCommand_base: {
|
|
|
117
117
|
* @throws {@link TranslateServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class ListTextTranslationJobsCommand extends ListTextTranslationJobsCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const StartTextTranslationJobCommand_base: {
|
|
|
115
115
|
* @throws {@link TranslateServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class StartTextTranslationJobCommand extends StartTextTranslationJobCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const StopTextTranslationJobCommand_base: {
|
|
|
73
73
|
* @throws {@link TranslateServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StopTextTranslationJobCommand extends StopTextTranslationJobCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const TagResourceCommand_base: {
|
|
|
80
80
|
* @throws {@link TranslateServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const TranslateDocumentCommand_base: {
|
|
|
125
125
|
* @throws {@link TranslateServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class TranslateDocumentCommand extends TranslateDocumentCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const TranslateTextCommand_base: {
|
|
|
117
117
|
* @throws {@link TranslateServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class TranslateTextCommand extends TranslateTextCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link TranslateServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UpdateParallelDataCommand_base: {
|
|
|
95
95
|
* @throws {@link TranslateServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Translate service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateParallelDataCommand extends UpdateParallelDataCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|