AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/vpc-lattice/get-service-network.md

Summary

Updated CLI version reference, modified field patterns/constraints for service network identifiers (id/arn), adjusted authentication type documentation, and reorganized output fields

Security assessment

Changes involve documentation corrections (CLI version update), pattern relaxation (removed regex anchors), and field constraint adjustments. No explicit reference to security vulnerabilities or new security features. The authType field changes describe existing IAM policy types rather than introducing new security controls.

Diff

diff --git a/cli/latest/reference/vpc-lattice/get-service-network.md b/cli/latest/reference/vpc-lattice/get-service-network.md
index 7e38b17df..4fcc69247 100644
--- a//cli/latest/reference/vpc-lattice/get-service-network.md
+++ b//cli/latest/reference/vpc-lattice/get-service-network.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -101 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la
->   * pattern: `^((sn-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}))$`
+>   * pattern: `((sn-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}))`
@@ -238 +238 @@ For more information, see [Service networks](https://docs.aws.amazon.com/vpc-lat
-arn -> (string)
+id -> (string)
@@ -240 +240 @@ arn -> (string)
-> The Amazon Resource Name (ARN) of the service network.
+> The ID of the service network.
@@ -244,3 +244,3 @@ arn -> (string)
->   * min: `32`
->   * max: `2048`
->   * pattern: `^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}$`
+>   * min: `20`
+>   * max: `20`
+>   * pattern: `sn-[0-9a-z]{17}`
@@ -250 +250 @@ arn -> (string)
-authType -> (string)
+name -> (string)
@@ -252 +252 @@ authType -> (string)
-> The type of IAM policy.
+> The name of the service network.
@@ -254 +254 @@ authType -> (string)
-> Possible values:
+> Constraints:
@@ -256,2 +256,3 @@ authType -> (string)
->   * `NONE`
->   * `AWS_IAM`
+>   * min: `3`
+>   * max: `63`
+>   * pattern: `(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+`
@@ -265,12 +265,0 @@ createdAt -> (timestamp)
-id -> (string)
-
-> The ID of the service network.
-> 
-> Constraints:
-> 
->   * min: `20`
->   * max: `20`
->   * pattern: `^sn-[0-9a-z]{17}$`
-> 
-
-
@@ -281 +270 @@ lastUpdatedAt -> (timestamp)
-name -> (string)
+arn -> (string)
@@ -283 +272 @@ name -> (string)
-> The name of the service network.
+> The Amazon Resource Name (ARN) of the service network.
@@ -287,3 +276,3 @@ name -> (string)
->   * min: `3`
->   * max: `63`
->   * pattern: `^(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$`
+>   * min: `32`
+>   * max: `2048`
+>   * pattern: `arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}`
@@ -293,3 +282 @@ name -> (string)
-numberOfAssociatedServices -> (long)
-
-> The number of services associated with the service network.
+authType -> (string)
@@ -297 +284,7 @@ numberOfAssociatedServices -> (long)
-numberOfAssociatedVPCs -> (long)
+> The type of IAM policy.
+> 
+> Possible values:
+> 
+>   * `NONE`
+>   * `AWS_IAM`
+> 
@@ -299 +291,0 @@ numberOfAssociatedVPCs -> (long)
-> The number of VPCs associated with the service network.
@@ -308,0 +301,8 @@ sharingConfig -> (structure)
+numberOfAssociatedVPCs -> (long)
+
+> The number of VPCs associated with the service network.
+
+numberOfAssociatedServices -> (long)
+
+> The number of services associated with the service network.
+
@@ -319 +319 @@ sharingConfig -> (structure)
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »