AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.16 to 2.34.19 and added documentation for two new fields in scheduled queries response: ownerAccountId (bucket owning account) and kmsKeyId (KMS encryption key ARN).
Security assessment
The change adds documentation for KMS encryption key configuration (kmsKeyId), which is a security feature for encrypting data at rest. However, there is no evidence this addresses a specific security vulnerability; it appears to be a feature enhancement for scheduled queries.
Diff
diff --git a/cli/latest/reference/logs/list-scheduled-queries.md b/cli/latest/reference/logs/list-scheduled-queries.md index 8f95566cf..3da204d1a 100644 --- a//cli/latest/reference/logs/list-scheduled-queries.md +++ b//cli/latest/reference/logs/list-scheduled-queries.md @@ -15 +15 @@ - * [AWS CLI 2.34.16 Command Reference](../../index.html) » + * [AWS CLI 2.34.19 Command Reference](../../index.html) » @@ -356,0 +357,22 @@ scheduledQueries -> (list) +>>>> +>>>> ownerAccountId -> (string) +>>>> +>>>>> The AWS accountId for the bucket owning account. +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `12` +>>>>> * max: `12` +>>>>> * pattern: `^\d{12}$` +>>>>> + +>>>> +>>>> kmsKeyId -> (string) +>>>> +>>>>> The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket. +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * max: `256` +>>>>> + @@ -388 +410 @@ scheduledQueries -> (list) - * [AWS CLI 2.34.16 Command Reference](../../index.html) » + * [AWS CLI 2.34.19 Command Reference](../../index.html) »