AWS cli documentation change
Summary
Updated CLI version reference, added hyperlinks to policy-related APIs, and removed a note about tag value interpretation
Security assessment
Primarily documentation formatting changes with API links. Removal of tag handling note appears to be content cleanup rather than security-related.
Diff
diff --git a/cli/latest/reference/iam/list-policies.md b/cli/latest/reference/iam/list-policies.md index 25d95ff37..15a4edb29 100644 --- a//cli/latest/reference/iam/list-policies.md +++ b//cli/latest/reference/iam/list-policies.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -70 +70 @@ For more information about managed policies, see [Managed policies and inline po -IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a customer manged policy, see GetPolicy . +IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a customer manged policy, see [GetPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html) . @@ -342 +342 @@ Policies -> (list) ->> This data type is used as a response element in the CreatePolicy , GetPolicy , and ListPolicies operations. +>> This data type is used as a response element in the [CreatePolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html) , [GetPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html) , and [ListPolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicies.html) operations. @@ -390 +390 @@ Policies -> (list) ->>> This element is included in the response to the GetPolicy operation. It is not included in the response to the ListPolicies operation. +>>> This element is included in the response to the [GetPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html) operation. It is not included in the response to the [ListPolicies](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicies.html) operation. @@ -417,4 +416,0 @@ Policies -> (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. @@ -440 +436 @@ Marker -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »