File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed
services/connect/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Connect Service" ,
4
+ "contributor" : " " ,
5
+ "description" : " Minor trait updates for User APIs"
6
+ }
Original file line number Diff line number Diff line change 4344
4344
"AgentFirstName":{
4345
4345
"type":"string",
4346
4346
"max":100,
4347
- "min":1
4347
+ "min":1,
4348
+ "sensitive":true
4348
4349
},
4349
4350
"AgentHierarchyGroups":{
4350
4351
"type":"structure",
4393
4394
"AgentLastName":{
4394
4395
"type":"string",
4395
4396
"max":100,
4396
- "min":1
4397
+ "min":1,
4398
+ "sensitive":true
4397
4399
},
4398
4400
"AgentPauseDurationInSeconds":{
4399
4401
"type":"integer",
7373
7375
"documentation":"<p>Renews the expiration timer for a generated token.</p>"
7374
7376
}
7375
7377
},
7376
- "documentation":"<p>Contains credentials to use for federation.</p>"
7378
+ "documentation":"<p>Contains credentials to use for federation.</p>",
7379
+ "sensitive":true
7377
7380
},
7378
7381
"CrossChannelBehavior":{
7379
7382
"type":"structure",
8814
8817
"Description":{
8815
8818
"type":"string",
8816
8819
"max":4096,
8817
- "min":0
8820
+ "min":0,
8821
+ "sensitive":true
8818
8822
},
8819
8823
"Description250":{
8820
8824
"type":"string",
9290
9294
"error":{"httpStatusCode":409},
9291
9295
"exception":true
9292
9296
},
9293
- "Email":{"type":"string"},
9297
+ "Email":{
9298
+ "type":"string",
9299
+ "sensitive":true
9300
+ },
9294
9301
"EmailReference":{
9295
9302
"type":"structure",
9296
9303
"members":{
10130
10137
},
10131
10138
"EvaluationNoteString":{
10132
10139
"type":"string",
10133
- "max":3072 ,
10140
+ "max":1024 ,
10134
10141
"min":0
10135
10142
},
10136
10143
"EvaluationNotesMap":{
14328
14335
"Name":{
14329
14336
"type":"string",
14330
14337
"max":512,
14331
- "min":0
14338
+ "min":0,
14339
+ "sensitive":true
14332
14340
},
14333
14341
"Name128":{
14334
14342
"type":"string",
14612
14620
},
14613
14621
"Password":{
14614
14622
"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
14616
14625
},
14617
14626
"PauseContactRequest":{
14618
14627
"type":"structure",
You can’t perform that action at this time.
0 commit comments