AWS cognito documentation change
Summary
Added missing API documentation links for UpdateManagedLoginBranding operations
Security assessment
The changes only fix missing hyperlinks to existing API references. No security context or vulnerability mitigation is mentioned.
Diff
diff --git a/cognito/latest/developerguide/managed-login-brandingdesigner.md b/cognito/latest/developerguide/managed-login-brandingdesigner.md index 3d6e5c52d..8e48c6880 100644 --- a/cognito/latest/developerguide/managed-login-brandingdesigner.md +++ b/cognito/latest/developerguide/managed-login-brandingdesigner.md @@ -237 +237 @@ Styles for the text around form inputs. -You can also apply branding to a managed login style with the API operations [CreateManagedLoginBranding](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateManagedLoginBranding.html) and [UpdateManagedLoginBranding](). These operations are ideal for creating identical or slightly-modified versions of a branding style for another app client or user pool. Query the managed login branding of an existing style with the API operation [DescribeManagedLoginBranding](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeManagedLoginBranding.html), then modify the output as needed and apply it to another resource. +You can also apply branding to a managed login style with the API operations [CreateManagedLoginBranding](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateManagedLoginBranding.html) and [UpdateManagedLoginBranding](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateManagedLoginBranding.html). These operations are ideal for creating identical or slightly-modified versions of a branding style for another app client or user pool. Query the managed login branding of an existing style with the API operation [DescribeManagedLoginBranding](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeManagedLoginBranding.html), then modify the output as needed and apply it to another resource. @@ -245 +245 @@ Setting up managed login branding in an API or SDK request requires that your se -[CreateManagedLoginBranding](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateManagedLoginBranding.html) and [UpdateManagedLoginBranding]() include an `Assets` parameter. This parameter is an array of image files in base64-encoded binary format. +[CreateManagedLoginBranding](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateManagedLoginBranding.html) and [UpdateManagedLoginBranding](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateManagedLoginBranding.html) include an `Assets` parameter. This parameter is an array of image files in base64-encoded binary format.