libZSservicesZSamazonka-pollyZSamazonka-polly
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Polly.ListLexicons

Description

Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see Managing Lexicons.

This operation returns paginated results.

Synopsis

Creating a Request

data ListLexicons Source #

See: newListLexicons smart constructor.

Constructors

ListLexicons' 

Fields

  • nextToken :: Maybe Text

    An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

Instances

Instances details
Eq ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Read ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Show ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Generic ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Associated Types

type Rep ListLexicons :: Type -> Type #

NFData ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Methods

rnf :: ListLexicons -> () #

Hashable ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

AWSPager ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

AWSRequest ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Associated Types

type AWSResponse ListLexicons #

ToHeaders ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

ToPath ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

ToQuery ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

type Rep ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

type Rep ListLexicons = D1 ('MetaData "ListLexicons" "Amazonka.Polly.ListLexicons" "libZSservicesZSamazonka-pollyZSamazonka-polly" 'False) (C1 ('MetaCons "ListLexicons'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListLexicons Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

newListLexicons :: ListLexicons Source #

Create a value of ListLexicons with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListLexicons', listLexicons_nextToken - An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

Request Lenses

listLexicons_nextToken :: 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

data ListLexiconsResponse Source #

See: newListLexiconsResponse smart constructor.

Constructors

ListLexiconsResponse' 

Fields

Instances

Instances details
Eq ListLexiconsResponse Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Read ListLexiconsResponse Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Show ListLexiconsResponse Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Generic ListLexiconsResponse Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Associated Types

type Rep ListLexiconsResponse :: Type -> Type #

NFData ListLexiconsResponse Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

Methods

rnf :: ListLexiconsResponse -> () #

type Rep ListLexiconsResponse Source # 
Instance details

Defined in Amazonka.Polly.ListLexicons

type Rep ListLexiconsResponse = D1 ('MetaData "ListLexiconsResponse" "Amazonka.Polly.ListLexicons" "libZSservicesZSamazonka-pollyZSamazonka-polly" 'False) (C1 ('MetaCons "ListLexiconsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lexicons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LexiconDescription])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLexiconsResponse Source #

Create a value of ListLexiconsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lexicons:ListLexiconsResponse', listLexiconsResponse_lexicons - A list of lexicon names and attributes.

$sel:nextToken:ListLexicons', listLexiconsResponse_nextToken - The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

$sel:httpStatus:ListLexiconsResponse', listLexiconsResponse_httpStatus - The response's http status code.

Response Lenses

listLexiconsResponse_nextToken :: 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.