Skip to content

Commit 1d2fa47

Browse files
author
AWS
committed
Amazon Cognito Identity Provider Update: This change is being made simply to fix the public documentation based on the models. We have included the PasswordChange and ResendCode events, along with the Pass, Fail and InProgress status. We have removed the Success and Failure status which are never returned by our APIs.
1 parent a787a0f commit 1d2fa47

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
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 Cognito Identity Provider",
4+
"contributor": "",
5+
"description": "This change is being made simply to fix the public documentation based on the models. We have included the PasswordChange and ResendCode events, along with the Pass, Fail and InProgress status. We have removed the Success and Failure status which are never returned by our APIs."
6+
}

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4761,8 +4761,9 @@
47614761
"EventResponseType":{
47624762
"type":"string",
47634763
"enum":[
4764-
"Success",
4765-
"Failure"
4764+
"Pass",
4765+
"Fail",
4766+
"InProgress"
47664767
]
47674768
},
47684769
"EventRiskType":{
@@ -4788,7 +4789,9 @@
47884789
"enum":[
47894790
"SignIn",
47904791
"SignUp",
4791-
"ForgotPassword"
4792+
"ForgotPassword",
4793+
"PasswordChange",
4794+
"ResendCode"
47924795
]
47934796
},
47944797
"ExpiredCodeException":{

0 commit comments

Comments
 (0)