libZSservicesZSamazonka-comprehendZSamazonka-comprehend
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.Comprehend.ListDocumentClassifiers

Description

Gets a list of the document classifiers that you have created.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDocumentClassifiers Source #

See: newListDocumentClassifiers smart constructor.

Constructors

ListDocumentClassifiers' 

Fields

Instances

Instances details
Eq ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

Read ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

Show ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

Generic ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

Associated Types

type Rep ListDocumentClassifiers :: Type -> Type #

NFData ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

Methods

rnf :: ListDocumentClassifiers -> () #

Hashable ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

ToJSON ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

AWSPager ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

AWSRequest ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

ToHeaders ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

ToPath ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

ToQuery ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

type Rep ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

type Rep ListDocumentClassifiers = D1 ('MetaData "ListDocumentClassifiers" "Amazonka.Comprehend.ListDocumentClassifiers" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "ListDocumentClassifiers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentClassifierFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDocumentClassifiers Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

newListDocumentClassifiers :: ListDocumentClassifiers Source #

Create a value of ListDocumentClassifiers 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:ListDocumentClassifiers', listDocumentClassifiers_nextToken - Identifies the next page of results to return.

$sel:filter':ListDocumentClassifiers', listDocumentClassifiers_filter - Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.

$sel:maxResults:ListDocumentClassifiers', listDocumentClassifiers_maxResults - The maximum number of results to return in each page. The default is 100.

Request Lenses

listDocumentClassifiers_nextToken :: Lens' ListDocumentClassifiers (Maybe Text) Source #

Identifies the next page of results to return.

listDocumentClassifiers_filter :: Lens' ListDocumentClassifiers (Maybe DocumentClassifierFilter) Source #

Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.

listDocumentClassifiers_maxResults :: Lens' ListDocumentClassifiers (Maybe Natural) Source #

The maximum number of results to return in each page. The default is 100.

Destructuring the Response

data ListDocumentClassifiersResponse Source #

See: newListDocumentClassifiersResponse smart constructor.

Constructors

ListDocumentClassifiersResponse' 

Fields

Instances

Instances details
Eq ListDocumentClassifiersResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

Show ListDocumentClassifiersResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

Generic ListDocumentClassifiersResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

Associated Types

type Rep ListDocumentClassifiersResponse :: Type -> Type #

NFData ListDocumentClassifiersResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

type Rep ListDocumentClassifiersResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDocumentClassifiers

type Rep ListDocumentClassifiersResponse = D1 ('MetaData "ListDocumentClassifiersResponse" "Amazonka.Comprehend.ListDocumentClassifiers" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "ListDocumentClassifiersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "documentClassifierPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentClassifierProperties])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDocumentClassifiersResponse Source #

Create a value of ListDocumentClassifiersResponse 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:ListDocumentClassifiers', listDocumentClassifiersResponse_nextToken - Identifies the next page of results to return.

$sel:documentClassifierPropertiesList:ListDocumentClassifiersResponse', listDocumentClassifiersResponse_documentClassifierPropertiesList - A list containing the properties of each job returned.

$sel:httpStatus:ListDocumentClassifiersResponse', listDocumentClassifiersResponse_httpStatus - The response's http status code.

Response Lenses