From 0c8e3b07576147d1ac3ec0fd11b0457db9865b7a Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 5 Jul 2023 18:14:13 +0000 Subject: [PATCH] docs(client-comprehendmedical): Update to Amazon Comprehend Medical documentation. --- clients/client-comprehendmedical/README.md | 3 +- .../src/ComprehendMedical.ts | 3 +- .../src/ComprehendMedicalClient.ts | 3 +- .../src/commands/DetectEntitiesCommand.ts | 6 +- .../src/commands/DetectEntitiesV2Command.ts | 3 +- .../src/commands/DetectPHICommand.ts | 4 +- .../src/commands/InferICD10CMCommand.ts | 2 +- .../src/commands/InferRxNormCommand.ts | 2 +- .../src/commands/InferSNOMEDCTCommand.ts | 2 +- .../commands/ListPHIDetectionJobsCommand.ts | 2 +- clients/client-comprehendmedical/src/index.ts | 3 +- .../src/models/models_0.ts | 100 ++++++++---------- .../aws-models/comprehendmedical.json | 96 ++++++++--------- 13 files changed, 108 insertions(+), 121 deletions(-) diff --git a/clients/client-comprehendmedical/README.md b/clients/client-comprehendmedical/README.md index 45e990d5b99f..622ffaf85d29 100644 --- a/clients/client-comprehendmedical/README.md +++ b/clients/client-comprehendmedical/README.md @@ -6,8 +6,7 @@ AWS SDK for JavaScript ComprehendMedical Client for Node.js, Browser and React Native. -

Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions -to gain insight in your documents.

+

Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see Guidelines and quotas in the Amazon Comprehend Medical Developer Guide.

## Installing diff --git a/clients/client-comprehendmedical/src/ComprehendMedical.ts b/clients/client-comprehendmedical/src/ComprehendMedical.ts index e450a8ad17b1..ce0e6f3cf71c 100644 --- a/clients/client-comprehendmedical/src/ComprehendMedical.ts +++ b/clients/client-comprehendmedical/src/ComprehendMedical.ts @@ -574,8 +574,7 @@ export interface ComprehendMedical { /** * @public - *

Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions - * to gain insight in your documents.

+ *

Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see Guidelines and quotas in the Amazon Comprehend Medical Developer Guide.

*/ export class ComprehendMedical extends ComprehendMedicalClient implements ComprehendMedical {} createAggregatedClient(commands, ComprehendMedical); diff --git a/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts b/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts index a020d02c491d..9c7884f2848f 100644 --- a/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts +++ b/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts @@ -371,8 +371,7 @@ export interface ComprehendMedicalClientResolvedConfig extends ComprehendMedical /** * @public - *

Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions - * to gain insight in your documents.

+ *

Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see Guidelines and quotas in the Amazon Comprehend Medical Developer Guide.

*/ export class ComprehendMedicalClient extends __Client< __HttpHandlerOptions, diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts index 6389d3895642..66808bd34800 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts @@ -43,9 +43,9 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M * @deprecated * *

The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead.

- *

Inspects the clinical text for a variety of medical entities and returns specific + *

Inspects the clinical text for a variety of medical entities and returns specific * information about them such as entity category, location, and confidence score on that - * information .

+ * information.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -135,7 +135,7 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M * and then retry the request.

* * @throws {@link ServiceUnavailableException} (server fault) - *

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request. + *

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request. *

* * @throws {@link TextSizeLimitExceededException} (client fault) diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts index 53b5d9ee79f2..5e7f46416a66 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts @@ -48,6 +48,7 @@ export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response, * operation. This new action uses a different model for determining the entities in your medical * text and changes the way that some entities are returned in the output. You should use the * DetectEntitiesV2 operation in all new applications.

+ * *

The DetectEntitiesV2 operation returns the Acuity and * Direction entities as attributes instead of types.

* @example @@ -139,7 +140,7 @@ export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response, * and then retry the request.

* * @throws {@link ServiceUnavailableException} (server fault) - *

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request. + *

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request. *

