AWS cli documentation change
Summary
Updated CLI version and modified session ID/invocation ID regex patterns. Swapped order of sessionId and invocationId fields in documentation.
Security assessment
Pattern changes remove regex anchors but lack context about security impact. Field reordering appears to be documentation restructuring rather than security-related. No direct evidence of vulnerability mitigation.
Diff
diff --git a/cli/latest/reference/bedrock-agent-runtime/list-invocations.md b/cli/latest/reference/bedrock-agent-runtime/list-invocations.md index 77d0f0010..8e2b3a059 100644 --- a//cli/latest/reference/bedrock-agent-runtime/list-invocations.md +++ b//cli/latest/reference/bedrock-agent-runtime/list-invocations.md @@ -15 +15 @@ - * [AWS CLI 2.31.1 Command Reference](../../index.html) » + * [AWS CLI 2.31.3 Command Reference](../../index.html) » @@ -103 +103 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> * pattern: `^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]+:[0-9]{12}:session/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})$` +> * pattern: `(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]+:[0-9]{12}:session/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})` @@ -232,5 +232 @@ invocationSummaries -> (list) ->> createdAt -> (timestamp) [required] ->> ->>> The timestamp for when the invocation was created. ->> ->> invocationId -> (string) [required] +>> sessionId -> (string) [required] @@ -238 +234 @@ invocationSummaries -> (list) ->>> A unique identifier for the invocation in UUID format. +>>> The unique identifier for the session associated with the invocation. @@ -242 +238 @@ invocationSummaries -> (list) ->>> * pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$` +>>> * pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}` @@ -246 +242 @@ invocationSummaries -> (list) ->> sessionId -> (string) [required] +>> invocationId -> (string) [required] @@ -248 +244 @@ invocationSummaries -> (list) ->>> The unique identifier for the session associated with the invocation. +>>> A unique identifier for the invocation in UUID format. @@ -252 +248 @@ invocationSummaries -> (list) ->>> * pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$` +>>> * pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}` @@ -254,0 +251,4 @@ invocationSummaries -> (list) +>> +>> createdAt -> (timestamp) [required] +>> +>>> The timestamp for when the invocation was created. @@ -264 +264 @@ nextToken -> (string) -> * pattern: `^\S*$` +> * pattern: `\S*` @@ -278 +278 @@ nextToken -> (string) - * [AWS CLI 2.31.1 Command Reference](../../index.html) » + * [AWS CLI 2.31.3 Command Reference](../../index.html) »