Skip to content

Commit b586679

Browse files
author
AWS
committed
Amazon Polly Update: Amazon Polly adds new Australian English female voice - Olivia. Olivia is available as Neural voice only.
1 parent 3574234 commit b586679

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Polly",
4+
"contributor": "",
5+
"description": "Amazon Polly adds new Australian English female voice - Olivia. Olivia is available as Neural voice only."
6+
}

services/polly/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,10 @@
478478
},
479479
"documentation":"<p>Contains metadata describing the lexicon such as the number of 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>"
480480
},
481-
"LexiconContent":{"type":"string"},
481+
"LexiconContent":{
482+
"type":"string",
483+
"sensitive":true
484+
},
482485
"LexiconDescription":{
483486
"type":"structure",
484487
"members":{
@@ -499,8 +502,7 @@
499502
},
500503
"LexiconName":{
501504
"type":"string",
502-
"pattern":"[0-9A-Za-z]{1,20}",
503-
"sensitive":true
505+
"pattern":"[0-9A-Za-z]{1,20}"
504506
},
505507
"LexiconNameList":{
506508
"type":"list",
@@ -637,7 +639,7 @@
637639
},
638640
"OutputS3KeyPrefix":{
639641
"type":"string",
640-
"pattern":"^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\'\\(\\)]{0,800}$"
642+
"pattern":"^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\'\\(\\):;\\$@=+\\,\\?&]{0,800}$"
641643
},
642644
"OutputUri":{"type":"string"},
643645
"PutLexiconInput":{
@@ -861,7 +863,7 @@
861863
"members":{
862864
"Engine":{
863865
"shape":"Engine",
864-
"documentation":"<p>Specifies the engine (<code>standard</code> or <code>neural</code>) for Amazon Polly to use when processing input text for speech synthesis. Using a voice that is not supported for the engine selected will result in an error.</p>"
866+
"documentation":"<p>Specifies the engine (<code>standard</code> or <code>neural</code>) for Amazon Polly to use when processing input text for speech synthesis. For information on Amazon Polly voices and which voices are available in standard-only, NTTS-only, and both standard and NTTS formats, see <a href=\"https://docs.aws.amazon.com/polly/latest/dg/voicelist.html\">Available Voices</a>.</p> <p> <b>NTTS-only voices</b> </p> <p>When using NTTS-only voices such as Kevin (en-US), this parameter is required and must be set to <code>neural</code>. If the engine is not specified, or is set to <code>standard</code>, this will result in an error. </p> <p>Type: String</p> <p>Valid Values: <code>standard</code> | <code>neural</code> </p> <p>Required: Yes</p> <p> <b>Standard voices</b> </p> <p>For standard voices, this is not required; the engine parameter defaults to <code>standard</code>. If the engine is not specified, or is set to <code>standard</code> and an NTTS-only voice is selected, this will result in an error. </p>"
865867
},
866868
"LanguageCode":{
867869
"shape":"LanguageCode",
@@ -1053,6 +1055,7 @@
10531055
"Mizuki",
10541056
"Naja",
10551057
"Nicole",
1058+
"Olivia",
10561059
"Penelope",
10571060
"Raveena",
10581061
"Ricardo",

0 commit comments

Comments
 (0)