AWS cli documentation change
Summary
Updated CLI version reference, added API hyperlinks, and removed tag value interpretation note
Security assessment
Changes focus on documentation links and formatting without security implications
Diff
diff --git a/cli/latest/reference/iam/list-instance-profiles.md b/cli/latest/reference/iam/list-instance-profiles.md index e1f3557eb..31990081d 100644 --- a//cli/latest/reference/iam/list-instance-profiles.md +++ b//cli/latest/reference/iam/list-instance-profiles.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -64 +64 @@ Lists the instance profiles that have the specified path prefix. If there are no -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 an instance profile, see GetInstanceProfile . +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 an instance profile, see [GetInstanceProfile](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html) . @@ -320,4 +320,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) @@ -416,4 +415,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. @@ -450,4 +445,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. @@ -473 +465 @@ Marker -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »