@aws-sdk/client-polly 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/DeleteLexiconCommand.js +2 -2
- package/dist-cjs/commands/DescribeVoicesCommand.js +2 -2
- package/dist-cjs/commands/GetLexiconCommand.js +2 -2
- package/dist-cjs/commands/GetSpeechSynthesisTaskCommand.js +2 -2
- package/dist-cjs/commands/ListLexiconsCommand.js +2 -2
- package/dist-cjs/commands/ListSpeechSynthesisTasksCommand.js +2 -2
- package/dist-cjs/commands/PutLexiconCommand.js +2 -2
- package/dist-cjs/commands/StartSpeechSynthesisTaskCommand.js +2 -2
- package/dist-cjs/commands/SynthesizeSpeechCommand.js +2 -2
- package/dist-cjs/models/models_0.js +96 -142
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/DeleteLexiconCommand.js +3 -3
- package/dist-es/commands/DescribeVoicesCommand.js +3 -3
- package/dist-es/commands/GetLexiconCommand.js +3 -3
- package/dist-es/commands/GetSpeechSynthesisTaskCommand.js +3 -3
- package/dist-es/commands/ListLexiconsCommand.js +3 -3
- package/dist-es/commands/ListSpeechSynthesisTasksCommand.js +3 -3
- package/dist-es/commands/PutLexiconCommand.js +3 -3
- package/dist-es/commands/StartSpeechSynthesisTaskCommand.js +3 -3
- package/dist-es/commands/SynthesizeSpeechCommand.js +3 -3
- package/dist-es/models/models_0.js +23 -92
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +92 -138
- package/dist-types/ts3.4/models/models_0.d.ts +46 -92
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-polly
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **codegen:** fix error code parsing when it's a number ([#3371](https://github.com/aws/aws-sdk-js-v3/issues/3371)) ([c2d8522](https://github.com/aws/aws-sdk-js-v3/commit/c2d852279a3d23958521a6ceb4f4c642b0cb1848))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.128.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.127.0...v3.128.0) (2022-07-12)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @aws-sdk/client-polly
|
|
@@ -20,8 +20,8 @@ class DeleteLexiconCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteLexiconInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteLexiconOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeVoicesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeVoicesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeVoicesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetLexiconCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetLexiconInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetLexiconOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetSpeechSynthesisTaskCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetSpeechSynthesisTaskInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetSpeechSynthesisTaskOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListLexiconsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListLexiconsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListLexiconsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListSpeechSynthesisTasksCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListSpeechSynthesisTasksInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListSpeechSynthesisTasksOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class PutLexiconCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.PutLexiconInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.PutLexiconOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class StartSpeechSynthesisTaskCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StartSpeechSynthesisTaskInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StartSpeechSynthesisTaskOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class SynthesizeSpeechCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.SynthesizeSpeechInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.SynthesizeSpeechOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,20 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.SynthesizeSpeechOutputFilterSensitiveLog = exports.SynthesizeSpeechInputFilterSensitiveLog = exports.StartSpeechSynthesisTaskOutputFilterSensitiveLog = exports.StartSpeechSynthesisTaskInputFilterSensitiveLog = exports.PutLexiconOutputFilterSensitiveLog = exports.PutLexiconInputFilterSensitiveLog = exports.ListSpeechSynthesisTasksOutputFilterSensitiveLog = exports.ListSpeechSynthesisTasksInputFilterSensitiveLog = exports.ListLexiconsOutputFilterSensitiveLog = exports.ListLexiconsInputFilterSensitiveLog = exports.LexiconDescriptionFilterSensitiveLog = exports.GetSpeechSynthesisTaskOutputFilterSensitiveLog = exports.SynthesisTaskFilterSensitiveLog = exports.GetSpeechSynthesisTaskInputFilterSensitiveLog = exports.GetLexiconOutputFilterSensitiveLog = exports.LexiconAttributesFilterSensitiveLog = exports.LexiconFilterSensitiveLog = exports.GetLexiconInputFilterSensitiveLog = exports.DescribeVoicesOutputFilterSensitiveLog = exports.VoiceFilterSensitiveLog = exports.DescribeVoicesInputFilterSensitiveLog = exports.DeleteLexiconOutputFilterSensitiveLog = exports.DeleteLexiconInputFilterSensitiveLog = exports.TextLengthExceededException = exports.SsmlMarksNotSupportedForTextTypeException = exports.UnsupportedPlsLanguageException = exports.UnsupportedPlsAlphabetException = exports.MaxLexiconsNumberExceededException = exports.MaxLexemeLengthExceededException = exports.MarksNotSupportedForFormatException = exports.LexiconSizeExceededException = exports.LanguageNotSupportedException = exports.InvalidSsmlException = exports.InvalidSnsTopicArnException = exports.InvalidSampleRateException = exports.InvalidS3KeyException = exports.InvalidS3BucketException = exports.InvalidLexiconException = exports.SynthesisTaskNotFoundException = exports.InvalidTaskIdException = exports.TextType = exports.TaskStatus = exports.SpeechMarkType = exports.OutputFormat = exports.EngineNotSupportedException = exports.InvalidNextTokenException = exports.Engine = exports.ServiceFailureException = exports.LexiconNotFoundException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const PollyServiceException_1 = require("./PollyServiceException");
|
|
6
|
-
var DeleteLexiconInput;
|
|
7
|
-
(function (DeleteLexiconInput) {
|
|
8
|
-
DeleteLexiconInput.filterSensitiveLog = (obj) => ({
|
|
9
|
-
...obj,
|
|
10
|
-
});
|
|
11
|
-
})(DeleteLexiconInput = exports.DeleteLexiconInput || (exports.DeleteLexiconInput = {}));
|
|
12
|
-
var DeleteLexiconOutput;
|
|
13
|
-
(function (DeleteLexiconOutput) {
|
|
14
|
-
DeleteLexiconOutput.filterSensitiveLog = (obj) => ({
|
|
15
|
-
...obj,
|
|
16
|
-
});
|
|
17
|
-
})(DeleteLexiconOutput = exports.DeleteLexiconOutput || (exports.DeleteLexiconOutput = {}));
|
|
18
6
|
class LexiconNotFoundException extends PollyServiceException_1.PollyServiceException {
|
|
19
7
|
constructor(opts) {
|
|
20
8
|
super({
|
|
@@ -46,24 +34,6 @@ var Engine;
|
|
|
46
34
|
Engine["NEURAL"] = "neural";
|
|
47
35
|
Engine["STANDARD"] = "standard";
|
|
48
36
|
})(Engine = exports.Engine || (exports.Engine = {}));
|
|
49
|
-
var DescribeVoicesInput;
|
|
50
|
-
(function (DescribeVoicesInput) {
|
|
51
|
-
DescribeVoicesInput.filterSensitiveLog = (obj) => ({
|
|
52
|
-
...obj,
|
|
53
|
-
});
|
|
54
|
-
})(DescribeVoicesInput = exports.DescribeVoicesInput || (exports.DescribeVoicesInput = {}));
|
|
55
|
-
var Voice;
|
|
56
|
-
(function (Voice) {
|
|
57
|
-
Voice.filterSensitiveLog = (obj) => ({
|
|
58
|
-
...obj,
|
|
59
|
-
});
|
|
60
|
-
})(Voice = exports.Voice || (exports.Voice = {}));
|
|
61
|
-
var DescribeVoicesOutput;
|
|
62
|
-
(function (DescribeVoicesOutput) {
|
|
63
|
-
DescribeVoicesOutput.filterSensitiveLog = (obj) => ({
|
|
64
|
-
...obj,
|
|
65
|
-
});
|
|
66
|
-
})(DescribeVoicesOutput = exports.DescribeVoicesOutput || (exports.DescribeVoicesOutput = {}));
|
|
67
37
|
class InvalidNextTokenException extends PollyServiceException_1.PollyServiceException {
|
|
68
38
|
constructor(opts) {
|
|
69
39
|
super({
|
|
@@ -90,38 +60,6 @@ class EngineNotSupportedException extends PollyServiceException_1.PollyServiceEx
|
|
|
90
60
|
}
|
|
91
61
|
}
|
|
92
62
|
exports.EngineNotSupportedException = EngineNotSupportedException;
|
|
93
|
-
var GetLexiconInput;
|
|
94
|
-
(function (GetLexiconInput) {
|
|
95
|
-
GetLexiconInput.filterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
})(GetLexiconInput = exports.GetLexiconInput || (exports.GetLexiconInput = {}));
|
|
99
|
-
var Lexicon;
|
|
100
|
-
(function (Lexicon) {
|
|
101
|
-
Lexicon.filterSensitiveLog = (obj) => ({
|
|
102
|
-
...obj,
|
|
103
|
-
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
104
|
-
});
|
|
105
|
-
})(Lexicon = exports.Lexicon || (exports.Lexicon = {}));
|
|
106
|
-
var LexiconAttributes;
|
|
107
|
-
(function (LexiconAttributes) {
|
|
108
|
-
LexiconAttributes.filterSensitiveLog = (obj) => ({
|
|
109
|
-
...obj,
|
|
110
|
-
});
|
|
111
|
-
})(LexiconAttributes = exports.LexiconAttributes || (exports.LexiconAttributes = {}));
|
|
112
|
-
var GetLexiconOutput;
|
|
113
|
-
(function (GetLexiconOutput) {
|
|
114
|
-
GetLexiconOutput.filterSensitiveLog = (obj) => ({
|
|
115
|
-
...obj,
|
|
116
|
-
...(obj.Lexicon && { Lexicon: Lexicon.filterSensitiveLog(obj.Lexicon) }),
|
|
117
|
-
});
|
|
118
|
-
})(GetLexiconOutput = exports.GetLexiconOutput || (exports.GetLexiconOutput = {}));
|
|
119
|
-
var GetSpeechSynthesisTaskInput;
|
|
120
|
-
(function (GetSpeechSynthesisTaskInput) {
|
|
121
|
-
GetSpeechSynthesisTaskInput.filterSensitiveLog = (obj) => ({
|
|
122
|
-
...obj,
|
|
123
|
-
});
|
|
124
|
-
})(GetSpeechSynthesisTaskInput = exports.GetSpeechSynthesisTaskInput || (exports.GetSpeechSynthesisTaskInput = {}));
|
|
125
63
|
var OutputFormat;
|
|
126
64
|
(function (OutputFormat) {
|
|
127
65
|
OutputFormat["JSON"] = "json";
|
|
@@ -148,18 +86,6 @@ var TextType;
|
|
|
148
86
|
TextType["SSML"] = "ssml";
|
|
149
87
|
TextType["TEXT"] = "text";
|
|
150
88
|
})(TextType = exports.TextType || (exports.TextType = {}));
|
|
151
|
-
var SynthesisTask;
|
|
152
|
-
(function (SynthesisTask) {
|
|
153
|
-
SynthesisTask.filterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
})(SynthesisTask = exports.SynthesisTask || (exports.SynthesisTask = {}));
|
|
157
|
-
var GetSpeechSynthesisTaskOutput;
|
|
158
|
-
(function (GetSpeechSynthesisTaskOutput) {
|
|
159
|
-
GetSpeechSynthesisTaskOutput.filterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
})(GetSpeechSynthesisTaskOutput = exports.GetSpeechSynthesisTaskOutput || (exports.GetSpeechSynthesisTaskOutput = {}));
|
|
163
89
|
class InvalidTaskIdException extends PollyServiceException_1.PollyServiceException {
|
|
164
90
|
constructor(opts) {
|
|
165
91
|
super({
|
|
@@ -277,12 +203,6 @@ class LanguageNotSupportedException extends PollyServiceException_1.PollyService
|
|
|
277
203
|
}
|
|
278
204
|
}
|
|
279
205
|
exports.LanguageNotSupportedException = LanguageNotSupportedException;
|
|
280
|
-
var LexiconDescription;
|
|
281
|
-
(function (LexiconDescription) {
|
|
282
|
-
LexiconDescription.filterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
})(LexiconDescription = exports.LexiconDescription || (exports.LexiconDescription = {}));
|
|
286
206
|
class LexiconSizeExceededException extends PollyServiceException_1.PollyServiceException {
|
|
287
207
|
constructor(opts) {
|
|
288
208
|
super({
|
|
@@ -296,30 +216,6 @@ class LexiconSizeExceededException extends PollyServiceException_1.PollyServiceE
|
|
|
296
216
|
}
|
|
297
217
|
}
|
|
298
218
|
exports.LexiconSizeExceededException = LexiconSizeExceededException;
|
|
299
|
-
var ListLexiconsInput;
|
|
300
|
-
(function (ListLexiconsInput) {
|
|
301
|
-
ListLexiconsInput.filterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
})(ListLexiconsInput = exports.ListLexiconsInput || (exports.ListLexiconsInput = {}));
|
|
305
|
-
var ListLexiconsOutput;
|
|
306
|
-
(function (ListLexiconsOutput) {
|
|
307
|
-
ListLexiconsOutput.filterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
})(ListLexiconsOutput = exports.ListLexiconsOutput || (exports.ListLexiconsOutput = {}));
|
|
311
|
-
var ListSpeechSynthesisTasksInput;
|
|
312
|
-
(function (ListSpeechSynthesisTasksInput) {
|
|
313
|
-
ListSpeechSynthesisTasksInput.filterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
})(ListSpeechSynthesisTasksInput = exports.ListSpeechSynthesisTasksInput || (exports.ListSpeechSynthesisTasksInput = {}));
|
|
317
|
-
var ListSpeechSynthesisTasksOutput;
|
|
318
|
-
(function (ListSpeechSynthesisTasksOutput) {
|
|
319
|
-
ListSpeechSynthesisTasksOutput.filterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
});
|
|
322
|
-
})(ListSpeechSynthesisTasksOutput = exports.ListSpeechSynthesisTasksOutput || (exports.ListSpeechSynthesisTasksOutput = {}));
|
|
323
219
|
class MarksNotSupportedForFormatException extends PollyServiceException_1.PollyServiceException {
|
|
324
220
|
constructor(opts) {
|
|
325
221
|
super({
|
|
@@ -359,19 +255,6 @@ class MaxLexiconsNumberExceededException extends PollyServiceException_1.PollySe
|
|
|
359
255
|
}
|
|
360
256
|
}
|
|
361
257
|
exports.MaxLexiconsNumberExceededException = MaxLexiconsNumberExceededException;
|
|
362
|
-
var PutLexiconInput;
|
|
363
|
-
(function (PutLexiconInput) {
|
|
364
|
-
PutLexiconInput.filterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
367
|
-
});
|
|
368
|
-
})(PutLexiconInput = exports.PutLexiconInput || (exports.PutLexiconInput = {}));
|
|
369
|
-
var PutLexiconOutput;
|
|
370
|
-
(function (PutLexiconOutput) {
|
|
371
|
-
PutLexiconOutput.filterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
})(PutLexiconOutput = exports.PutLexiconOutput || (exports.PutLexiconOutput = {}));
|
|
375
258
|
class UnsupportedPlsAlphabetException extends PollyServiceException_1.PollyServiceException {
|
|
376
259
|
constructor(opts) {
|
|
377
260
|
super({
|
|
@@ -411,18 +294,6 @@ class SsmlMarksNotSupportedForTextTypeException extends PollyServiceException_1.
|
|
|
411
294
|
}
|
|
412
295
|
}
|
|
413
296
|
exports.SsmlMarksNotSupportedForTextTypeException = SsmlMarksNotSupportedForTextTypeException;
|
|
414
|
-
var StartSpeechSynthesisTaskInput;
|
|
415
|
-
(function (StartSpeechSynthesisTaskInput) {
|
|
416
|
-
StartSpeechSynthesisTaskInput.filterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
})(StartSpeechSynthesisTaskInput = exports.StartSpeechSynthesisTaskInput || (exports.StartSpeechSynthesisTaskInput = {}));
|
|
420
|
-
var StartSpeechSynthesisTaskOutput;
|
|
421
|
-
(function (StartSpeechSynthesisTaskOutput) {
|
|
422
|
-
StartSpeechSynthesisTaskOutput.filterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
})(StartSpeechSynthesisTaskOutput = exports.StartSpeechSynthesisTaskOutput || (exports.StartSpeechSynthesisTaskOutput = {}));
|
|
426
297
|
class TextLengthExceededException extends PollyServiceException_1.PollyServiceException {
|
|
427
298
|
constructor(opts) {
|
|
428
299
|
super({
|
|
@@ -436,15 +307,98 @@ class TextLengthExceededException extends PollyServiceException_1.PollyServiceEx
|
|
|
436
307
|
}
|
|
437
308
|
}
|
|
438
309
|
exports.TextLengthExceededException = TextLengthExceededException;
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
310
|
+
const DeleteLexiconInputFilterSensitiveLog = (obj) => ({
|
|
311
|
+
...obj,
|
|
312
|
+
});
|
|
313
|
+
exports.DeleteLexiconInputFilterSensitiveLog = DeleteLexiconInputFilterSensitiveLog;
|
|
314
|
+
const DeleteLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
exports.DeleteLexiconOutputFilterSensitiveLog = DeleteLexiconOutputFilterSensitiveLog;
|
|
318
|
+
const DescribeVoicesInputFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
exports.DescribeVoicesInputFilterSensitiveLog = DescribeVoicesInputFilterSensitiveLog;
|
|
322
|
+
const VoiceFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
});
|
|
325
|
+
exports.VoiceFilterSensitiveLog = VoiceFilterSensitiveLog;
|
|
326
|
+
const DescribeVoicesOutputFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.DescribeVoicesOutputFilterSensitiveLog = DescribeVoicesOutputFilterSensitiveLog;
|
|
330
|
+
const GetLexiconInputFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.GetLexiconInputFilterSensitiveLog = GetLexiconInputFilterSensitiveLog;
|
|
334
|
+
const LexiconFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
337
|
+
});
|
|
338
|
+
exports.LexiconFilterSensitiveLog = LexiconFilterSensitiveLog;
|
|
339
|
+
const LexiconAttributesFilterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
});
|
|
342
|
+
exports.LexiconAttributesFilterSensitiveLog = LexiconAttributesFilterSensitiveLog;
|
|
343
|
+
const GetLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
344
|
+
...obj,
|
|
345
|
+
...(obj.Lexicon && { Lexicon: (0, exports.LexiconFilterSensitiveLog)(obj.Lexicon) }),
|
|
346
|
+
});
|
|
347
|
+
exports.GetLexiconOutputFilterSensitiveLog = GetLexiconOutputFilterSensitiveLog;
|
|
348
|
+
const GetSpeechSynthesisTaskInputFilterSensitiveLog = (obj) => ({
|
|
349
|
+
...obj,
|
|
350
|
+
});
|
|
351
|
+
exports.GetSpeechSynthesisTaskInputFilterSensitiveLog = GetSpeechSynthesisTaskInputFilterSensitiveLog;
|
|
352
|
+
const SynthesisTaskFilterSensitiveLog = (obj) => ({
|
|
353
|
+
...obj,
|
|
354
|
+
});
|
|
355
|
+
exports.SynthesisTaskFilterSensitiveLog = SynthesisTaskFilterSensitiveLog;
|
|
356
|
+
const GetSpeechSynthesisTaskOutputFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
});
|
|
359
|
+
exports.GetSpeechSynthesisTaskOutputFilterSensitiveLog = GetSpeechSynthesisTaskOutputFilterSensitiveLog;
|
|
360
|
+
const LexiconDescriptionFilterSensitiveLog = (obj) => ({
|
|
361
|
+
...obj,
|
|
362
|
+
});
|
|
363
|
+
exports.LexiconDescriptionFilterSensitiveLog = LexiconDescriptionFilterSensitiveLog;
|
|
364
|
+
const ListLexiconsInputFilterSensitiveLog = (obj) => ({
|
|
365
|
+
...obj,
|
|
366
|
+
});
|
|
367
|
+
exports.ListLexiconsInputFilterSensitiveLog = ListLexiconsInputFilterSensitiveLog;
|
|
368
|
+
const ListLexiconsOutputFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
exports.ListLexiconsOutputFilterSensitiveLog = ListLexiconsOutputFilterSensitiveLog;
|
|
372
|
+
const ListSpeechSynthesisTasksInputFilterSensitiveLog = (obj) => ({
|
|
373
|
+
...obj,
|
|
374
|
+
});
|
|
375
|
+
exports.ListSpeechSynthesisTasksInputFilterSensitiveLog = ListSpeechSynthesisTasksInputFilterSensitiveLog;
|
|
376
|
+
const ListSpeechSynthesisTasksOutputFilterSensitiveLog = (obj) => ({
|
|
377
|
+
...obj,
|
|
378
|
+
});
|
|
379
|
+
exports.ListSpeechSynthesisTasksOutputFilterSensitiveLog = ListSpeechSynthesisTasksOutputFilterSensitiveLog;
|
|
380
|
+
const PutLexiconInputFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
383
|
+
});
|
|
384
|
+
exports.PutLexiconInputFilterSensitiveLog = PutLexiconInputFilterSensitiveLog;
|
|
385
|
+
const PutLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
386
|
+
...obj,
|
|
387
|
+
});
|
|
388
|
+
exports.PutLexiconOutputFilterSensitiveLog = PutLexiconOutputFilterSensitiveLog;
|
|
389
|
+
const StartSpeechSynthesisTaskInputFilterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
});
|
|
392
|
+
exports.StartSpeechSynthesisTaskInputFilterSensitiveLog = StartSpeechSynthesisTaskInputFilterSensitiveLog;
|
|
393
|
+
const StartSpeechSynthesisTaskOutputFilterSensitiveLog = (obj) => ({
|
|
394
|
+
...obj,
|
|
395
|
+
});
|
|
396
|
+
exports.StartSpeechSynthesisTaskOutputFilterSensitiveLog = StartSpeechSynthesisTaskOutputFilterSensitiveLog;
|
|
397
|
+
const SynthesizeSpeechInputFilterSensitiveLog = (obj) => ({
|
|
398
|
+
...obj,
|
|
399
|
+
});
|
|
400
|
+
exports.SynthesizeSpeechInputFilterSensitiveLog = SynthesizeSpeechInputFilterSensitiveLog;
|
|
401
|
+
const SynthesizeSpeechOutputFilterSensitiveLog = (obj) => ({
|
|
402
|
+
...obj,
|
|
403
|
+
});
|
|
404
|
+
exports.SynthesizeSpeechOutputFilterSensitiveLog = SynthesizeSpeechOutputFilterSensitiveLog;
|
|
@@ -1144,6 +1144,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
1144
1144
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1145
1145
|
const sanitizeErrorCode = (rawValue) => {
|
|
1146
1146
|
let cleanValue = rawValue;
|
|
1147
|
+
if (typeof cleanValue === "number") {
|
|
1148
|
+
cleanValue = cleanValue.toString();
|
|
1149
|
+
}
|
|
1147
1150
|
if (cleanValue.indexOf(":") >= 0) {
|
|
1148
1151
|
cleanValue = cleanValue.split(":")[0];
|
|
1149
1152
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteLexiconInputFilterSensitiveLog, DeleteLexiconOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteLexiconCommand, serializeAws_restJson1DeleteLexiconCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteLexiconCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteLexiconCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteLexiconCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteLexiconInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteLexiconOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeVoicesInputFilterSensitiveLog, DescribeVoicesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeVoicesCommand, serializeAws_restJson1DescribeVoicesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeVoicesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeVoicesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeVoicesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeVoicesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeVoicesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetLexiconInputFilterSensitiveLog, GetLexiconOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetLexiconCommand, serializeAws_restJson1GetLexiconCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetLexiconCommand = (function (_super) {
|
|
7
7
|
__extends(GetLexiconCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetLexiconCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetLexiconInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetLexiconOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSpeechSynthesisTaskInputFilterSensitiveLog, GetSpeechSynthesisTaskOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSpeechSynthesisTaskCommand, serializeAws_restJson1GetSpeechSynthesisTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetSpeechSynthesisTaskCommand = (function (_super) {
|
|
7
7
|
__extends(GetSpeechSynthesisTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSpeechSynthesisTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSpeechSynthesisTaskInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSpeechSynthesisTaskOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListLexiconsInputFilterSensitiveLog, ListLexiconsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListLexiconsCommand, serializeAws_restJson1ListLexiconsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListLexiconsCommand = (function (_super) {
|
|
7
7
|
__extends(ListLexiconsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListLexiconsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListLexiconsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListLexiconsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSpeechSynthesisTasksInputFilterSensitiveLog, ListSpeechSynthesisTasksOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSpeechSynthesisTasksCommand, serializeAws_restJson1ListSpeechSynthesisTasksCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListSpeechSynthesisTasksCommand = (function (_super) {
|
|
7
7
|
__extends(ListSpeechSynthesisTasksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSpeechSynthesisTasksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSpeechSynthesisTasksInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSpeechSynthesisTasksOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutLexiconInputFilterSensitiveLog, PutLexiconOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutLexiconCommand, serializeAws_restJson1PutLexiconCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutLexiconCommand = (function (_super) {
|
|
7
7
|
__extends(PutLexiconCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutLexiconCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutLexiconInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutLexiconOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartSpeechSynthesisTaskInputFilterSensitiveLog, StartSpeechSynthesisTaskOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartSpeechSynthesisTaskCommand, serializeAws_restJson1StartSpeechSynthesisTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StartSpeechSynthesisTaskCommand = (function (_super) {
|
|
7
7
|
__extends(StartSpeechSynthesisTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartSpeechSynthesisTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartSpeechSynthesisTaskInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartSpeechSynthesisTaskOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { SynthesizeSpeechInputFilterSensitiveLog, SynthesizeSpeechOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SynthesizeSpeechCommand, serializeAws_restJson1SynthesizeSpeechCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SynthesizeSpeechCommand = (function (_super) {
|
|
7
7
|
__extends(SynthesizeSpeechCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SynthesizeSpeechCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SynthesizeSpeechInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SynthesizeSpeechOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|