-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Amazon Polly SDK.
--   
--   The types from this library are intended to be used with
--   <a>amazonka</a>, which provides mechanisms for specifying AuthN/AuthZ
--   information, sending requests, and receiving responses.
--   
--   Lenses are used for constructing and manipulating types, due to the
--   depth of nesting of AWS types and transparency regarding
--   de/serialisation into more palatable Haskell values. The provided
--   lenses should be compatible with any of the major lens libraries such
--   as <a>lens</a> or <a>lens-family-core</a>.
--   
--   See <a>Network.AWS.Polly</a> or <a>the AWS documentation</a> to get
--   started.
@package amazonka-polly
@version 1.6.1


module Network.AWS.Polly.Types

-- | API version <tt>2016-06-10</tt> of the Amazon Polly SDK configuration.
polly :: Service

-- | The language specified in the lexicon is unsupported. For a list of
--   supported languages, see <a>Lexicon Attributes</a> .
_UnsupportedPlsLanguageException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The SSML you provided is invalid. Verify the SSML syntax, spelling of
--   tags and values, and then try again.
_InvalidSsmlException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The specified sample rate is not valid.
_InvalidSampleRateException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The maximum number of lexicons would be exceeded by this operation.
_MaxLexiconsNumberExceededException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The value of the <a>Text</a> parameter is longer than the accepted
--   limits. The limit for input text is a maximum of 3000 characters
--   total, of which no more than 1500 can be billed characters. SSML tags
--   are not counted as billed characters.
_TextLengthExceededException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The maximum size of the lexeme would be exceeded by this operation.
_MaxLexemeLengthExceededException :: AsError a => Getting (First ServiceError) a ServiceError

-- | Amazon Polly can't find the specified lexicon. Verify that the
--   lexicon's name is spelled correctly, and then try again.
_InvalidLexiconException :: AsError a => Getting (First ServiceError) a ServiceError

-- | An unknown condition has caused a service failure.
_ServiceFailureException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The alphabet specified by the lexicon is not a supported alphabet.
--   Valid values are <tt>x-sampa</tt> and <tt>ipa</tt> .
_UnsupportedPlsAlphabetException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The NextToken is invalid. Verify that it's spelled correctly, and then
--   try again.
_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError

-- | Speech marks are not supported for the <tt>OutputFormat</tt> selected.
--   Speech marks are only available for content in <tt>json</tt> format.
_MarksNotSupportedForFormatException :: AsError a => Getting (First ServiceError) a ServiceError

-- | SSML speech marks are not supported for plain text-type input.
_SsmlMarksNotSupportedForTextTypeException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The maximum size of the specified lexicon would be exceeded by this
--   operation.
_LexiconSizeExceededException :: AsError a => Getting (First ServiceError) a ServiceError

-- | Amazon Polly can't find the specified lexicon. This could be caused by
--   a lexicon that is missing, its name is misspelled or specifying a
--   lexicon that is in a different region.
--   
--   Verify that the lexicon exists, is in the region (see
--   <tt>ListLexicons</tt> ) and that you spelled its name is spelled
--   correctly. Then try again.
_LexiconNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
data Gender
Female :: Gender
Male :: Gender
data LanguageCode
CyGb :: LanguageCode
DaDk :: LanguageCode
DeDe :: LanguageCode
EnAu :: LanguageCode
EnGb :: LanguageCode
EnGbWls :: LanguageCode
EnIn :: LanguageCode
EnUs :: LanguageCode
EsEs :: LanguageCode
EsUs :: LanguageCode
FrCa :: LanguageCode
FrFr :: LanguageCode
IsIs :: LanguageCode
ItIt :: LanguageCode
JaJp :: LanguageCode
KoKr :: LanguageCode
NbNo :: LanguageCode
NlNl :: LanguageCode
PlPl :: LanguageCode
PtBr :: LanguageCode
PtPt :: LanguageCode
RoRo :: LanguageCode
RuRu :: LanguageCode
SvSe :: LanguageCode
TrTr :: LanguageCode
data OutputFormat
JSON :: OutputFormat
MP3 :: OutputFormat
OggVorbis :: OutputFormat
Pcm :: OutputFormat
data SpeechMarkType
Sentence :: SpeechMarkType
Ssml :: SpeechMarkType
Viseme :: SpeechMarkType
Word :: SpeechMarkType
data TextType
TTSsml :: TextType
TTText :: TextType
data VoiceId
Aditi :: VoiceId
Amy :: VoiceId
Astrid :: VoiceId
Brian :: VoiceId
Carla :: VoiceId
Carmen :: VoiceId
Celine :: VoiceId
Chantal :: VoiceId
Conchita :: VoiceId
Cristiano :: VoiceId
Dora :: VoiceId
Emma :: VoiceId
Enrique :: VoiceId
Ewa :: VoiceId
Filiz :: VoiceId
Geraint :: VoiceId
Giorgio :: VoiceId
Gwyneth :: VoiceId
Hans :: VoiceId
Ines :: VoiceId
Ivy :: VoiceId
Jacek :: VoiceId
Jan :: VoiceId
Joanna :: VoiceId
Joey :: VoiceId
Justin :: VoiceId
Karl :: VoiceId
Kendra :: VoiceId
Kimberly :: VoiceId
Liv :: VoiceId
Lotte :: VoiceId
Mads :: VoiceId
Maja :: VoiceId
Marlene :: VoiceId
Mathieu :: VoiceId
Matthew :: VoiceId
Maxim :: VoiceId
Miguel :: VoiceId
Mizuki :: VoiceId
Naja :: VoiceId
Nicole :: VoiceId
Penelope :: VoiceId
Raveena :: VoiceId
Ricardo :: VoiceId
Ruben :: VoiceId
Russell :: VoiceId
Salli :: VoiceId
Seoyeon :: VoiceId
Takumi :: VoiceId
Tatyana :: VoiceId
Vicki :: VoiceId
Vitoria :: VoiceId

