AWS cli documentation change
Summary
Updated CLI version, modified access documentation link, adjusted parameter constraints (max length/patterns), and corrected field descriptions (UserId/IdentityStoreId swap)
Security assessment
The updated link adds security guidance for member account access. Parameter constraint changes (e.g., increased max length, pattern adjustments) may improve input validation but lack explicit evidence of addressing a security vulnerability.
Diff
diff --git a/cli/latest/reference/identitystore/get-user-id.md b/cli/latest/reference/identitystore/get-user-id.md index de296a3e0..2bf3bd9c6 100644 --- a//cli/latest/reference/identitystore/get-user-id.md +++ b//cli/latest/reference/identitystore/get-user-id.md @@ -15 +15 @@ - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) » @@ -63 +63 @@ Retrieves the `UserId` in an identity store. -If you have administrator access to a member account, you can use this API from the member account. Read about [member accounts](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html) in the _Organizations User Guide_ . +If you have access to a member account, you can use this API operation from the member account. For more information, see [Limiting access to the identity store from member accounts](https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-your-accounts.html#limiting-access-from-member-accounts) in the _IAM Identity Center User Guide_ . @@ -130,2 +130,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/identi ->>> * max: `100` ->>> * pattern: `(?!(?i)(arn|aws):)[\p{L}\p{M}\p{S}\p{N}\p{P}]+` +>>> * max: `256` +>>> * pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}]+` @@ -159 +159 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/identi ->>> * pattern: `\p{L}+(?:\.\p{L}+){0,2}` +>>> * pattern: `(?:\p{L}+:\p{L}+:\p{L}+(?:\.\p{L}+){0,3}|\p{L}+(?:\.\p{L}+){0,2})` @@ -287 +287 @@ Disable automatically prompt for CLI input parameters. -UserId -> (string) +IdentityStoreId -> (string) @@ -289 +289 @@ UserId -> (string) -> The identifier for a user in the identity store. +> The globally unique identifier for the identity store. @@ -294,2 +294,2 @@ UserId -> (string) -> * max: `47` -> * pattern: `([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}` +> * max: `36` +> * pattern: `d-[0-9a-f]{10}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}` @@ -299 +299 @@ UserId -> (string) -IdentityStoreId -> (string) +UserId -> (string) @@ -301 +301 @@ IdentityStoreId -> (string) -> The globally unique identifier for the identity store. +> The identifier for a user in the identity store. @@ -306,2 +306,2 @@ IdentityStoreId -> (string) -> * max: `36` -> * pattern: `d-[0-9a-f]{10}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}` +> * max: `47` +> * pattern: `([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}` @@ -321 +321 @@ IdentityStoreId -> (string) - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) »