AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/workspaces-web/update-ip-access-settings.md

Summary

Updated CLI version reference, reordered command parameters, restructured output documentation, and adjusted field ordering in JSON syntax/examples. Added client-token parameter documentation at end and reorganized IP access settings properties.

Security assessment

Changes involve documentation restructuring and parameter reordering without introducing new security controls or referencing vulnerabilities. Security-related fields like encryption context and customer managed keys maintain equivalent descriptions but in different order. Client-token documentation (idempotency) was moved but not modified in content.

Diff

diff --git a/cli/latest/reference/workspaces-web/update-ip-access-settings.md b/cli/latest/reference/workspaces-web/update-ip-access-settings.md
index 721c88363..28a38f95b 100644
--- a//cli/latest/reference/workspaces-web/update-ip-access-settings.md
+++ b//cli/latest/reference/workspaces-web/update-ip-access-settings.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -67,3 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-    [--client-token <value>]
-    [--description <value>]
-    [--display-name <value>]
@@ -70,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+    [--display-name <value>]
+    [--description <value>]
@@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+    [--client-token <value>]
@@ -96,7 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-`--client-token` (string)
-
-> 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 return 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.
-
-`--description` (string)
+`--ip-access-settings-arn` (string)
@@ -104 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-> The description of the IP access settings.
+> The ARN of the IP access settings.
@@ -110 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-`--ip-access-settings-arn` (string)
+`--description` (string)
@@ -112 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-> The ARN of the IP access settings.
+> The description of the IP access settings.
@@ -122,4 +115,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
->> description -> (string)
->>
->>> The description of the IP rule.
->> 
@@ -128,0 +119,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+>> 
+>> description -> (string)
+>>
+>>> The description of the IP rule.
@@ -133 +127 @@ Shorthand Syntax:
-    description=string,ipRange=string ...
+    ipRange=string,description=string ...
@@ -141,2 +135,2 @@ JSON Syntax:
-        "description": "string",
-        "ipRange": "string"
+        "ipRange": "string",
+        "description": "string"
@@ -147,0 +142,6 @@ JSON Syntax:
+`--client-token` (string)
+
+> 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 return 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.
+
@@ -251 +251 @@ ipAccessSettings -> (structure)
-> additionalEncryptionContext -> (map)
+> ipAccessSettingsArn -> (string)
@@ -253,5 +253 @@ ipAccessSettings -> (structure)
->> The additional encryption context of the IP access settings.
->> 
->> key -> (string)
->> 
->> value -> (string)
+>> The ARN of the IP access settings resource.
@@ -265 +261 @@ ipAccessSettings -> (structure)
-> creationDate -> (timestamp)
+> ipRules -> (list)
@@ -267 +263,13 @@ ipAccessSettings -> (structure)
->> The creation date timestamp of the IP access settings.
+>> The IP rules of the IP access settings.
+>> 
+>> (structure)
+>>
+>>> The IP rules of the IP access settings.
+>>> 
+>>> ipRange -> (string)
+>>>
+>>>> The IP range of the IP rule.
+>>> 
+>>> description -> (string)
+>>>
+>>>> The description of the IP rule.
@@ -269 +277 @@ ipAccessSettings -> (structure)
-> customerManagedKey -> (string)
+> displayName -> (string)
@@ -271 +279 @@ ipAccessSettings -> (structure)
->> The customer managed key used to encrypt sensitive information in the IP access settings.
+>> The display name of the IP access settings.
@@ -277 +285 @@ ipAccessSettings -> (structure)
-> displayName -> (string)
+> creationDate -> (timestamp)
@@ -279 +287 @@ ipAccessSettings -> (structure)
->> The display name of the IP access settings.
+>> The creation date timestamp of the IP access settings.
@@ -281 +289 @@ ipAccessSettings -> (structure)
-> ipAccessSettingsArn -> (string)
+> customerManagedKey -> (string)
@@ -283 +291 @@ ipAccessSettings -> (structure)
->> The ARN of the IP access settings resource.
+>> The customer managed key used to encrypt sensitive information in the IP access settings.
@@ -285 +293 @@ ipAccessSettings -> (structure)
-> ipRules -> (list)
+> additionalEncryptionContext -> (map)
@@ -287 +295 @@ ipAccessSettings -> (structure)
->> The IP rules of the IP access settings.
+>> The additional encryption context of the IP access settings.
@@ -289 +297 @@ ipAccessSettings -> (structure)
->> (structure)
+>> key -> (string)
@@ -291,9 +299 @@ ipAccessSettings -> (structure)
->>> The IP rules of the IP access settings.
->>> 
->>> description -> (string)
->>>
->>>> The description of the IP rule.
->>> 
->>> ipRange -> (string)
->>>
->>>> The IP range of the IP rule.
+>> value -> (string)
@@ -311 +311 @@ ipAccessSettings -> (structure)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »