AWS cli documentation change
Summary
Updated CLI version reference and added ApplicationEncryptionConfigurationDescription to snapshot summaries
Security assessment
The change adds encryption configuration documentation for application snapshots, describing KMS key usage for encryption at rest. This documents existing security features rather than addressing a vulnerability.
Diff
diff --git a/cli/latest/reference/kinesisanalyticsv2/list-application-snapshots.md b/cli/latest/reference/kinesisanalyticsv2/list-application-snapshots.md index b3f1065fe..2594b4d1a 100644 --- a//cli/latest/reference/kinesisanalyticsv2/list-application-snapshots.md +++ b//cli/latest/reference/kinesisanalyticsv2/list-application-snapshots.md @@ -15 +15 @@ - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) » @@ -244,0 +245,12 @@ SnapshotSummaries -> (list) +>> +>> ApplicationEncryptionConfigurationDescription -> (structure) +>> +>>> Specifies the encryption settings of data at rest for the application snapshot. +>>> +>>> KeyId -> (string) +>>> +>>>> The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest. +>>> +>>> KeyType -> (string) +>>> +>>>> Specifies the type of key used for encryption at rest. @@ -260 +272 @@ NextToken -> (string) - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) »