AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-01 · Documentation low

File: cli/latest/reference/workspaces-web/create-network-settings.md

Summary

Updated CLI version reference from 2.27.63 to 2.28.0, reordered command parameters (--vpc-id moved up, --client-token moved down), and swapped descriptions between security-group-ids and subnet-ids parameters

Security assessment

The changes involve parameter reordering and documentation updates without introducing new security content or addressing vulnerabilities. Security-group-ids description remains focused on access control but this is existing functionality. Client-token changes relate to idempotency implementation details rather than security.

Diff

diff --git a/cli/latest/reference/workspaces-web/create-network-settings.md b/cli/latest/reference/workspaces-web/create-network-settings.md
index 25fdcc96d..077358eef 100644
--- a//cli/latest/reference/workspaces-web/create-network-settings.md
+++ b//cli/latest/reference/workspaces-web/create-network-settings.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -67,2 +67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-    [--client-token <value>]
-    --security-group-ids <value>
+    --vpc-id <value>
@@ -69,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+    --security-group-ids <value>
@@ -71 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-    --vpc-id <value>
+    [--client-token <value>]
@@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-`--client-token` (string)
+`--vpc-id` (string)
@@ -98,3 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
-> 
-> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
+> The VPC that streaming instances will connect to.
@@ -102 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-`--security-group-ids` (list)
+`--subnet-ids` (list)
@@ -104 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-> One or more security groups used to control access from streaming instances to your VPC.
+> The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
@@ -114 +112 @@ Syntax:
-`--subnet-ids` (list)
+`--security-group-ids` (list)
@@ -116 +114 @@ Syntax:
-> The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
+> One or more security groups used to control access from streaming instances to your VPC.
@@ -160 +158 @@ JSON Syntax:
-`--vpc-id` (string)
+`--client-token` (string)
@@ -162 +160,3 @@ JSON Syntax:
-> The VPC that streaming instances will connect to.
+> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
+> 
+> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
@@ -277 +277 @@ networkSettingsArn -> (string)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »