@aws-sdk/client-translate 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/Translate.js +0 -5
- package/dist-cjs/TranslateClient.js +0 -10
- package/dist-cjs/commands/CreateParallelDataCommand.js +0 -28
- package/dist-cjs/commands/DeleteParallelDataCommand.js +0 -25
- package/dist-cjs/commands/DeleteTerminologyCommand.js +0 -25
- package/dist-cjs/commands/DescribeTextTranslationJobCommand.js +0 -26
- package/dist-cjs/commands/GetParallelDataCommand.js +0 -25
- package/dist-cjs/commands/GetTerminologyCommand.js +0 -25
- package/dist-cjs/commands/ImportTerminologyCommand.js +0 -32
- package/dist-cjs/commands/ListParallelDataCommand.js +0 -25
- package/dist-cjs/commands/ListTerminologiesCommand.js +0 -25
- package/dist-cjs/commands/ListTextTranslationJobsCommand.js +0 -25
- package/dist-cjs/commands/StartTextTranslationJobCommand.js +0 -32
- package/dist-cjs/commands/StopTextTranslationJobCommand.js +0 -31
- package/dist-cjs/commands/TranslateTextCommand.js +0 -26
- package/dist-cjs/commands/UpdateParallelDataCommand.js +0 -26
- package/dist-cjs/commands/index.js +17 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -21
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -163
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListParallelDataPaginator.js +0 -11
- package/dist-cjs/pagination/ListTerminologiesPaginator.js +0 -11
- package/dist-cjs/pagination/ListTextTranslationJobsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Translate.js +0 -1
- package/dist-es/TranslateClient.js +0 -1
- package/dist-es/commands/CreateParallelDataCommand.js +0 -1
- package/dist-es/commands/DeleteParallelDataCommand.js +0 -1
- package/dist-es/commands/DeleteTerminologyCommand.js +0 -1
- package/dist-es/commands/DescribeTextTranslationJobCommand.js +0 -1
- package/dist-es/commands/GetParallelDataCommand.js +0 -1
- package/dist-es/commands/GetTerminologyCommand.js +0 -1
- package/dist-es/commands/ImportTerminologyCommand.js +0 -1
- package/dist-es/commands/ListParallelDataCommand.js +0 -1
- package/dist-es/commands/ListTerminologiesCommand.js +0 -1
- package/dist-es/commands/ListTextTranslationJobsCommand.js +0 -1
- package/dist-es/commands/StartTextTranslationJobCommand.js +0 -1
- package/dist-es/commands/StopTextTranslationJobCommand.js +0 -1
- package/dist-es/commands/TranslateTextCommand.js +0 -1
- package/dist-es/commands/UpdateParallelDataCommand.js +0 -1
- package/dist-es/commands/index.js +14 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -21
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListParallelDataPaginator.js +0 -1
- package/dist-es/pagination/ListTerminologiesPaginator.js +0 -1
- package/dist-es/pagination/ListTextTranslationJobsPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/index.d.ts +4 -20
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/Translate.d.ts +15 -72
- package/dist-types/ts3.4/TranslateClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/CreateParallelDataCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteParallelDataCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteTerminologyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTextTranslationJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetParallelDataCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetTerminologyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportTerminologyCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListParallelDataCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTerminologiesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTextTranslationJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartTextTranslationJobCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/StopTextTranslationJobCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/TranslateTextCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateParallelDataCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/index.d.ts +4 -20
- package/dist-types/ts3.4/models/models_0.d.ts +220 -824
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Translate.js.map +0 -1
- package/dist-cjs/TranslateClient.js.map +0 -1
- package/dist-cjs/commands/CreateParallelDataCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteParallelDataCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteTerminologyCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTextTranslationJobCommand.js.map +0 -1
- package/dist-cjs/commands/GetParallelDataCommand.js.map +0 -1
- package/dist-cjs/commands/GetTerminologyCommand.js.map +0 -1
- package/dist-cjs/commands/ImportTerminologyCommand.js.map +0 -1
- package/dist-cjs/commands/ListParallelDataCommand.js.map +0 -1
- package/dist-cjs/commands/ListTerminologiesCommand.js.map +0 -1
- package/dist-cjs/commands/ListTextTranslationJobsCommand.js.map +0 -1
- package/dist-cjs/commands/StartTextTranslationJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopTextTranslationJobCommand.js.map +0 -1
- package/dist-cjs/commands/TranslateTextCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateParallelDataCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListParallelDataPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTerminologiesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTextTranslationJobsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Translate.js.map +0 -1
- package/dist-es/TranslateClient.js.map +0 -1
- package/dist-es/commands/CreateParallelDataCommand.js.map +0 -1
- package/dist-es/commands/DeleteParallelDataCommand.js.map +0 -1
- package/dist-es/commands/DeleteTerminologyCommand.js.map +0 -1
- package/dist-es/commands/DescribeTextTranslationJobCommand.js.map +0 -1
- package/dist-es/commands/GetParallelDataCommand.js.map +0 -1
- package/dist-es/commands/GetTerminologyCommand.js.map +0 -1
- package/dist-es/commands/ImportTerminologyCommand.js.map +0 -1
- package/dist-es/commands/ListParallelDataCommand.js.map +0 -1
- package/dist-es/commands/ListTerminologiesCommand.js.map +0 -1
- package/dist-es/commands/ListTextTranslationJobsCommand.js.map +0 -1
- package/dist-es/commands/StartTextTranslationJobCommand.js.map +0 -1
- package/dist-es/commands/StopTextTranslationJobCommand.js.map +0 -1
- package/dist-es/commands/TranslateTextCommand.js.map +0 -1
- package/dist-es/commands/UpdateParallelDataCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListParallelDataPaginator.js.map +0 -1
- package/dist-es/pagination/ListTerminologiesPaginator.js.map +0 -1
- package/dist-es/pagination/ListTextTranslationJobsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Translate.ts +0 -553
- package/src/TranslateClient.ts +0 -291
- package/src/commands/CreateParallelDataCommand.ts +0 -98
- package/src/commands/DeleteParallelDataCommand.ts +0 -95
- package/src/commands/DeleteTerminologyCommand.ts +0 -95
- package/src/commands/DescribeTextTranslationJobCommand.ts +0 -99
- package/src/commands/GetParallelDataCommand.ts +0 -95
- package/src/commands/GetTerminologyCommand.ts +0 -95
- package/src/commands/ImportTerminologyCommand.ts +0 -102
- package/src/commands/ListParallelDataCommand.ts +0 -95
- package/src/commands/ListTerminologiesCommand.ts +0 -95
- package/src/commands/ListTextTranslationJobsCommand.ts +0 -95
- package/src/commands/StartTextTranslationJobCommand.ts +0 -102
- package/src/commands/StopTextTranslationJobCommand.ts +0 -101
- package/src/commands/TranslateTextCommand.ts +0 -96
- package/src/commands/UpdateParallelDataCommand.ts +0 -96
- package/src/endpoints.ts +0 -77
- package/src/index.ts +0 -21
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1625
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListParallelDataPaginator.ts +0 -59
- package/src/pagination/ListTerminologiesPaginator.ts +0 -59
- package/src/pagination/ListTextTranslationJobsPaginator.ts +0 -59
- package/src/protocols/Aws_json1_1.ts +0 -2523
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates a previously created parallel data resource by importing a new input file from
|
|
10
|
-
* Amazon S3.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { TranslateClient, UpdateParallelDataCommand } from "@aws-sdk/client-translate"; // ES Modules import
|
|
15
|
-
* // const { TranslateClient, UpdateParallelDataCommand } = require("@aws-sdk/client-translate"); // CommonJS import
|
|
16
|
-
* const client = new TranslateClient(config);
|
|
17
|
-
* const command = new UpdateParallelDataCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateParallelDataCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateParallelDataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link TranslateClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class UpdateParallelDataCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class UpdateParallelDataCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.UpdateParallelDataCommand = UpdateParallelDataCommand;
|
|
62
|
-
//# sourceMappingURL=UpdateParallelDataCommand.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CreateParallelDataCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DeleteParallelDataCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DeleteTerminologyCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribeTextTranslationJobCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./GetParallelDataCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./GetTerminologyCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ImportTerminologyCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListParallelDataCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListTerminologiesCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListTextTranslationJobsCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./StartTextTranslationJobCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./StopTextTranslationJobCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./TranslateTextCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./UpdateParallelDataCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -55,7 +55,7 @@ const partitionHash = {
|
|
|
55
55
|
hostname: "translate.{region}.amazonaws.com.cn",
|
|
56
56
|
},
|
|
57
57
|
"aws-iso": {
|
|
58
|
-
regions: ["us-iso-east-1"],
|
|
58
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
59
59
|
hostname: "translate.{region}.c2s.ic.gov",
|
|
60
60
|
},
|
|
61
61
|
"aws-iso-b": {
|
|
@@ -74,4 +74,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
74
74
|
partitionHash,
|
|
75
75
|
});
|
|
76
76
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
77
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,25 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./TranslateClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Translate"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/GetParallelDataCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/GetTerminologyCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/ImportTerminologyCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/ListParallelDataCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./pagination/ListParallelDataPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/ListTerminologiesCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./pagination/ListTerminologiesPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/ListTextTranslationJobsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./pagination/ListTextTranslationJobsPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/StartTextTranslationJobCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/StopTextTranslationJobCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/TranslateTextCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/UpdateParallelDataCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
25
|
-
//# sourceMappingURL=index.js.map
|
|
5
|
+
tslib_1.__exportStar(require("./TranslateClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -5,27 +5,18 @@ exports.UpdateParallelDataResponse = exports.UpdateParallelDataRequest = exports
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
var Term;
|
|
7
7
|
(function (Term) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
Term.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
14
11
|
})(Term = exports.Term || (exports.Term = {}));
|
|
15
12
|
var AppliedTerminology;
|
|
16
13
|
(function (AppliedTerminology) {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
14
|
AppliedTerminology.filterSensitiveLog = (obj) => ({
|
|
21
15
|
...obj,
|
|
22
16
|
});
|
|
23
17
|
})(AppliedTerminology = exports.AppliedTerminology || (exports.AppliedTerminology = {}));
|
|
24
18
|
var ConflictException;
|
|
25
19
|
(function (ConflictException) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
20
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
30
21
|
...obj,
|
|
31
22
|
});
|
|
@@ -36,9 +27,6 @@ var EncryptionKeyType;
|
|
|
36
27
|
})(EncryptionKeyType = exports.EncryptionKeyType || (exports.EncryptionKeyType = {}));
|
|
37
28
|
var EncryptionKey;
|
|
38
29
|
(function (EncryptionKey) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
30
|
EncryptionKey.filterSensitiveLog = (obj) => ({
|
|
43
31
|
...obj,
|
|
44
32
|
});
|
|
@@ -51,18 +39,12 @@ var ParallelDataFormat;
|
|
|
51
39
|
})(ParallelDataFormat = exports.ParallelDataFormat || (exports.ParallelDataFormat = {}));
|
|
52
40
|
var ParallelDataConfig;
|
|
53
41
|
(function (ParallelDataConfig) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
42
|
ParallelDataConfig.filterSensitiveLog = (obj) => ({
|
|
58
43
|
...obj,
|
|
59
44
|
});
|
|
60
45
|
})(ParallelDataConfig = exports.ParallelDataConfig || (exports.ParallelDataConfig = {}));
|
|
61
46
|
var CreateParallelDataRequest;
|
|
62
47
|
(function (CreateParallelDataRequest) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
48
|
CreateParallelDataRequest.filterSensitiveLog = (obj) => ({
|
|
67
49
|
...obj,
|
|
68
50
|
});
|
|
@@ -77,126 +59,84 @@ var ParallelDataStatus;
|
|
|
77
59
|
})(ParallelDataStatus = exports.ParallelDataStatus || (exports.ParallelDataStatus = {}));
|
|
78
60
|
var CreateParallelDataResponse;
|
|
79
61
|
(function (CreateParallelDataResponse) {
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
62
|
CreateParallelDataResponse.filterSensitiveLog = (obj) => ({
|
|
84
63
|
...obj,
|
|
85
64
|
});
|
|
86
65
|
})(CreateParallelDataResponse = exports.CreateParallelDataResponse || (exports.CreateParallelDataResponse = {}));
|
|
87
66
|
var InternalServerException;
|
|
88
67
|
(function (InternalServerException) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
68
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
93
69
|
...obj,
|
|
94
70
|
});
|
|
95
71
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
96
72
|
var InvalidParameterValueException;
|
|
97
73
|
(function (InvalidParameterValueException) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
74
|
InvalidParameterValueException.filterSensitiveLog = (obj) => ({
|
|
102
75
|
...obj,
|
|
103
76
|
});
|
|
104
77
|
})(InvalidParameterValueException = exports.InvalidParameterValueException || (exports.InvalidParameterValueException = {}));
|
|
105
78
|
var InvalidRequestException;
|
|
106
79
|
(function (InvalidRequestException) {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
80
|
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
111
81
|
...obj,
|
|
112
82
|
});
|
|
113
83
|
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
114
84
|
var LimitExceededException;
|
|
115
85
|
(function (LimitExceededException) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
86
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
120
87
|
...obj,
|
|
121
88
|
});
|
|
122
89
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
123
90
|
var TooManyRequestsException;
|
|
124
91
|
(function (TooManyRequestsException) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
92
|
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
129
93
|
...obj,
|
|
130
94
|
});
|
|
131
95
|
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
132
96
|
var ConcurrentModificationException;
|
|
133
97
|
(function (ConcurrentModificationException) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
98
|
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
138
99
|
...obj,
|
|
139
100
|
});
|
|
140
101
|
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
141
102
|
var DeleteParallelDataRequest;
|
|
142
103
|
(function (DeleteParallelDataRequest) {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
104
|
DeleteParallelDataRequest.filterSensitiveLog = (obj) => ({
|
|
147
105
|
...obj,
|
|
148
106
|
});
|
|
149
107
|
})(DeleteParallelDataRequest = exports.DeleteParallelDataRequest || (exports.DeleteParallelDataRequest = {}));
|
|
150
108
|
var DeleteParallelDataResponse;
|
|
151
109
|
(function (DeleteParallelDataResponse) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
110
|
DeleteParallelDataResponse.filterSensitiveLog = (obj) => ({
|
|
156
111
|
...obj,
|
|
157
112
|
});
|
|
158
113
|
})(DeleteParallelDataResponse = exports.DeleteParallelDataResponse || (exports.DeleteParallelDataResponse = {}));
|
|
159
114
|
var ResourceNotFoundException;
|
|
160
115
|
(function (ResourceNotFoundException) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
116
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
165
117
|
...obj,
|
|
166
118
|
});
|
|
167
119
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
168
120
|
var DeleteTerminologyRequest;
|
|
169
121
|
(function (DeleteTerminologyRequest) {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
122
|
DeleteTerminologyRequest.filterSensitiveLog = (obj) => ({
|
|
174
123
|
...obj,
|
|
175
124
|
});
|
|
176
125
|
})(DeleteTerminologyRequest = exports.DeleteTerminologyRequest || (exports.DeleteTerminologyRequest = {}));
|
|
177
126
|
var DescribeTextTranslationJobRequest;
|
|
178
127
|
(function (DescribeTextTranslationJobRequest) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
128
|
DescribeTextTranslationJobRequest.filterSensitiveLog = (obj) => ({
|
|
183
129
|
...obj,
|
|
184
130
|
});
|
|
185
131
|
})(DescribeTextTranslationJobRequest = exports.DescribeTextTranslationJobRequest || (exports.DescribeTextTranslationJobRequest = {}));
|
|
186
132
|
var InputDataConfig;
|
|
187
133
|
(function (InputDataConfig) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
134
|
InputDataConfig.filterSensitiveLog = (obj) => ({
|
|
192
135
|
...obj,
|
|
193
136
|
});
|
|
194
137
|
})(InputDataConfig = exports.InputDataConfig || (exports.InputDataConfig = {}));
|
|
195
138
|
var JobDetails;
|
|
196
139
|
(function (JobDetails) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
140
|
JobDetails.filterSensitiveLog = (obj) => ({
|
|
201
141
|
...obj,
|
|
202
142
|
});
|
|
@@ -213,63 +153,42 @@ var JobStatus;
|
|
|
213
153
|
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
214
154
|
var OutputDataConfig;
|
|
215
155
|
(function (OutputDataConfig) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
156
|
OutputDataConfig.filterSensitiveLog = (obj) => ({
|
|
220
157
|
...obj,
|
|
221
158
|
});
|
|
222
159
|
})(OutputDataConfig = exports.OutputDataConfig || (exports.OutputDataConfig = {}));
|
|
223
160
|
var TextTranslationJobProperties;
|
|
224
161
|
(function (TextTranslationJobProperties) {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
162
|
TextTranslationJobProperties.filterSensitiveLog = (obj) => ({
|
|
229
163
|
...obj,
|
|
230
164
|
});
|
|
231
165
|
})(TextTranslationJobProperties = exports.TextTranslationJobProperties || (exports.TextTranslationJobProperties = {}));
|
|
232
166
|
var DescribeTextTranslationJobResponse;
|
|
233
167
|
(function (DescribeTextTranslationJobResponse) {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
168
|
DescribeTextTranslationJobResponse.filterSensitiveLog = (obj) => ({
|
|
238
169
|
...obj,
|
|
239
170
|
});
|
|
240
171
|
})(DescribeTextTranslationJobResponse = exports.DescribeTextTranslationJobResponse || (exports.DescribeTextTranslationJobResponse = {}));
|
|
241
172
|
var GetParallelDataRequest;
|
|
242
173
|
(function (GetParallelDataRequest) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
174
|
GetParallelDataRequest.filterSensitiveLog = (obj) => ({
|
|
247
175
|
...obj,
|
|
248
176
|
});
|
|
249
177
|
})(GetParallelDataRequest = exports.GetParallelDataRequest || (exports.GetParallelDataRequest = {}));
|
|
250
178
|
var ParallelDataDataLocation;
|
|
251
179
|
(function (ParallelDataDataLocation) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
180
|
ParallelDataDataLocation.filterSensitiveLog = (obj) => ({
|
|
256
181
|
...obj,
|
|
257
182
|
});
|
|
258
183
|
})(ParallelDataDataLocation = exports.ParallelDataDataLocation || (exports.ParallelDataDataLocation = {}));
|
|
259
184
|
var ParallelDataProperties;
|
|
260
185
|
(function (ParallelDataProperties) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
186
|
ParallelDataProperties.filterSensitiveLog = (obj) => ({
|
|
265
187
|
...obj,
|
|
266
188
|
});
|
|
267
189
|
})(ParallelDataProperties = exports.ParallelDataProperties || (exports.ParallelDataProperties = {}));
|
|
268
190
|
var GetParallelDataResponse;
|
|
269
191
|
(function (GetParallelDataResponse) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
192
|
GetParallelDataResponse.filterSensitiveLog = (obj) => ({
|
|
274
193
|
...obj,
|
|
275
194
|
});
|
|
@@ -281,36 +200,24 @@ var TerminologyDataFormat;
|
|
|
281
200
|
})(TerminologyDataFormat = exports.TerminologyDataFormat || (exports.TerminologyDataFormat = {}));
|
|
282
201
|
var GetTerminologyRequest;
|
|
283
202
|
(function (GetTerminologyRequest) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
203
|
GetTerminologyRequest.filterSensitiveLog = (obj) => ({
|
|
288
204
|
...obj,
|
|
289
205
|
});
|
|
290
206
|
})(GetTerminologyRequest = exports.GetTerminologyRequest || (exports.GetTerminologyRequest = {}));
|
|
291
207
|
var TerminologyDataLocation;
|
|
292
208
|
(function (TerminologyDataLocation) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
209
|
TerminologyDataLocation.filterSensitiveLog = (obj) => ({
|
|
297
210
|
...obj,
|
|
298
211
|
});
|
|
299
212
|
})(TerminologyDataLocation = exports.TerminologyDataLocation || (exports.TerminologyDataLocation = {}));
|
|
300
213
|
var TerminologyProperties;
|
|
301
214
|
(function (TerminologyProperties) {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
215
|
TerminologyProperties.filterSensitiveLog = (obj) => ({
|
|
306
216
|
...obj,
|
|
307
217
|
});
|
|
308
218
|
})(TerminologyProperties = exports.TerminologyProperties || (exports.TerminologyProperties = {}));
|
|
309
219
|
var GetTerminologyResponse;
|
|
310
220
|
(function (GetTerminologyResponse) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
221
|
GetTerminologyResponse.filterSensitiveLog = (obj) => ({
|
|
315
222
|
...obj,
|
|
316
223
|
});
|
|
@@ -321,9 +228,6 @@ var MergeStrategy;
|
|
|
321
228
|
})(MergeStrategy = exports.MergeStrategy || (exports.MergeStrategy = {}));
|
|
322
229
|
var TerminologyData;
|
|
323
230
|
(function (TerminologyData) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
231
|
TerminologyData.filterSensitiveLog = (obj) => ({
|
|
328
232
|
...obj,
|
|
329
233
|
...(obj.File && { File: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -331,9 +235,6 @@ var TerminologyData;
|
|
|
331
235
|
})(TerminologyData = exports.TerminologyData || (exports.TerminologyData = {}));
|
|
332
236
|
var ImportTerminologyRequest;
|
|
333
237
|
(function (ImportTerminologyRequest) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
238
|
ImportTerminologyRequest.filterSensitiveLog = (obj) => ({
|
|
338
239
|
...obj,
|
|
339
240
|
...(obj.TerminologyData && { TerminologyData: TerminologyData.filterSensitiveLog(obj.TerminologyData) }),
|
|
@@ -341,191 +242,127 @@ var ImportTerminologyRequest;
|
|
|
341
242
|
})(ImportTerminologyRequest = exports.ImportTerminologyRequest || (exports.ImportTerminologyRequest = {}));
|
|
342
243
|
var ImportTerminologyResponse;
|
|
343
244
|
(function (ImportTerminologyResponse) {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
245
|
ImportTerminologyResponse.filterSensitiveLog = (obj) => ({
|
|
348
246
|
...obj,
|
|
349
247
|
});
|
|
350
248
|
})(ImportTerminologyResponse = exports.ImportTerminologyResponse || (exports.ImportTerminologyResponse = {}));
|
|
351
249
|
var ListParallelDataRequest;
|
|
352
250
|
(function (ListParallelDataRequest) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
251
|
ListParallelDataRequest.filterSensitiveLog = (obj) => ({
|
|
357
252
|
...obj,
|
|
358
253
|
});
|
|
359
254
|
})(ListParallelDataRequest = exports.ListParallelDataRequest || (exports.ListParallelDataRequest = {}));
|
|
360
255
|
var ListParallelDataResponse;
|
|
361
256
|
(function (ListParallelDataResponse) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
257
|
ListParallelDataResponse.filterSensitiveLog = (obj) => ({
|
|
366
258
|
...obj,
|
|
367
259
|
});
|
|
368
260
|
})(ListParallelDataResponse = exports.ListParallelDataResponse || (exports.ListParallelDataResponse = {}));
|
|
369
261
|
var ListTerminologiesRequest;
|
|
370
262
|
(function (ListTerminologiesRequest) {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
263
|
ListTerminologiesRequest.filterSensitiveLog = (obj) => ({
|
|
375
264
|
...obj,
|
|
376
265
|
});
|
|
377
266
|
})(ListTerminologiesRequest = exports.ListTerminologiesRequest || (exports.ListTerminologiesRequest = {}));
|
|
378
267
|
var ListTerminologiesResponse;
|
|
379
268
|
(function (ListTerminologiesResponse) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
269
|
ListTerminologiesResponse.filterSensitiveLog = (obj) => ({
|
|
384
270
|
...obj,
|
|
385
271
|
});
|
|
386
272
|
})(ListTerminologiesResponse = exports.ListTerminologiesResponse || (exports.ListTerminologiesResponse = {}));
|
|
387
273
|
var InvalidFilterException;
|
|
388
274
|
(function (InvalidFilterException) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
275
|
InvalidFilterException.filterSensitiveLog = (obj) => ({
|
|
393
276
|
...obj,
|
|
394
277
|
});
|
|
395
278
|
})(InvalidFilterException = exports.InvalidFilterException || (exports.InvalidFilterException = {}));
|
|
396
279
|
var TextTranslationJobFilter;
|
|
397
280
|
(function (TextTranslationJobFilter) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
281
|
TextTranslationJobFilter.filterSensitiveLog = (obj) => ({
|
|
402
282
|
...obj,
|
|
403
283
|
});
|
|
404
284
|
})(TextTranslationJobFilter = exports.TextTranslationJobFilter || (exports.TextTranslationJobFilter = {}));
|
|
405
285
|
var ListTextTranslationJobsRequest;
|
|
406
286
|
(function (ListTextTranslationJobsRequest) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
287
|
ListTextTranslationJobsRequest.filterSensitiveLog = (obj) => ({
|
|
411
288
|
...obj,
|
|
412
289
|
});
|
|
413
290
|
})(ListTextTranslationJobsRequest = exports.ListTextTranslationJobsRequest || (exports.ListTextTranslationJobsRequest = {}));
|
|
414
291
|
var ListTextTranslationJobsResponse;
|
|
415
292
|
(function (ListTextTranslationJobsResponse) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
293
|
ListTextTranslationJobsResponse.filterSensitiveLog = (obj) => ({
|
|
420
294
|
...obj,
|
|
421
295
|
});
|
|
422
296
|
})(ListTextTranslationJobsResponse = exports.ListTextTranslationJobsResponse || (exports.ListTextTranslationJobsResponse = {}));
|
|
423
297
|
var StartTextTranslationJobRequest;
|
|
424
298
|
(function (StartTextTranslationJobRequest) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
299
|
StartTextTranslationJobRequest.filterSensitiveLog = (obj) => ({
|
|
429
300
|
...obj,
|
|
430
301
|
});
|
|
431
302
|
})(StartTextTranslationJobRequest = exports.StartTextTranslationJobRequest || (exports.StartTextTranslationJobRequest = {}));
|
|
432
303
|
var StartTextTranslationJobResponse;
|
|
433
304
|
(function (StartTextTranslationJobResponse) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
305
|
StartTextTranslationJobResponse.filterSensitiveLog = (obj) => ({
|
|
438
306
|
...obj,
|
|
439
307
|
});
|
|
440
308
|
})(StartTextTranslationJobResponse = exports.StartTextTranslationJobResponse || (exports.StartTextTranslationJobResponse = {}));
|
|
441
309
|
var UnsupportedLanguagePairException;
|
|
442
310
|
(function (UnsupportedLanguagePairException) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
311
|
UnsupportedLanguagePairException.filterSensitiveLog = (obj) => ({
|
|
447
312
|
...obj,
|
|
448
313
|
});
|
|
449
314
|
})(UnsupportedLanguagePairException = exports.UnsupportedLanguagePairException || (exports.UnsupportedLanguagePairException = {}));
|
|
450
315
|
var StopTextTranslationJobRequest;
|
|
451
316
|
(function (StopTextTranslationJobRequest) {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
317
|
StopTextTranslationJobRequest.filterSensitiveLog = (obj) => ({
|
|
456
318
|
...obj,
|
|
457
319
|
});
|
|
458
320
|
})(StopTextTranslationJobRequest = exports.StopTextTranslationJobRequest || (exports.StopTextTranslationJobRequest = {}));
|
|
459
321
|
var StopTextTranslationJobResponse;
|
|
460
322
|
(function (StopTextTranslationJobResponse) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
323
|
StopTextTranslationJobResponse.filterSensitiveLog = (obj) => ({
|
|
465
324
|
...obj,
|
|
466
325
|
});
|
|
467
326
|
})(StopTextTranslationJobResponse = exports.StopTextTranslationJobResponse || (exports.StopTextTranslationJobResponse = {}));
|
|
468
327
|
var DetectedLanguageLowConfidenceException;
|
|
469
328
|
(function (DetectedLanguageLowConfidenceException) {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
329
|
DetectedLanguageLowConfidenceException.filterSensitiveLog = (obj) => ({
|
|
474
330
|
...obj,
|
|
475
331
|
});
|
|
476
332
|
})(DetectedLanguageLowConfidenceException = exports.DetectedLanguageLowConfidenceException || (exports.DetectedLanguageLowConfidenceException = {}));
|
|
477
333
|
var ServiceUnavailableException;
|
|
478
334
|
(function (ServiceUnavailableException) {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
335
|
ServiceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
483
336
|
...obj,
|
|
484
337
|
});
|
|
485
338
|
})(ServiceUnavailableException = exports.ServiceUnavailableException || (exports.ServiceUnavailableException = {}));
|
|
486
339
|
var TextSizeLimitExceededException;
|
|
487
340
|
(function (TextSizeLimitExceededException) {
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
341
|
TextSizeLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
492
342
|
...obj,
|
|
493
343
|
});
|
|
494
344
|
})(TextSizeLimitExceededException = exports.TextSizeLimitExceededException || (exports.TextSizeLimitExceededException = {}));
|
|
495
345
|
var TranslateTextRequest;
|
|
496
346
|
(function (TranslateTextRequest) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
347
|
TranslateTextRequest.filterSensitiveLog = (obj) => ({
|
|
501
348
|
...obj,
|
|
502
349
|
});
|
|
503
350
|
})(TranslateTextRequest = exports.TranslateTextRequest || (exports.TranslateTextRequest = {}));
|
|
504
351
|
var TranslateTextResponse;
|
|
505
352
|
(function (TranslateTextResponse) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
353
|
TranslateTextResponse.filterSensitiveLog = (obj) => ({
|
|
510
354
|
...obj,
|
|
511
355
|
});
|
|
512
356
|
})(TranslateTextResponse = exports.TranslateTextResponse || (exports.TranslateTextResponse = {}));
|
|
513
357
|
var UpdateParallelDataRequest;
|
|
514
358
|
(function (UpdateParallelDataRequest) {
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
359
|
UpdateParallelDataRequest.filterSensitiveLog = (obj) => ({
|
|
519
360
|
...obj,
|
|
520
361
|
});
|
|
521
362
|
})(UpdateParallelDataRequest = exports.UpdateParallelDataRequest || (exports.UpdateParallelDataRequest = {}));
|
|
522
363
|
var UpdateParallelDataResponse;
|
|
523
364
|
(function (UpdateParallelDataResponse) {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
365
|
UpdateParallelDataResponse.filterSensitiveLog = (obj) => ({
|
|
528
366
|
...obj,
|
|
529
367
|
});
|
|
530
368
|
})(UpdateParallelDataResponse = exports.UpdateParallelDataResponse || (exports.UpdateParallelDataResponse = {}));
|
|
531
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListParallelData = void 0;
|
|
|
4
4
|
const ListParallelDataCommand_1 = require("../commands/ListParallelDataCommand");
|
|
5
5
|
const Translate_1 = require("../Translate");
|
|
6
6
|
const TranslateClient_1 = require("../TranslateClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListParallelDataCommand_1.ListParallelDataCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listParallelData(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListParallelData(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListParallelData(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListParallelData = paginateListParallelData;
|
|
46
|
-
//# sourceMappingURL=ListParallelDataPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListTerminologies = void 0;
|
|
|
4
4
|
const ListTerminologiesCommand_1 = require("../commands/ListTerminologiesCommand");
|
|
5
5
|
const Translate_1 = require("../Translate");
|
|
6
6
|
const TranslateClient_1 = require("../TranslateClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListTerminologiesCommand_1.ListTerminologiesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listTerminologies(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListTerminologies(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListTerminologies(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListTerminologies = paginateListTerminologies;
|
|
46
|
-
//# sourceMappingURL=ListTerminologiesPaginator.js.map
|