AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/vpc-lattice/list-resource-gateways.md

Summary

Updated CLI version reference and modified resource gateway documentation parameters including field reordering, pattern changes for identifiers, and added ipv4AddressesPerEni field

Security assessment

Changes involve documentation field updates and parameter pattern adjustments without explicit security context. The securityGroupIds pattern change from '^sg-...$' to 'sg-...' removes strict regex anchors but doesn't mention security implications. Field reordering and status updates appear to be routine documentation maintenance.

Diff

diff --git a/cli/latest/reference/vpc-lattice/list-resource-gateways.md b/cli/latest/reference/vpc-lattice/list-resource-gateways.md
index 9d815017a..b3c4ee582 100644
--- a//cli/latest/reference/vpc-lattice/list-resource-gateways.md
+++ b//cli/latest/reference/vpc-lattice/list-resource-gateways.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -265 +265 @@ items -> (list)
->> arn -> (string)
+>> name -> (string)
@@ -267 +267 @@ items -> (list)
->>> The Amazon Resource Name (ARN) of the resource gateway.
+>>> The name of the resource gateway.
@@ -271,3 +271,3 @@ items -> (list)
->>>   * min: `20`
->>>   * max: `2048`
->>>   * pattern: `^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourcegateway/rgw-[0-9a-z]{17}$`
+>>>   * min: `3`
+>>>   * max: `40`
+>>>   * pattern: `(?!rgw-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+`
@@ -276,4 +275,0 @@ items -> (list)
->> 
->> createdAt -> (timestamp)
->>
->>> The date and time that the VPC endpoint association was created, in ISO-8601 format.
@@ -289 +285 @@ items -> (list)
->>>   * pattern: `^rgw-[0-9a-z]{17}$`
+>>>   * pattern: `rgw-[0-9a-z]{17}`
@@ -293 +289 @@ items -> (list)
->> ipAddressType -> (string)
+>> arn -> (string)
@@ -295 +291 @@ items -> (list)
->>> The type of IP address used by the resource gateway.
+>>> The Amazon Resource Name (ARN) of the resource gateway.
@@ -297 +293 @@ items -> (list)
->>> Possible values:
+>>> Constraints:
@@ -299,3 +295,3 @@ items -> (list)
->>>   * `IPV4`
->>>   * `IPV6`
->>>   * `DUALSTACK`
+>>>   * min: `20`
+>>>   * max: `2048`
+>>>   * pattern: `arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourcegateway/rgw-[0-9a-z]{17}`
@@ -305 +301 @@ items -> (list)
->> lastUpdatedAt -> (timestamp)
+>> status -> (string)
@@ -307 +303,13 @@ items -> (list)
->>> The most recent date and time that the resource gateway was updated, in ISO-8601 format.
+>>> The name of the resource gateway.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `ACTIVE`
+>>>   * `CREATE_IN_PROGRESS`
+>>>   * `UPDATE_IN_PROGRESS`
+>>>   * `DELETE_IN_PROGRESS`
+>>>   * `CREATE_FAILED`
+>>>   * `UPDATE_FAILED`
+>>>   * `DELETE_FAILED`
+>>> 
+
@@ -309 +317 @@ items -> (list)
->> name -> (string)
+>> vpcIdentifier -> (string)
@@ -311 +319 @@ items -> (list)
->>> The name of the resource gateway.
+>>> The ID of the VPC for the resource gateway.
@@ -315,3 +323,3 @@ items -> (list)
->>>   * min: `3`
->>>   * max: `40`
->>>   * pattern: `^(?!rgw-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$`
+>>>   * min: `5`
+>>>   * max: `50`
+>>>   * pattern: `vpc-(([0-9a-z]{8})|([0-9a-z]{17}))`
@@ -321 +329 @@ items -> (list)
->> securityGroupIds -> (list)
+>> subnetIds -> (list)
@@ -323 +331 @@ items -> (list)
->>> The IDs of the security groups applied to the resource gateway.
+>>> The IDs of the VPC subnets for the resource gateway.
@@ -331 +338,0 @@ items -> (list)
->>>>   * pattern: `^sg-(([0-9a-z]{8})|([0-9a-z]{17}))$`
@@ -335,17 +342 @@ items -> (list)
->> status -> (string)
->>
->>> The name of the resource gateway.
->>> 
->>> Possible values:
->>> 
->>>   * `ACTIVE`
->>>   * `CREATE_IN_PROGRESS`
->>>   * `UPDATE_IN_PROGRESS`
->>>   * `DELETE_IN_PROGRESS`
->>>   * `CREATE_FAILED`
->>>   * `UPDATE_FAILED`
->>>   * `DELETE_FAILED`
->>> 
-
->> 
->> subnetIds -> (list)
+>> securityGroupIds -> (list)
@@ -353 +344 @@ items -> (list)
->>> The IDs of the VPC subnets for the resource gateway.
+>>> The IDs of the security groups applied to the resource gateway.
@@ -360,0 +352 @@ items -> (list)
+>>>>   * pattern: `sg-(([0-9a-z]{8})|([0-9a-z]{17}))`
@@ -364 +356 @@ items -> (list)
->> vpcIdentifier -> (string)
+>> ipAddressType -> (string)
@@ -366 +358,13 @@ items -> (list)
->>> The ID of the VPC for the resource gateway.
+>>> The type of IP address used by the resource gateway.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `IPV4`
+>>>   * `IPV6`
+>>>   * `DUALSTACK`
+>>> 
+
+>> 
+>> ipv4AddressesPerEni -> (integer)
+>>
+>>> The number of IPv4 addresses in each ENI for the resource gateway.
@@ -370,3 +374,2 @@ items -> (list)
->>>   * min: `5`
->>>   * max: `50`
->>>   * pattern: `^vpc-(([0-9a-z]{8})|([0-9a-z]{17}))$`
+>>>   * min: `1`
+>>>   * max: `62`
@@ -374,0 +378,8 @@ items -> (list)
+>> 
+>> createdAt -> (timestamp)
+>>
+>>> The date and time that the VPC endpoint association was created, in ISO-8601 format.
+>> 
+>> lastUpdatedAt -> (timestamp)
+>>
+>>> The most recent date and time that the resource gateway was updated, in ISO-8601 format.
@@ -397 +408 @@ nextToken -> (string)
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »