AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-10 · Documentation low

File: cli/latest/reference/drs/list-launch-actions.md

Summary

Updated AWS CLI version from 2.34.25 to 2.34.28, reorganized parameter documentation for 'list-launch-actions' command, moved '--resource-id' parameter to synopsis section, and updated field patterns by removing regex anchors (^ and $) for various fields including actionId, actionCode, name, and actionVersion.

Security assessment

The changes are primarily documentation restructuring and pattern syntax updates (removing ^ and $ anchors from regex patterns). There is no evidence of addressing a specific security vulnerability, weakness, or incident. The changes appear to be routine documentation updates for the AWS CLI command reference, including version updates and formatting improvements. The 'SECURITY' category in launch actions was already present in the original documentation and remains unchanged in the category list.

Diff

diff --git a/cli/latest/reference/drs/list-launch-actions.md b/cli/latest/reference/drs/list-launch-actions.md
index 9285d2fd1..02dd918f9 100644
--- a//cli/latest/reference/drs/list-launch-actions.md
+++ b//cli/latest/reference/drs/list-launch-actions.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-    [--filters <value>]
@@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+    [--filters <value>]
@@ -98,0 +99,10 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+`--resource-id` (string) [required]
+
+> Launch configuration template Id or Source Server Id
+> 
+> Constraints:
+> 
+>   * pattern: `(s-[0-9a-zA-Z]{17}$|lct-[0-9a-zA-Z]{17})`
+> 
+
+
@@ -122 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>>   * pattern: `^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$`
+>>>   * pattern: `[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}`
@@ -140,10 +149,0 @@ JSON Syntax:
-`--resource-id` (string) [required]
-
-> Launch configuration template Id or Source Server Id
-> 
-> Constraints:
-> 
->   * pattern: `^(s-[0-9a-zA-Z]{17}$|lct-[0-9a-zA-Z]{17})$`
-> 
-
-
@@ -295,12 +294,0 @@ items -> (list)
->> 
->> actionCode -> (string)
->>
->>> Launch action code.
->>> 
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `1011`
->>>   * pattern: `^([A-Za-z0-9-/:])+$`
->>> 
-
@@ -316 +304 @@ items -> (list)
->>>   * pattern: `^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$`
+>>>   * pattern: `[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}`
@@ -320 +308 @@ items -> (list)
->> actionVersion -> (string)
+>> actionCode -> (string)
@@ -322 +310 @@ items -> (list)
->>> Launch action version.
+>>> Launch action code.
@@ -327,2 +315,2 @@ items -> (list)
->>>   * max: `10`
->>>   * pattern: `^(\$DEFAULT|\$LATEST|[0-9]+)$`
+>>>   * max: `1011`
+>>>   * pattern: `([A-Za-z0-9-/:])+`
@@ -332,5 +320 @@ items -> (list)
->> active -> (boolean)
->>
->>> Whether the launch action is active.
->> 
->> category -> (string)
+>> type -> (string)
@@ -338 +322 @@ items -> (list)
->>> Launch action category.
+>>> Launch action type.
@@ -342,17 +326,2 @@ items -> (list)
->>>   * `MONITORING`
->>>   * `VALIDATION`
->>>   * `CONFIGURATION`
->>>   * `SECURITY`
->>>   * `OTHER`
->>> 
-
->> 
->> description -> (string)
->>
->>> Launch action description.
->>> 
->>> Constraints:
->>> 
->>>   * min: `0`
->>>   * max: `1024`
->>>   * pattern: `^[0-9a-zA-Z ():/.,'-_#*; ]*$`
+>>>   * `SSM_AUTOMATION`
+>>>   * `SSM_COMMAND`
@@ -370 +339 @@ items -> (list)
->>>   * pattern: `^[A-Za-z0-9][A-Za-z0-9 /_-]*$`
+>>>   * pattern: `[A-Za-z0-9][A-Za-z0-9 /_-]*`
@@ -374 +343 @@ items -> (list)
->> optional -> (boolean)
+>> active -> (boolean)
@@ -376 +345 @@ items -> (list)
->>> Whether the launch will not be marked as failed if this action fails.
+>>> Whether the launch action is active.
@@ -387,0 +357,16 @@ items -> (list)
+>> 
+>> actionVersion -> (string)
+>>
+>>> Launch action version.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `10`
+>>>   * pattern: `(\$DEFAULT|\$LATEST|[0-9]+)`
+>>> 
+
+>> 
+>> optional -> (boolean)
+>>
+>>> Whether the launch will not be marked as failed if this action fails.
@@ -406 +391 @@ items -> (list)
->>>>   * pattern: `^([A-Za-z0-9])+$`
+>>>>   * pattern: `([A-Za-z0-9])+`
@@ -414 +399 @@ items -> (list)
->>>> type -> (string)
+>>>> value -> (string)
@@ -416 +401 @@ items -> (list)
->>>>> Type.
+>>>>> Value.
@@ -418 +403 @@ items -> (list)
->>>>> Possible values:
+>>>>> Constraints:
@@ -420,2 +405,3 @@ items -> (list)
->>>>>   * `SSM_STORE`
->>>>>   * `DYNAMIC`
+>>>>>   * min: `1`
+>>>>>   * max: `1011`
+>>>>>   * pattern: `[A-Za-z0-9.-]+`
@@ -425 +411 @@ items -> (list)
->>>> value -> (string)
+>>>> type -> (string)
@@ -427 +413 @@ items -> (list)
->>>>> Value.
+>>>>> Type.
@@ -429 +415 @@ items -> (list)
->>>>> Constraints:
+>>>>> Possible values:
@@ -431,3 +417,2 @@ items -> (list)
->>>>>   * min: `1`
->>>>>   * max: `1011`
->>>>>   * pattern: `^[A-Za-z0-9.-]+$`
+>>>>>   * `SSM_STORE`
+>>>>>   * `DYNAMIC`
@@ -437 +422 @@ items -> (list)
->> type -> (string)
+>> description -> (string)
@@ -439 +424,13 @@ items -> (list)
->>> Launch action type.
+>>> Launch action description.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `1024`
+>>>   * pattern: `[0-9a-zA-Z ():/.,'-_#*; ]*`
+>>> 
+
+>> 
+>> category -> (string)
+>>
+>>> Launch action category.
@@ -443,2 +440,5 @@ items -> (list)
->>>   * `SSM_AUTOMATION`
->>>   * `SSM_COMMAND`
+>>>   * `MONITORING`
+>>>   * `VALIDATION`
+>>>   * `CONFIGURATION`
+>>>   * `SECURITY`
+>>>   * `OTHER`
@@ -469 +469 @@ nextToken -> (string)
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »