Skip to content

Commit 722b211

Browse files
feat: update AWS API models
1 parent cdf5d0a commit 722b211

File tree

4 files changed

+296
-22
lines changed

4 files changed

+296
-22
lines changed

codegen/sdk/aws-models/connect.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@
316316
"smithy.api#length": {
317317
"min": 1,
318318
"max": 100
319-
}
319+
},
320+
"smithy.api#sensitive": {}
320321
}
321322
},
322323
"com.amazonaws.connect#AgentHierarchyGroups": {
@@ -389,7 +390,8 @@
389390
"smithy.api#length": {
390391
"min": 1,
391392
"max": 100
392-
}
393+
},
394+
"smithy.api#sensitive": {}
393395
}
394396
},
395397
"com.amazonaws.connect#AgentPauseDurationInSeconds": {
@@ -8081,7 +8083,8 @@
80818083
}
80828084
},
80838085
"traits": {
8084-
"smithy.api#documentation": "<p>Contains credentials to use for federation.</p>"
8086+
"smithy.api#documentation": "<p>Contains credentials to use for federation.</p>",
8087+
"smithy.api#sensitive": {}
80858088
}
80868089
},
80878090
"com.amazonaws.connect#CrossChannelBehavior": {
@@ -11587,7 +11590,8 @@
1158711590
"smithy.api#length": {
1158811591
"min": 0,
1158911592
"max": 4096
11590-
}
11593+
},
11594+
"smithy.api#sensitive": {}
1159111595
}
1159211596
},
1159311597
"com.amazonaws.connect#Description250": {
@@ -12698,7 +12702,10 @@
1269812702
}
1269912703
},
1270012704
"com.amazonaws.connect#Email": {
12701-
"type": "string"
12705+
"type": "string",
12706+
"traits": {
12707+
"smithy.api#sensitive": {}
12708+
}
1270212709
},
1270312710
"com.amazonaws.connect#EmailReference": {
1270412711
"type": "structure",
@@ -13973,7 +13980,7 @@
1397313980
"traits": {
1397413981
"smithy.api#length": {
1397513982
"min": 0,
13976-
"max": 3072
13983+
"max": 1024
1397713984
}
1397813985
}
1397913986
},
@@ -22450,7 +22457,8 @@
2245022457
"smithy.api#length": {
2245122458
"min": 0,
2245222459
"max": 512
22453-
}
22460+
},
22461+
"smithy.api#sensitive": {}
2245422462
}
2245522463
},
2245622464
"com.amazonaws.connect#Name128": {
@@ -22955,7 +22963,8 @@
2295522963
"com.amazonaws.connect#Password": {
2295622964
"type": "string",
2295722965
"traits": {
22958-
"smithy.api#pattern": "^/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/$"
22966+
"smithy.api#pattern": "^/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/$",
22967+
"smithy.api#sensitive": {}
2295922968
}
2296022969
},
2296122970
"com.amazonaws.connect#PauseContact": {

0 commit comments

Comments
 (0)