@aws-sdk/client-polly 3.301.0 → 3.306.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +158 -166
- package/dist-es/models/models_0.js +158 -166
- package/dist-types/models/models_0.d.ts +198 -158
- package/dist-types/ts3.4/models/models_0.d.ts +167 -158
- package/package.json +36 -36
|
@@ -24,146 +24,142 @@ export class ServiceFailureException extends __BaseException {
|
|
|
24
24
|
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
VoiceId["Vitoria"] = "Vitoria";
|
|
164
|
-
VoiceId["Zeina"] = "Zeina";
|
|
165
|
-
VoiceId["Zhiyu"] = "Zhiyu";
|
|
166
|
-
})(VoiceId || (VoiceId = {}));
|
|
27
|
+
export const Engine = {
|
|
28
|
+
NEURAL: "neural",
|
|
29
|
+
STANDARD: "standard",
|
|
30
|
+
};
|
|
31
|
+
export const LanguageCode = {
|
|
32
|
+
ar_AE: "ar-AE",
|
|
33
|
+
arb: "arb",
|
|
34
|
+
ca_ES: "ca-ES",
|
|
35
|
+
cmn_CN: "cmn-CN",
|
|
36
|
+
cy_GB: "cy-GB",
|
|
37
|
+
da_DK: "da-DK",
|
|
38
|
+
de_AT: "de-AT",
|
|
39
|
+
de_DE: "de-DE",
|
|
40
|
+
en_AU: "en-AU",
|
|
41
|
+
en_GB: "en-GB",
|
|
42
|
+
en_GB_WLS: "en-GB-WLS",
|
|
43
|
+
en_IN: "en-IN",
|
|
44
|
+
en_NZ: "en-NZ",
|
|
45
|
+
en_US: "en-US",
|
|
46
|
+
en_ZA: "en-ZA",
|
|
47
|
+
es_ES: "es-ES",
|
|
48
|
+
es_MX: "es-MX",
|
|
49
|
+
es_US: "es-US",
|
|
50
|
+
fi_FI: "fi-FI",
|
|
51
|
+
fr_CA: "fr-CA",
|
|
52
|
+
fr_FR: "fr-FR",
|
|
53
|
+
hi_IN: "hi-IN",
|
|
54
|
+
is_IS: "is-IS",
|
|
55
|
+
it_IT: "it-IT",
|
|
56
|
+
ja_JP: "ja-JP",
|
|
57
|
+
ko_KR: "ko-KR",
|
|
58
|
+
nb_NO: "nb-NO",
|
|
59
|
+
nl_NL: "nl-NL",
|
|
60
|
+
pl_PL: "pl-PL",
|
|
61
|
+
pt_BR: "pt-BR",
|
|
62
|
+
pt_PT: "pt-PT",
|
|
63
|
+
ro_RO: "ro-RO",
|
|
64
|
+
ru_RU: "ru-RU",
|
|
65
|
+
sv_SE: "sv-SE",
|
|
66
|
+
tr_TR: "tr-TR",
|
|
67
|
+
yue_CN: "yue-CN",
|
|
68
|
+
};
|
|
69
|
+
export const Gender = {
|
|
70
|
+
Female: "Female",
|
|
71
|
+
Male: "Male",
|
|
72
|
+
};
|
|
73
|
+
export const VoiceId = {
|
|
74
|
+
Aditi: "Aditi",
|
|
75
|
+
Adriano: "Adriano",
|
|
76
|
+
Amy: "Amy",
|
|
77
|
+
Andres: "Andres",
|
|
78
|
+
Aria: "Aria",
|
|
79
|
+
Arlet: "Arlet",
|
|
80
|
+
Arthur: "Arthur",
|
|
81
|
+
Astrid: "Astrid",
|
|
82
|
+
Ayanda: "Ayanda",
|
|
83
|
+
Bianca: "Bianca",
|
|
84
|
+
Brian: "Brian",
|
|
85
|
+
Camila: "Camila",
|
|
86
|
+
Carla: "Carla",
|
|
87
|
+
Carmen: "Carmen",
|
|
88
|
+
Celine: "Celine",
|
|
89
|
+
Chantal: "Chantal",
|
|
90
|
+
Conchita: "Conchita",
|
|
91
|
+
Cristiano: "Cristiano",
|
|
92
|
+
Daniel: "Daniel",
|
|
93
|
+
Dora: "Dora",
|
|
94
|
+
Elin: "Elin",
|
|
95
|
+
Emma: "Emma",
|
|
96
|
+
Enrique: "Enrique",
|
|
97
|
+
Ewa: "Ewa",
|
|
98
|
+
Filiz: "Filiz",
|
|
99
|
+
Gabrielle: "Gabrielle",
|
|
100
|
+
Geraint: "Geraint",
|
|
101
|
+
Giorgio: "Giorgio",
|
|
102
|
+
Gwyneth: "Gwyneth",
|
|
103
|
+
Hala: "Hala",
|
|
104
|
+
Hannah: "Hannah",
|
|
105
|
+
Hans: "Hans",
|
|
106
|
+
Hiujin: "Hiujin",
|
|
107
|
+
Ida: "Ida",
|
|
108
|
+
Ines: "Ines",
|
|
109
|
+
Ivy: "Ivy",
|
|
110
|
+
Jacek: "Jacek",
|
|
111
|
+
Jan: "Jan",
|
|
112
|
+
Joanna: "Joanna",
|
|
113
|
+
Joey: "Joey",
|
|
114
|
+
Justin: "Justin",
|
|
115
|
+
Kajal: "Kajal",
|
|
116
|
+
Karl: "Karl",
|
|
117
|
+
Kazuha: "Kazuha",
|
|
118
|
+
Kendra: "Kendra",
|
|
119
|
+
Kevin: "Kevin",
|
|
120
|
+
Kimberly: "Kimberly",
|
|
121
|
+
Laura: "Laura",
|
|
122
|
+
Lea: "Lea",
|
|
123
|
+
Liam: "Liam",
|
|
124
|
+
Liv: "Liv",
|
|
125
|
+
Lotte: "Lotte",
|
|
126
|
+
Lucia: "Lucia",
|
|
127
|
+
Lupe: "Lupe",
|
|
128
|
+
Mads: "Mads",
|
|
129
|
+
Maja: "Maja",
|
|
130
|
+
Marlene: "Marlene",
|
|
131
|
+
Mathieu: "Mathieu",
|
|
132
|
+
Matthew: "Matthew",
|
|
133
|
+
Maxim: "Maxim",
|
|
134
|
+
Mia: "Mia",
|
|
135
|
+
Miguel: "Miguel",
|
|
136
|
+
Mizuki: "Mizuki",
|
|
137
|
+
Naja: "Naja",
|
|
138
|
+
Nicole: "Nicole",
|
|
139
|
+
Ola: "Ola",
|
|
140
|
+
Olivia: "Olivia",
|
|
141
|
+
Pedro: "Pedro",
|
|
142
|
+
Penelope: "Penelope",
|
|
143
|
+
Raveena: "Raveena",
|
|
144
|
+
Remi: "Remi",
|
|
145
|
+
Ricardo: "Ricardo",
|
|
146
|
+
Ruben: "Ruben",
|
|
147
|
+
Russell: "Russell",
|
|
148
|
+
Ruth: "Ruth",
|
|
149
|
+
Salli: "Salli",
|
|
150
|
+
Seoyeon: "Seoyeon",
|
|
151
|
+
Sergio: "Sergio",
|
|
152
|
+
Stephen: "Stephen",
|
|
153
|
+
Suvi: "Suvi",
|
|
154
|
+
Takumi: "Takumi",
|
|
155
|
+
Tatyana: "Tatyana",
|
|
156
|
+
Thiago: "Thiago",
|
|
157
|
+
Tomoko: "Tomoko",
|
|
158
|
+
Vicki: "Vicki",
|
|
159
|
+
Vitoria: "Vitoria",
|
|
160
|
+
Zeina: "Zeina",
|
|
161
|
+
Zhiyu: "Zhiyu",
|
|
162
|
+
};
|
|
167
163
|
export class InvalidNextTokenException extends __BaseException {
|
|
168
164
|
constructor(opts) {
|
|
169
165
|
super({
|
|
@@ -188,32 +184,28 @@ export class EngineNotSupportedException extends __BaseException {
|
|
|
188
184
|
Object.setPrototypeOf(this, EngineNotSupportedException.prototype);
|
|
189
185
|
}
|
|
190
186
|
}
|
|
191
|
-
export
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
(function (TextType) {
|
|
214
|
-
TextType["SSML"] = "ssml";
|
|
215
|
-
TextType["TEXT"] = "text";
|
|
216
|
-
})(TextType || (TextType = {}));
|
|
187
|
+
export const OutputFormat = {
|
|
188
|
+
JSON: "json",
|
|
189
|
+
MP3: "mp3",
|
|
190
|
+
OGG_VORBIS: "ogg_vorbis",
|
|
191
|
+
PCM: "pcm",
|
|
192
|
+
};
|
|
193
|
+
export const SpeechMarkType = {
|
|
194
|
+
SENTENCE: "sentence",
|
|
195
|
+
SSML: "ssml",
|
|
196
|
+
VISEME: "viseme",
|
|
197
|
+
WORD: "word",
|
|
198
|
+
};
|
|
199
|
+
export const TaskStatus = {
|
|
200
|
+
COMPLETED: "completed",
|
|
201
|
+
FAILED: "failed",
|
|
202
|
+
IN_PROGRESS: "inProgress",
|
|
203
|
+
SCHEDULED: "scheduled",
|
|
204
|
+
};
|
|
205
|
+
export const TextType = {
|
|
206
|
+
SSML: "ssml",
|
|
207
|
+
TEXT: "text",
|
|
208
|
+
};
|
|
217
209
|
export class InvalidTaskIdException extends __BaseException {
|
|
218
210
|
constructor(opts) {
|
|
219
211
|
super({
|