aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
181 lines • 8.82 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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 var AwsComprehendmedicalActions;
(function (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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["StopPHIDetectionJob"] = "comprehendmedical:StopPHIDetectionJob";
/**
* Grants permission to stop an RxNorm linking job
*
* See https://docs.aws.amazon.com/comprehend-medical/latest/api/API_StopRxNormInferenceJob.html
*/
AwsComprehendmedicalActions["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
*/
AwsComprehendmedicalActions["StopSNOMEDCTInferenceJob"] = "comprehendmedical:StopSNOMEDCTInferenceJob";
})(AwsComprehendmedicalActions || (AwsComprehendmedicalActions = {}));
//# sourceMappingURL=comprehendmedical.js.map