AWS cli documentation change
Summary
Updated command description and parameter documentation for clarity. Changed CLI version references from 2.34.41 to 2.34.44.
Security assessment
Changes are documentation clarifications without evidence of addressing security vulnerabilities. Parameter descriptions (like KMS key usage) remain security-relevant but aren't new additions.
Diff
diff --git a/cli/latest/reference/securityagent/get-application.md b/cli/latest/reference/securityagent/get-application.md index 9b8fe436c..3d38e9166 100644 --- a//cli/latest/reference/securityagent/get-application.md +++ b//cli/latest/reference/securityagent/get-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 -Retrieves application details by application ID +Retrieves information about an application. @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Application ID +> The unique identifier of the application to retrieve. @@ -212 +212 @@ applicationId -> (string) -> Application ID +> The unique identifier of the application. @@ -216 +216 @@ domain -> (string) -> Domain where the application is available +> The domain associated with the application. @@ -220 +220 @@ applicationName -> (string) -> Name of the application, automatically assigned by the service +> The name of the application. @@ -224 +224 @@ idcConfiguration -> (structure) -> IAM Identity Center configuration for the application +> The IAM Identity Center configuration for the application. @@ -228 +228 @@ idcConfiguration -> (structure) ->> ARN of the IAM Identity Center application associated with this application +>> The Amazon Resource Name (ARN) of the IAM Identity Center application. @@ -232 +232 @@ idcConfiguration -> (structure) ->> ARN of the IAM Identity Center instance used for user authentication +>> The Amazon Resource Name (ARN) of the IAM Identity Center instance. @@ -236 +236 @@ roleArn -> (string) -> ARN of the IAM role that the application uses to access AWS resources on your behalf +> The Amazon Resource Name (ARN) of the IAM role associated with the application. @@ -240 +240 @@ defaultKmsKeyId -> (string) -> Default KMS key identifier used to encrypt application data +> The identifier of the default AWS KMS key used to encrypt data for the application. @@ -252 +252 @@ defaultKmsKeyId -> (string) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »