AWS cli documentation change
Summary
Updated IAM role description to clarify it's used for running queries rather than generic data reading, and updated CLI version references
Security assessment
The change improves accuracy of IAM role purpose documentation but does not address security vulnerabilities or introduce security-related content. It enhances clarity around permissions without security implications.
Diff
diff --git a/cli/latest/reference/cleanroomsml/get-ml-input-channel.md b/cli/latest/reference/cleanroomsml/get-ml-input-channel.md index 292540119..df9f8e966 100644 --- a//cli/latest/reference/cleanroomsml/get-ml-input-channel.md +++ b//cli/latest/reference/cleanroomsml/get-ml-input-channel.md @@ -15 +15 @@ - * [AWS CLI 2.27.46 Command Reference](../../index.html) » + * [AWS CLI 2.27.49 Command Reference](../../index.html) » @@ -274 +274 @@ inputChannel -> (structure) ->> The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the `dataSource` field the input channel. +>> The Amazon Resource Name (ARN) of the role used to run the query specified in the `dataSource` field of the input channel. @@ -366 +366 @@ tags -> (map) - * [AWS CLI 2.27.46 Command Reference](../../index.html) » + * [AWS CLI 2.27.49 Command Reference](../../index.html) »