AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version and restructured ipAccessSettings fields (changed order of properties, modified encryption context description, and reorganized IP rules documentation)

Security assessment

While the changes involve encryption context and customer managed key references, these appear to be documentation restructuring rather than new security content. No specific security vulnerabilities or new security features are introduced.

Diff

diff --git a/cli/latest/reference/workspaces-web/get-ip-access-settings.md b/cli/latest/reference/workspaces-web/get-ip-access-settings.md
index 508445ad1..44981a180 100644
--- a//cli/latest/reference/workspaces-web/get-ip-access-settings.md
+++ b//cli/latest/reference/workspaces-web/get-ip-access-settings.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -199 +199 @@ ipAccessSettings -> (structure)
-> additionalEncryptionContext -> (map)
+> ipAccessSettingsArn -> (string)
@@ -201,5 +201 @@ ipAccessSettings -> (structure)
->> The additional encryption context of the IP access settings.
->> 
->> key -> (string)
->> 
->> value -> (string)
+>> The ARN of the IP access settings resource.
@@ -213 +209 @@ ipAccessSettings -> (structure)
-> creationDate -> (timestamp)
+> ipRules -> (list)
@@ -215 +211,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.
@@ -217 +225 @@ ipAccessSettings -> (structure)
-> customerManagedKey -> (string)
+> displayName -> (string)
@@ -219 +227 @@ ipAccessSettings -> (structure)
->> The customer managed key used to encrypt sensitive information in the IP access settings.
+>> The display name of the IP access settings.
@@ -225 +233 @@ ipAccessSettings -> (structure)
-> displayName -> (string)
+> creationDate -> (timestamp)
@@ -227 +235 @@ ipAccessSettings -> (structure)
->> The display name of the IP access settings.
+>> The creation date timestamp of the IP access settings.
@@ -229 +237 @@ ipAccessSettings -> (structure)
-> ipAccessSettingsArn -> (string)
+> customerManagedKey -> (string)
@@ -231 +239 @@ ipAccessSettings -> (structure)
->> The ARN of the IP access settings resource.
+>> The customer managed key used to encrypt sensitive information in the IP access settings.
@@ -233 +241 @@ ipAccessSettings -> (structure)
-> ipRules -> (list)
+> additionalEncryptionContext -> (map)
@@ -235 +243 @@ ipAccessSettings -> (structure)
->> The IP rules of the IP access settings.
+>> The additional encryption context of the IP access settings.
@@ -237 +245 @@ ipAccessSettings -> (structure)
->> (structure)
+>> key -> (string)
@@ -239,9 +247 @@ 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)
@@ -259 +259 @@ ipAccessSettings -> (structure)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »