AWS cli documentation change
Summary
Updated AWS CLI version reference. Enhanced command description to specify it starts pentest jobs for security testing. Improved parameter and output field descriptions for clarity and consistency.
Security assessment
The changes better document security testing (pentest) capabilities but don't address any specific security vulnerability. The improvements describe existing security features more clearly.
Diff
diff --git a/cli/latest/reference/securityagent/start-pentest-job.md b/cli/latest/reference/securityagent/start-pentest-job.md index 263ec3f1e..691d59ff3 100644 --- a//cli/latest/reference/securityagent/start-pentest-job.md +++ b//cli/latest/reference/securityagent/start-pentest-job.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 -Initiates the execution of a pentest +Starts a new pentest job for a pentest configuration. The job executes the security tests defined in the pentest. @@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> ID of the agent space where the pentest exists +> The unique identifier of the agent space. @@ -100 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Identifier of the pentest to execute +> The unique identifier of the pentest to start a job for. @@ -217 +217 @@ title -> (string) -> Title of the pentest job +> The title of the pentest job. @@ -221 +221 @@ status -> (string) -> Current status of the pentest job +> The current status of the pentest job. @@ -235 +235 @@ createdAt -> (timestamp) -> Timestamp when the pentest job was created +> The date and time the pentest job was created, in UTC format. @@ -239 +239 @@ updatedAt -> (timestamp) -> Timestamp when the pentest job was last updated +> The date and time the pentest job was last updated, in UTC format. @@ -243 +243 @@ pentestId -> (string) -> Unique identifier of the pentest +> The unique identifier of the pentest. @@ -247 +247 @@ pentestJobId -> (string) -> Unique identifier of the pentest job +> The unique identifier of the started pentest job. @@ -251 +251 @@ agentSpaceId -> (string) -> ID of the agent space where the pentest exists +> The unique identifier of the agent space. @@ -263 +263 @@ agentSpaceId -> (string) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »