aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
179 lines (178 loc) • 7.86 kB
TypeScript
/**
* All IAM policy actions for Amazon Comprehend Medical (COMPREHENDMEDICAL)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncomprehendmedical.html
*
* 2025-02-24T21:47:21.701Z
*/
export declare enum AwsComprehendmedicalActions {
/**
* Grants permission to describe the properties of a medical entity detection job
* that you have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_DescribeEntitiesDetectionV2Job.html
*/
DescribeEntitiesDetectionV2Job = "comprehendmedical:DescribeEntitiesDetectionV2Job",
/**
* Grants permission to describe the properties of an ICD-10-CM linking job that y
* ou have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_DescribeICD10CMInferenceJob.html
*/
DescribeICD10CMInferenceJob = "comprehendmedical:DescribeICD10CMInferenceJob",
/**
* Grants permission to describe the properties of a PHI entity detection job that
* you have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_DescribePHIDetectionJob.html
*/
DescribePHIDetectionJob = "comprehendmedical:DescribePHIDetectionJob",
/**
* Grants permission to describe the properties of an RxNorm linking job that you
* have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_DescribeRxNormInferenceJob.html
*/
DescribeRxNormInferenceJob = "comprehendmedical:DescribeRxNormInferenceJob",
/**
* Grants permission to describe the properties of a SNOMED-CT linking job that yo
* u have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_DescribeSNOMEDCTInferenceJob.html
*/
DescribeSNOMEDCTInferenceJob = "comprehendmedical:DescribeSNOMEDCTInferenceJob",
/**
* Grants permission to detect the named medical entities, and their relationships
* and traits within the given text document
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_DetectEntitiesV2.html
*/
DetectEntitiesV2 = "comprehendmedical:DetectEntitiesV2",
/**
* Grants permission to detect the protected health information (PHI) entities wit
* hin the given text document
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_DetectPHI.html
*/
DetectPHI = "comprehendmedical:DetectPHI",
/**
* Grants permission to detect the medical condition entities within the given tex
* t document and link them to ICD-10-CM codes
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_InferICD10CM.html
*/
InferICD10CM = "comprehendmedical:InferICD10CM",
/**
* Grants permission to detect the medication entities within the given text docum
* ent and link them to RxCUI concept identifiers from the National Library of Med
* icine RxNorm database
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_InferRxNorm.html
*/
InferRxNorm = "comprehendmedical:InferRxNorm",
/**
* Grants permission to detect the medical condition, anatomy, and test, treatment
* , and procedure entities within the given text document and link them to SNOMED
* -CT codes
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_InferSNOMEDCT.html
*/
InferSNOMEDCT = "comprehendmedical:InferSNOMEDCT",
/**
* Grants permission to list the medical entity detection jobs that you have submi
* tted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_ListEntitiesDetectionV2Jobs.html
*/
ListEntitiesDetectionV2Jobs = "comprehendmedical:ListEntitiesDetectionV2Jobs",
/**
* Grants permission to list the ICD-10-CM linking jobs that you have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_ListICD10CMInferenceJobs.html
*/
ListICD10CMInferenceJobs = "comprehendmedical:ListICD10CMInferenceJobs",
/**
* Grants permission to list the PHI entity detection jobs that you have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_ListPHIDetectionJobs.html
*/
ListPHIDetectionJobs = "comprehendmedical:ListPHIDetectionJobs",
/**
* Grants permission to list the RxNorm linking jobs that you have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_ListRxNormInferenceJobs.html
*/
ListRxNormInferenceJobs = "comprehendmedical:ListRxNormInferenceJobs",
/**
* Grants permission to list the SNOMED-CT linking jobs that you have submitted
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_ListSNOMEDCTInferenceJobs.html
*/
ListSNOMEDCTInferenceJobs = "comprehendmedical:ListSNOMEDCTInferenceJobs",
/**
* Grants permission to start an asynchronous medical entity detection job for a c
* ollection of documents
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StartEntitiesDetectionV2Job.html
*/
StartEntitiesDetectionV2Job = "comprehendmedical:StartEntitiesDetectionV2Job",
/**
* Grants permission to start an asynchronous ICD-10-CM linking job for a collecti
* on of documents
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StartICD10CMInferenceJob.html
*/
StartICD10CMInferenceJob = "comprehendmedical:StartICD10CMInferenceJob",
/**
* Grants permission to start an asynchronous PHI entity detection job for a colle
* ction of documents
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StartPHIDetectionJob.html
*/
StartPHIDetectionJob = "comprehendmedical:StartPHIDetectionJob",
/**
* Grants permission to start an asynchronous RxNorm linking job for a collection
* of documents
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StartRxNormInferenceJob.html
*/
StartRxNormInferenceJob = "comprehendmedical:StartRxNormInferenceJob",
/**
* Grants permission to start an asynchronous SNOMED-CT linking job for a collecti
* on of documents
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StartSNOMEDCTInferenceJob.html
*/
StartSNOMEDCTInferenceJob = "comprehendmedical:StartSNOMEDCTInferenceJob",
/**
* Grants permission to stop a medical entity detection job
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StopEntitiesDetectionV2Job.html
*/
StopEntitiesDetectionV2Job = "comprehendmedical:StopEntitiesDetectionV2Job",
/**
* Grants permission to stop an ICD-10-CM linking job
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StopICD10CMInferenceJob.html
*/
StopICD10CMInferenceJob = "comprehendmedical:StopICD10CMInferenceJob",
/**
* Grants permission to stop a PHI entity detection job
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StopPHIDetectionJob.html
*/
StopPHIDetectionJob = "comprehendmedical:StopPHIDetectionJob",
/**
* Grants permission to stop an RxNorm linking job
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StopRxNormInferenceJob.html
*/
StopRxNormInferenceJob = "comprehendmedical:StopRxNormInferenceJob",
/**
* Grants permission to stop a SNOMED-CT linking job
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StopSNOMEDCTInferenceJob.html
*/
StopSNOMEDCTInferenceJob = "comprehendmedical:StopSNOMEDCTInferenceJob"
}