Skip to content

Commit 0f3149b

Browse files
author
AWS
committed
Amazon Cognito Identity Provider Update: Change CustomDomainConfig from a required to an optional parameter for the UpdateUserPoolDomain operation.
1 parent 2b2145c commit 0f3149b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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": "Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation."
6+
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8700,8 +8700,7 @@
87008700
"type":"structure",
87018701
"required":[
87028702
"Domain",
8703-
"UserPoolId",
8704-
"CustomDomainConfig"
8703+
"UserPoolId"
87058704
],
87068705
"members":{
87078706
"Domain":{

0 commit comments

Comments
 (0)