{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.Polly.Lens
(
getLexicon_name,
getLexiconResponse_lexiconAttributes,
getLexiconResponse_lexicon,
getLexiconResponse_httpStatus,
getSpeechSynthesisTask_taskId,
getSpeechSynthesisTaskResponse_synthesisTask,
getSpeechSynthesisTaskResponse_httpStatus,
describeVoices_languageCode,
describeVoices_engine,
describeVoices_nextToken,
describeVoices_includeAdditionalLanguageCodes,
describeVoicesResponse_nextToken,
describeVoicesResponse_voices,
describeVoicesResponse_httpStatus,
listLexicons_nextToken,
listLexiconsResponse_lexicons,
listLexiconsResponse_nextToken,
listLexiconsResponse_httpStatus,
synthesizeSpeech_languageCode,
synthesizeSpeech_engine,
synthesizeSpeech_speechMarkTypes,
synthesizeSpeech_sampleRate,
synthesizeSpeech_textType,
synthesizeSpeech_lexiconNames,
synthesizeSpeech_outputFormat,
synthesizeSpeech_text,
synthesizeSpeech_voiceId,
synthesizeSpeechResponse_requestCharacters,
synthesizeSpeechResponse_contentType,
synthesizeSpeechResponse_httpStatus,
synthesizeSpeechResponse_audioStream,
listSpeechSynthesisTasks_status,
listSpeechSynthesisTasks_nextToken,
listSpeechSynthesisTasks_maxResults,
listSpeechSynthesisTasksResponse_nextToken,
listSpeechSynthesisTasksResponse_synthesisTasks,
listSpeechSynthesisTasksResponse_httpStatus,
putLexicon_name,
putLexicon_content,
putLexiconResponse_httpStatus,
deleteLexicon_name,
deleteLexiconResponse_httpStatus,
startSpeechSynthesisTask_languageCode,
startSpeechSynthesisTask_snsTopicArn,
startSpeechSynthesisTask_outputS3KeyPrefix,
startSpeechSynthesisTask_engine,
startSpeechSynthesisTask_speechMarkTypes,
startSpeechSynthesisTask_sampleRate,
startSpeechSynthesisTask_textType,
startSpeechSynthesisTask_lexiconNames,
startSpeechSynthesisTask_outputFormat,
startSpeechSynthesisTask_outputS3BucketName,
startSpeechSynthesisTask_text,
startSpeechSynthesisTask_voiceId,
startSpeechSynthesisTaskResponse_synthesisTask,
startSpeechSynthesisTaskResponse_httpStatus,
lexicon_content,
lexicon_name,
lexiconAttributes_languageCode,
lexiconAttributes_size,
lexiconAttributes_lexemesCount,
lexiconAttributes_lexiconArn,
lexiconAttributes_alphabet,
lexiconAttributes_lastModified,
lexiconDescription_attributes,
lexiconDescription_name,
synthesisTask_creationTime,
synthesisTask_languageCode,
synthesisTask_snsTopicArn,
synthesisTask_taskStatusReason,
synthesisTask_taskId,
synthesisTask_requestCharacters,
synthesisTask_engine,
synthesisTask_speechMarkTypes,
synthesisTask_sampleRate,
synthesisTask_outputFormat,
synthesisTask_textType,
synthesisTask_voiceId,
synthesisTask_lexiconNames,
synthesisTask_taskStatus,
synthesisTask_outputUri,
voice_languageCode,
voice_languageName,
voice_gender,
voice_name,
voice_id,
voice_additionalLanguageCodes,
voice_supportedEngines,
)
where
import Amazonka.Polly.DeleteLexicon
import Amazonka.Polly.DescribeVoices
import Amazonka.Polly.GetLexicon
import Amazonka.Polly.GetSpeechSynthesisTask
import Amazonka.Polly.ListLexicons
import Amazonka.Polly.ListSpeechSynthesisTasks
import Amazonka.Polly.PutLexicon
import Amazonka.Polly.StartSpeechSynthesisTask
import Amazonka.Polly.SynthesizeSpeech
import Amazonka.Polly.Types.Lexicon
import Amazonka.Polly.Types.LexiconAttributes
import Amazonka.Polly.Types.LexiconDescription
import Amazonka.Polly.Types.SynthesisTask
import Amazonka.Polly.Types.Voice