AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46, added links to API documentation, removed redundant notes about tag value interpretation, and clarified SDK automatic decoding behavior
Security assessment
Changes consist of documentation improvements (adding hyperlinks to API references), version number updates, and removal of redundant notes about tag handling. No concrete evidence of security vulnerability fixes or new security features added. The clarification about SDKs automatically decoding URL-encoded policies improves developer experience but doesn't introduce new security controls.
Diff
diff --git a/cli/latest/reference/iam/get-account-authorization-details.md b/cli/latest/reference/iam/get-account-authorization-details.md index f58c2d349..caf2a3855 100644 --- a//cli/latest/reference/iam/get-account-authorization-details.md +++ b//cli/latest/reference/iam/get-account-authorization-details.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -64 +64 @@ Retrieves information about all IAM users, groups, roles, and policies in your A -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. @@ -563 +563 @@ UserDetailList -> (list) ->> This data type is used as a response element in the GetAccountAuthorizationDetails operation. +>> This data type is used as a response element in the [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operation. @@ -595 +595 @@ UserDetailList -> (list) ->>>> This data type is used as a response element in the GetAccountAuthorizationDetails operation. +>>>> This data type is used as a response element in the [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operation. @@ -619 +619 @@ UserDetailList -> (list) ->>>> An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the ListAttachedGroupPolicies , ListAttachedRolePolicies , ListAttachedUserPolicies , and GetAccountAuthorizationDetails operations. +>>>> An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the [ListAttachedGroupPolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedGroupPolicies.html) , [ListAttachedRolePolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedRolePolicies.html) , [ListAttachedUserPolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedUserPolicies.html) , and [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operations. @@ -662,4 +661,0 @@ UserDetailList -> (list) ->>>>> ->>>>> ### Note ->>>>> ->>>>> Amazon Web Services always interprets the tag `Value` as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code. @@ -675 +671 @@ GroupDetailList -> (list) ->> This data type is used as a response element in the GetAccountAuthorizationDetails operation. +>> This data type is used as a response element in the [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operation. @@ -707 +703 @@ GroupDetailList -> (list) ->>>> This data type is used as a response element in the GetAccountAuthorizationDetails operation. +>>>> This data type is used as a response element in the [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operation. @@ -725 +721 @@ GroupDetailList -> (list) ->>>> An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the ListAttachedGroupPolicies , ListAttachedRolePolicies , ListAttachedUserPolicies , and GetAccountAuthorizationDetails operations. +>>>> An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the [ListAttachedGroupPolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedGroupPolicies.html) , [ListAttachedRolePolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedRolePolicies.html) , [ListAttachedUserPolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedUserPolicies.html) , and [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operations. @@ -747 +743 @@ RoleDetailList -> (list) ->> This data type is used as a response element in the GetAccountAuthorizationDetails operation. +>> This data type is used as a response element in the [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operation. @@ -785,4 +781,4 @@ RoleDetailList -> (list) ->>>> * CreateInstanceProfile ->>>> * GetInstanceProfile ->>>> * ListInstanceProfiles ->>>> * ListInstanceProfilesForRole +>>>> * [CreateInstanceProfile](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateInstanceProfile.html) +>>>> * [GetInstanceProfile](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html) +>>>> * [ListInstanceProfiles](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfiles.html) +>>>> * [ListInstanceProfilesForRole](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfilesForRole.html) @@ -881,4 +876,0 @@ RoleDetailList -> (list) ->>>>>>>>> ->>>>>>>>> ### Note ->>>>>>>>> ->>>>>>>>> Amazon Web Services always interprets the tag `Value` as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code. @@ -915,4 +906,0 @@ RoleDetailList -> (list) ->>>>>>> ->>>>>>> ### Note ->>>>>>> ->>>>>>> Amazon Web Services always interprets the tag `Value` as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code. @@ -928 +916 @@ RoleDetailList -> (list) ->>>> This data type is used as a response element in the GetAccountAuthorizationDetails operation. +>>>> This data type is used as a response element in the [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operation. @@ -946 +934 @@ RoleDetailList -> (list) ->>>> An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the ListAttachedGroupPolicies , ListAttachedRolePolicies , ListAttachedUserPolicies , and GetAccountAuthorizationDetails operations. +>>>> An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the [ListAttachedGroupPolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedGroupPolicies.html) , [ListAttachedRolePolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedRolePolicies.html) , [ListAttachedUserPolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedUserPolicies.html) , and [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operations. @@ -989,4 +976,0 @@ RoleDetailList -> (list) ->>>>> ->>>>> ### Note ->>>>> ->>>>> Amazon Web Services always interprets the tag `Value` as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code. @@ -1016 +1000 @@ Policies -> (list) ->> This data type is used as a response element in the GetAccountAuthorizationDetails operation. +>> This data type is used as a response element in the [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operation. @@ -1084 +1068 @@ Policies -> (list) ->>>> This data type is used as a response element in the CreatePolicyVersion , GetPolicyVersion , ListPolicyVersions , and GetAccountAuthorizationDetails operations. +>>>> This data type is used as a response element in the [CreatePolicyVersion](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicyVersion.html) , [GetPolicyVersion](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html) , [ListPolicyVersions](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html) , and [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operations. @@ -1092 +1076 @@ Policies -> (list) ->>>>> The policy document is returned in the response to the GetPolicyVersion and GetAccountAuthorizationDetails operations. It is not returned in the response to the CreatePolicyVersion or ListPolicyVersions operations. +>>>>> The policy document is returned in the response to the [GetPolicyVersion](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html) and [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operations. It is not returned in the response to the [CreatePolicyVersion](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicyVersion.html) or [ListPolicyVersions](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html) operations. @@ -1128 +1112 @@ Marker -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »