AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-22 · Documentation low

File: cli/latest/reference/kinesisanalyticsv2/describe-application-snapshot.md

Summary

Added documentation for ApplicationEncryptionConfigurationDescription structure detailing encryption at rest settings for application snapshots

Security assessment

The change adds documentation about encryption configuration using KMS keys for data at rest, which is a security feature. However, there is no indication this addresses a specific vulnerability or security incident.

Diff

diff --git a/cli/latest/reference/kinesisanalyticsv2/describe-application-snapshot.md b/cli/latest/reference/kinesisanalyticsv2/describe-application-snapshot.md
index 3e126b1b5..100d2eb95 100644
--- a//cli/latest/reference/kinesisanalyticsv2/describe-application-snapshot.md
+++ b//cli/latest/reference/kinesisanalyticsv2/describe-application-snapshot.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.15 Command Reference](../../index.html) »
@@ -222,0 +223,12 @@ SnapshotDetails -> (structure)
+> 
+> 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.
@@ -234 +246 @@ SnapshotDetails -> (structure)
-  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.15 Command Reference](../../index.html) »