@aws-sdk/client-polly 3.131.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.
@@ -1,14 +1,6 @@
1
1
  import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
3
  import { PollyServiceException as __BaseException } from "./PollyServiceException";
4
- export var DeleteLexiconInput;
5
- (function (DeleteLexiconInput) {
6
- DeleteLexiconInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
7
- })(DeleteLexiconInput || (DeleteLexiconInput = {}));
8
- export var DeleteLexiconOutput;
9
- (function (DeleteLexiconOutput) {
10
- DeleteLexiconOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
11
- })(DeleteLexiconOutput || (DeleteLexiconOutput = {}));
12
4
  var LexiconNotFoundException = (function (_super) {
13
5
  __extends(LexiconNotFoundException, _super);
14
6
  function LexiconNotFoundException(opts) {
@@ -38,18 +30,6 @@ export var Engine;
38
30
  Engine["NEURAL"] = "neural";
39
31
  Engine["STANDARD"] = "standard";
40
32
  })(Engine || (Engine = {}));
41
- export var DescribeVoicesInput;
42
- (function (DescribeVoicesInput) {
43
- DescribeVoicesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
44
- })(DescribeVoicesInput || (DescribeVoicesInput = {}));
45
- export var Voice;
46
- (function (Voice) {
47
- Voice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
48
- })(Voice || (Voice = {}));
49
- export var DescribeVoicesOutput;
50
- (function (DescribeVoicesOutput) {
51
- DescribeVoicesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
52
- })(DescribeVoicesOutput || (DescribeVoicesOutput = {}));
53
33
  var InvalidNextTokenException = (function (_super) {
54
34
  __extends(InvalidNextTokenException, _super);
55
35
  function InvalidNextTokenException(opts) {
@@ -74,26 +54,6 @@ var EngineNotSupportedException = (function (_super) {
74
54
  return EngineNotSupportedException;
75
55
  }(__BaseException));
76
56
  export { EngineNotSupportedException };
77
- export var GetLexiconInput;
78
- (function (GetLexiconInput) {
79
- GetLexiconInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
80
- })(GetLexiconInput || (GetLexiconInput = {}));
81
- export var Lexicon;
82
- (function (Lexicon) {
83
- Lexicon.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: SENSITIVE_STRING }))); };
84
- })(Lexicon || (Lexicon = {}));
85
- export var LexiconAttributes;
86
- (function (LexiconAttributes) {
87
- LexiconAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
88
- })(LexiconAttributes || (LexiconAttributes = {}));
89
- export var GetLexiconOutput;
90
- (function (GetLexiconOutput) {
91
- GetLexiconOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Lexicon && { Lexicon: Lexicon.filterSensitiveLog(obj.Lexicon) }))); };
92
- })(GetLexiconOutput || (GetLexiconOutput = {}));
93
- export var GetSpeechSynthesisTaskInput;
94
- (function (GetSpeechSynthesisTaskInput) {
95
- GetSpeechSynthesisTaskInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
96
- })(GetSpeechSynthesisTaskInput || (GetSpeechSynthesisTaskInput = {}));
97
57
  export var OutputFormat;
98
58
  (function (OutputFormat) {
99
59
  OutputFormat["JSON"] = "json";
@@ -120,14 +80,6 @@ export var TextType;
120
80
  TextType["SSML"] = "ssml";
121
81
  TextType["TEXT"] = "text";
122
82
  })(TextType || (TextType = {}));
