libZSservicesZSamazonka-transcribeZSamazonka-transcribe
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.Transcribe.ListVocabularyFilters

Description

Gets information about vocabulary filters.

Synopsis

Creating a Request

data ListVocabularyFilters Source #

See: newListVocabularyFilters smart constructor.

Constructors

ListVocabularyFilters' 

Fields

  • nameContains :: Maybe Text

    Filters the response so that it only contains vocabulary filters whose name contains the specified string.

  • nextToken :: Maybe Text

    If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

  • maxResults :: Maybe Natural

    The maximum number of filters to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.

Instances

Instances details
Eq ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Read ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Show ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Generic ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Associated Types

type Rep ListVocabularyFilters :: Type -> Type #

NFData ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Methods

rnf :: ListVocabularyFilters -> () #

Hashable ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

ToJSON ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

AWSRequest ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Associated Types

type AWSResponse ListVocabularyFilters #

ToHeaders ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

ToPath ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

ToQuery ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

type Rep ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

type Rep ListVocabularyFilters = D1 ('MetaData "ListVocabularyFilters" "Amazonka.Transcribe.ListVocabularyFilters" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListVocabularyFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

newListVocabularyFilters :: ListVocabularyFilters Source #

Create a value of ListVocabularyFilters 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:nameContains:ListVocabularyFilters', listVocabularyFilters_nameContains - Filters the response so that it only contains vocabulary filters whose name contains the specified string.

$sel:nextToken:ListVocabularyFilters', listVocabularyFilters_nextToken - If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

$sel:maxResults:ListVocabularyFilters', listVocabularyFilters_maxResults - The maximum number of filters to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.

Request Lenses

listVocabularyFilters_nameContains :: Lens' ListVocabularyFilters (Maybe Text) Source #

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

listVocabularyFilters_nextToken :: Lens' ListVocabularyFilters (Maybe Text) Source #

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

listVocabularyFilters_maxResults :: Lens' ListVocabularyFilters (Maybe Natural) Source #

The maximum number of filters to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.

Destructuring the Response

data ListVocabularyFiltersResponse Source #

See: newListVocabularyFiltersResponse smart constructor.

Constructors

ListVocabularyFiltersResponse' 

Fields

  • nextToken :: Maybe Text

    The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

  • vocabularyFilters :: Maybe [VocabularyFilterInfo]

    The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Read ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Show ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Generic ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Associated Types

type Rep ListVocabularyFiltersResponse :: Type -> Type #

NFData ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

type Rep ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

type Rep ListVocabularyFiltersResponse = D1 ('MetaData "ListVocabularyFiltersResponse" "Amazonka.Transcribe.ListVocabularyFilters" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListVocabularyFiltersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vocabularyFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VocabularyFilterInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListVocabularyFiltersResponse Source #

Create a value of ListVocabularyFiltersResponse 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:ListVocabularyFilters', listVocabularyFiltersResponse_nextToken - The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

$sel:vocabularyFilters:ListVocabularyFiltersResponse', listVocabularyFiltersResponse_vocabularyFilters - The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

$sel:httpStatus:ListVocabularyFiltersResponse', listVocabularyFiltersResponse_httpStatus - The response's http status code.

Response Lenses

listVocabularyFiltersResponse_nextToken :: Lens' ListVocabularyFiltersResponse (Maybe Text) Source #

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

listVocabularyFiltersResponse_vocabularyFilters :: Lens' ListVocabularyFiltersResponse (Maybe [VocabularyFilterInfo]) Source #

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.