Skip to content

Commit 3de2242

Browse files
author
AWS
committed
Amazon Cognito Identity Provider Update: Don't require Authorization for InitiateAuth and RespondToAuthChallenge.
1 parent 60b6815 commit 3de2242

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Cognito Identity Provider",
4+
"description": "Don't require Authorization for InitiateAuth and RespondToAuthChallenge."
5+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,8 @@
13271327
{"shape":"InvalidSmsRoleAccessPolicyException"},
13281328
{"shape":"InvalidSmsRoleTrustRelationshipException"}
13291329
],
1330-
"documentation":"<p>Initiates the authentication flow.</p>"
1330+
"documentation":"<p>Initiates the authentication flow.</p>",
1331+
"authtype":"none"
13311332
},
13321333
"ListDevices":{
13331334
"name":"ListDevices",
@@ -1559,7 +1560,8 @@
15591560
{"shape":"InternalErrorException"},
15601561
{"shape":"SoftwareTokenMFANotFoundException"}
15611562
],
1562-
"documentation":"<p>Responds to the authentication challenge.</p>"
1563+
"documentation":"<p>Responds to the authentication challenge.</p>",
1564+
"authtype":"none"
15631565
},
15641566
"SetRiskConfiguration":{
15651567
"name":"SetRiskConfiguration",

0 commit comments

Comments
 (0)