AWS cli documentation change
Summary
Updated terminology from 'Amazon Connect' to 'Connect Customer' in identity management requirements, instance references, and security best practices documentation. Maintained existing security warning about credential risks.
Security assessment
Preserves existing security warning about restricting UpdateUserIdentityInfo access to prevent credential attacks. Changes are terminological ('Amazon Connect' → 'Connect Customer') with no new security guidance or vulnerability fixes introduced.
Diff
diff --git a/cli/latest/reference/connect/update-user-identity-info.md b/cli/latest/reference/connect/update-user-identity-info.md index dac23a1e6..b5cb8f247 100644 --- a//cli/latest/reference/connect/update-user-identity-info.md +++ b//cli/latest/reference/connect/update-user-identity-info.md @@ -15 +15 @@ - * [AWS CLI 2.34.48 Command Reference](../../index.html) » + * [AWS CLI 2.34.49 Command Reference](../../index.html) » @@ -64 +64 @@ Updates the identity information for the specified user. -We strongly recommend limiting who has the ability to invoke `UpdateUserIdentityInfo` . Someone with that ability can change the login credentials of other users by changing their email address. This poses a security risk to your organization. They can change the email address of a user to the attacker’s email address, and then reset the password through email. For more information, see [Best Practices for Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html) in the _Amazon Connect Administrator Guide_ . +We strongly recommend limiting who has the ability to invoke `UpdateUserIdentityInfo` . Someone with that ability can change the login credentials of other users by changing their email address. This poses a security risk to your organization. They can change the email address of a user to the attacker’s email address, and then reset the password through email. For more information, see [Best Practices for Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html) in the _Connect Customer Administrator Guide_ . @@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec ->> The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted. +>> The first name. This is required if you are using Connect Customer or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted. @@ -117 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec ->> The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted. +>> The last name. This is required if you are using Connect Customer or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted. @@ -170 +170 @@ JSON Syntax: -> The identifier of the Amazon Connect instance. You can [find the instance ID](https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html) in the Amazon Resource Name (ARN) of the instance. +> The identifier of the Connect Customer instance. You can [find the instance ID](https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html) in the Amazon Resource Name (ARN) of the instance. @@ -327 +327 @@ None - * [AWS CLI 2.34.48 Command Reference](../../index.html) » + * [AWS CLI 2.34.49 Command Reference](../../index.html) »