AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added 'intermediateTable' to Tagged Union structure and defined its properties (id, arn, name) with constraints. Increased max constraint value from 400 to 1024.

Security assessment

Changes introduce new intermediate table functionality without addressing vulnerabilities. Added constraints follow standard patterns but don't indicate security fixes.

Diff

diff --git a/cli/latest/reference/cleanrooms/get-protected-query.md b/cli/latest/reference/cleanrooms/get-protected-query.md
index 89276b9ed..4ca2bbdc0 100644
--- a//cli/latest/reference/cleanrooms/get-protected-query.md
+++ b//cli/latest/reference/cleanrooms/get-protected-query.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
@@ -351 +351 @@ 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`.
@@ -499,0 +500,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]*`
+>>>>> 
+
@@ -693 +733 @@ protectedQuery -> (structure)
->>>>   * max: `400`
+>>>>   * max: `1024`
@@ -756 +796 @@ protectedQuery -> (structure)
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »