AWS cli documentation change
Summary
Updated CLI version reference, added API hyperlinks, and removed tag value interpretation note
Security assessment
Documentation formatting changes and note removal about tag handling don't indicate security fixes
Diff
diff --git a/cli/latest/reference/iam/list-instance-profiles-for-role.md b/cli/latest/reference/iam/list-instance-profiles-for-role.md index fb90831e0..8ade9f49a 100644 --- a//cli/latest/reference/iam/list-instance-profiles-for-role.md +++ b//cli/latest/reference/iam/list-instance-profiles-for-role.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -278,4 +278,4 @@ InstanceProfiles -> (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) @@ -374,4 +373,0 @@ InstanceProfiles -> (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. @@ -408,4 +403,0 @@ InstanceProfiles -> (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. @@ -431 +423 @@ Marker -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »