AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-10 · Documentation low

File: cli/latest/reference/vpc-lattice/create-service-network-resource-association.md

Summary

Added --private-dns-enabled flag documentation and corresponding output field

Security assessment

While the private-dns-enabled parameter relates to network security by controlling DNS visibility, there's no evidence in the diff that this addresses a specific security vulnerability. The change documents a security feature (private DNS configuration) rather than fixing a security issue. This improves security posture documentation but doesn't indicate a direct security patch.

Diff

diff --git a/cli/latest/reference/vpc-lattice/create-service-network-resource-association.md b/cli/latest/reference/vpc-lattice/create-service-network-resource-association.md
index 3189ef249..552e999e6 100644
--- a//cli/latest/reference/vpc-lattice/create-service-network-resource-association.md
+++ b//cli/latest/reference/vpc-lattice/create-service-network-resource-association.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
@@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la
+    [--private-dns-enabled | --no-private-dns-enabled]
@@ -129,0 +131,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la
+`--private-dns-enabled` | `--no-private-dns-enabled` (boolean)
+
+> Indicates if private DNS is enabled for the service network resource association.
+
@@ -329,0 +335,4 @@ createdBy -> (string)
+privateDnsEnabled -> (boolean)
+
+> Indicates if private DNS is is enabled for the service network resource association.
+
@@ -340 +349 @@ createdBy -> (string)
-  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.32 Command Reference](../../index.html) »