123
- export var SynthesisTask;
124
- (function (SynthesisTask) {
125
- SynthesisTask.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
126
- })(SynthesisTask || (SynthesisTask = {}));
127
- export var GetSpeechSynthesisTaskOutput;
128
- (function (GetSpeechSynthesisTaskOutput) {
129
- GetSpeechSynthesisTaskOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
- })(GetSpeechSynthesisTaskOutput || (GetSpeechSynthesisTaskOutput = {}));
131
83
  var InvalidTaskIdException = (function (_super) {
132
84
  __extends(InvalidTaskIdException, _super);
133
85
  function InvalidTaskIdException(opts) {
@@ -236,10 +188,6 @@ var LanguageNotSupportedException = (function (_super) {
236
188
  return LanguageNotSupportedException;
237
189
  }(__BaseException));
238
190
  export { LanguageNotSupportedException };
239
- export var LexiconDescription;
240
- (function (LexiconDescription) {
241
- LexiconDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
242
- })(LexiconDescription || (LexiconDescription = {}));
243
191
  var LexiconSizeExceededException = (function (_super) {
244
192
  __extends(LexiconSizeExceededException, _super);
245
193
  function LexiconSizeExceededException(opts) {
@@ -252,22 +200,6 @@ var LexiconSizeExceededException = (function (_super) {
252
200
  return LexiconSizeExceededException;
253
201
  }(__BaseException));
254
202
  export { LexiconSizeExceededException };
255
- export var ListLexiconsInput;
256
- (function (ListLexiconsInput) {
257
- ListLexiconsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
258
- })(ListLexiconsInput || (ListLexiconsInput = {}));
259
- export var ListLexiconsOutput;
260
- (function (ListLexiconsOutput) {
261
- ListLexiconsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
- })(ListLexiconsOutput || (ListLexiconsOutput = {}));
263
- export var ListSpeechSynthesisTasksInput;
264
- (function (ListSpeechSynthesisTasksInput) {
265
- ListSpeechSynthesisTasksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
266
- })(ListSpeechSynthesisTasksInput || (ListSpeechSynthesisTasksInput = {}));
267
- export var ListSpeechSynthesisTasksOutput;
268
- (function (ListSpeechSynthesisTasksOutput) {
269
- ListSpeechSynthesisTasksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
- })(ListSpeechSynthesisTasksOutput || (ListSpeechSynthesisTasksOutput = {}));
271
203
  var MarksNotSupportedForFormatException = (function (_super) {
272
204
  __extends(MarksNotSupportedForFormatException, _super);
273
205
  function MarksNotSupportedForFormatException(opts) {
@@ -304,14 +236,6 @@ var MaxLexiconsNumberExceededException = (function (_super) {
304
236
  return MaxLexiconsNumberExceededException;
305
237
  }(__BaseException));
306
238
  export { MaxLexiconsNumberExceededException };
307
- export var PutLexiconInput;
308
- (function (PutLexiconInput) {
309
- PutLexiconInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: SENSITIVE_STRING }))); };
310
- })(PutLexiconInput || (PutLexiconInput = {}));
311
- export var PutLexiconOutput;
312
- (function (PutLexiconOutput) {
313
- PutLexiconOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
- })(PutLexiconOutput || (PutLexiconOutput = {}));
315
239
  var UnsupportedPlsAlphabetException = (function (_super) {
316
240
  __extends(UnsupportedPlsAlphabetException, _super);
317
241
  function UnsupportedPlsAlphabetException(opts) {
@@ -348,14 +272,6 @@ var SsmlMarksNotSupportedForTextTypeException = (function (_super) {
348
272
  return SsmlMarksNotSupportedForTextTypeException;
349
273
  }(__BaseException));
350
274
  export { SsmlMarksNotSupportedForTextTypeException };
351
- export var StartSpeechSynthesisTaskInput;
352
- (function (StartSpeechSynthesisTaskInput) {
353
- StartSpeechSynthesisTaskInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
- })(StartSpeechSynthesisTaskInput || (StartSpeechSynthesisTaskInput = {}));
355
- export var StartSpeechSynthesisTaskOutput;
356
- (function (StartSpeechSynthesisTaskOutput) {
357
- StartSpeechSynthesisTaskOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
- })(StartSpeechSynthesisTaskOutput || (StartSpeechSynthesisTaskOutput = {}));
359
275
  var TextLengthExceededException = (function (_super) {
360
276
  __extends(TextLengthExceededException, _super);
361
277
  function TextLengthExceededException(opts) {
@@ -368,11 +284,26 @@ var TextLengthExceededException = (function (_super) {
368
284
  return TextLengthExceededException;
369
285
  }(__BaseException));
370
286
  export { TextLengthExceededException };
371
- export var SynthesizeSpeechInput;
372
- (function (SynthesizeSpeechInput) {
373
- SynthesizeSpeechInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
- })(SynthesizeSpeechInput || (SynthesizeSpeechInput = {}));
375
- export var SynthesizeSpeechOutput;
376
- (function (SynthesizeSpeechOutput) {
377
- SynthesizeSpeechOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
378
- })(SynthesizeSpeechOutput || (SynthesizeSpeechOutput = {}));
287
+ export var DeleteLexiconInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
+ export var DeleteLexiconOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
289
+ export var DescribeVoicesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
+ export var VoiceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
291
+ export var DescribeVoicesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
+ export var GetLexiconInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
293
+ export var LexiconFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: SENSITIVE_STRING }))); };
294
+ export var LexiconAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
295
+ export var GetLexiconOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Lexicon && { Lexicon: LexiconFilterSensitiveLog(obj.Lexicon) }))); };
296
+ export var GetSpeechSynthesisTaskInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
297
+ export var SynthesisTaskFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
+ export var GetSpeechSynthesisTaskOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
299
+ export var LexiconDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
+ export var ListLexiconsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
301
+ export var ListLexiconsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
+ export var ListSpeechSynthesisTasksInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
+ export var ListSpeechSynthesisTasksOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
+ export var PutLexiconInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: SENSITIVE_STRING }))); };
305
+ export var PutLexiconOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
+ export var StartSpeechSynthesisTaskInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
307
+ export var StartSpeechSynthesisTaskOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
308
+ export var SynthesizeSpeechInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
309
+ export var SynthesizeSpeechOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -9,20 +9,8 @@ export interface DeleteLexiconInput {
9
9
  */
10
10
  Name: string | undefined;
11
11
  }
