Skip to content

Commit

Permalink
feat(client-cognito-identity-provider): Change CustomDomainConfig f…
Browse files Browse the repository at this point in the history
…rom a required to an optional parameter for the `UpdateUserPoolDomain` operation.
  • Loading branch information
awstools committed Dec 9, 2024
1 parent 8dfab18 commit 7c1425c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,7 @@ export interface UpdateUserPoolDomainRequest {
* in a <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserPoolMfaConfig.html">SetUserPoolMfaConfig</a> request.</p>
* @public
*/
CustomDomainConfig: CustomDomainConfigType | undefined;
CustomDomainConfig?: CustomDomainConfigType | undefined;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16209,8 +16209,7 @@
"CustomDomainConfig": {
"target": "com.amazonaws.cognitoidentityprovider#CustomDomainConfigType",
"traits": {
"smithy.api#documentation": "<p>The configuration for a custom domain that hosts the sign-up and sign-in pages for\n your application. Use this object to specify an SSL certificate that is managed by\n ACM.</p>\n <p>When you create a custom domain, the passkey RP ID defaults to the custom domain. If\n you had a prefix domain active, this will cause passkey integration for your prefix\n domain to stop working due to a mismatch in RP ID. To keep the prefix domain passkey\n integration working, you can explicitly set RP ID to the prefix domain. Update the RP ID\n in a <a href=\"https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserPoolMfaConfig.html\">SetUserPoolMfaConfig</a> request.</p>",
"smithy.api#required": {}
"smithy.api#documentation": "<p>The configuration for a custom domain that hosts the sign-up and sign-in pages for\n your application. Use this object to specify an SSL certificate that is managed by\n ACM.</p>\n <p>When you create a custom domain, the passkey RP ID defaults to the custom domain. If\n you had a prefix domain active, this will cause passkey integration for your prefix\n domain to stop working due to a mismatch in RP ID. To keep the prefix domain passkey\n integration working, you can explicitly set RP ID to the prefix domain. Update the RP ID\n in a <a href=\"https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserPoolMfaConfig.html\">SetUserPoolMfaConfig</a> request.</p>"
}
}
},
Expand Down

0 comments on commit 7c1425c

Please sign in to comment.