Skip to content

Commit 9d312a5

Browse files
author
AWS
committed
Amazon Connect Service Update: Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters.
1 parent e651d20 commit 9d312a5

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters."
6+
}

services/connect/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4593,8 +4593,8 @@
45934593
},
45944594
"AgentFirstName":{
45954595
"type":"string",
4596-
"max":100,
4597-
"min":1,
4596+
"max":255,
4597+
"min":0,
45984598
"sensitive":true
45994599
},
46004600
"AgentHierarchyGroup":{
@@ -4670,8 +4670,8 @@
46704670
},
46714671
"AgentLastName":{
46724672
"type":"string",
4673-
"max":100,
4674-
"min":1,
4673+
"max":300,
4674+
"min":0,
46754675
"sensitive":true
46764676
},
46774677
"AgentPauseDurationInSeconds":{
@@ -23364,7 +23364,7 @@
2336423364
"documentation":"<p>The user's mobile number.</p>"
2336523365
}
2336623366
},
23367-
"documentation":"<p>Contains information about the identity of a user.</p> <note> <p>For Amazon Connect instances that are created with the <code>EXISTING_DIRECTORY</code> identity management type, <code>FirstName</code>, <code>LastName</code>, and <code>Email</code> cannot be updated from within Amazon Connect because they are managed by the directory.</p> </note>"
23367+
"documentation":"<p>Contains information about the identity of a user.</p> <note> <p>For Amazon Connect instances that are created with the <code>EXISTING_DIRECTORY</code> identity management type, <code>FirstName</code>, <code>LastName</code>, and <code>Email</code> cannot be updated from within Amazon Connect because they are managed by the directory.</p> </note> <important> <p>The <code>FirstName</code> and <code>LastName</code> length constraints below apply only to instances using SAML for identity management. If you are using Amazon Connect for identity management, the length constraints are 1-255 for <code>FirstName</code>, and 1-256 for <code>LastName</code>. </p> </important>"
2336823368
},
2336923369
"UserIdentityInfoLite":{
2337023370
"type":"structure",

0 commit comments

Comments
 (0)