File tree 2 files changed +10
-8
lines changed
clients/client-comprehend/src/models
codegen/sdk-codegen/aws-models
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -1945,7 +1945,7 @@ export interface ContainsPiiEntitiesRequest {
1945
1945
1946
1946
/**
1947
1947
* @public
1948
- * <p>The language of the input documents. Currently, English is the only valid language. </p>
1948
+ * <p>The language of the input documents.</p>
1949
1949
*/
1950
1950
LanguageCode : LanguageCode | undefined ;
1951
1951
}
@@ -5550,7 +5550,7 @@ export interface PiiEntitiesDetectionJobProperties {
5550
5550
5551
5551
/**
5552
5552
* @public
5553
- * <p>The language code of the input documents</p>
5553
+ * <p>The language code of the input documents. </p>
5554
5554
*/
5555
5555
LanguageCode ?: LanguageCode ;
5556
5556
@@ -6210,7 +6210,8 @@ export interface DetectPiiEntitiesRequest {
6210
6210
6211
6211
/**
6212
6212
* @public
6213
- * <p>The language of the input documents. Currently, English is the only valid language.</p>
6213
+ * <p>The language of the input text.
6214
+ * Enter the language code for English (en) or Spanish (es).</p>
6214
6215
*/
6215
6216
LanguageCode : LanguageCode | undefined ;
6216
6217
}
@@ -8689,7 +8690,8 @@ export interface StartPiiEntitiesDetectionJobRequest {
8689
8690
8690
8691
/**
8691
8692
* @public
8692
- * <p>The language of the input documents. Currently, English is the only valid language.</p>
8693
+ * <p>The language of the input documents.
8694
+ * Enter the language code for English (en) or Spanish (es).</p>
8693
8695
*/
8694
8696
LanguageCode : LanguageCode | undefined ;
8695
8697
Original file line number Diff line number Diff line change 2291
2291
"LanguageCode": {
2292
2292
"target": "com.amazonaws.comprehend#LanguageCode",
2293
2293
"traits": {
2294
- "smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language. </p>",
2294
+ "smithy.api#documentation": "<p>The language of the input documents.</p>",
2295
2295
"smithy.api#required": {}
2296
2296
}
2297
2297
}
4756
4756
"LanguageCode": {
4757
4757
"target": "com.amazonaws.comprehend#LanguageCode",
4758
4758
"traits": {
4759
- "smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language.</p>",
4759
+ "smithy.api#documentation": "<p>The language of the input text. \n Enter the language code for English (en) or Spanish (es) .</p>",
4760
4760
"smithy.api#required": {}
4761
4761
}
4762
4762
}
10070
10070
"LanguageCode": {
10071
10071
"target": "com.amazonaws.comprehend#LanguageCode",
10072
10072
"traits": {
10073
- "smithy.api#documentation": "<p>The language code of the input documents</p>"
10073
+ "smithy.api#documentation": "<p>The language code of the input documents. </p>"
10074
10074
}
10075
10075
},
10076
10076
"DataAccessRoleArn": {
11674
11674
"LanguageCode": {
11675
11675
"target": "com.amazonaws.comprehend#LanguageCode",
11676
11676
"traits": {
11677
- "smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language.</p>",
11677
+ "smithy.api#documentation": "<p>The language of the input documents. \n Enter the language code for English (en) or Spanish (es) .</p>",
11678
11678
"smithy.api#required": {}
11679
11679
}
11680
11680
},
You can’t perform that action at this time.
0 commit comments