-- | Provides lexicon name and lexicon content in string format. For more
--   information, see <a>Pronunciation Lexicon Specification (PLS) Version
--   1.0</a> .
--   
--   <i>See:</i> <a>lexicon</a> smart constructor.
data Lexicon

-- | Creates a value of <a>Lexicon</a> with the minimum fields required to
--   make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>lContent</a> - Lexicon content in string format. The content of
--   a lexicon must be in PLS format.</li>
--   <li><a>lName</a> - Name of the lexicon.</li>
--   </ul>
lexicon :: Lexicon

-- | Lexicon content in string format. The content of a lexicon must be in
--   PLS format.
lContent :: Lens' Lexicon (Maybe Text)

-- | Name of the lexicon.
lName :: Lens' Lexicon (Maybe Text)

-- | Contains metadata describing the lexicon such as the number of
--   lexemes, language code, and so on. For more information, see
--   <a>Managing Lexicons</a> .
--   
--   <i>See:</i> <a>lexiconAttributes</a> smart constructor.
data LexiconAttributes

-- | Creates a value of <a>LexiconAttributes</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>laLanguageCode</a> - Language code that the lexicon applies to.
--   A lexicon with a language code such as "en" would be applied to all
--   English languages (en-GB, en-US, en-AUS, en-WLS, and so on.</li>
--   <li><a>laSize</a> - Total size of the lexicon, in characters.</li>
--   <li><a>laLexemesCount</a> - Number of lexemes in the lexicon.</li>
--   <li><a>laLexiconARN</a> - Amazon Resource Name (ARN) of the
--   lexicon.</li>
--   <li><a>laAlphabet</a> - Phonetic alphabet used in the lexicon. Valid
--   values are <tt>ipa</tt> and <tt>x-sampa</tt> .</li>
--   <li><a>laLastModified</a> - Date lexicon was last modified (a
--   timestamp value).</li>
--   </ul>
lexiconAttributes :: LexiconAttributes

-- | Language code that the lexicon applies to. A lexicon with a language
--   code such as "en" would be applied to all English languages (en-GB,
--   en-US, en-AUS, en-WLS, and so on.
laLanguageCode :: Lens' LexiconAttributes (Maybe LanguageCode)

-- | Total size of the lexicon, in characters.
laSize :: Lens' LexiconAttributes (Maybe Int)

-- | Number of lexemes in the lexicon.
laLexemesCount :: Lens' LexiconAttributes (Maybe Int)

-- | Amazon Resource Name (ARN) of the lexicon.
laLexiconARN :: Lens' LexiconAttributes (Maybe Text)

-- | Phonetic alphabet used in the lexicon. Valid values are <tt>ipa</tt>
--   and <tt>x-sampa</tt> .
laAlphabet :: Lens' LexiconAttributes (Maybe Text)

-- | Date lexicon was last modified (a timestamp value).
laLastModified :: Lens' LexiconAttributes (Maybe UTCTime)

-- | Describes the content of the lexicon.
--   
--   <i>See:</i> <a>lexiconDescription</a> smart constructor.
data LexiconDescription

-- | Creates a value of <a>LexiconDescription</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>ldAttributes</a> - Provides lexicon metadata.</li>
--   <li><a>ldName</a> - Name of the lexicon.</li>
--   </ul>
lexiconDescription :: LexiconDescription

-- | Provides lexicon metadata.
ldAttributes :: Lens' LexiconDescription (Maybe LexiconAttributes)

-- | Name of the lexicon.
ldName :: Lens' LexiconDescription (Maybe Text)

-- | Description of the voice.
--   
--   <i>See:</i> <a>voice</a> smart constructor.
data Voice

-- | Creates a value of <a>Voice</a> with the minimum fields required to
--   make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>vLanguageCode</a> - Language code of the voice.</li>
--   <li><a>vLanguageName</a> - Human readable name of the language in
--   English.</li>
--   <li><a>vGender</a> - Gender of the voice.</li>
--   <li><a>vName</a> - Name of the voice (for example, Salli, Kendra,
--   etc.). This provides a human readable voice name that you might
--   display in your application.</li>
--   <li><a>vId</a> - Amazon Polly assigned voice ID. This is the ID that
--   you specify when calling the <tt>SynthesizeSpeech</tt> operation.</li>
--   </ul>
voice :: Voice

-- | Language code of the voice.
vLanguageCode :: Lens' Voice (Maybe LanguageCode)

-- | Human readable name of the language in English.
vLanguageName :: Lens' Voice (Maybe Text)

-- | Gender of the voice.
vGender :: Lens' Voice (Maybe Gender)

-- | Name of the voice (for example, Salli, Kendra, etc.). This provides a
--   human readable voice name that you might display in your application.
vName :: Lens' Voice (Maybe Text)

-- | Amazon Polly assigned voice ID. This is the ID that you specify when
--   calling the <tt>SynthesizeSpeech</tt> operation.
vId :: Lens' Voice (Maybe VoiceId)


-- | Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
--   SSML input must be valid, well-formed SSML. Some alphabets might not
--   be available with all the voices (for example, Cyrillic might not be
--   read at all by English voices) unless phoneme mapping is used. For
--   more information, see <a>How it Works</a> .
module Network.AWS.Polly.SynthesizeSpeech

-- | Creates a value of <a>SynthesizeSpeech</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>ssSpeechMarkTypes</a> - The type of speech marks returned for
--   the input text.</li>
--   <li><a>ssSampleRate</a> - The audio frequency specified in Hz. The
--   valid values for <tt>mp3</tt> and <tt>ogg_vorbis</tt> are "8000",
--   "16000", and "22050". The default value is "22050". Valid values for
--   <tt>pcm</tt> are "8000" and "16000" The default value is "16000".</li>
--   <li><a>ssTextType</a> - Specifies whether the input text is plain text
--   or SSML. The default value is plain text. For more information, see
--   <a>Using SSML</a> .</li>
--   <li><a>ssLexiconNames</a> - List of one or more pronunciation lexicon
--   names you want the service to apply during synthesis. Lexicons are
--   applied only if the language of the lexicon is the same as the
--   language of the voice. For information about storing lexicons, see
--   <a>PutLexicon</a> .</li>
--   <li><a>ssOutputFormat</a> - The format in which the returned output
--   will be encoded. For audio stream, this will be mp3, ogg_vorbis, or
--   pcm. For speech marks, this will be json.</li>
--   <li><a>ssText</a> - Input text to synthesize. If you specify
--   <tt>ssml</tt> as the <tt>TextType</tt> , follow the SSML format for
--   the input text.</li>
--   <li><a>ssVoiceId</a> - Voice ID to use for the synthesis. You can get
--   a list of available voice IDs by calling the <a>DescribeVoices</a>
--   operation.</li>
--   </ul>
synthesizeSpeech :: OutputFormat -> Text -> VoiceId -> SynthesizeSpeech

-- | <i>See:</i> <a>synthesizeSpeech</a> smart constructor.
data SynthesizeSpeech

-- | The type of speech marks returned for the input text.
ssSpeechMarkTypes :: Lens' SynthesizeSpeech [SpeechMarkType]

-- | The audio frequency specified in Hz. The valid values for <tt>mp3</tt>
--   and <tt>ogg_vorbis</tt> are "8000", "16000", and "22050". The default
--   value is "22050". Valid values for <tt>pcm</tt> are "8000" and "16000"
--   The default value is "16000".
ssSampleRate :: Lens' SynthesizeSpeech (Maybe Text)

-- | Specifies whether the input text is plain text or SSML. The default
--   value is plain text. For more information, see <a>Using SSML</a> .
ssTextType :: Lens' SynthesizeSpeech (Maybe TextType)

-- | List of one or more pronunciation lexicon names you want the service
--   to apply during synthesis. Lexicons are applied only if the language
--   of the lexicon is the same as the language of the voice. For
--   information about storing lexicons, see <a>PutLexicon</a> .
ssLexiconNames :: Lens' SynthesizeSpeech [Text]

-- | The format in which the returned output will be encoded. For audio
--   stream, this will be mp3, ogg_vorbis, or pcm. For speech marks, this
--   will be json.
ssOutputFormat :: Lens' SynthesizeSpeech OutputFormat

-- | Input text to synthesize. If you specify <tt>ssml</tt> as the
--   <tt>TextType</tt> , follow the SSML format for the input text.
ssText :: Lens' SynthesizeSpeech Text

-- | Voice ID to use for the synthesis. You can get a list of available
--   voice IDs by calling the <a>DescribeVoices</a> operation.
ssVoiceId :: Lens' SynthesizeSpeech VoiceId

-- | Creates a value of <a>SynthesizeSpeechResponse</a> with the minimum
--   fields required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>ssrsRequestCharacters</a> - Number of characters
--   synthesized.</li>
--   <li><a>ssrsContentType</a> - Specifies the type audio stream. This
--   should reflect the <tt>OutputFormat</tt> parameter in your request. *
--   If you request <tt>mp3</tt> as the <tt>OutputFormat</tt> , the
--   <tt>ContentType</tt> returned is audio<i>mpeg. * If you request
--   <tt>ogg_vorbis</tt> as the <tt>OutputFormat</tt> , the
--   <tt>ContentType</tt> returned is audio</i>ogg. * If you request
--   <tt>pcm</tt> as the <tt>OutputFormat</tt> , the <tt>ContentType</tt>
--   returned is audio<i>pcm in a signed 16-bit, 1 channel (mono),
--   little-endian format. * If you request <tt>json</tt> as the
--   <tt>OutputFormat</tt> , the <tt>ContentType</tt> returned is
--   audio</i>json.</li>
--   <li><a>ssrsResponseStatus</a> - -- | The response status code.</li>
--   <li><a>ssrsAudioStream</a> - Stream containing the synthesized
--   speech.</li>
--   </ul>
synthesizeSpeechResponse :: Int -> RsBody -> SynthesizeSpeechResponse

-- | <i>See:</i> <a>synthesizeSpeechResponse</a> smart constructor.
data SynthesizeSpeechResponse

-- | Number of characters synthesized.
ssrsRequestCharacters :: Lens' SynthesizeSpeechResponse (Maybe Int)

-- | Specifies the type audio stream. This should reflect the
--   <tt>OutputFormat</tt> parameter in your request. * If you request
--   <tt>mp3</tt> as the <tt>OutputFormat</tt> , the <tt>ContentType</tt>
--   returned is audio<i>mpeg. * If you request <tt>ogg_vorbis</tt> as the
--   <tt>OutputFormat</tt> , the <tt>ContentType</tt> returned is
--   audio</i>ogg. * If you request <tt>pcm</tt> as the
--   <tt>OutputFormat</tt> , the <tt>ContentType</tt> returned is
--   audio<i>pcm in a signed 16-bit, 1 channel (mono), little-endian
--   format. * If you request <tt>json</tt> as the <tt>OutputFormat</tt> ,
--   the <tt>ContentType</tt> returned is audio</i>json.
ssrsContentType :: Lens' SynthesizeSpeechResponse (Maybe Text)

-- | <ul>
--   <li>- | The response status code.</li>
--   </ul>
ssrsResponseStatus :: Lens' SynthesizeSpeechResponse Int

-- | Stream containing the synthesized speech.
ssrsAudioStream :: Lens' SynthesizeSpeechResponse RsBody
instance GHC.Generics.Generic Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeechResponse
instance GHC.Show.Show Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeechResponse
instance GHC.Generics.Generic Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance Data.Data.Data Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance GHC.Show.Show Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance GHC.Classes.Eq Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance Network.AWS.Types.AWSRequest Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance Data.Hashable.Class.Hashable Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance Control.DeepSeq.NFData Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance Network.AWS.Data.Path.ToPath Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech
instance Network.AWS.Data.Query.ToQuery Network.AWS.Polly.SynthesizeSpeech.SynthesizeSpeech


-- | Stores a pronunciation lexicon in an AWS Region. If a lexicon with the
--   same name already exists in the region, it is overwritten by the new
--   lexicon. Lexicon operations have eventual consistency, therefore, it
--   might take some time before the lexicon is available to the
--   SynthesizeSpeech operation.
--   
--   For more information, see <a>Managing Lexicons</a> .
module Network.AWS.Polly.PutLexicon

-- | Creates a value of <a>PutLexicon</a> with the minimum fields required
--   to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>plName</a> - Name of the lexicon. The name must follow the
--   regular express format [0-9A-Za-z]{1,20}. That is, the name is a
--   case-sensitive alphanumeric string up to 20 characters long.</li>
--   <li><a>plContent</a> - Content of the PLS lexicon as string data.</li>
--   </ul>
putLexicon :: Text -> Text -> PutLexicon

-- | <i>See:</i> <a>putLexicon</a> smart constructor.
data PutLexicon

-- | Name of the lexicon. The name must follow the regular express format
--   [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric
--   string up to 20 characters long.
plName :: Lens' PutLexicon Text

-- | Content of the PLS lexicon as string data.
plContent :: Lens' PutLexicon Text

-- | Creates a value of <a>PutLexiconResponse</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>plrsResponseStatus</a> - -- | The response status code.</li>
--   </ul>
putLexiconResponse :: Int -> PutLexiconResponse

-- | <i>See:</i> <a>putLexiconResponse</a> smart constructor.
data PutLexiconResponse

-- | <ul>
--   <li>- | The response status code.</li>
--   </ul>
plrsResponseStatus :: Lens' PutLexiconResponse Int
instance GHC.Generics.Generic Network.AWS.Polly.PutLexicon.PutLexiconResponse
instance Data.Data.Data Network.AWS.Polly.PutLexicon.PutLexiconResponse
instance GHC.Show.Show Network.AWS.Polly.PutLexicon.PutLexiconResponse
instance GHC.Read.Read Network.AWS.Polly.PutLexicon.PutLexiconResponse
instance GHC.Classes.Eq Network.AWS.Polly.PutLexicon.PutLexiconResponse
instance GHC.Generics.Generic Network.AWS.Polly.PutLexicon.PutLexicon
instance Data.Data.Data Network.AWS.Polly.PutLexicon.PutLexicon
instance GHC.Show.Show Network.AWS.Polly.PutLexicon.PutLexicon
instance GHC.Classes.Eq Network.AWS.Polly.PutLexicon.PutLexicon
instance Network.AWS.Types.AWSRequest Network.AWS.Polly.PutLexicon.PutLexicon
instance Control.DeepSeq.NFData Network.AWS.Polly.PutLexicon.PutLexiconResponse
instance Data.Hashable.Class.Hashable Network.AWS.Polly.PutLexicon.PutLexicon
instance Control.DeepSeq.NFData Network.AWS.Polly.PutLexicon.PutLexicon
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.Polly.PutLexicon.PutLexicon
instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Polly.PutLexicon.PutLexicon
instance Network.AWS.Data.Path.ToPath Network.AWS.Polly.PutLexicon.PutLexicon
instance Network.AWS.Data.Query.ToQuery Network.AWS.Polly.PutLexicon.PutLexicon


-- | Returns a list of pronunciation lexicons stored in an AWS Region. For
--   more information, see <a>Managing Lexicons</a> .
module Network.AWS.Polly.ListLexicons

-- | Creates a value of <a>ListLexicons</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>llNextToken</a> - An opaque pagination token returned from
--   previous <tt>ListLexicons</tt> operation. If present, indicates where
--   to continue the list of lexicons.</li>
--   </ul>
listLexicons :: ListLexicons

-- | <i>See:</i> <a>listLexicons</a> smart constructor.
data ListLexicons

-- | An opaque pagination token returned from previous
--   <tt>ListLexicons</tt> operation. If present, indicates where to
--   continue the list of lexicons.
llNextToken :: Lens' ListLexicons (Maybe Text)

-- | Creates a value of <a>ListLexiconsResponse</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>llrsLexicons</a> - A list of lexicon names and attributes.</li>
--   <li><a>llrsNextToken</a> - The pagination token to use in the next
--   request to continue the listing of lexicons. <tt>NextToken</tt> is
--   returned only if the response is truncated.</li>
--   <li><a>llrsResponseStatus</a> - -- | The response status code.</li>
--   </ul>
listLexiconsResponse :: Int -> ListLexiconsResponse

-- | <i>See:</i> <a>listLexiconsResponse</a> smart constructor.
data ListLexiconsResponse

-- | A list of lexicon names and attributes.
llrsLexicons :: Lens' ListLexiconsResponse [LexiconDescription]

-- | The pagination token to use in the next request to continue the
--   listing of lexicons. <tt>NextToken</tt> is returned only if the
--   response is truncated.
llrsNextToken :: Lens' ListLexiconsResponse (Maybe Text)

-- | <ul>
--   <li>- | The response status code.</li>
--   </ul>
llrsResponseStatus :: Lens' ListLexiconsResponse Int
instance GHC.Generics.Generic Network.AWS.Polly.ListLexicons.ListLexiconsResponse
instance Data.Data.Data Network.AWS.Polly.ListLexicons.ListLexiconsResponse
instance GHC.Show.Show Network.AWS.Polly.ListLexicons.ListLexiconsResponse
instance GHC.Classes.Eq Network.AWS.Polly.ListLexicons.ListLexiconsResponse
instance GHC.Generics.Generic Network.AWS.Polly.ListLexicons.ListLexicons
instance Data.Data.Data Network.AWS.Polly.ListLexicons.ListLexicons
instance GHC.Show.Show Network.AWS.Polly.ListLexicons.ListLexicons
instance GHC.Read.Read Network.AWS.Polly.ListLexicons.ListLexicons
instance GHC.Classes.Eq Network.AWS.Polly.ListLexicons.ListLexicons
instance Network.AWS.Types.AWSRequest Network.AWS.Polly.ListLexicons.ListLexicons
instance Control.DeepSeq.NFData Network.AWS.Polly.ListLexicons.ListLexiconsResponse
instance Data.Hashable.Class.Hashable Network.AWS.Polly.ListLexicons.ListLexicons
instance Control.DeepSeq.NFData Network.AWS.Polly.ListLexicons.ListLexicons
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.Polly.ListLexicons.ListLexicons
instance Network.AWS.Data.Path.ToPath Network.AWS.Polly.ListLexicons.ListLexicons
instance Network.AWS.Data.Query.ToQuery Network.AWS.Polly.ListLexicons.ListLexicons


-- | Returns the content of the specified pronunciation lexicon stored in
--   an AWS Region. For more information, see <a>Managing Lexicons</a> .
module Network.AWS.Polly.GetLexicon

-- | Creates a value of <a>GetLexicon</a> with the minimum fields required
--   to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>glName</a> - Name of the lexicon.</li>
--   </ul>
getLexicon :: Text -> GetLexicon

-- | <i>See:</i> <a>getLexicon</a> smart constructor.
data GetLexicon

-- | Name of the lexicon.
glName :: Lens' GetLexicon Text

-- | Creates a value of <a>GetLexiconResponse</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>glrsLexiconAttributes</a> - Metadata of the lexicon, including
--   phonetic alphabetic used, language code, lexicon ARN, number of
--   lexemes defined in the lexicon, and size of lexicon in bytes.</li>
--   <li><a>glrsLexicon</a> - Lexicon object that provides name and the
--   string content of the lexicon.</li>
--   <li><a>glrsResponseStatus</a> - -- | The response status code.</li>
--   </ul>
getLexiconResponse :: Int -> GetLexiconResponse

-- | <i>See:</i> <a>getLexiconResponse</a> smart constructor.
data GetLexiconResponse

-- | Metadata of the lexicon, including phonetic alphabetic used, language
--   code, lexicon ARN, number of lexemes defined in the lexicon, and size
--   of lexicon in bytes.
glrsLexiconAttributes :: Lens' GetLexiconResponse (Maybe LexiconAttributes)

-- | Lexicon object that provides name and the string content of the
--   lexicon.
glrsLexicon :: Lens' GetLexiconResponse (Maybe Lexicon)

-- | <ul>
--   <li>- | The response status code.</li>
--   </ul>
glrsResponseStatus :: Lens' GetLexiconResponse Int
instance GHC.Generics.Generic Network.AWS.Polly.GetLexicon.GetLexiconResponse
instance Data.Data.Data Network.AWS.Polly.GetLexicon.GetLexiconResponse
instance GHC.Show.Show Network.AWS.Polly.GetLexicon.GetLexiconResponse
instance GHC.Classes.Eq Network.AWS.Polly.GetLexicon.GetLexiconResponse
instance GHC.Generics.Generic Network.AWS.Polly.GetLexicon.GetLexicon
instance Data.Data.Data Network.AWS.Polly.GetLexicon.GetLexicon
instance GHC.Show.Show Network.AWS.Polly.GetLexicon.GetLexicon
instance GHC.Classes.Eq Network.AWS.Polly.GetLexicon.GetLexicon
instance Network.AWS.Types.AWSRequest Network.AWS.Polly.GetLexicon.GetLexicon
instance Control.DeepSeq.NFData Network.AWS.Polly.GetLexicon.GetLexiconResponse
instance Data.Hashable.Class.Hashable Network.AWS.Polly.GetLexicon.GetLexicon
instance Control.DeepSeq.NFData Network.AWS.Polly.GetLexicon.GetLexicon
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.Polly.GetLexicon.GetLexicon
instance Network.AWS.Data.Path.ToPath Network.AWS.Polly.GetLexicon.GetLexicon
instance Network.AWS.Data.Query.ToQuery Network.AWS.Polly.GetLexicon.GetLexicon


-- | Returns the list of voices that are available for use when requesting
--   speech synthesis. Each voice speaks a specified language, is either
--   male or female, and is identified by an ID, which is the ASCII version
--   of the voice name.
--   
--   When synthesizing speech ( <tt>SynthesizeSpeech</tt> ), you provide
--   the voice ID for the voice you want from the list of voices returned
--   by <tt>DescribeVoices</tt> .
--   
--   For example, you want your news reader application to read news in a
--   specific language, but giving a user the option to choose the voice.
--   Using the <tt>DescribeVoices</tt> operation you can provide the user
--   with a list of available voices to select from.
--   
--   You can optionally specify a language code to filter the available
--   voices. For example, if you specify <tt>en-US</tt> , the operation
--   returns a list of all available US English voices.
--   
--   This operation requires permissions to perform the
--   <tt>polly:DescribeVoices</tt> action.
--   
--   This operation returns paginated results.
module Network.AWS.Polly.DescribeVoices

-- | Creates a value of <a>DescribeVoices</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>dvLanguageCode</a> - The language identification tag (ISO 639
--   code for the language name-ISO 3166 country code) for filtering the
--   list of voices returned. If you don't specify this optional parameter,
--   all available voices are returned.</li>
--   <li><a>dvNextToken</a> - An opaque pagination token returned from the
--   previous <tt>DescribeVoices</tt> operation. If present, this indicates
--   where to continue the listing.</li>
--   </ul>
describeVoices :: DescribeVoices

-- | <i>See:</i> <a>describeVoices</a> smart constructor.
data DescribeVoices

-- | The language identification tag (ISO 639 code for the language
--   name-ISO 3166 country code) for filtering the list of voices returned.
--   If you don't specify this optional parameter, all available voices are
--   returned.
dvLanguageCode :: Lens' DescribeVoices (Maybe LanguageCode)

-- | An opaque pagination token returned from the previous
--   <tt>DescribeVoices</tt> operation. If present, this indicates where to
--   continue the listing.
dvNextToken :: Lens' DescribeVoices (Maybe Text)

-- | Creates a value of <a>DescribeVoicesResponse</a> with the minimum
--   fields required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>dvrsNextToken</a> - The pagination token to use in the next
--   request to continue the listing of voices. <tt>NextToken</tt> is
--   returned only if the response is truncated.</li>
--   <li><a>dvrsVoices</a> - A list of voices with their properties.</li>
--   <li><a>dvrsResponseStatus</a> - -- | The response status code.</li>
--   </ul>
describeVoicesResponse :: Int -> DescribeVoicesResponse

-- | <i>See:</i> <a>describeVoicesResponse</a> smart constructor.
data DescribeVoicesResponse

-- | The pagination token to use in the next request to continue the
--   listing of voices. <tt>NextToken</tt> is returned only if the response
--   is truncated.
dvrsNextToken :: Lens' DescribeVoicesResponse (Maybe Text)

-- | A list of voices with their properties.
dvrsVoices :: Lens' DescribeVoicesResponse [Voice]

-- | <ul>
--   <li>- | The response status code.</li>
--   </ul>
dvrsResponseStatus :: Lens' DescribeVoicesResponse Int
instance GHC.Generics.Generic Network.AWS.Polly.DescribeVoices.DescribeVoicesResponse
instance Data.Data.Data Network.AWS.Polly.DescribeVoices.DescribeVoicesResponse
instance GHC.Show.Show Network.AWS.Polly.DescribeVoices.DescribeVoicesResponse
instance GHC.Read.Read Network.AWS.Polly.DescribeVoices.DescribeVoicesResponse
instance GHC.Classes.Eq Network.AWS.Polly.DescribeVoices.DescribeVoicesResponse
instance GHC.Generics.Generic Network.AWS.Polly.DescribeVoices.DescribeVoices
instance Data.Data.Data Network.AWS.Polly.DescribeVoices.DescribeVoices
instance GHC.Show.Show Network.AWS.Polly.DescribeVoices.DescribeVoices
instance GHC.Read.Read Network.AWS.Polly.DescribeVoices.DescribeVoices
instance GHC.Classes.Eq Network.AWS.Polly.DescribeVoices.DescribeVoices
instance Network.AWS.Types.AWSRequest Network.AWS.Polly.DescribeVoices.DescribeVoices
instance Control.DeepSeq.NFData Network.AWS.Polly.DescribeVoices.DescribeVoicesResponse
instance Network.AWS.Pager.AWSPager Network.AWS.Polly.DescribeVoices.DescribeVoices
instance Data.Hashable.Class.Hashable Network.AWS.Polly.DescribeVoices.DescribeVoices
instance Control.DeepSeq.NFData Network.AWS.Polly.DescribeVoices.DescribeVoices
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.Polly.DescribeVoices.DescribeVoices
instance Network.AWS.Data.Path.ToPath Network.AWS.Polly.DescribeVoices.DescribeVoices
instance Network.AWS.Data.Query.ToQuery Network.AWS.Polly.DescribeVoices.DescribeVoices


-- | Deletes the specified pronunciation lexicon stored in an AWS Region. A
--   lexicon which has been deleted is not available for speech synthesis,
--   nor is it possible to retrieve it using either the <tt>GetLexicon</tt>
--   or <tt>ListLexicon</tt> APIs.
--   
--   For more information, see <a>Managing Lexicons</a> .
module Network.AWS.Polly.DeleteLexicon

-- | Creates a value of <a>DeleteLexicon</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>dlName</a> - The name of the lexicon to delete. Must be an
--   existing lexicon in the region.</li>
--   </ul>
deleteLexicon :: Text -> DeleteLexicon

-- | <i>See:</i> <a>deleteLexicon</a> smart constructor.
data DeleteLexicon

-- | The name of the lexicon to delete. Must be an existing lexicon in the
--   region.
dlName :: Lens' DeleteLexicon Text

-- | Creates a value of <a>DeleteLexiconResponse</a> with the minimum
--   fields required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>dlrsResponseStatus</a> - -- | The response status code.</li>
--   </ul>
deleteLexiconResponse :: Int -> DeleteLexiconResponse

-- | <i>See:</i> <a>deleteLexiconResponse</a> smart constructor.
data DeleteLexiconResponse

-- | <ul>
--   <li>- | The response status code.</li>
--   </ul>
dlrsResponseStatus :: Lens' DeleteLexiconResponse Int
instance GHC.Generics.Generic Network.AWS.Polly.DeleteLexicon.DeleteLexiconResponse
instance Data.Data.Data Network.AWS.Polly.DeleteLexicon.DeleteLexiconResponse
instance GHC.Show.Show Network.AWS.Polly.DeleteLexicon.DeleteLexiconResponse
instance GHC.Read.Read Network.AWS.Polly.DeleteLexicon.DeleteLexiconResponse
instance GHC.Classes.Eq Network.AWS.Polly.DeleteLexicon.DeleteLexiconResponse
instance GHC.Generics.Generic Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance Data.Data.Data Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance GHC.Show.Show Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance GHC.Classes.Eq Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance Network.AWS.Types.AWSRequest Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance Control.DeepSeq.NFData Network.AWS.Polly.DeleteLexicon.DeleteLexiconResponse
instance Data.Hashable.Class.Hashable Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance Control.DeepSeq.NFData Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance Network.AWS.Data.Path.ToPath Network.AWS.Polly.DeleteLexicon.DeleteLexicon
instance Network.AWS.Data.Query.ToQuery Network.AWS.Polly.DeleteLexicon.DeleteLexicon


module Network.AWS.Polly.Waiters


-- | Amazon Polly is a web service that makes it easy to synthesize speech
--   from text.
--   
--   The Amazon Polly service provides API operations for synthesizing
--   high-quality speech from plain text and Speech Synthesis Markup
--   Language (SSML), along with managing pronunciations lexicons that
--   enable you to get the best results for your application domain.
module Network.AWS.Polly

-- | API version <tt>2016-06-10</tt> of the Amazon Polly SDK configuration.
polly :: Service

-- | The language specified in the lexicon is unsupported. For a list of
--   supported languages, see <a>Lexicon Attributes</a> .
_UnsupportedPlsLanguageException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The SSML you provided is invalid. Verify the SSML syntax, spelling of
--   tags and values, and then try again.
_InvalidSsmlException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The specified sample rate is not valid.
_InvalidSampleRateException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The maximum number of lexicons would be exceeded by this operation.
_MaxLexiconsNumberExceededException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The value of the <a>Text</a> parameter is longer than the accepted
--   limits. The limit for input text is a maximum of 3000 characters
--   total, of which no more than 1500 can be billed characters. SSML tags
--   are not counted as billed characters.
_TextLengthExceededException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The maximum size of the lexeme would be exceeded by this operation.
_MaxLexemeLengthExceededException :: AsError a => Getting (First ServiceError) a ServiceError

-- | Amazon Polly can't find the specified lexicon. Verify that the
--   lexicon's name is spelled correctly, and then try again.
_InvalidLexiconException :: AsError a => Getting (First ServiceError) a ServiceError

-- | An unknown condition has caused a service failure.
_ServiceFailureException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The alphabet specified by the lexicon is not a supported alphabet.
--   Valid values are <tt>x-sampa</tt> and <tt>ipa</tt> .
_UnsupportedPlsAlphabetException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The NextToken is invalid. Verify that it's spelled correctly, and then
--   try again.
_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError

-- | Speech marks are not supported for the <tt>OutputFormat</tt> selected.
--   Speech marks are only available for content in <tt>json</tt> format.
_MarksNotSupportedForFormatException :: AsError a => Getting (First ServiceError) a ServiceError

-- | SSML speech marks are not supported for plain text-type input.
_SsmlMarksNotSupportedForTextTypeException :: AsError a => Getting (First ServiceError) a ServiceError

-- | The maximum size of the specified lexicon would be exceeded by this
--   operation.
_LexiconSizeExceededException :: AsError a => Getting (First ServiceError) a ServiceError

-- | Amazon Polly can't find the specified lexicon. This could be caused by
--   a lexicon that is missing, its name is misspelled or specifying a
--   lexicon that is in a different region.
--   
--   Verify that the lexicon exists, is in the region (see
--   <tt>ListLexicons</tt> ) and that you spelled its name is spelled
--   correctly. Then try again.
_LexiconNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
data Gender
Female :: Gender
Male :: Gender
data LanguageCode
CyGb :: LanguageCode
DaDk :: LanguageCode
DeDe :: LanguageCode
EnAu :: LanguageCode
EnGb :: LanguageCode
EnGbWls :: LanguageCode
EnIn :: LanguageCode
EnUs :: LanguageCode
EsEs :: LanguageCode
EsUs :: LanguageCode
FrCa :: LanguageCode
FrFr :: LanguageCode
IsIs :: LanguageCode
ItIt :: LanguageCode
JaJp :: LanguageCode
KoKr :: LanguageCode
NbNo :: LanguageCode
NlNl :: LanguageCode
PlPl :: LanguageCode
PtBr :: LanguageCode
PtPt :: LanguageCode
RoRo :: LanguageCode
RuRu :: LanguageCode
SvSe :: LanguageCode
TrTr :: LanguageCode
data OutputFormat
JSON :: OutputFormat
MP3 :: OutputFormat
OggVorbis :: OutputFormat
Pcm :: OutputFormat
data SpeechMarkType
Sentence :: SpeechMarkType
Ssml :: SpeechMarkType
Viseme :: SpeechMarkType
Word :: SpeechMarkType
data TextType
TTSsml :: TextType
TTText :: TextType
data VoiceId
Aditi :: VoiceId
Amy :: VoiceId
Astrid :: VoiceId
Brian :: VoiceId
Carla :: VoiceId
Carmen :: VoiceId
Celine :: VoiceId
Chantal :: VoiceId
Conchita :: VoiceId
Cristiano :: VoiceId
Dora :: VoiceId
Emma :: VoiceId
Enrique :: VoiceId
Ewa :: VoiceId
Filiz :: VoiceId
Geraint :: VoiceId
Giorgio :: VoiceId
Gwyneth :: VoiceId
Hans :: VoiceId
Ines :: VoiceId
Ivy :: VoiceId
Jacek :: VoiceId
Jan :: VoiceId
Joanna :: VoiceId
Joey :: VoiceId
Justin :: VoiceId
Karl :: VoiceId
Kendra :: VoiceId
Kimberly :: VoiceId
Liv :: VoiceId
Lotte :: VoiceId
Mads :: VoiceId
Maja :: VoiceId
Marlene :: VoiceId
Mathieu :: VoiceId
Matthew :: VoiceId
Maxim :: VoiceId
Miguel :: VoiceId
Mizuki :: VoiceId
Naja :: VoiceId
Nicole :: VoiceId
Penelope :: VoiceId
Raveena :: VoiceId
Ricardo :: VoiceId
Ruben :: VoiceId
Russell :: VoiceId
Salli :: VoiceId
Seoyeon :: VoiceId
Takumi :: VoiceId
Tatyana :: VoiceId
Vicki :: VoiceId
Vitoria :: VoiceId

-- | Provides lexicon name and lexicon content in string format. For more
--   information, see <a>Pronunciation Lexicon Specification (PLS) Version
--   1.0</a> .
--   
--   <i>See:</i> <a>lexicon</a> smart constructor.
data Lexicon

-- | Creates a value of <a>Lexicon</a> with the minimum fields required to
--   make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>lContent</a> - Lexicon content in string format. The content of
--   a lexicon must be in PLS format.</li>
--   <li><a>lName</a> - Name of the lexicon.</li>
--   </ul>
lexicon :: Lexicon

-- | Lexicon content in string format. The content of a lexicon must be in
--   PLS format.
lContent :: Lens' Lexicon (Maybe Text)

-- | Name of the lexicon.
lName :: Lens' Lexicon (Maybe Text)

-- | Contains metadata describing the lexicon such as the number of
--   lexemes, language code, and so on. For more information, see
--   <a>Managing Lexicons</a> .
--   
--   <i>See:</i> <a>lexiconAttributes</a> smart constructor.
data LexiconAttributes

-- | Creates a value of <a>LexiconAttributes</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>laLanguageCode</a> - Language code that the lexicon applies to.
--   A lexicon with a language code such as "en" would be applied to all
--   English languages (en-GB, en-US, en-AUS, en-WLS, and so on.</li>
--   <li><a>laSize</a> - Total size of the lexicon, in characters.</li>
--   <li><a>laLexemesCount</a> - Number of lexemes in the lexicon.</li>
--   <li><a>laLexiconARN</a> - Amazon Resource Name (ARN) of the
--   lexicon.</li>
--   <li><a>laAlphabet</a> - Phonetic alphabet used in the lexicon. Valid
--   values are <tt>ipa</tt> and <tt>x-sampa</tt> .</li>
--   <li><a>laLastModified</a> - Date lexicon was last modified (a
--   timestamp value).</li>
--   </ul>
lexiconAttributes :: LexiconAttributes

-- | Language code that the lexicon applies to. A lexicon with a language
--   code such as "en" would be applied to all English languages (en-GB,
--   en-US, en-AUS, en-WLS, and so on.
laLanguageCode :: Lens' LexiconAttributes (Maybe LanguageCode)

-- | Total size of the lexicon, in characters.
laSize :: Lens' LexiconAttributes (Maybe Int)

-- | Number of lexemes in the lexicon.
laLexemesCount :: Lens' LexiconAttributes (Maybe Int)

-- | Amazon Resource Name (ARN) of the lexicon.
laLexiconARN :: Lens' LexiconAttributes (Maybe Text)

-- | Phonetic alphabet used in the lexicon. Valid values are <tt>ipa</tt>
--   and <tt>x-sampa</tt> .
laAlphabet :: Lens' LexiconAttributes (Maybe Text)

-- | Date lexicon was last modified (a timestamp value).
laLastModified :: Lens' LexiconAttributes (Maybe UTCTime)

-- | Describes the content of the lexicon.
--   
--   <i>See:</i> <a>lexiconDescription</a> smart constructor.
data LexiconDescription

-- | Creates a value of <a>LexiconDescription</a> with the minimum fields
--   required to make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>ldAttributes</a> - Provides lexicon metadata.</li>
--   <li><a>ldName</a> - Name of the lexicon.</li>
--   </ul>
lexiconDescription :: LexiconDescription

-- | Provides lexicon metadata.
ldAttributes :: Lens' LexiconDescription (Maybe LexiconAttributes)

-- | Name of the lexicon.
ldName :: Lens' LexiconDescription (Maybe Text)

-- | Description of the voice.
--   
--   <i>See:</i> <a>voice</a> smart constructor.
data Voice

-- | Creates a value of <a>Voice</a> with the minimum fields required to
--   make a request.
--   
--   Use one of the following lenses to modify other fields as desired:
--   
--   <ul>
--   <li><a>vLanguageCode</a> - Language code of the voice.</li>
--   <li><a>vLanguageName</a> - Human readable name of the language in
--   English.</li>
--   <li><a>vGender</a> - Gender of the voice.</li>
--   <li><a>vName</a> - Name of the voice (for example, Salli, Kendra,
--   etc.). This provides a human readable voice name that you might
--   display in your application.</li>
--   <li><a>vId</a> - Amazon Polly assigned voice ID. This is the ID that
--   you specify when calling the <tt>SynthesizeSpeech</tt> operation.</li>
--   </ul>
voice :: Voice

-- | Language code of the voice.
vLanguageCode :: Lens' Voice (Maybe LanguageCode)

-- | Human readable name of the language in English.
vLanguageName :: Lens' Voice (Maybe Text)

-- | Gender of the voice.
vGender :: Lens' Voice (Maybe Gender)

-- | Name of the voice (for example, Salli, Kendra, etc.). This provides a
--   human readable voice name that you might display in your application.
vName :: Lens' Voice (Maybe Text)

-- | Amazon Polly assigned voice ID. This is the ID that you specify when
--   calling the <tt>SynthesizeSpeech</tt> operation.
vId :: Lens' Voice (Maybe VoiceId)
