AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-01 · Documentation low

File: cli/latest/reference/cleanrooms/update-protected-query.md

Summary

Added 'intermediateTable' to Tagged Union structure and defined its properties (id, arn, name) with constraints; increased max length limit for a field from 400 to 1024

Security assessment

Changes involve adding new configuration options and adjusting field length limits without any mention of security vulnerabilities, fixes, or security features. The intermediateTable addition appears to be a functional enhancement for populate operations.

Diff

diff --git a/cli/latest/reference/cleanrooms/update-protected-query.md b/cli/latest/reference/cleanrooms/update-protected-query.md
index 3814b2d9e..ba124b860 100644
--- a//cli/latest/reference/cleanrooms/update-protected-query.md
+++ b//cli/latest/reference/cleanrooms/update-protected-query.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
@@ -362 +362 @@ protectedQuery -> (structure)
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `s3`, `member`, `distribute`.
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `s3`, `member`, `distribute`, `intermediateTable`.
@@ -510,0 +511,40 @@ protectedQuery -> (structure)
+>>> 
+>>> intermediateTable -> (structure)
+>>>
+>>>> The intermediate table output configuration, present when the protected query was triggered by a populate operation.
+>>>> 
+>>>> id -> (string) [required]
+>>>>
+>>>>> The unique identifier of the intermediate table.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `36`
+>>>>>   * max: `36`
+>>>>>   * pattern: `[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}`
+>>>>> 
+
+>>>> 
+>>>> arn -> (string) [required]
+>>>>
+>>>>> The Amazon Resource Name (ARN) of the intermediate table.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `0`
+>>>>>   * max: `256`
+>>>>>   * pattern: `arn:aws:cleanrooms:[\w]{2}-[\w]{4,9}-[\d]:[\d]{12}:membership\/[\d\w-]+\/intermediatetable\/[\d\w-]+`
+>>>>> 
+
+>>>> 
+>>>> name -> (string) [required]
+>>>>
+>>>>> The name of the intermediate table.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `1`
+>>>>>   * max: `100`
+>>>>>   * pattern: `(?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*`
+>>>>> 
+
@@ -704 +744 @@ protectedQuery -> (structure)
->>>>   * max: `400`
+>>>>   * max: `1024`
@@ -767 +807 @@ protectedQuery -> (structure)
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »