AWS cli documentation change
Summary
Updated CLI version reference, modified member account access documentation, increased ExternalIds max length to 256, and updated AlternateIdentifier pattern.
Security assessment
The member account access documentation now links to IAM Identity Center guidance about limiting access, which enhances security documentation. The pattern change for AlternateIdentifier appears to expand valid formats but doesn't explicitly address a security flaw. Increased ExternalIds length limit is a non-security documentation update.
Diff
diff --git a/cli/latest/reference/identitystore/get-group-id.md b/cli/latest/reference/identitystore/get-group-id.md index fd7a70e91..8a98ec4b9 100644 --- a//cli/latest/reference/identitystore/get-group-id.md +++ b//cli/latest/reference/identitystore/get-group-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 `GroupId` 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})` @@ -321 +321 @@ IdentityStoreId -> (string) - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) »