* * @throws {@link TextSizeLimitExceededException} (client fault) diff --git a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts index 20d9b555ef2b..4095fe29a56b 100644 --- a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts @@ -40,7 +40,7 @@ export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBea /** * @public - *

Inspects the clinical text for protected health information (PHI) entities and returns + *

Inspects the clinical text for protected health information (PHI) entities and returns * the entity category, location, and confidence score for each entity. Amazon Comprehend Medical * only detects entities in English language texts.

* @example @@ -115,7 +115,7 @@ export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBea * and then retry the request.

* * @throws {@link ServiceUnavailableException} (server fault) - *

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request. + *

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request. *

* * @throws {@link TextSizeLimitExceededException} (client fault) diff --git a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts index 92a7e78913dc..24eab7419687 100644 --- a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts @@ -123,7 +123,7 @@ export interface InferICD10CMCommandOutput extends InferICD10CMResponse, __Metad * and then retry the request.

* * @throws {@link ServiceUnavailableException} (server fault) - *

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request. + *

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request. *

* * @throws {@link TextSizeLimitExceededException} (client fault) diff --git a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts index d31cd21198a8..a861b62bdd1a 100644 --- a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts @@ -120,7 +120,7 @@ export interface InferRxNormCommandOutput extends InferRxNormResponse, __Metadat * and then retry the request.

* * @throws {@link ServiceUnavailableException} (server fault) - *

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request. + *

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request. *

* * @throws {@link TextSizeLimitExceededException} (client fault) diff --git a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts index c00b9d546277..abbb4a264eb9 100644 --- a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts @@ -136,7 +136,7 @@ export interface InferSNOMEDCTCommandOutput extends InferSNOMEDCTResponse, __Met * and then retry the request.

* * @throws {@link ServiceUnavailableException} (server fault) - *

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request. + *

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request. *

* * @throws {@link TextSizeLimitExceededException} (client fault) diff --git a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts index ea1a58db032e..fa5ddfc3f0b5 100644 --- a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts @@ -40,7 +40,7 @@ export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsR /** * @public - *

Gets a list of protected health information (PHI) detection jobs that you have + *

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

* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-comprehendmedical/src/index.ts b/clients/client-comprehendmedical/src/index.ts index d1ae4f2ff7ce..25c83a9ead4f 100644 --- a/clients/client-comprehendmedical/src/index.ts +++ b/clients/client-comprehendmedical/src/index.ts @@ -1,8 +1,7 @@ // smithy-typescript generated code /* eslint-disable */ /** - *

Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions - * to gain insight in your documents.

+ *

Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see Guidelines and quotas in the Amazon Comprehend Medical Developer Guide.

* * @packageDocumentation */ diff --git a/clients/client-comprehendmedical/src/models/models_0.ts b/clients/client-comprehendmedical/src/models/models_0.ts index c27b3c987ab7..232aa52ade1a 100644 --- a/clients/client-comprehendmedical/src/models/models_0.ts +++ b/clients/client-comprehendmedical/src/models/models_0.ts @@ -88,7 +88,7 @@ export interface Trait { Name?: AttributeName | string; /** - *

The level of confidence that Comprehend Medical; has in the accuracy of this trait.

+ *

The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.

*/ Score?: number; } @@ -164,13 +164,13 @@ export interface Attribute { Type?: EntitySubType | string; /** - *

The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized + *

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized * as an attribute.

*/ Score?: number; /** - *

The level of confidence that Comprehend Medical; has that this attribute is correctly related to this + *

The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this * entity.

*/ RelationshipScore?: number; @@ -225,7 +225,7 @@ export interface Attribute { export interface Characters { /** *

- * The number of characters present in the input text document as processed by Comprehend Medical. + * The number of characters present in the input text document as processed by Amazon Comprehend Medical. *

*/ OriginalTextCharacters?: number; @@ -236,7 +236,7 @@ export interface Characters { */ export interface DescribeEntitiesDetectionV2JobRequest { /** - *

The identifier that Comprehend Medical; generated for the job. The + *

The identifier that Amazon Comprehend Medical generated for the job. The * StartEntitiesDetectionV2Job operation returns this identifier in its * response.

*/ @@ -252,8 +252,6 @@ export interface InputDataConfig { /** *

The URI of the S3 bucket that contains the input data. The bucket must be in the same * region as the API endpoint that you are calling.

- *

Each file in the document collection must be less than 40 KB. You can store a maximum of - * 30 GB in the bucket.

*/ S3Bucket: string | undefined; @@ -309,7 +307,7 @@ export interface OutputDataConfig { S3Bucket: string | undefined; /** - *

The path to the output data files in the S3 bucket. Comprehend Medical; creates an output directory + *

The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory * using the job ID so that the output from one job does not overwrite the output of * another.

*/ @@ -376,7 +374,7 @@ export interface ComprehendMedicalAsyncJobProperties { LanguageCode?: LanguageCode | string; /** - *

The Amazon Resource Name (ARN) that gives Comprehend Medical; read access to your input data.

+ *

The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.

*/ DataAccessRoleArn?: string; @@ -526,7 +524,7 @@ export interface DescribeICD10CMInferenceJobResponse { */ export interface DescribePHIDetectionJobRequest { /** - *

The identifier that Comprehend Medical; generated for the job. The StartPHIDetectionJob + *

The identifier that Amazon Comprehend Medical generated for the job. The StartPHIDetectionJob * operation returns this identifier in its response.

*/ JobId: string | undefined; @@ -590,8 +588,7 @@ export interface DescribeSNOMEDCTInferenceJobResponse { */ export interface DetectEntitiesRequest { /** - *

A UTF-8 text string containing the clinical content being examined for entities. Each - * string must contain fewer than 20,000 bytes of characters.

+ *

A UTF-8 text string containing the clinical content being examined for entities.

*/ Text: string | undefined; } @@ -620,7 +617,7 @@ export interface Entity { EndOffset?: number; /** - *

The level of confidence that Comprehend Medical; has in the accuracy of the detection.

+ *

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.

*/ Score?: number; @@ -652,7 +649,7 @@ export interface Entity { /** * @public - *

An attribute that was extracted, but Comprehend Medical; was unable to relate to an entity.

+ *

An attribute that was extracted, but Amazon Comprehend Medical was unable to relate to an entity.

*/ export interface UnmappedAttribute { /** @@ -673,21 +670,21 @@ export interface UnmappedAttribute { */ export interface DetectEntitiesResponse { /** - *

The collection of medical entities extracted from the input text and their associated + *

The collection of medical entities extracted from the input text and their associated * information. For each entity, the response provides the entity text, the entity category, - * where the entity text begins and ends, and the level of confidence that Comprehend Medical; has in the + * where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the * detection and analysis. Attributes and traits of the entity are also returned.

*/ Entities: Entity[] | undefined; /** - *

Attributes extracted from the input text that we were unable to relate to an + *

Attributes extracted from the input text that we were unable to relate to an * entity.

*/ UnmappedAttributes?: UnmappedAttribute[]; /** - *

If the result of the previous request to DetectEntities was truncated, + *

If the result of the previous request to DetectEntities was truncated, * include the PaginationToken to fetch the next page of entities.

*/ PaginationToken?: string; @@ -725,7 +722,7 @@ export class InvalidEncodingException extends __BaseException { /** * @public - *

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request. + *

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request. *

*/ export class ServiceUnavailableException extends __BaseException { @@ -774,8 +771,7 @@ export class TextSizeLimitExceededException extends __BaseException { */ export interface DetectEntitiesV2Request { /** - *

A UTF-8 string containing the clinical content being examined for entities. Each string - * must contain fewer than 20,000 bytes of characters.

+ *

A UTF-8 string containing the clinical content being examined for entities.

*/ Text: string | undefined; } @@ -816,8 +812,7 @@ export interface DetectEntitiesV2Response { */ export interface DetectPHIRequest { /** - *

A UTF-8 text string containing the clinical content being examined for PHI entities. Each - * string must contain fewer than 20,000 bytes of characters.

+ *

A UTF-8 text string containing the clinical content being examined for PHI entities.

*/ Text: string | undefined; } @@ -827,15 +822,15 @@ export interface DetectPHIRequest { */ export interface DetectPHIResponse { /** - *

The collection of PHI entities extracted from the input text and their associated + *

The collection of PHI entities extracted from the input text and their associated * information. For each entity, the response provides the entity text, the entity category, - * where the entity text begins and ends, and the level of confidence that Comprehend Medical; has in its - * detection.

+ * where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in its + * detection.

*/ Entities: Entity[] | undefined; /** - *

If the result of the previous request to DetectPHI was truncated, include + *

If the result of the previous request to DetectPHI was truncated, include * the PaginationToken to fetch the next page of PHI entities.

*/ PaginationToken?: string; @@ -853,8 +848,7 @@ export interface DetectPHIResponse { */ export interface InferICD10CMRequest { /** - *

The input text used for analysis. The input for InferICD10CM is a string from 1 to 10000 - * characters.

+ *

The input text used for analysis.

*/ Text: string | undefined; } @@ -920,7 +914,7 @@ export interface ICD10CMTrait { Name?: ICD10CMTraitName | string; /** - *

The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized + *

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized * as a trait.

*/ Score?: number; @@ -1152,8 +1146,7 @@ export interface InferICD10CMResponse { */ export interface InferRxNormRequest { /** - *

The input text used for analysis. The input for InferRxNorm is a string from 1 to 10000 - * characters.

+ *

The input text used for analysis.

*/ Text: string | undefined; } @@ -1224,7 +1217,7 @@ export interface RxNormAttribute { Type?: RxNormAttributeType | string; /** - *

The level of confidence that Comprehend Medical has that the segment of text is correctly + *

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly * recognized as an attribute.

*/ Score?: number; @@ -1375,12 +1368,12 @@ export interface RxNormEntity { Attributes?: RxNormAttribute[]; /** - *

Contextual information for the entity.

+ *

Contextual information for the entity.

*/ Traits?: RxNormTrait[]; /** - *

The RxNorm concepts that the entity could refer to, along with a score indicating the + *

The RxNorm concepts that the entity could refer to, along with a score indicating the * likelihood of the match.

*/ RxNormConcepts?: RxNormConcept[]; @@ -1416,9 +1409,7 @@ export interface InferRxNormResponse { */ export interface InferSNOMEDCTRequest { /** - *

- * The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters. - *

+ *

The input text to be analyzed using InferSNOMEDCT.

*/ Text: string | undefined; } @@ -1480,7 +1471,7 @@ export interface SNOMEDCTConcept { /** *

- * The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept. + * The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept. *

*/ Score?: number; @@ -1523,7 +1514,7 @@ export interface SNOMEDCTTrait { /** *

- * The level of confidence that Comprehend Medical has in the accuracy of a detected trait. + * The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait. *

*/ Score?: number; @@ -1570,14 +1561,14 @@ export interface SNOMEDCTAttribute { /** *

- * The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute. + * The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute. *

*/ Score?: number; /** *

- * The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity. + * The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity. *

*/ RelationshipScore?: number; @@ -1651,7 +1642,7 @@ export type SNOMEDCTEntityType = (typeof SNOMEDCTEntityType)[keyof typeof SNOMED /** * @public *

- * The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned. + * The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned. *

*/ export interface SNOMEDCTEntity { @@ -1685,7 +1676,7 @@ export interface SNOMEDCTEntity { /** *

- * The level of confidence that Comprehend Medical has in the accuracy of the detected entity. + * The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity. *

*/ Score?: number; @@ -1761,7 +1752,7 @@ export interface SNOMEDCTDetails { export interface InferSNOMEDCTResponse { /** *

- * The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned. + * The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned. *

*/ Entities: SNOMEDCTEntity[] | undefined; @@ -2052,7 +2043,7 @@ export interface StartEntitiesDetectionV2JobRequest { /** *

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

+ * grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

*/ DataAccessRoleArn: string | undefined; @@ -2062,7 +2053,7 @@ export interface StartEntitiesDetectionV2JobRequest { JobName?: string; /** - *

A unique identifier for the request. If you don't set the client request token, Comprehend Medical; + *

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

*/ ClientRequestToken?: string; @@ -2074,7 +2065,7 @@ export interface StartEntitiesDetectionV2JobRequest { KMSKey?: string; /** - *

The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).

+ *

The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).

*/ LanguageCode: LanguageCode | string | undefined; } @@ -2106,7 +2097,7 @@ export interface StartICD10CMInferenceJobRequest { /** *

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

+ * grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

*/ DataAccessRoleArn: string | undefined; @@ -2116,8 +2107,7 @@ export interface StartICD10CMInferenceJobRequest { JobName?: string; /** - *

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

+ *

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

*/ ClientRequestToken?: string; @@ -2160,7 +2150,7 @@ export interface StartPHIDetectionJobRequest { /** *

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

+ * grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

*/ DataAccessRoleArn: string | undefined; @@ -2170,7 +2160,7 @@ export interface StartPHIDetectionJobRequest { JobName?: string; /** - *

A unique identifier for the request. If you don't set the client request token, Comprehend Medical; + *

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

*/ ClientRequestToken?: string; @@ -2214,7 +2204,7 @@ export interface StartRxNormInferenceJobRequest { /** *

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

+ * grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

*/ DataAccessRoleArn: string | undefined; @@ -2224,7 +2214,7 @@ export interface StartRxNormInferenceJobRequest { JobName?: string; /** - *

A unique identifier for the request. If you don't set the client request token, Comprehend Medical; + *

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

*/ ClientRequestToken?: string; diff --git a/codegen/sdk-codegen/aws-models/comprehendmedical.json b/codegen/sdk-codegen/aws-models/comprehendmedical.json index ebddaabe5e62..8b4d5756d78f 100644 --- a/codegen/sdk-codegen/aws-models/comprehendmedical.json +++ b/codegen/sdk-codegen/aws-models/comprehendmedical.json @@ -44,13 +44,13 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized\n as an attribute.

" + "smithy.api#documentation": "

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized\n as an attribute.

" } }, "RelationshipScore": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

The level of confidence that Comprehend Medical; has that this attribute is correctly related to this\n entity.

" + "smithy.api#documentation": "

The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this\n entity.

" } }, "RelationshipType": { @@ -180,7 +180,7 @@ "OriginalTextCharacters": { "target": "com.amazonaws.comprehendmedical#Integer", "traits": { - "smithy.api#documentation": "

\n The number of characters present in the input text document as processed by Comprehend Medical.\n

" + "smithy.api#documentation": "

\n The number of characters present in the input text document as processed by Amazon Comprehend Medical.\n

" } } }, @@ -296,7 +296,7 @@ "DataAccessRoleArn": { "target": "com.amazonaws.comprehendmedical#IamRoleArn", "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) that gives Comprehend Medical; read access to your input data.

" + "smithy.api#documentation": "

The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.

" } }, "ManifestFilePath": { @@ -423,7 +423,7 @@ "name": "comprehendmedical" }, "aws.protocols#awsJson1_1": {}, - "smithy.api#documentation": "

Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions\n to gain insight in your documents.

", + "smithy.api#documentation": "

Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see Guidelines and quotas in the Amazon Comprehend Medical Developer Guide.

", "smithy.api#title": "AWS Comprehend Medical", "smithy.rules#endpointRuleSet": { "version": "1.0", @@ -1253,7 +1253,7 @@ "JobId": { "target": "com.amazonaws.comprehendmedical#JobId", "traits": { - "smithy.api#documentation": "

The identifier that Comprehend Medical; generated for the job. The\n StartEntitiesDetectionV2Job operation returns this identifier in its\n response.

", + "smithy.api#documentation": "

The identifier that Amazon Comprehend Medical generated for the job. The\n StartEntitiesDetectionV2Job operation returns this identifier in its\n response.

", "smithy.api#required": {} } } @@ -1363,7 +1363,7 @@ "JobId": { "target": "com.amazonaws.comprehendmedical#JobId", "traits": { - "smithy.api#documentation": "

The identifier that Comprehend Medical; generated for the job. The StartPHIDetectionJob\n operation returns this identifier in its response.

", + "smithy.api#documentation": "

The identifier that Amazon Comprehend Medical generated for the job. The StartPHIDetectionJob\n operation returns this identifier in its response.

", "smithy.api#required": {} } } @@ -1525,7 +1525,7 @@ "smithy.api#deprecated": { "message": "This operation is deprecated, use DetectEntitiesV2 instead." }, - "smithy.api#documentation": "

The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead.

\n

Inspects the clinical text for a variety of medical entities and returns specific\n information about them such as entity category, location, and confidence score on that\n information .

" + "smithy.api#documentation": "

The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead.

\n

Inspects the clinical text for a variety of medical entities and returns specific\n information about them such as entity category, location, and confidence score on that\n information.

" } }, "com.amazonaws.comprehendmedical#DetectEntitiesRequest": { @@ -1534,7 +1534,7 @@ "Text": { "target": "com.amazonaws.comprehendmedical#BoundedLengthString", "traits": { - "smithy.api#documentation": "

A UTF-8 text string containing the clinical content being examined for entities. Each\n string must contain fewer than 20,000 bytes of characters.

", + "smithy.api#documentation": "

A UTF-8 text string containing the clinical content being examined for entities.

", "smithy.api#required": {} } } @@ -1549,20 +1549,20 @@ "Entities": { "target": "com.amazonaws.comprehendmedical#EntityList", "traits": { - "smithy.api#documentation": "

The collection of medical entities extracted from the input text and their associated\n information. For each entity, the response provides the entity text, the entity category,\n where the entity text begins and ends, and the level of confidence that Comprehend Medical; has in the\n detection and analysis. Attributes and traits of the entity are also returned.

", + "smithy.api#documentation": "

The collection of medical entities extracted from the input text and their associated\n information. For each entity, the response provides the entity text, the entity category,\n where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the\n detection and analysis. Attributes and traits of the entity are also returned.

", "smithy.api#required": {} } }, "UnmappedAttributes": { "target": "com.amazonaws.comprehendmedical#UnmappedAttributeList", "traits": { - "smithy.api#documentation": "

Attributes extracted from the input text that we were unable to relate to an\n entity.

" + "smithy.api#documentation": "

Attributes extracted from the input text that we were unable to relate to an\n entity.

" } }, "PaginationToken": { "target": "com.amazonaws.comprehendmedical#String", "traits": { - "smithy.api#documentation": "

If the result of the previous request to DetectEntities was truncated,\n include the PaginationToken to fetch the next page of entities.

" + "smithy.api#documentation": "

If the result of the previous request to DetectEntities was truncated,\n include the PaginationToken to fetch the next page of entities.

" } }, "ModelVersion": { @@ -1606,7 +1606,7 @@ } ], "traits": { - "smithy.api#documentation": "

Inspects the clinical text for a variety of medical entities and returns specific\n information about them such as entity category, location, and confidence score on that\n information. Amazon Comprehend Medical only detects medical entities in English language\n texts.

\n

The DetectEntitiesV2 operation replaces the DetectEntities\n operation. This new action uses a different model for determining the entities in your medical\n text and changes the way that some entities are returned in the output. You should use the\n DetectEntitiesV2 operation in all new applications.

\n

The DetectEntitiesV2 operation returns the Acuity and\n Direction entities as attributes instead of types.

" + "smithy.api#documentation": "

Inspects the clinical text for a variety of medical entities and returns specific\n information about them such as entity category, location, and confidence score on that\n information. Amazon Comprehend Medical only detects medical entities in English language\n texts.

\n

The DetectEntitiesV2 operation replaces the DetectEntities\n operation. This new action uses a different model for determining the entities in your medical\n text and changes the way that some entities are returned in the output. You should use the\n DetectEntitiesV2 operation in all new applications.

\n \n

The DetectEntitiesV2 operation returns the Acuity and\n Direction entities as attributes instead of types.

" } }, "com.amazonaws.comprehendmedical#DetectEntitiesV2Request": { @@ -1615,7 +1615,7 @@ "Text": { "target": "com.amazonaws.comprehendmedical#BoundedLengthString", "traits": { - "smithy.api#documentation": "

A UTF-8 string containing the clinical content being examined for entities. Each string\n must contain fewer than 20,000 bytes of characters.

", + "smithy.api#documentation": "

A UTF-8 string containing the clinical content being examined for entities.

", "smithy.api#required": {} } } @@ -1687,7 +1687,7 @@ } ], "traits": { - "smithy.api#documentation": "

Inspects the clinical text for protected health information (PHI) entities and returns\n the entity category, location, and confidence score for each entity. Amazon Comprehend Medical\n only detects entities in English language texts.

" + "smithy.api#documentation": "

Inspects the clinical text for protected health information (PHI) entities and returns\n the entity category, location, and confidence score for each entity. Amazon Comprehend Medical\n only detects entities in English language texts.

" } }, "com.amazonaws.comprehendmedical#DetectPHIRequest": { @@ -1696,7 +1696,7 @@ "Text": { "target": "com.amazonaws.comprehendmedical#BoundedLengthString", "traits": { - "smithy.api#documentation": "

A UTF-8 text string containing the clinical content being examined for PHI entities. Each\n string must contain fewer than 20,000 bytes of characters.

", + "smithy.api#documentation": "

A UTF-8 text string containing the clinical content being examined for PHI entities.

", "smithy.api#required": {} } } @@ -1711,14 +1711,14 @@ "Entities": { "target": "com.amazonaws.comprehendmedical#EntityList", "traits": { - "smithy.api#documentation": "

The collection of PHI entities extracted from the input text and their associated\n information. For each entity, the response provides the entity text, the entity category,\n where the entity text begins and ends, and the level of confidence that Comprehend Medical; has in its\n detection.

", + "smithy.api#documentation": "

The collection of PHI entities extracted from the input text and their associated\n information. For each entity, the response provides the entity text, the entity category,\n where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in its\n detection.

", "smithy.api#required": {} } }, "PaginationToken": { "target": "com.amazonaws.comprehendmedical#String", "traits": { - "smithy.api#documentation": "

If the result of the previous request to DetectPHI was truncated, include\n the PaginationToken to fetch the next page of PHI entities.

" + "smithy.api#documentation": "

If the result of the previous request to DetectPHI was truncated, include\n the PaginationToken to fetch the next page of PHI entities.

" } }, "ModelVersion": { @@ -1757,7 +1757,7 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

The level of confidence that Comprehend Medical; has in the accuracy of the detection.

" + "smithy.api#documentation": "

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.

" } }, "Text": { @@ -2416,7 +2416,7 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized\n as a trait.

" + "smithy.api#documentation": "

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized\n as a trait.

" } } }, @@ -2525,7 +2525,7 @@ "Text": { "target": "com.amazonaws.comprehendmedical#OntologyLinkingBoundedLengthString", "traits": { - "smithy.api#documentation": "

The input text used for analysis. The input for InferICD10CM is a string from 1 to 10000\n characters.

", + "smithy.api#documentation": "

The input text used for analysis.

", "smithy.api#required": {} } } @@ -2599,7 +2599,7 @@ "Text": { "target": "com.amazonaws.comprehendmedical#OntologyLinkingBoundedLengthString", "traits": { - "smithy.api#documentation": "

The input text used for analysis. The input for InferRxNorm is a string from 1 to 10000\n characters.

", + "smithy.api#documentation": "

The input text used for analysis.

", "smithy.api#required": {} } } @@ -2673,7 +2673,7 @@ "Text": { "target": "com.amazonaws.comprehendmedical#OntologyLinkingBoundedLengthString", "traits": { - "smithy.api#documentation": "

\n The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters. \n

", + "smithy.api#documentation": "

The input text to be analyzed using InferSNOMEDCT.

", "smithy.api#required": {} } } @@ -2688,7 +2688,7 @@ "Entities": { "target": "com.amazonaws.comprehendmedical#SNOMEDCTEntityList", "traits": { - "smithy.api#documentation": "

\n The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned. \n

", + "smithy.api#documentation": "

\n The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.\n

", "smithy.api#required": {} } }, @@ -2727,7 +2727,7 @@ "S3Bucket": { "target": "com.amazonaws.comprehendmedical#S3Bucket", "traits": { - "smithy.api#documentation": "

The URI of the S3 bucket that contains the input data. The bucket must be in the same\n region as the API endpoint that you are calling.

\n

Each file in the document collection must be less than 40 KB. You can store a maximum of\n 30 GB in the bucket.

", + "smithy.api#documentation": "

The URI of the S3 bucket that contains the input data. The bucket must be in the same\n region as the API endpoint that you are calling.

", "smithy.api#required": {} } }, @@ -3039,7 +3039,7 @@ } ], "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "com.amazonaws.comprehendmedical#ListPHIDetectionJobsRequest": { @@ -3272,7 +3272,7 @@ "S3Key": { "target": "com.amazonaws.comprehendmedical#S3Key", "traits": { - "smithy.api#documentation": "

The path to the output data files in the S3 bucket. Comprehend Medical; creates an output directory\n using the job ID so that the output from one job does not overwrite the output of\n another.

" + "smithy.api#documentation": "

The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory\n using the job ID so that the output from one job does not overwrite the output of\n another.

" } } }, @@ -3442,7 +3442,7 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

The level of confidence that Comprehend Medical has that the segment of text is correctly\n recognized as an attribute.

" + "smithy.api#documentation": "

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly\n recognized as an attribute.

" } }, "RelationshipScore": { @@ -3625,13 +3625,13 @@ "Traits": { "target": "com.amazonaws.comprehendmedical#RxNormTraitList", "traits": { - "smithy.api#documentation": "

Contextual information for the entity.

" + "smithy.api#documentation": "

Contextual information for the entity.

" } }, "RxNormConcepts": { "target": "com.amazonaws.comprehendmedical#RxNormConceptList", "traits": { - "smithy.api#documentation": "

The RxNorm concepts that the entity could refer to, along with a score indicating the\n likelihood of the match.

" + "smithy.api#documentation": "

The RxNorm concepts that the entity could refer to, along with a score indicating the\n likelihood of the match.

" } } }, @@ -3754,13 +3754,13 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

\n The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.\n

" + "smithy.api#documentation": "

\n The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.\n

" } }, "RelationshipScore": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

\n The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.\n

" + "smithy.api#documentation": "

\n The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.\n

" } }, "RelationshipType": { @@ -3875,7 +3875,7 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

\n The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.\n

" + "smithy.api#documentation": "

\n The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.\n

" } } }, @@ -3945,7 +3945,7 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

\n The level of confidence that Comprehend Medical has in the accuracy of the detected entity.\n

" + "smithy.api#documentation": "

\n The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.\n

" } }, "BeginOffset": { @@ -3980,7 +3980,7 @@ } }, "traits": { - "smithy.api#documentation": "

\n The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned. \n

" + "smithy.api#documentation": "

\n The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.\n

" } }, "com.amazonaws.comprehendmedical#SNOMEDCTEntityCategory": { @@ -4100,7 +4100,7 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

\n The level of confidence that Comprehend Medical has in the accuracy of a detected trait.\n

" + "smithy.api#documentation": "

\n The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.\n

" } } }, @@ -4181,7 +4181,7 @@ } }, "traits": { - "smithy.api#documentation": "

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.\n

", + "smithy.api#documentation": "

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.\n

", "smithy.api#error": "server", "smithy.api#httpError": 503 } @@ -4232,7 +4232,7 @@ "DataAccessRoleArn": { "target": "com.amazonaws.comprehendmedical#IamRoleArn", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -4245,7 +4245,7 @@ "ClientRequestToken": { "target": "com.amazonaws.comprehendmedical#ClientRequestTokenString", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#idempotencyToken": {} } }, @@ -4258,7 +4258,7 @@ "LanguageCode": { "target": "com.amazonaws.comprehendmedical#LanguageCode", "traits": { - "smithy.api#documentation": "

The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).

", + "smithy.api#documentation": "

The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).

", "smithy.api#required": {} } } @@ -4327,7 +4327,7 @@ "DataAccessRoleArn": { "target": "com.amazonaws.comprehendmedical#IamRoleArn", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -4340,7 +4340,7 @@ "ClientRequestToken": { "target": "com.amazonaws.comprehendmedical#ClientRequestTokenString", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#idempotencyToken": {} } }, @@ -4422,7 +4422,7 @@ "DataAccessRoleArn": { "target": "com.amazonaws.comprehendmedical#IamRoleArn", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -4435,7 +4435,7 @@ "ClientRequestToken": { "target": "com.amazonaws.comprehendmedical#ClientRequestTokenString", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#idempotencyToken": {} } }, @@ -4517,7 +4517,7 @@ "DataAccessRoleArn": { "target": "com.amazonaws.comprehendmedical#IamRoleArn", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, @@ -4530,7 +4530,7 @@ "ClientRequestToken": { "target": "com.amazonaws.comprehendmedical#ClientRequestTokenString", "traits": { - "smithy.api#documentation": "

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

", + "smithy.api#documentation": "

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

", "smithy.api#idempotencyToken": {} } }, @@ -4971,7 +4971,7 @@ "Score": { "target": "com.amazonaws.comprehendmedical#Float", "traits": { - "smithy.api#documentation": "

The level of confidence that Comprehend Medical; has in the accuracy of this trait.

" + "smithy.api#documentation": "

The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.

" } } }, @@ -5002,7 +5002,7 @@ } }, "traits": { - "smithy.api#documentation": "

An attribute that was extracted, but Comprehend Medical; was unable to relate to an entity.

" + "smithy.api#documentation": "

An attribute that was extracted, but Amazon Comprehend Medical was unable to relate to an entity.

" } }, "com.amazonaws.comprehendmedical#UnmappedAttributeList": {