AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46. Added clarification about SDKs automatically decoding URL-encoded policies. Added API documentation links for GetPolicy and GetPolicyVersion.
Security assessment
The changes are documentation improvements and version updates without addressing specific security vulnerabilities. The added note about SDKs handling decoding automatically improves usability but doesn't introduce new security controls.
Diff
diff --git a/cli/latest/reference/iam/get-role-policy.md b/cli/latest/reference/iam/get-role-policy.md index dcda0d46c..0d69e4988 100644 --- a//cli/latest/reference/iam/get-role-policy.md +++ b//cli/latest/reference/iam/get-role-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 with the specifi -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 role can also have managed policies attached to it. To retrieve a managed policy document that is attached to a role, use GetPolicy to determine the policy’s default version, then use GetPolicyVersion to retrieve the policy document. +An IAM role can also have managed policies attached to it. To retrieve a managed policy document that is attached to a role, 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. @@ -283 +283 @@ PolicyDocument -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »