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

Description

Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology. Use the DescribeRxNormInferenceJob operation to track the status of a job.

Synopsis

Creating a Request

data StartRxNormInferenceJob Source #

See: newStartRxNormInferenceJob smart constructor.

Constructors

StartRxNormInferenceJob' 

Fields

Instances

Instances details
Eq StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Read StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Show StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Generic StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Associated Types

type Rep StartRxNormInferenceJob :: Type -> Type #

NFData StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Methods

rnf :: StartRxNormInferenceJob -> () #

Hashable StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

ToJSON StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

AWSRequest StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

ToHeaders StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

ToPath StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

ToQuery StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type Rep StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type Rep StartRxNormInferenceJob = D1 ('MetaData "StartRxNormInferenceJob" "Amazonka.ComprehendMedical.StartRxNormInferenceJob" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" 'False) (C1 ('MetaCons "StartRxNormInferenceJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))
type AWSResponse StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

newStartRxNormInferenceJob Source #

Create a value of StartRxNormInferenceJob 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:kmsKey:StartRxNormInferenceJob', startRxNormInferenceJob_kmsKey - An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

$sel:jobName:StartRxNormInferenceJob', startRxNormInferenceJob_jobName - The identifier of the job.

$sel:clientRequestToken:StartRxNormInferenceJob', startRxNormInferenceJob_clientRequestToken - A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.

$sel:inputDataConfig:StartRxNormInferenceJob', startRxNormInferenceJob_inputDataConfig - Specifies the format and location of the input data for the job.

$sel:outputDataConfig:StartRxNormInferenceJob', startRxNormInferenceJob_outputDataConfig - Specifies where to send the output files.

$sel:dataAccessRoleArn:StartRxNormInferenceJob', startRxNormInferenceJob_dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

$sel:languageCode:StartRxNormInferenceJob', startRxNormInferenceJob_languageCode - The language of the input documents. All documents must be in the same language.

Request Lenses

startRxNormInferenceJob_kmsKey :: Lens' StartRxNormInferenceJob (Maybe Text) Source #

An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

startRxNormInferenceJob_clientRequestToken :: Lens' StartRxNormInferenceJob (Maybe Text) Source #

A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.

startRxNormInferenceJob_inputDataConfig :: Lens' StartRxNormInferenceJob InputDataConfig Source #

Specifies the format and location of the input data for the job.

startRxNormInferenceJob_dataAccessRoleArn :: Lens' StartRxNormInferenceJob Text Source #

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

startRxNormInferenceJob_languageCode :: Lens' StartRxNormInferenceJob LanguageCode Source #

The language of the input documents. All documents must be in the same language.

Destructuring the Response

data StartRxNormInferenceJobResponse Source #

See: newStartRxNormInferenceJobResponse smart constructor.

Constructors

StartRxNormInferenceJobResponse' 

Fields

Instances

Instances details
Eq StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Read StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Show StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Generic StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Associated Types

type Rep StartRxNormInferenceJobResponse :: Type -> Type #

NFData StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type Rep StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type Rep StartRxNormInferenceJobResponse = D1 ('MetaData "StartRxNormInferenceJobResponse" "Amazonka.ComprehendMedical.StartRxNormInferenceJob" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" 'False) (C1 ('MetaCons "StartRxNormInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartRxNormInferenceJobResponse Source #

Create a value of StartRxNormInferenceJobResponse 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:jobId:StartRxNormInferenceJobResponse', startRxNormInferenceJobResponse_jobId - The identifier of the job.

$sel:httpStatus:StartRxNormInferenceJobResponse', startRxNormInferenceJobResponse_httpStatus - The response's http status code.

Response Lenses