Skip to content

Commit 7bb1b90

Browse files
author
AWS
committed
Amazon Connect Service Update: Minor trait updates for User APIs
1 parent 7154784 commit 7bb1b90

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
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": "Minor trait updates for User APIs"
6+
}

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

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4344,7 +4344,8 @@
43444344
"AgentFirstName":{
43454345
"type":"string",
43464346
"max":100,
4347-
"min":1
4347+
"min":1,
4348+
"sensitive":true
43484349
},
43494350
"AgentHierarchyGroups":{
43504351
"type":"structure",
@@ -4393,7 +4394,8 @@
43934394
"AgentLastName":{
43944395
"type":"string",
43954396
"max":100,
4396-
"min":1
4397+
"min":1,
4398+
"sensitive":true
43974399
},
43984400
"AgentPauseDurationInSeconds":{
43994401
"type":"integer",
@@ -7373,7 +7375,8 @@
73737375
"documentation":"<p>Renews the expiration timer for a generated token.</p>"
73747376
}
73757377
},
7376-
"documentation":"<p>Contains credentials to use for federation.</p>"
7378+
"documentation":"<p>Contains credentials to use for federation.</p>",
7379+
"sensitive":true
73777380
},
73787381
"CrossChannelBehavior":{
73797382
"type":"structure",
@@ -8814,7 +8817,8 @@
88148817
"Description":{
88158818
"type":"string",
88168819
"max":4096,
8817-
"min":0
8820+
"min":0,
8821+
"sensitive":true
88188822
},
88198823
"Description250":{
88208824
"type":"string",
@@ -9290,7 +9294,10 @@
92909294
"error":{"httpStatusCode":409},
92919295
"exception":true
92929296
},
9293-
"Email":{"type":"string"},
9297+
"Email":{
9298+
"type":"string",
9299+
"sensitive":true
9300+
},
92949301
"EmailReference":{
92959302
"type":"structure",
92969303
"members":{
@@ -10130,7 +10137,7 @@
1013010137
},
1013110138
"EvaluationNoteString":{
1013210139
"type":"string",
10133-
"max":3072,
10140+
"max":1024,
1013410141
"min":0
1013510142
},
1013610143
"EvaluationNotesMap":{
@@ -14328,7 +14335,8 @@
1432814335
"Name":{
1432914336
"type":"string",
1433014337
"max":512,
14331-
"min":0
14338+
"min":0,
14339+
"sensitive":true
1433214340
},
1433314341
"Name128":{
1433414342
"type":"string",
@@ -14612,7 +14620,8 @@
1461214620
},
1461314621
"Password":{
1461414622
"type":"string",
14615-
"pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/"
14623+
"pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/",
14624+
"sensitive":true
1461614625
},
1461714626
"PauseContactRequest":{
1461814627
"type":"structure",

0 commit comments

Comments
 (0)