libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical
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.ComprehendMedical.ListPHIDetectionJobs

Description

Gets a list of protected health information (PHI) detection jobs that you have submitted.

Synopsis

Creating a Request

data ListPHIDetectionJobs Source #

See: newListPHIDetectionJobs smart constructor.

Constructors

ListPHIDetectionJobs' 

Fields

Instances

Instances details
Eq ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Read ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Show ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Generic ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type Rep ListPHIDetectionJobs :: Type -> Type #

NFData ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Methods

rnf :: ListPHIDetectionJobs -> () #

Hashable ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

ToJSON ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

AWSRequest ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type AWSResponse ListPHIDetectionJobs #

ToHeaders ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

ToPath ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

ToQuery ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type Rep ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type Rep ListPHIDetectionJobs = D1 ('MetaData "ListPHIDetectionJobs" "Amazonka.ComprehendMedical.ListPHIDetectionJobs" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" 'False) (C1 ('MetaCons "ListPHIDetectionJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

newListPHIDetectionJobs :: ListPHIDetectionJobs Source #

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

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

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

Request Lenses

listPHIDetectionJobs_nextToken :: Lens' ListPHIDetectionJobs (Maybe Text) Source #

Identifies the next page of results to return.

listPHIDetectionJobs_filter :: Lens' ListPHIDetectionJobs (Maybe ComprehendMedicalAsyncJobFilter) Source #

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

listPHIDetectionJobs_maxResults :: Lens' ListPHIDetectionJobs (Maybe Natural) Source #

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

Destructuring the Response

data ListPHIDetectionJobsResponse Source #

See: newListPHIDetectionJobsResponse smart constructor.

Constructors

ListPHIDetectionJobsResponse' 

Fields

Instances

Instances details
Eq ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Read ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Show ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Generic ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type Rep ListPHIDetectionJobsResponse :: Type -> Type #

NFData ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type Rep ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type Rep ListPHIDetectionJobsResponse = D1 ('MetaData "ListPHIDetectionJobsResponse" "Amazonka.ComprehendMedical.ListPHIDetectionJobs" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" 'False) (C1 ('MetaCons "ListPHIDetectionJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComprehendMedicalAsyncJobProperties])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPHIDetectionJobsResponse Source #

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

$sel:comprehendMedicalAsyncJobPropertiesList:ListPHIDetectionJobsResponse', listPHIDetectionJobsResponse_comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job returned.

$sel:httpStatus:ListPHIDetectionJobsResponse', listPHIDetectionJobsResponse_httpStatus - The response's http status code.

Response Lenses