12
- export declare namespace DeleteLexiconInput {
13
- /**
14
- * @internal
15
- */
16
- const filterSensitiveLog: (obj: DeleteLexiconInput) => any;
17
- }
18
12
  export interface DeleteLexiconOutput {
19
13
  }
20
- export declare namespace DeleteLexiconOutput {
21
- /**
22
- * @internal
23
- */
24
- const filterSensitiveLog: (obj: DeleteLexiconOutput) => any;
25
- }
26
14
  /**
27
15
  * <p>Amazon Polly can't find the specified lexicon. This could be caused by a
28
16
  * lexicon that is missing, its name is misspelled or specifying a lexicon
@@ -83,12 +71,6 @@ export interface DescribeVoicesInput {
83
71
  */
84
72
  NextToken?: string;
85
73
  }
86
- export declare namespace DescribeVoicesInput {
87
- /**
88
- * @internal
89
- */
90
- const filterSensitiveLog: (obj: DescribeVoicesInput) => any;
91
- }
92
74
  export declare type Gender = "Female" | "Male";
93
75
  export declare type VoiceId = "Aditi" | "Amy" | "Aria" | "Arlet" | "Arthur" | "Astrid" | "Ayanda" | "Bianca" | "Brian" | "Camila" | "Carla" | "Carmen" | "Celine" | "Chantal" | "Conchita" | "Cristiano" | "Daniel" | "Dora" | "Emma" | "Enrique" | "Ewa" | "Filiz" | "Gabrielle" | "Geraint" | "Giorgio" | "Gwyneth" | "Hannah" | "Hans" | "Ines" | "Ivy" | "Jacek" | "Jan" | "Joanna" | "Joey" | "Justin" | "Karl" | "Kendra" | "Kevin" | "Kimberly" | "Lea" | "Liam" | "Liv" | "Lotte" | "Lucia" | "Lupe" | "Mads" | "Maja" | "Marlene" | "Mathieu" | "Matthew" | "Maxim" | "Mia" | "Miguel" | "Mizuki" | "Naja" | "Nicole" | "Olivia" | "Pedro" | "Penelope" | "Raveena" | "Ricardo" | "Ruben" | "Russell" | "Salli" | "Seoyeon" | "Takumi" | "Tatyana" | "Vicki" | "Vitoria" | "Zeina" | "Zhiyu";
94
76
  /**
@@ -133,12 +115,6 @@ export interface Voice {
133
115
  */
134
116
  SupportedEngines?: (Engine | string)[];
135
117
  }
136
- export declare namespace Voice {
137
- /**
138
- * @internal
139
- */
140
- const filterSensitiveLog: (obj: Voice) => any;
141
- }
142
118
  export interface DescribeVoicesOutput {
143
119
  /**
144
120
  * <p>A list of voices with their properties.</p>
@@ -151,12 +127,6 @@ export interface DescribeVoicesOutput {
151
127
  */
152
128
  NextToken?: string;
153
129
  }
154
- export declare namespace DescribeVoicesOutput {
155
- /**
156
- * @internal
157
- */
158
- const filterSensitiveLog: (obj: DescribeVoicesOutput) => any;
159
- }
160
130
  /**
161
131
  * <p>The NextToken is invalid. Verify that it's spelled correctly, and
162
132
  * then try again.</p>
@@ -188,12 +158,6 @@ export interface GetLexiconInput {
188
158
  */
