Skip to content

Commit

Permalink
docs(client-comprehendmedical): Update to Amazon Comprehend Medical d…
Browse files Browse the repository at this point in the history
…ocumentation.
  • Loading branch information
awstools committed Jul 5, 2023
1 parent 2192142 commit 0c8e3b0
Show file tree
Hide file tree
Showing 13 changed files with 108 additions and 121 deletions.
3 changes: 1 addition & 2 deletions clients/client-comprehendmedical/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

AWS SDK for JavaScript ComprehendMedical Client for Node.js, Browser and React Native.

<p> Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions
to gain insight in your documents. </p>
<p>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 <a href="https://docs.aws.amazon.com/comprehend-medical/latest/dev/comprehendmedical-quotas.html">Guidelines and quotas</a> in the <i>Amazon Comprehend Medical Developer Guide</i>.</p>

## Installing

Expand Down
3 changes: 1 addition & 2 deletions clients/client-comprehendmedical/src/ComprehendMedical.ts
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,7 @@ export interface ComprehendMedical {

/**
* @public
* <p> Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions
* to gain insight in your documents. </p>
* <p>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 <a href="https://docs.aws.amazon.com/comprehend-medical/latest/dev/comprehendmedical-quotas.html">Guidelines and quotas</a> in the <i>Amazon Comprehend Medical Developer Guide</i>.</p>
*/
export class ComprehendMedical extends ComprehendMedicalClient implements ComprehendMedical {}
createAggregatedClient(commands, ComprehendMedical);
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@ export interface ComprehendMedicalClientResolvedConfig extends ComprehendMedical

/**
* @public
* <p> Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions
* to gain insight in your documents. </p>
* <p>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 <a href="https://docs.aws.amazon.com/comprehend-medical/latest/dev/comprehendmedical-quotas.html">Guidelines and quotas</a> in the <i>Amazon Comprehend Medical Developer Guide</i>.</p>
*/
export class ComprehendMedicalClient extends __Client<
__HttpHandlerOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M
* @deprecated
*
* <p>The <code>DetectEntities</code> operation is deprecated. You should use the <a>DetectEntitiesV2</a> operation instead.</p>
* <p> Inspects the clinical text for a variety of medical entities and returns specific
* <p>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 .</p>
* information.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down Expand Up @@ -135,7 +135,7 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M
* and then retry the request.</p>
*
* @throws {@link ServiceUnavailableException} (server fault)
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
* <p> The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
* </p>
*
* @throws {@link TextSizeLimitExceededException} (client fault)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
* <code>DetectEntitiesV2</code> operation in all new applications.</p>
*
* <p>The <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and
* <code>Direction</code> entities as attributes instead of types. </p>
* @example
Expand Down Expand Up @@ -139,7 +140,7 @@ export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response,
* and then retry the request.</p>
*
* @throws {@link ServiceUnavailableException} (server fault)
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
* <p> The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
* </p>
*
* @throws {@link TextSizeLimitExceededException} (client fault)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBea

/**
* @public
* <p> Inspects the clinical text for protected health information (PHI) entities and returns
* <p>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.</p>
* @example
Expand Down Expand Up @@ -115,7 +115,7 @@ export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBea
* and then retry the request.</p>
*
* @throws {@link ServiceUnavailableException} (server fault)
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
* <p> The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
* </p>
*
* @throws {@link TextSizeLimitExceededException} (client fault)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export interface InferICD10CMCommandOutput extends InferICD10CMResponse, __Metad
* and then retry the request.</p>
*
* @throws {@link ServiceUnavailableException} (server fault)
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
* <p> The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
* </p>
*
* @throws {@link TextSizeLimitExceededException} (client fault)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export interface InferRxNormCommandOutput extends InferRxNormResponse, __Metadat
* and then retry the request.</p>
*
* @throws {@link ServiceUnavailableException} (server fault)
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
* <p> The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
* </p>
*
* @throws {@link TextSizeLimitExceededException} (client fault)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export interface InferSNOMEDCTCommandOutput extends InferSNOMEDCTResponse, __Met
* and then retry the request.</p>
*
* @throws {@link ServiceUnavailableException} (server fault)
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
* <p> The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
* </p>
*
* @throws {@link TextSizeLimitExceededException} (client fault)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsR

/**
* @public
* <p>Gets a list of protected health information (PHI) detection jobs that you have
* <p>Gets a list of protected health information (PHI) detection jobs you have
* submitted.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
3 changes: 1 addition & 2 deletions clients/client-comprehendmedical/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// smithy-typescript generated code
/* eslint-disable */
/**
* <p> Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions
* to gain insight in your documents. </p>
* <p>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 <a href="https://docs.aws.amazon.com/comprehend-medical/latest/dev/comprehendmedical-quotas.html">Guidelines and quotas</a> in the <i>Amazon Comprehend Medical Developer Guide</i>.</p>
*
* @packageDocumentation
*/
Expand Down
Loading

0 comments on commit 0c8e3b0

Please sign in to comment.