libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.ListClassificationJobs

Description

Retrieves a subset of information about one or more classification jobs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListClassificationJobs Source #

See: newListClassificationJobs smart constructor.

Constructors

ListClassificationJobs' 

Fields

Instances

Instances details
Eq ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Read ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Show ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Generic ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Associated Types

type Rep ListClassificationJobs :: Type -> Type #

NFData ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Methods

rnf :: ListClassificationJobs -> () #

Hashable ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

ToJSON ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

AWSPager ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

AWSRequest ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Associated Types

type AWSResponse ListClassificationJobs #

ToHeaders ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

ToPath ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

ToQuery ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

type Rep ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

type Rep ListClassificationJobs = D1 ('MetaData "ListClassificationJobs" "Amazonka.MacieV2.ListClassificationJobs" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "ListClassificationJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filterCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListJobsFilterCriteria)) :*: S1 ('MetaSel ('Just "sortCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListJobsSortCriteria))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListClassificationJobs Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

newListClassificationJobs :: ListClassificationJobs Source #

Create a value of ListClassificationJobs 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:filterCriteria:ListClassificationJobs', listClassificationJobs_filterCriteria - The criteria to use to filter the results.

$sel:sortCriteria:ListClassificationJobs', listClassificationJobs_sortCriteria - The criteria to use to sort the results.

$sel:nextToken:ListClassificationJobs', listClassificationJobs_nextToken - The nextToken string that specifies which page of results to return in a paginated response.

$sel:maxResults:ListClassificationJobs', listClassificationJobs_maxResults - The maximum number of items to include in each page of the response.

Request Lenses

listClassificationJobs_nextToken :: Lens' ListClassificationJobs (Maybe Text) Source #

The nextToken string that specifies which page of results to return in a paginated response.

listClassificationJobs_maxResults :: Lens' ListClassificationJobs (Maybe Int) Source #

The maximum number of items to include in each page of the response.

Destructuring the Response

data ListClassificationJobsResponse Source #

See: newListClassificationJobsResponse smart constructor.

Constructors

ListClassificationJobsResponse' 

Fields

  • items :: Maybe [JobSummary]

    An array of objects, one for each job that meets the filter criteria specified in the request.

  • nextToken :: Maybe Text

    The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListClassificationJobsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Read ListClassificationJobsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Show ListClassificationJobsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Generic ListClassificationJobsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

Associated Types

type Rep ListClassificationJobsResponse :: Type -> Type #

NFData ListClassificationJobsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

type Rep ListClassificationJobsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.ListClassificationJobs

type Rep ListClassificationJobsResponse = D1 ('MetaData "ListClassificationJobsResponse" "Amazonka.MacieV2.ListClassificationJobs" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "ListClassificationJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListClassificationJobsResponse Source #

Create a value of ListClassificationJobsResponse 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:items:ListClassificationJobsResponse', listClassificationJobsResponse_items - An array of objects, one for each job that meets the filter criteria specified in the request.

$sel:nextToken:ListClassificationJobs', listClassificationJobsResponse_nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

$sel:httpStatus:ListClassificationJobsResponse', listClassificationJobsResponse_httpStatus - The response's http status code.

Response Lenses

listClassificationJobsResponse_items :: Lens' ListClassificationJobsResponse (Maybe [JobSummary]) Source #

An array of objects, one for each job that meets the filter criteria specified in the request.

listClassificationJobsResponse_nextToken :: Lens' ListClassificationJobsResponse (Maybe Text) Source #

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.