189
159
  Name: string | undefined;
190
160
  }
191
- export declare namespace GetLexiconInput {
192
- /**
193
- * @internal
194
- */
195
- const filterSensitiveLog: (obj: GetLexiconInput) => any;
196
- }
197
161
  /**
198
162
  * <p>Provides lexicon name and lexicon content in string format. For
199
163
  * more information, see <a href="https://www.w3.org/TR/pronunciation-lexicon/">Pronunciation Lexicon
@@ -210,12 +174,6 @@ export interface Lexicon {
210
174
  */
211
175
  Name?: string;
212
176
  }
213
- export declare namespace Lexicon {
214
- /**
215
- * @internal
216
- */
217
- const filterSensitiveLog: (obj: Lexicon) => any;
218
- }
219
177
  /**
220
178
  * <p>Contains metadata describing the lexicon such as the number of
221
179
  * lexemes, language code, and so on. For more information, see <a href="https://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html">Managing Lexicons</a>.</p>
@@ -249,12 +207,6 @@ export interface LexiconAttributes {
249
207
  */
250
208
  Size?: number;
251
209
  }
252
- export declare namespace LexiconAttributes {
253
- /**
254
- * @internal
255
- */
256
- const filterSensitiveLog: (obj: LexiconAttributes) => any;
257
- }
258
210
  export interface GetLexiconOutput {
259
211
  /**
260
212
  * <p>Lexicon object that provides name and the string content of the
@@ -268,24 +220,12 @@ export interface GetLexiconOutput {
268
220
  */
269
221
  LexiconAttributes?: LexiconAttributes;
270
222
  }
271
- export declare namespace GetLexiconOutput {
272
- /**
273
- * @internal
274
- */
275
- const filterSensitiveLog: (obj: GetLexiconOutput) => any;
276
- }
277
223
  export interface GetSpeechSynthesisTaskInput {
278
224
  /**
279
225
  * <p>The Amazon Polly generated identifier for a speech synthesis task.</p>
280
226
  */
281
227
  TaskId: string | undefined;
282
228
  }
283
- export declare namespace GetSpeechSynthesisTaskInput {
284
- /**
285
- * @internal
286
- */
287
- const filterSensitiveLog: (obj: GetSpeechSynthesisTaskInput) => any;
288
- }
289
229
  export declare enum OutputFormat {
290
230
  JSON = "json",
291
231
  MP3 = "mp3",
@@ -396,12 +336,6 @@ export interface SynthesisTask {
396
336
  */
397
337
  LanguageCode?: LanguageCode | string;
398
338
  }
399
- export declare namespace SynthesisTask {
400
- /**
401
- * @internal
402
- */
403
- const filterSensitiveLog: (obj: SynthesisTask) => any;
404
- }
405
339
  export interface GetSpeechSynthesisTaskOutput {
406
340
  /**
407
341
  * <p>SynthesisTask object that provides information from the requested
@@ -410,12 +344,6 @@ export interface GetSpeechSynthesisTaskOutput {
410
344
  */
411
345
  SynthesisTask?: SynthesisTask;
412
346
  }
413
- export declare namespace GetSpeechSynthesisTaskOutput {
414
- /**
415
- * @internal
416
- */
417
- const filterSensitiveLog: (obj: GetSpeechSynthesisTaskOutput) => any;
418
- }
419
347
  /**
420
348
  * <p>The provided Task ID is not valid. Please provide a valid Task ID and
421
349
  * try again.</p>
@@ -536,12 +464,6 @@ export interface LexiconDescription {
536
464
  */
537
465
  Attributes?: LexiconAttributes;
538
466
  }
539
- export declare namespace LexiconDescription {
540
- /**
541
- * @internal
542
- */
543
- const filterSensitiveLog: (obj: LexiconDescription) => any;
544
- }
545
467
  /**
546
468
  * <p>The maximum size of the specified lexicon would be exceeded by this
547
469
  * operation.</p>
@@ -562,12 +484,6 @@ export interface ListLexiconsInput {
562
484
  */
563
485
  NextToken?: string;
564
486
  }
