AWS cli documentation change
Summary
Updated command description to clarify pagination behavior and improved field documentation including KMS encryption details
Security assessment
The change enhances documentation of encryption by explicitly mentioning AWS KMS usage for data encryption, which is a security feature. No vulnerability or security incident is addressed.
Diff
diff --git a/cli/latest/reference/securityagent/list-applications.md b/cli/latest/reference/securityagent/list-applications.md index 3ae13e2d8..19dd055e1 100644 --- a//cli/latest/reference/securityagent/list-applications.md +++ b//cli/latest/reference/securityagent/list-applications.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 -Lists all applications in the account +Returns a paginated list of application summaries in your account. @@ -230 +230 @@ applicationSummaries -> (list) -> List of application summaries +> The list of application summaries. @@ -234 +234 @@ applicationSummaries -> (list) ->> Application summary for list operations +>> Contains summary information about an application. @@ -238 +238 @@ applicationSummaries -> (list) ->>> Unique identifier of the application +>>> The unique identifier of the application. @@ -242 +242 @@ applicationSummaries -> (list) ->>> Name of the application, automatically assigned by the service +>>> The name of the application. @@ -246 +246 @@ applicationSummaries -> (list) ->>> Domain where the application is available +>>> The domain associated with the application. @@ -250 +250 @@ applicationSummaries -> (list) ->>> Default KMS key identifier used to encrypt application data +>>> The identifier of the default AWS KMS key used to encrypt data for the application. @@ -254 +254 @@ nextToken -> (string) -> Token for next page of results +> A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request. @@ -266 +266 @@ nextToken -> (string) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »