AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46, clarified policy decoding behavior, and added API documentation links
Security assessment
Changes focus on documentation accuracy (SDK behavior clarification) and API reference links. No security-related content modifications or additions detected.
Diff
diff --git a/cli/latest/reference/iam/get-group-policy.md b/cli/latest/reference/iam/get-group-policy.md index 2026d0220..88363ccbb 100644 --- a//cli/latest/reference/iam/get-group-policy.md +++ b//cli/latest/reference/iam/get-group-policy.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -64 +64 @@ Retrieves the specified inline policy document that is embedded in the specified -Policies returned by this operation are URL-encoded compliant with [RFC 3986](https://tools.ietf.org/html/rfc3986) . You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the `decode` method of the `java.net.URLDecoder` utility class in the Java SDK. Other languages and SDKs provide similar functionality. +Policies returned by this operation are URL-encoded compliant with [RFC 3986](https://tools.ietf.org/html/rfc3986) . You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the `decode` method of the `java.net.URLDecoder` utility class in the Java SDK. Other languages and SDKs provide similar functionality, and some SDKs do this decoding automatically. @@ -66 +66 @@ Policies returned by this operation are URL-encoded compliant with [RFC 3986](ht -An IAM group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use GetPolicy to determine the policy’s default version, then use GetPolicyVersion to retrieve the policy document. +An IAM group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use [GetPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html) to determine the policy’s default version, then use [GetPolicyVersion](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html) to retrieve the policy document. @@ -278 +278 @@ PolicyDocument -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »