| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Polly.ListLexicons
Description
Returns a list of pronunciation lexicons stored in an AWS Region. For more information, see Managing Lexicons .
- listLexicons :: ListLexicons
- data ListLexicons
- llNextToken :: Lens' ListLexicons (Maybe Text)
- listLexiconsResponse :: Int -> ListLexiconsResponse
- data ListLexiconsResponse
- llrsLexicons :: Lens' ListLexiconsResponse [LexiconDescription]
- llrsNextToken :: Lens' ListLexiconsResponse (Maybe Text)
- llrsResponseStatus :: Lens' ListLexiconsResponse Int
Creating a Request
listLexicons :: ListLexicons Source #
Creates a value of ListLexicons with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
llNextToken- An opaque pagination token returned from previousListLexiconsoperation. If present, indicates where to continue the list of lexicons.
data ListLexicons Source #
See: listLexicons smart constructor.
Instances
Request Lenses
llNextToken :: Lens' ListLexicons (Maybe Text) Source #
An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.
Destructuring the Response
Arguments
| :: Int | |
| -> ListLexiconsResponse |
Creates a value of ListLexiconsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
llrsLexicons- A list of lexicon names and attributes.llrsNextToken- The pagination token to use in the next request to continue the listing of lexicons.NextTokenis returned only if the response is truncated.llrsResponseStatus- -- | The response status code.
data ListLexiconsResponse Source #
See: listLexiconsResponse smart constructor.
Response Lenses
llrsLexicons :: Lens' ListLexiconsResponse [LexiconDescription] Source #
A list of lexicon names and attributes.
llrsNextToken :: Lens' ListLexiconsResponse (Maybe Text) Source #
The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.
llrsResponseStatus :: Lens' ListLexiconsResponse Int Source #
- - | The response status code.