AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-31 · Documentation low

File: cli/latest/reference/appstream/create-imported-image.md

Summary

Added support for Workspace Image imports and made parameters optional

Security assessment

This change adds new functionality (Workspace Image imports) and modifies parameter requirements but doesn't address any security vulnerabilities. The removed AMI requirements (TPM 2.0 support) were feature-specific constraints, not security fixes.

Diff

diff --git a/cli/latest/reference/appstream/create-imported-image.md b/cli/latest/reference/appstream/create-imported-image.md
index 8507a4393..6069fc878 100644
--- a//cli/latest/reference/appstream/create-imported-image.md
+++ b//cli/latest/reference/appstream/create-imported-image.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.55 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
@@ -68,2 +68,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/appstr
-    --source-ami-id <value>
-    --iam-role-arn <value>
+    [--source-ami-id <value>]
+    [--workspace-image-id <value>]
+    [--iam-role-arn <value>]
@@ -112 +113 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/appstr
-`--source-ami-id` (string) [required]
+`--source-ami-id` (string)
@@ -114 +115 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/appstr
-> The ID of the EC2 AMI to import. The AMI must meet specific requirements including Windows Server 2022 Full Base, UEFI boot mode, TPM 2.0 support, and proper drivers.
+> The ID of the EC2 AMI to import.
@@ -122 +123,13 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/appstr
-`--iam-role-arn` (string) [required]
+`--workspace-image-id` (string)
+
+> The ID of the Workspaces Image to import.
+> 
+> Constraints:
+> 
+>   * min: `12`
+>   * max: `67`
+>   * pattern: `^wsi-[0-9a-z]{8,63}$`
+> 
+
+
+`--iam-role-arn` (string)
@@ -966,0 +980 @@ Image -> (structure)
+>>   * `BYOL`
@@ -980 +994 @@ Image -> (structure)
-  * [AWS CLI 2.34.55 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.57 Command Reference](../../index.html) »