AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/kinesisanalyticsv2/rollback-application.md

Summary

Updated AWS CLI version references from 2.28.12 to 2.28.15 and Apache Flink documentation links from 1.19 to 1.20. Added ApplicationEncryptionConfigurationDescription section for encryption at rest configuration. Clarified descriptions for system rollbacks and operation tracking.

Security assessment

The addition of ApplicationEncryptionConfigurationDescription documents encryption-at-rest configuration details (KMS key usage), which is a security feature. However, there is no evidence this addresses a specific security vulnerability. Other changes are version updates and documentation clarifications without security implications.

Diff

diff --git a/cli/latest/reference/kinesisanalyticsv2/rollback-application.md b/cli/latest/reference/kinesisanalyticsv2/rollback-application.md
index d3d67bf00..90ddeba44 100644
--- a//cli/latest/reference/kinesisanalyticsv2/rollback-application.md
+++ b//cli/latest/reference/kinesisanalyticsv2/rollback-application.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.15 Command Reference](../../index.html) »
@@ -646 +646 @@ ApplicationDetail -> (structure)
->>>>> When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see [Allowing Non-Restored State](https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/state/savepoints/#allowing-non-restored-state) in the [Apache Flink documentation](https://nightlies.apache.org/flink/flink-docs-release-1.19/) .
+>>>>> When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see [Allowing Non-Restored State](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/ops/state/savepoints/#allowing-non-restored-state) in the [Apache Flink documentation](https://nightlies.apache.org/flink/flink-docs-release-1.20/) .
@@ -724 +724 @@ ApplicationDetail -> (structure)
->>>>> Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If `AutoScalingEnabled` is set to True, then Managed Service for Apache Flink can increase the `CurrentParallelism` value in response to application load. The service can increase `CurrentParallelism` up to the maximum parallelism, which is `ParalellismPerKPU` times the maximum KPUs for the application. The maximum KPUs for an application is 32 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce the `CurrentParallelism` value down to the `Parallelism` setting.
+>>>>> Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If `AutoScalingEnabled` is set to True, then Managed Service for Apache Flink can increase the `CurrentParallelism` value in response to application load. The service can increase `CurrentParallelism` up to the maximum parallelism, which is `ParalellismPerKPU` times the maximum KPUs for the application. The maximum KPUs for an application is 64 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce the `CurrentParallelism` value down to the `Parallelism` setting.
@@ -740 +740 @@ ApplicationDetail -> (structure)
->>>> The job plan for an application. For more information about the job plan, see [Jobs and Scheduling](https://nightlies.apache.org/flink/flink-docs-release-1.19/internals/job_scheduling.html) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.19/) . To retrieve the job plan for the application, use the DescribeApplicationRequest$IncludeAdditionalDetails parameter of the DescribeApplication operation.
+>>>> The job plan for an application. For more information about the job plan, see [Jobs and Scheduling](https://nightlies.apache.org/flink/flink-docs-release-1.20/internals/job_scheduling.html) in the [Apache Flink Documentation](https://nightlies.apache.org/flink/flink-docs-release-1.20/) . To retrieve the job plan for the application, use the DescribeApplicationRequest$IncludeAdditionalDetails parameter of the DescribeApplication operation.
@@ -776 +776 @@ ApplicationDetail -> (structure)
->>> Describes system rollback configuration for a Managed Service for Apache Flink application
+>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.
@@ -780 +780 @@ ApplicationDetail -> (structure)
->>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application
+>>>> Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.
@@ -892,0 +893,12 @@ ApplicationDetail -> (structure)
+>> 
+>> ApplicationEncryptionConfigurationDescription -> (structure)
+>>
+>>> Describes the encryption at rest configuration.
+>>> 
+>>> 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.
@@ -940 +952 @@ ApplicationDetail -> (structure)
->> The current timestamp when the application version was created.
+>> The timestamp that indicates when the application version was created.
@@ -956 +968 @@ OperationId -> (string)
-> Operation ID for tracking RollbackApplication request
+> The operation ID that can be used to track the request.
@@ -968 +980 @@ OperationId -> (string)
-  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.15 Command Reference](../../index.html) »