Skip to content

Commit

Permalink
docs(client-comprehend): Comprehend PII analysis now supports Spanish…
Browse files Browse the repository at this point in the history
… input documents.
  • Loading branch information
awstools committed Jan 29, 2024
1 parent 4769d4c commit 0019ff5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions clients/client-comprehend/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ export interface ContainsPiiEntitiesRequest {

/**
* @public
* <p>The language of the input documents. Currently, English is the only valid language.</p>
* <p>The language of the input documents.</p>
*/
LanguageCode: LanguageCode | undefined;
}
Expand Down Expand Up @@ -5550,7 +5550,7 @@ export interface PiiEntitiesDetectionJobProperties {

/**
* @public
* <p>The language code of the input documents</p>
* <p>The language code of the input documents.</p>
*/
LanguageCode?: LanguageCode;

Expand Down Expand Up @@ -6210,7 +6210,8 @@ export interface DetectPiiEntitiesRequest {

/**
* @public
* <p>The language of the input documents. Currently, English is the only valid language.</p>
* <p>The language of the input text.
* Enter the language code for English (en) or Spanish (es).</p>
*/
LanguageCode: LanguageCode | undefined;
}
Expand Down Expand Up @@ -8689,7 +8690,8 @@ export interface StartPiiEntitiesDetectionJobRequest {

/**
* @public
* <p>The language of the input documents. Currently, English is the only valid language.</p>
* <p>The language of the input documents.
* Enter the language code for English (en) or Spanish (es).</p>
*/
LanguageCode: LanguageCode | undefined;

Expand Down
8 changes: 4 additions & 4 deletions codegen/sdk-codegen/aws-models/comprehend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@
"LanguageCode": {
"target": "com.amazonaws.comprehend#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language.</p>",
"smithy.api#documentation": "<p>The language of the input documents.</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -4756,7 +4756,7 @@
"LanguageCode": {
"target": "com.amazonaws.comprehend#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language.</p>",
"smithy.api#documentation": "<p>The language of the input text. \n Enter the language code for English (en) or Spanish (es).</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -10070,7 +10070,7 @@
"LanguageCode": {
"target": "com.amazonaws.comprehend#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language code of the input documents</p>"
"smithy.api#documentation": "<p>The language code of the input documents.</p>"
}
},
"DataAccessRoleArn": {
Expand Down Expand Up @@ -11674,7 +11674,7 @@
"LanguageCode": {
"target": "com.amazonaws.comprehend#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language.</p>",
"smithy.api#documentation": "<p>The language of the input documents. \n Enter the language code for English (en) or Spanish (es).</p>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 0019ff5

Please sign in to comment.