AWS cli documentation change
Summary
Added 'intermediateTableConfiguration' structure with properties (id, arn, name) and constraints.
Security assessment
Introduces new configuration options without security context. Constraints follow standard patterns unrelated to vulnerabilities.
Diff
diff --git a/cli/latest/reference/cleanrooms/list-protected-queries.md b/cli/latest/reference/cleanrooms/list-protected-queries.md index b635826ed..e67e60597 100644 --- a//cli/latest/reference/cleanrooms/list-protected-queries.md +++ b//cli/latest/reference/cleanrooms/list-protected-queries.md @@ -15 +15 @@ - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) » @@ -395,0 +396,40 @@ protectedQueries -> (list) +>> +>> intermediateTableConfiguration -> (structure) +>> +>>> The intermediate table 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]*` +>>>> + @@ -407 +447 @@ protectedQueries -> (list) - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) »