Skip to content

Commit 4ec5f5c

Browse files
committed
Add updated Cognito IDP service models
Customizations: - Blacklist associateSoftwareToken - Rename AccountTakeoverActionType$Notify to SendNotification
1 parent 2fba0cf commit 4ec5f5c

File tree

3 files changed

+1474
-81
lines changed

3 files changed

+1474
-81
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"authPolicyActions": {
3+
"skip": true
4+
},
5+
"blacklistedSimpleMethods" : [
6+
"associateSoftwareToken"
7+
],
8+
"shapeModifiers" : {
9+
"AccountTakeoverActionType" : {
10+
"modify" : [
11+
{
12+
// Clashes with Object#notify
13+
"Notify": {
14+
"emitPropertyName" : "SendNotification"
15+
}
16+
}
17+
]
18+
}
19+
}
20+
}

services/cognitoidentityprovider/src/main/resources/codegen-resources/examples-1.json

100644100755
File mode changed.

0 commit comments

Comments
 (0)