565
- export declare namespace ListLexiconsInput {
566
- /**
567
- * @internal
568
- */
569
- const filterSensitiveLog: (obj: ListLexiconsInput) => any;
570
- }
571
487
  export interface ListLexiconsOutput {
572
488
  /**
573
489
  * <p>A list of lexicon names and attributes.</p>
@@ -580,12 +496,6 @@ export interface ListLexiconsOutput {
580
496
  */
581
497
  NextToken?: string;
582
498
  }
583
- export declare namespace ListLexiconsOutput {
584
- /**
585
- * @internal
586
- */
587
- const filterSensitiveLog: (obj: ListLexiconsOutput) => any;
588
- }
589
499
  export interface ListSpeechSynthesisTasksInput {
590
500
  /**
591
501
  * <p>Maximum number of speech synthesis tasks returned in a List
@@ -603,12 +513,6 @@ export interface ListSpeechSynthesisTasksInput {
603
513
  */
604
514
  Status?: TaskStatus | string;
605
515
  }
606
- export declare namespace ListSpeechSynthesisTasksInput {
607
- /**
608
- * @internal
609
- */
610
- const filterSensitiveLog: (obj: ListSpeechSynthesisTasksInput) => any;
611
- }
612
516
  export interface ListSpeechSynthesisTasksOutput {
613
517
  /**
614
518
  * <p>An opaque pagination token returned from the previous List operation
@@ -623,12 +527,6 @@ export interface ListSpeechSynthesisTasksOutput {
623
527
  */
624
528
  SynthesisTasks?: SynthesisTask[];
625
529
  }
626
- export declare namespace ListSpeechSynthesisTasksOutput {
627
- /**
628
- * @internal
629
- */
630
- const filterSensitiveLog: (obj: ListSpeechSynthesisTasksOutput) => any;
631
- }
632
530
  /**
633
531
  * <p>Speech marks are not supported for the <code>OutputFormat</code>
634
532
  * selected. Speech marks are only available for content in <code>json</code>
@@ -678,20 +576,8 @@ export interface PutLexiconInput {
678
576
  */
679
577
  Content: string | undefined;
680
578
  }
681
- export declare namespace PutLexiconInput {
682
- /**
683
- * @internal
684
- */
685
- const filterSensitiveLog: (obj: PutLexiconInput) => any;
686
- }
687
579
  export interface PutLexiconOutput {
688
580
  }
689
- export declare namespace PutLexiconOutput {
690
- /**
691
- * @internal
692
- */
693
- const filterSensitiveLog: (obj: PutLexiconOutput) => any;
694
- }
695
581
  /**
696
582
  * <p>The alphabet specified by the lexicon is not a supported alphabet.
697
583
  * Valid values are <code>x-sampa</code> and <code>ipa</code>.</p>
@@ -800,12 +686,6 @@ export interface StartSpeechSynthesisTaskInput {
800
686
  */
801
687
  VoiceId: VoiceId | string | undefined;
802
688
  }
803
- export declare namespace StartSpeechSynthesisTaskInput {
804
- /**
805
- * @internal
806
- */
807
- const filterSensitiveLog: (obj: StartSpeechSynthesisTaskInput) => any;
808
- }
809
689
  export interface StartSpeechSynthesisTaskOutput {
810
690
  /**
811
691
  * <p>SynthesisTask object that provides information and attributes about a
@@ -813,12 +693,6 @@ export interface StartSpeechSynthesisTaskOutput {
813
693
  */
814
694
  SynthesisTask?: SynthesisTask;
815
695
  }
816
- export declare namespace StartSpeechSynthesisTaskOutput {
817
- /**
818
- * @internal
819
- */
820
- const filterSensitiveLog: (obj: StartSpeechSynthesisTaskOutput) => any;
821
- }
822
696
  /**
823
697
  * <p>The value of the "Text" parameter is longer than the accepted
824
698
  * limits. For the <code>SynthesizeSpeech</code> API, the limit for input
@@ -920,12 +794,6 @@ export interface SynthesizeSpeechInput {
920
794
  */
921
795
  VoiceId: VoiceId | string | undefined;
922
796
  }
923
- export declare namespace SynthesizeSpeechInput {
924
- /**
925
- * @internal
926
- */
927
- const filterSensitiveLog: (obj: SynthesizeSpeechInput) => any;
928
- }
929
797
  export interface SynthesizeSpeechOutput {
930
798
  /**
931
799
  * <p> Stream containing the synthesized speech. </p>
@@ -965,9 +833,95 @@ export interface SynthesizeSpeechOutput {
965
833
  */
966
834
  RequestCharacters?: number;
967
835
  }
