AWS cli documentation change
Summary
Updated CLI version and added note about IAM role usage for Machine Learning Transform output
Security assessment
The added note clarifies IAM role usage for writing labeling data, which improves documentation about access control mechanisms. However, there is no indication this addresses a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/glue/start-ml-labeling-set-generation-task-run.md b/cli/latest/reference/glue/start-ml-labeling-set-generation-task-run.md index bceb9a1d2..23dc841fe 100644 --- a//cli/latest/reference/glue/start-ml-labeling-set-generation-task-run.md +++ b//cli/latest/reference/glue/start-ml-labeling-set-generation-task-run.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -66,0 +67,2 @@ After the labeling process is finished, you can upload your labels with a call t +Note: The role used to write the generated labeling set to the `OutputS3Path` is the role associated with the Machine Learning Transform, specified in the `CreateMLTransform` API. + @@ -220 +222 @@ TaskRunId -> (string) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »