AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-07 · Documentation low

File: cli/latest/reference/securityagent/update-application.md

Summary

Updated CLI version references from 2.34.41 to 2.34.44. Enhanced descriptions for command functionality, applicationId, roleArn, and defaultKmsKey parameters to clarify their security purposes.

Security assessment

Changes emphasize security aspects of IAM roles and KMS keys, but don't address any specific vulnerability. Improvements clarify security configurations without evidence of incident response.

Diff

diff --git a/cli/latest/reference/securityagent/update-application.md b/cli/latest/reference/securityagent/update-application.md
index a115f947a..d3d127cc2 100644
--- a//cli/latest/reference/securityagent/update-application.md
+++ b//cli/latest/reference/securityagent/update-application.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.44 Command Reference](../../index.html) »
@@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Updates application configuration
+Updates the configuration of an existing application, including the IAM role and default KMS key.
@@ -97 +97 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
-> Application ID
+> The unique identifier of the application to update.
@@ -101 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
-> ARN of the IAM role that the application uses to access AWS resources on your behalf
+> The updated Amazon Resource Name (ARN) of the IAM role for the application.
@@ -105 +105 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
-> Default KMS key identifier. Use an empty string to remove the default KMS key.
+> The updated identifier of the default AWS KMS key for the application.
@@ -222 +222 @@ applicationId -> (string)
-> Application ID
+> The unique identifier of the updated application.
@@ -234 +234 @@ applicationId -> (string)
-  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.44 Command Reference](../../index.html) »