968
- export declare namespace SynthesizeSpeechOutput {
969
- /**
970
- * @internal
971
- */
972
- const filterSensitiveLog: (obj: SynthesizeSpeechOutput) => any;
973
- }
836
+ /**
837
+ * @internal
838
+ */
839
+ export declare const DeleteLexiconInputFilterSensitiveLog: (obj: DeleteLexiconInput) => any;
840
+ /**
841
+ * @internal
842
+ */
843
+ export declare const DeleteLexiconOutputFilterSensitiveLog: (obj: DeleteLexiconOutput) => any;
844
+ /**
845
+ * @internal
846
+ */
847
+ export declare const DescribeVoicesInputFilterSensitiveLog: (obj: DescribeVoicesInput) => any;
848
+ /**
849
+ * @internal
850
+ */
851
+ export declare const VoiceFilterSensitiveLog: (obj: Voice) => any;
852
+ /**
853
+ * @internal
854
+ */
855
+ export declare const DescribeVoicesOutputFilterSensitiveLog: (obj: DescribeVoicesOutput) => any;
856
+ /**
857
+ * @internal
858
+ */
859
+ export declare const GetLexiconInputFilterSensitiveLog: (obj: GetLexiconInput) => any;
860
+ /**
861
+ * @internal
862
+ */
863
+ export declare const LexiconFilterSensitiveLog: (obj: Lexicon) => any;
864
+ /**
865
+ * @internal
866
+ */
867
+ export declare const LexiconAttributesFilterSensitiveLog: (obj: LexiconAttributes) => any;
868
+ /**
869
+ * @internal
870
+ */
871
+ export declare const GetLexiconOutputFilterSensitiveLog: (obj: GetLexiconOutput) => any;
872
+ /**
873
+ * @internal
874
+ */
875
+ export declare const GetSpeechSynthesisTaskInputFilterSensitiveLog: (obj: GetSpeechSynthesisTaskInput) => any;
876
+ /**
877
+ * @internal
878
+ */
879
+ export declare const SynthesisTaskFilterSensitiveLog: (obj: SynthesisTask) => any;
880
+ /**
881
+ * @internal
882
+ */
883
+ export declare const GetSpeechSynthesisTaskOutputFilterSensitiveLog: (obj: GetSpeechSynthesisTaskOutput) => any;
884
+ /**
885
+ * @internal
886
+ */
887
+ export declare const LexiconDescriptionFilterSensitiveLog: (obj: LexiconDescription) => any;
888
+ /**
889
+ * @internal
890
+ */
891
+ export declare const ListLexiconsInputFilterSensitiveLog: (obj: ListLexiconsInput) => any;
892
+ /**
893
+ * @internal
894
+ */
895
+ export declare const ListLexiconsOutputFilterSensitiveLog: (obj: ListLexiconsOutput) => any;
896
+ /**
897
+ * @internal
898
+ */
899
+ export declare const ListSpeechSynthesisTasksInputFilterSensitiveLog: (obj: ListSpeechSynthesisTasksInput) => any;
900
+ /**
901
+ * @internal
902
+ */
903
+ export declare const ListSpeechSynthesisTasksOutputFilterSensitiveLog: (obj: ListSpeechSynthesisTasksOutput) => any;
904
+ /**
905
+ * @internal
906
+ */
907
+ export declare const PutLexiconInputFilterSensitiveLog: (obj: PutLexiconInput) => any;
908
+ /**
909
+ * @internal
910
+ */
911
+ export declare const PutLexiconOutputFilterSensitiveLog: (obj: PutLexiconOutput) => any;
912
+ /**
913
+ * @internal
914
+ */
915
+ export declare const StartSpeechSynthesisTaskInputFilterSensitiveLog: (obj: StartSpeechSynthesisTaskInput) => any;
916
+ /**
917
+ * @internal
918
+ */
919
+ export declare const StartSpeechSynthesisTaskOutputFilterSensitiveLog: (obj: StartSpeechSynthesisTaskOutput) => any;
920
+ /**
921
+ * @internal
922
+ */
923
+ export declare const SynthesizeSpeechInputFilterSensitiveLog: (obj: SynthesizeSpeechInput) => any;
924
+ /**
925
+ * @internal
926
+ */
927
+ export declare const SynthesizeSpeechOutputFilterSensitiveLog: (obj: SynthesizeSpeechOutput) => any;