AWS cli documentation change
Summary
Updated CLI version reference and added API reference link for Role object. Removed note about tag value interpretation.
Security assessment
Changes include documentation improvements and version updates. The removed note was general guidance, not security-specific.
Diff
diff --git a/cli/latest/reference/iam/create-service-linked-role.md b/cli/latest/reference/iam/create-service-linked-role.md index 5a58417ca..8517f0679 100644 --- a//cli/latest/reference/iam/create-service-linked-role.md +++ b//cli/latest/reference/iam/create-service-linked-role.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -264 +264 @@ Role -> (structure) -> A Role object that contains details about the newly created role. +> A [Role](https://docs.aws.amazon.com/IAM/latest/APIReference/API_Role.html) object that contains details about the newly created role. @@ -327,4 +326,0 @@ Role -> (structure) ->>>> ->>>> ### 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. @@ -356 +352 @@ Role -> (structure) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »