amazonka-comprehendmedical-2.0: Amazon Comprehend Medical SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.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

AWSRequest ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type AWSResponse ListPHIDetectionJobs #

Generic ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type Rep ListPHIDetectionJobs :: Type -> Type #

Read ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Show ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

NFData ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Methods

rnf :: ListPHIDetectionJobs -> () #

Eq ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Hashable ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type AWSResponse 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" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListPHIDetectionJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

ListPHIDetectionJobs, listPHIDetectionJobs_nextToken - Identifies the next page of results to return.

Request Lenses

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.

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

Identifies the next page of results to return.

Destructuring the Response

data ListPHIDetectionJobsResponse Source #

See: newListPHIDetectionJobsResponse smart constructor.

Constructors

ListPHIDetectionJobsResponse' 

Fields

Instances

Instances details
Generic ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type Rep ListPHIDetectionJobsResponse :: Type -> Type #

Read ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Show ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

NFData ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Eq 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" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListPHIDetectionJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComprehendMedicalAsyncJobProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:comprehendMedicalAsyncJobPropertiesList:ListPHIDetectionJobsResponse', listPHIDetectionJobsResponse_comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job returned.

ListPHIDetectionJobs, listPHIDetectionJobsResponse_nextToken - Identifies the next page of results to return.

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

Response Lenses