@aws-sdk/client-translate 3.39.0 → 3.43.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 +42 -0
- package/dist-cjs/endpoints.js +118 -17
- package/dist-cjs/models/models_0.js +18 -2
- package/dist-cjs/protocols/Aws_json1_1.js +47 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +118 -17
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/protocols/Aws_json1_1.js +77 -36
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Translate.d.ts +4 -4
- package/dist-types/TranslateClient.d.ts +8 -0
- package/dist-types/commands/CreateParallelDataCommand.d.ts +4 -4
- package/dist-types/commands/DeleteParallelDataCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTerminologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTextTranslationJobCommand.d.ts +2 -2
- package/dist-types/commands/GetParallelDataCommand.d.ts +1 -1
- package/dist-types/commands/GetTerminologyCommand.d.ts +1 -1
- package/dist-types/commands/ImportTerminologyCommand.d.ts +1 -1
- package/dist-types/commands/ListParallelDataCommand.d.ts +1 -1
- package/dist-types/commands/ListTerminologiesCommand.d.ts +1 -1
- package/dist-types/commands/ListTextTranslationJobsCommand.d.ts +1 -1
- package/dist-types/commands/StartTextTranslationJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTextTranslationJobCommand.d.ts +1 -1
- package/dist-types/commands/TranslateTextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateParallelDataCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +203 -23
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/TranslateClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +43 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -967,68 +967,76 @@ export var deserializeAws_json1_1StartTextTranslationJobCommand = function (outp
|
|
|
967
967
|
});
|
|
968
968
|
}); };
|
|
969
969
|
var deserializeAws_json1_1StartTextTranslationJobCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
970
|
-
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, _g, parsedBody, message;
|
|
971
|
-
var
|
|
972
|
-
return __generator(this, function (
|
|
973
|
-
switch (
|
|
970
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, _g, _h, parsedBody, message;
|
|
971
|
+
var _j;
|
|
972
|
+
return __generator(this, function (_k) {
|
|
973
|
+
switch (_k.label) {
|
|
974
974
|
case 0:
|
|
975
975
|
_a = [__assign({}, output)];
|
|
976
|
-
|
|
976
|
+
_j = {};
|
|
977
977
|
return [4, parseBody(output.body, context)];
|
|
978
978
|
case 1:
|
|
979
|
-
parsedOutput = __assign.apply(void 0, _a.concat([(
|
|
979
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_j.body = _k.sent(), _j)]));
|
|
980
980
|
errorCode = "UnknownError";
|
|
981
981
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
982
982
|
_b = errorCode;
|
|
983
983
|
switch (_b) {
|
|
984
984
|
case "InternalServerException": return [3, 2];
|
|
985
985
|
case "com.amazonaws.translate#InternalServerException": return [3, 2];
|
|
986
|
-
case "
|
|
987
|
-
case "com.amazonaws.translate#
|
|
988
|
-
case "
|
|
989
|
-
case "com.amazonaws.translate#
|
|
990
|
-
case "
|
|
991
|
-
case "com.amazonaws.translate#
|
|
992
|
-
case "
|
|
993
|
-
case "com.amazonaws.translate#
|
|
986
|
+
case "InvalidParameterValueException": return [3, 4];
|
|
987
|
+
case "com.amazonaws.translate#InvalidParameterValueException": return [3, 4];
|
|
988
|
+
case "InvalidRequestException": return [3, 6];
|
|
989
|
+
case "com.amazonaws.translate#InvalidRequestException": return [3, 6];
|
|
990
|
+
case "ResourceNotFoundException": return [3, 8];
|
|
991
|
+
case "com.amazonaws.translate#ResourceNotFoundException": return [3, 8];
|
|
992
|
+
case "TooManyRequestsException": return [3, 10];
|
|
993
|
+
case "com.amazonaws.translate#TooManyRequestsException": return [3, 10];
|
|
994
|
+
case "UnsupportedLanguagePairException": return [3, 12];
|
|
995
|
+
case "com.amazonaws.translate#UnsupportedLanguagePairException": return [3, 12];
|
|
994
996
|
}
|
|
995
|
-
return [3,
|
|
997
|
+
return [3, 14];
|
|
996
998
|
case 2:
|
|
997
999
|
_c = [{}];
|
|
998
1000
|
return [4, deserializeAws_json1_1InternalServerExceptionResponse(parsedOutput, context)];
|
|
999
1001
|
case 3:
|
|
1000
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(
|
|
1001
|
-
return [3,
|
|
1002
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_k.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1003
|
+
return [3, 15];
|
|
1002
1004
|
case 4:
|
|
1003
1005
|
_d = [{}];
|
|
1004
|
-
return [4,
|
|
1006
|
+
return [4, deserializeAws_json1_1InvalidParameterValueExceptionResponse(parsedOutput, context)];
|
|
1005
1007
|
case 5:
|
|
1006
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(
|
|
1007
|
-
return [3,
|
|
1008
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_k.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1009
|
+
return [3, 15];
|
|
1008
1010
|
case 6:
|
|
1009
1011
|
_e = [{}];
|
|
1010
|
-
return [4,
|
|
1012
|
+
return [4, deserializeAws_json1_1InvalidRequestExceptionResponse(parsedOutput, context)];
|
|
1011
1013
|
case 7:
|
|
1012
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(
|
|
1013
|
-
return [3,
|
|
1014
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_k.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1015
|
+
return [3, 15];
|
|
1014
1016
|
case 8:
|
|
1015
1017
|
_f = [{}];
|
|
1016
|
-
return [4,
|
|
1018
|
+
return [4, deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
1017
1019
|
case 9:
|
|
1018
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _f.concat([(
|
|
1019
|
-
return [3,
|
|
1020
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _f.concat([(_k.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1021
|
+
return [3, 15];
|
|
1020
1022
|
case 10:
|
|
1021
1023
|
_g = [{}];
|
|
1022
|
-
return [4,
|
|
1024
|
+
return [4, deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context)];
|
|
1023
1025
|
case 11:
|
|
1024
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _g.concat([(
|
|
1025
|
-
return [3,
|
|
1026
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _g.concat([(_k.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1027
|
+
return [3, 15];
|
|
1026
1028
|
case 12:
|
|
1029
|
+
_h = [{}];
|
|
1030
|
+
return [4, deserializeAws_json1_1UnsupportedLanguagePairExceptionResponse(parsedOutput, context)];
|
|
1031
|
+
case 13:
|
|
1032
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _h.concat([(_k.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1033
|
+
return [3, 15];
|
|
1034
|
+
case 14:
|
|
1027
1035
|
parsedBody = parsedOutput.body;
|
|
1028
1036
|
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
1029
1037
|
response = __assign(__assign({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
1030
|
-
|
|
1031
|
-
case
|
|
1038
|
+
_k.label = 15;
|
|
1039
|
+
case 15:
|
|
1032
1040
|
message = response.message || response.Message || errorCode;
|
|
1033
1041
|
response.message = message;
|
|
1034
1042
|
delete response.Message;
|
|
@@ -1501,7 +1509,10 @@ var serializeAws_json1_1ListTextTranslationJobsRequest = function (input, contex
|
|
|
1501
1509
|
input.Filter !== null && { Filter: serializeAws_json1_1TextTranslationJobFilter(input.Filter, context) })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }));
|
|
1502
1510
|
};
|
|
1503
1511
|
var serializeAws_json1_1OutputDataConfig = function (input, context) {
|
|
1504
|
-
return __assign({}, (input.
|
|
1512
|
+
return __assign(__assign({}, (input.EncryptionKey !== undefined &&
|
|
1513
|
+
input.EncryptionKey !== null && {
|
|
1514
|
+
EncryptionKey: serializeAws_json1_1EncryptionKey(input.EncryptionKey, context),
|
|
1515
|
+
})), (input.S3Uri !== undefined && input.S3Uri !== null && { S3Uri: input.S3Uri }));
|
|
1505
1516
|
};
|
|
1506
1517
|
var serializeAws_json1_1ParallelDataConfig = function (input, context) {
|
|
1507
1518
|
return __assign(__assign({}, (input.Format !== undefined && input.Format !== null && { Format: input.Format })), (input.S3Uri !== undefined && input.S3Uri !== null && { S3Uri: input.S3Uri }));
|
|
@@ -1518,7 +1529,7 @@ var serializeAws_json1_1ResourceNameList = function (input, context) {
|
|
|
1518
1529
|
};
|
|
1519
1530
|
var serializeAws_json1_1StartTextTranslationJobRequest = function (input, context) {
|
|
1520
1531
|
var _a;
|
|
1521
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.DataAccessRoleArn !== undefined &&
|
|
1532
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.DataAccessRoleArn !== undefined &&
|
|
1522
1533
|
input.DataAccessRoleArn !== null && { DataAccessRoleArn: input.DataAccessRoleArn })), (input.InputDataConfig !== undefined &&
|
|
1523
1534
|
input.InputDataConfig !== null && {
|
|
1524
1535
|
InputDataConfig: serializeAws_json1_1InputDataConfig(input.InputDataConfig, context),
|
|
@@ -1528,7 +1539,8 @@ var serializeAws_json1_1StartTextTranslationJobRequest = function (input, contex
|
|
|
1528
1539
|
})), (input.ParallelDataNames !== undefined &&
|
|
1529
1540
|
input.ParallelDataNames !== null && {
|
|
1530
1541
|
ParallelDataNames: serializeAws_json1_1ResourceNameList(input.ParallelDataNames, context),
|
|
1531
|
-
})), (input.
|
|
1542
|
+
})), (input.Settings !== undefined &&
|
|
1543
|
+
input.Settings !== null && { Settings: serializeAws_json1_1TranslationSettings(input.Settings, context) })), (input.SourceLanguageCode !== undefined &&
|
|
1532
1544
|
input.SourceLanguageCode !== null && { SourceLanguageCode: input.SourceLanguageCode })), (input.TargetLanguageCodes !== undefined &&
|
|
1533
1545
|
input.TargetLanguageCodes !== null && {
|
|
1534
1546
|
TargetLanguageCodes: serializeAws_json1_1TargetLanguageCodeStringList(input.TargetLanguageCodes, context),
|
|
@@ -1551,7 +1563,8 @@ var serializeAws_json1_1TargetLanguageCodeStringList = function (input, context)
|
|
|
1551
1563
|
});
|
|
1552
1564
|
};
|
|
1553
1565
|
var serializeAws_json1_1TerminologyData = function (input, context) {
|
|
1554
|
-
return __assign(__assign(
|
|
1566
|
+
return __assign(__assign(__assign({}, (input.Directionality !== undefined &&
|
|
1567
|
+
input.Directionality !== null && { Directionality: input.Directionality })), (input.File !== undefined && input.File !== null && { File: context.base64Encoder(input.File) })), (input.Format !== undefined && input.Format !== null && { Format: input.Format }));
|
|
1555
1568
|
};
|
|
1556
1569
|
var serializeAws_json1_1TextTranslationJobFilter = function (input, context) {
|
|
1557
1570
|
return __assign(__assign(__assign(__assign({}, (input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName })), (input.JobStatus !== undefined && input.JobStatus !== null && { JobStatus: input.JobStatus })), (input.SubmittedAfterTime !== undefined &&
|
|
@@ -1563,13 +1576,17 @@ var serializeAws_json1_1TextTranslationJobFilter = function (input, context) {
|
|
|
1563
1576
|
}));
|
|
1564
1577
|
};
|
|
1565
1578
|
var serializeAws_json1_1TranslateTextRequest = function (input, context) {
|
|
1566
|
-
return __assign(__assign(__assign(__assign({}, (input.
|
|
1579
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.Settings !== undefined &&
|
|
1580
|
+
input.Settings !== null && { Settings: serializeAws_json1_1TranslationSettings(input.Settings, context) })), (input.SourceLanguageCode !== undefined &&
|
|
1567
1581
|
input.SourceLanguageCode !== null && { SourceLanguageCode: input.SourceLanguageCode })), (input.TargetLanguageCode !== undefined &&
|
|
1568
1582
|
input.TargetLanguageCode !== null && { TargetLanguageCode: input.TargetLanguageCode })), (input.TerminologyNames !== undefined &&
|
|
1569
1583
|
input.TerminologyNames !== null && {
|
|
1570
1584
|
TerminologyNames: serializeAws_json1_1ResourceNameList(input.TerminologyNames, context),
|
|
1571
1585
|
})), (input.Text !== undefined && input.Text !== null && { Text: input.Text }));
|
|
1572
1586
|
};
|
|
1587
|
+
var serializeAws_json1_1TranslationSettings = function (input, context) {
|
|
1588
|
+
return __assign({}, (input.Profanity !== undefined && input.Profanity !== null && { Profanity: input.Profanity }));
|
|
1589
|
+
};
|
|
1573
1590
|
var serializeAws_json1_1UpdateParallelDataRequest = function (input, context) {
|
|
1574
1591
|
var _a;
|
|
1575
1592
|
return __assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.ParallelDataConfig !== undefined &&
|
|
@@ -1655,6 +1672,9 @@ var deserializeAws_json1_1GetParallelDataResponse = function (output, context) {
|
|
|
1655
1672
|
};
|
|
1656
1673
|
var deserializeAws_json1_1GetTerminologyResponse = function (output, context) {
|
|
1657
1674
|
return {
|
|
1675
|
+
AuxiliaryDataLocation: output.AuxiliaryDataLocation !== undefined && output.AuxiliaryDataLocation !== null
|
|
1676
|
+
? deserializeAws_json1_1TerminologyDataLocation(output.AuxiliaryDataLocation, context)
|
|
1677
|
+
: undefined,
|
|
1658
1678
|
TerminologyDataLocation: output.TerminologyDataLocation !== undefined && output.TerminologyDataLocation !== null
|
|
1659
1679
|
? deserializeAws_json1_1TerminologyDataLocation(output.TerminologyDataLocation, context)
|
|
1660
1680
|
: undefined,
|
|
@@ -1665,6 +1685,9 @@ var deserializeAws_json1_1GetTerminologyResponse = function (output, context) {
|
|
|
1665
1685
|
};
|
|
1666
1686
|
var deserializeAws_json1_1ImportTerminologyResponse = function (output, context) {
|
|
1667
1687
|
return {
|
|
1688
|
+
AuxiliaryDataLocation: output.AuxiliaryDataLocation !== undefined && output.AuxiliaryDataLocation !== null
|
|
1689
|
+
? deserializeAws_json1_1TerminologyDataLocation(output.AuxiliaryDataLocation, context)
|
|
1690
|
+
: undefined,
|
|
1668
1691
|
TerminologyProperties: output.TerminologyProperties !== undefined && output.TerminologyProperties !== null
|
|
1669
1692
|
? deserializeAws_json1_1TerminologyProperties(output.TerminologyProperties, context)
|
|
1670
1693
|
: undefined,
|
|
@@ -1744,6 +1767,9 @@ var deserializeAws_json1_1ListTextTranslationJobsResponse = function (output, co
|
|
|
1744
1767
|
};
|
|
1745
1768
|
var deserializeAws_json1_1OutputDataConfig = function (output, context) {
|
|
1746
1769
|
return {
|
|
1770
|
+
EncryptionKey: output.EncryptionKey !== undefined && output.EncryptionKey !== null
|
|
1771
|
+
? deserializeAws_json1_1EncryptionKey(output.EncryptionKey, context)
|
|
1772
|
+
: undefined,
|
|
1747
1773
|
S3Uri: __expectString(output.S3Uri),
|
|
1748
1774
|
};
|
|
1749
1775
|
};
|
|
@@ -1863,14 +1889,18 @@ var deserializeAws_json1_1TerminologyProperties = function (output, context) {
|
|
|
1863
1889
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt)))
|
|
1864
1890
|
: undefined,
|
|
1865
1891
|
Description: __expectString(output.Description),
|
|
1892
|
+
Directionality: __expectString(output.Directionality),
|
|
1866
1893
|
EncryptionKey: output.EncryptionKey !== undefined && output.EncryptionKey !== null
|
|
1867
1894
|
? deserializeAws_json1_1EncryptionKey(output.EncryptionKey, context)
|
|
1868
1895
|
: undefined,
|
|
1896
|
+
Format: __expectString(output.Format),
|
|
1869
1897
|
LastUpdatedAt: output.LastUpdatedAt !== undefined && output.LastUpdatedAt !== null
|
|
1870
1898
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastUpdatedAt)))
|
|
1871
1899
|
: undefined,
|
|
1900
|
+
Message: __expectString(output.Message),
|
|
1872
1901
|
Name: __expectString(output.Name),
|
|
1873
1902
|
SizeBytes: __expectInt32(output.SizeBytes),
|
|
1903
|
+
SkippedTermCount: __expectInt32(output.SkippedTermCount),
|
|
1874
1904
|
SourceLanguageCode: __expectString(output.SourceLanguageCode),
|
|
1875
1905
|
TargetLanguageCodes: output.TargetLanguageCodes !== undefined && output.TargetLanguageCodes !== null
|
|
1876
1906
|
? deserializeAws_json1_1LanguageCodeStringList(output.TargetLanguageCodes, context)
|
|
@@ -1925,6 +1955,9 @@ var deserializeAws_json1_1TextTranslationJobProperties = function (output, conte
|
|
|
1925
1955
|
ParallelDataNames: output.ParallelDataNames !== undefined && output.ParallelDataNames !== null
|
|
1926
1956
|
? deserializeAws_json1_1ResourceNameList(output.ParallelDataNames, context)
|
|
1927
1957
|
: undefined,
|
|
1958
|
+
Settings: output.Settings !== undefined && output.Settings !== null
|
|
1959
|
+
? deserializeAws_json1_1TranslationSettings(output.Settings, context)
|
|
1960
|
+
: undefined,
|
|
1928
1961
|
SourceLanguageCode: __expectString(output.SourceLanguageCode),
|
|
1929
1962
|
SubmittedTime: output.SubmittedTime !== undefined && output.SubmittedTime !== null
|
|
1930
1963
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.SubmittedTime)))
|
|
@@ -1954,6 +1987,9 @@ var deserializeAws_json1_1TooManyRequestsException = function (output, context)
|
|
|
1954
1987
|
};
|
|
1955
1988
|
var deserializeAws_json1_1TranslateTextResponse = function (output, context) {
|
|
1956
1989
|
return {
|
|
1990
|
+
AppliedSettings: output.AppliedSettings !== undefined && output.AppliedSettings !== null
|
|
1991
|
+
? deserializeAws_json1_1TranslationSettings(output.AppliedSettings, context)
|
|
1992
|
+
: undefined,
|
|
1957
1993
|
AppliedTerminologies: output.AppliedTerminologies !== undefined && output.AppliedTerminologies !== null
|
|
1958
1994
|
? deserializeAws_json1_1AppliedTerminologyList(output.AppliedTerminologies, context)
|
|
1959
1995
|
: undefined,
|
|
@@ -1962,6 +1998,11 @@ var deserializeAws_json1_1TranslateTextResponse = function (output, context) {
|
|
|
1962
1998
|
TranslatedText: __expectString(output.TranslatedText),
|
|
1963
1999
|
};
|
|
1964
2000
|
};
|
|
2001
|
+
var deserializeAws_json1_1TranslationSettings = function (output, context) {
|
|
2002
|
+
return {
|
|
2003
|
+
Profanity: __expectString(output.Profanity),
|
|
2004
|
+
};
|
|
2005
|
+
};
|
|
1965
2006
|
var deserializeAws_json1_1UnsupportedLanguagePairException = function (output, context) {
|
|
1966
2007
|
return {
|
|
1967
2008
|
Message: __expectString(output.Message),
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
|
10
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
13
|
export var getRuntimeConfig = function (config) {
|
|
13
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
14
15
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
16
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
16
17
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
21
|
};
|
|
@@ -21,9 +21,9 @@ import { TranslateClient } from "./TranslateClient";
|
|
|
21
21
|
export declare class Translate extends TranslateClient {
|
|
22
22
|
/**
|
|
23
23
|
* <p>Creates a parallel data resource in Amazon Translate by importing an input file from
|
|
24
|
-
* Amazon S3. Parallel data files contain examples
|
|
25
|
-
*
|
|
26
|
-
*
|
|
24
|
+
* Amazon S3. Parallel data files contain examples that show how you want segments of text to be
|
|
25
|
+
* translated. By adding parallel data, you can influence the style, tone, and word choice in
|
|
26
|
+
* your translation output.</p>
|
|
27
27
|
*/
|
|
28
28
|
createParallelData(args: CreateParallelDataCommandInput, options?: __HttpHandlerOptions): Promise<CreateParallelDataCommandOutput>;
|
|
29
29
|
createParallelData(args: CreateParallelDataCommandInput, cb: (err: any, data?: CreateParallelDataCommandOutput) => void): void;
|
|
@@ -41,7 +41,7 @@ export declare class Translate extends TranslateClient {
|
|
|
41
41
|
deleteTerminology(args: DeleteTerminologyCommandInput, cb: (err: any, data?: DeleteTerminologyCommandOutput) => void): void;
|
|
42
42
|
deleteTerminology(args: DeleteTerminologyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTerminologyCommandOutput) => void): void;
|
|
43
43
|
/**
|
|
44
|
-
* <p>Gets the properties associated with an
|
|
44
|
+
* <p>Gets the properties associated with an asynchronous batch translation job including name,
|
|
45
45
|
* ID, status, source and target languages, input/output S3 buckets, and so on.</p>
|
|
46
46
|
*/
|
|
47
47
|
describeTextTranslationJob(args: DescribeTextTranslationJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTextTranslationJobCommandOutput>;
|
|
@@ -90,6 +90,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
90
90
|
* Optional logger for logging debug/info/warn/error.
|
|
91
91
|
*/
|
|
92
92
|
logger?: __Logger;
|
|
93
|
+
/**
|
|
94
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
95
|
+
*/
|
|
96
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
97
|
+
/**
|
|
98
|
+
* Enables FIPS compatible endpoints.
|
|
99
|
+
*/
|
|
100
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
93
101
|
/**
|
|
94
102
|
* Unique service identifier.
|
|
95
103
|
* @internal
|
|
@@ -8,9 +8,9 @@ export interface CreateParallelDataCommandOutput extends CreateParallelDataRespo
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a parallel data resource in Amazon Translate by importing an input file from
|
|
11
|
-
* Amazon S3. Parallel data files contain examples
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* Amazon S3. Parallel data files contain examples that show how you want segments of text to be
|
|
12
|
+
* translated. By adding parallel data, you can influence the style, tone, and word choice in
|
|
13
|
+
* your translation output.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface CreateParallelDataCommandOutput extends CreateParallelDataRespo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateParallelDataCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateParallelDataCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateParallelDataCommand extends $Command<CreateParallelDataCommandInput, CreateParallelDataCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteParallelDataCommandOutput extends DeleteParallelDataRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteParallelDataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteParallelDataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteParallelDataCommand extends $Command<DeleteParallelDataCommandInput, DeleteParallelDataCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteTerminologyCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteTerminologyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteTerminologyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteTerminologyCommand extends $Command<DeleteTerminologyCommandInput, DeleteTerminologyCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeTextTranslationJobCommandInput extends DescribeTextTran
|
|
|
7
7
|
export interface DescribeTextTranslationJobCommandOutput extends DescribeTextTranslationJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets the properties associated with an
|
|
10
|
+
* <p>Gets the properties associated with an asynchronous batch translation job including name,
|
|
11
11
|
* ID, status, source and target languages, input/output S3 buckets, and so on.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -21,7 +21,7 @@ export interface DescribeTextTranslationJobCommandOutput extends DescribeTextTra
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeTextTranslationJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeTextTranslationJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeTextTranslationJobCommand extends $Command<DescribeTextTranslationJobCommandInput, DescribeTextTranslationJobCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetParallelDataCommandOutput extends GetParallelDataResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetParallelDataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetParallelDataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetParallelDataCommand extends $Command<GetParallelDataCommandInput, GetParallelDataCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTerminologyCommandOutput extends GetTerminologyResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTerminologyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTerminologyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTerminologyCommand extends $Command<GetTerminologyCommandInput, GetTerminologyCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ImportTerminologyCommandOutput extends ImportTerminologyRespons
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ImportTerminologyCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ImportTerminologyCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ImportTerminologyCommand extends $Command<ImportTerminologyCommandInput, ImportTerminologyCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListParallelDataCommandOutput extends ListParallelDataResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListParallelDataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListParallelDataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListParallelDataCommand extends $Command<ListParallelDataCommandInput, ListParallelDataCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTerminologiesCommandOutput extends ListTerminologiesRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTerminologiesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTerminologiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTerminologiesCommand extends $Command<ListTerminologiesCommandInput, ListTerminologiesCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTextTranslationJobsCommandOutput extends ListTextTranslatio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTextTranslationJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTextTranslationJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTextTranslationJobsCommand extends $Command<ListTextTranslationJobsCommandInput, ListTextTranslationJobsCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface StartTextTranslationJobCommandOutput extends StartTextTranslati
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link StartTextTranslationJobCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link StartTextTranslationJobCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class StartTextTranslationJobCommand extends $Command<StartTextTranslationJobCommandInput, StartTextTranslationJobCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface StopTextTranslationJobCommandOutput extends StopTextTranslation
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link StopTextTranslationJobCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link StopTextTranslationJobCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class StopTextTranslationJobCommand extends $Command<StopTextTranslationJobCommandInput, StopTextTranslationJobCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface TranslateTextCommandOutput extends TranslateTextResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link TranslateTextCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link TranslateTextCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class TranslateTextCommand extends $Command<TranslateTextCommandInput, TranslateTextCommandOutput, TranslateClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateParallelDataCommandOutput extends UpdateParallelDataRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateParallelDataCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateParallelDataCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link TranslateClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link TranslateClientResolvedConfig | config} for TranslateClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateParallelDataCommand extends $Command<UpdateParallelDataCommandInput, UpdateParallelDataCommandOutput, TranslateClientResolvedConfig> {
|