AWS cli documentation change
Summary
Updated command description to specify paginated domain summaries. Refined response field documentation for clarity (e.g., 'domain name' instead of 'name', verification status details).
Security assessment
Changes provide clearer documentation for domain listing operations. No security vulnerabilities or new security features are indicated; updates are purely descriptive.
Diff
diff --git a/cli/latest/reference/securityagent/list-target-domains.md b/cli/latest/reference/securityagent/list-target-domains.md index 624ab3cc8..9d59e053a 100644 --- a//cli/latest/reference/securityagent/list-target-domains.md +++ b//cli/latest/reference/securityagent/list-target-domains.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 target domains +Returns a paginated list of target domain summaries in your account. @@ -230 +230 @@ targetDomainSummaries -> (list) -> List of target domain summaries +> The list of target domain summaries. @@ -234 +234 @@ targetDomainSummaries -> (list) ->> Summary information for a target domain +>> Contains summary information about a target domain. @@ -238 +238 @@ targetDomainSummaries -> (list) ->>> Unique identifier of the target domain +>>> The unique identifier of the target domain. @@ -242 +242 @@ targetDomainSummaries -> (list) ->>> Name of the registered target domain +>>> The domain name of the target domain. @@ -246 +246 @@ targetDomainSummaries -> (list) ->>> Current verification status of the registered target domain +>>> The current verification status of the target domain. @@ -259 +259 @@ 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. @@ -271 +271 @@ nextToken -> (string) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »