Skip to content

Commit 46047c2

Browse files
author
AWS
committed
Amazon Cognito Identity Provider Update: Add EXTERNAL_PROVIDER enum value to UserStatusType.
1 parent acbac85 commit 46047c2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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": "Add EXTERNAL_PROVIDER enum value to UserStatusType."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"cognito-idp",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"Amazon Cognito Identity Provider",
910
"serviceId":"Cognito Identity Provider",
1011
"signatureVersion":"v4",
@@ -8445,7 +8446,8 @@
84458446
"COMPROMISED",
84468447
"UNKNOWN",
84478448
"RESET_REQUIRED",
8448-
"FORCE_CHANGE_PASSWORD"
8449+
"FORCE_CHANGE_PASSWORD",
8450+
"EXTERNAL_PROVIDER"
84498451
]
84508452
},
84518453
"UserType":{

0 commit comments

Comments
 (0)