AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-22 · Documentation low

File: cli/latest/reference/ssm/update-association-status.md

Summary

Added documentation for 'AssociationDispatchAssumeRole' field in association status updates

Security assessment

Documents IAM role configuration for status updates, improving permission management. No evidence of patching a security vulnerability.

Diff

diff --git a/cli/latest/reference/ssm/update-association-status.md b/cli/latest/reference/ssm/update-association-status.md
index f37d50566..a937b0880 100644
--- a//cli/latest/reference/ssm/update-association-status.md
+++ b//cli/latest/reference/ssm/update-association-status.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.27 Command Reference](../../index.html) »
@@ -1092,0 +1093,12 @@ AssociationDescription -> (structure)
+> 
+> AssociationDispatchAssumeRole -> (string)
+>
+>> A role used by association to take actions on your behalf. State Manager will assume this role and call required APIs when dispatching configurations to nodes. If not specified, [service-linked role for Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html) will be used by default.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `512`
+>>   * pattern: `arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+`
+>> 
+
@@ -1104 +1116 @@ AssociationDescription -> (structure)
-  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.27 Command Reference](../../index.html) »