AWS cli documentation change
Summary
Updated AWS CLI version reference and improved documentation clarity for pentest deletion command parameters, response fields, and structure descriptions
Security assessment
Changes are purely descriptive improvements and terminology updates (e.g., 'pentest IDs' to 'pentest identifiers', adding VPC/security group details). No vulnerability fixes, security advisories, or incident responses are mentioned. The command remains functionally unchanged.
Diff
diff --git a/cli/latest/reference/securityagent/batch-delete-pentests.md b/cli/latest/reference/securityagent/batch-delete-pentests.md index 91aa91ec1..7a2f88706 100644 --- a//cli/latest/reference/securityagent/batch-delete-pentests.md +++ b//cli/latest/reference/securityagent/batch-delete-pentests.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 -Deletes multiple pentests in a single request +Deletes one or more pentests from an agent space. @@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> List of pentest IDs to delete +> The list of pentest identifiers to delete. @@ -108 +108 @@ Syntax: -> ID of the agent space where the pentests exist +> The unique identifier of the agent space that contains the pentests to delete. @@ -225 +225 @@ deleted -> (list) -> List of successfully deleted pentests +> The list of pentests that were successfully deleted. @@ -229 +229 @@ deleted -> (list) ->> Represents a pentest configuration and execution details +>> Represents a pentest configuration that defines the parameters for security testing, including target assets, risk type exclusions, and infrastructure settings. @@ -233 +233 @@ deleted -> (list) ->>> Unique identifier for the pentest +>>> The unique identifier of the pentest. @@ -237 +237 @@ deleted -> (list) ->>> ID of the agent space where the pentest exists +>>> The unique identifier of the agent space that contains the pentest. @@ -241 +241 @@ deleted -> (list) ->>> Title or name of the pentest +>>> The title of the pentest. @@ -245 +245 @@ deleted -> (list) ->>> Collection of assets to be tested or used during the pentest +>>> The assets included in the pentest. @@ -249 +249 @@ deleted -> (list) ->>>> List of web application endpoints to test +>>>> The list of endpoints to test during the pentest. @@ -253 +253 @@ deleted -> (list) ->>>>> Represents a web application endpoint to be tested +>>>>> Represents a target endpoint for penetration testing. @@ -257 +257 @@ deleted -> (list) ->>>>>> URI of the endpoint to test +>>>>>> The URI of the endpoint. @@ -261 +261 @@ deleted -> (list) ->>>> List of actors that interact with the system +>>>> The list of actors used during penetration testing. @@ -265 +265 @@ deleted -> (list) ->>>>> Represents an entity that interacts with the system during security testing +>>>>> Represents an actor used during penetration testing. An actor defines a user or entity that interacts with the target application, including authentication credentials and target URIs. @@ -269 +269 @@ deleted -> (list) ->>>>>> Unique identifier for the actor (case-insensitive) +>>>>>> The unique identifier for the actor. @@ -273 +273 @@ deleted -> (list) ->>>>>> List of URIs accessible with the actor’s credentials +>>>>>> The list of URIs that the actor targets during testing. @@ -279 +279 @@ deleted -> (list) ->>>>>> Authentication information used by the actor to access resources +>>>>>> The authentication configuration for the actor. @@ -283 +283 @@ deleted -> (list) ->>>>>>> Provider type for the authentication credentials +>>>>>>> The type of authentication provider. Valid values include SECRETS_MANAGER, AWS_LAMBDA, AWS_IAM_ROLE, and AWS_INTERNAL. @@ -296 +296 @@ deleted -> (list) ->>>>>>> Authentication credential value or reference +>>>>>>> The authentication value, such as a secret ARN, Lambda function ARN, or IAM role ARN, depending on the provider type. @@ -300 +300 @@ deleted -> (list) ->>>>>> Additional description or details about the actor +>>>>>> A description of the actor. @@ -304 +304 @@ deleted -> (list) ->>>> List of documents providing context for testing +>>>> The list of documents that provide context for the pentest. @@ -308 +308 @@ deleted -> (list) ->>>>> Information about a document relevant to security testing +>>>>> Represents a document that provides context for security testing. @@ -312 +312 @@ deleted -> (list) ->>>>>> S3 storage location of the document +>>>>>> The Amazon S3 location of the document. @@ -316 +316 @@ deleted -> (list) ->>>>>> Artifact ID of the document +>>>>>> The unique identifier of the artifact associated with the document. @@ -320 +320 @@ deleted -> (list) ->>>> List of source code repositories for static analysis +>>>> The list of source code repositories to analyze during the pentest. @@ -324 +324 @@ deleted -> (list) ->>>>> Information about a source code repository for static analysis +>>>>> Represents a source code repository used for security analysis during a pentest. @@ -328 +328 @@ deleted -> (list) ->>>>>> S3 storage location of the repository +>>>>>> The Amazon S3 location of the source code repository archive. @@ -332 +332 @@ deleted -> (list) ->>>> List of integrated code repositories +>>>> The list of integrated repositories associated with the pentest. @@ -336 +336 @@ deleted -> (list) ->>>>> Information about an integrated repository +>>>>> Represents a code repository that is integrated with the service through a third-party provider. @@ -340 +340 @@ deleted -> (list) ->>>>>> Integration identifier +>>>>>> The unique identifier of the integration that provides access to the repository. @@ -344 +344 @@ deleted -> (list) ->>>>>> External provider resource identifier, e.g., Github repository identifier +>>>>>> The provider-specific resource identifier for the repository. @@ -348 +348 @@ deleted -> (list) ->>> A list of risk types excluded from the pentest execution +>>> The list of risk types excluded from the pentest. @@ -352 +352 @@ deleted -> (list) ->>>> Type of security risk +>>>> Type of security risk. @@ -389 +389 @@ deleted -> (list) ->>> Service role ARN for accessing customer resources +>>> The IAM service role used for the pentest. @@ -393 +393 @@ deleted -> (list) ->>> CloudWatch log group and stream prefix where pentest execution logs are stored +>>> The CloudWatch Logs configuration for the pentest. @@ -397 +397 @@ deleted -> (list) ->>>> Name of the CloudWatch log group +>>>> The name of the CloudWatch log group. @@ -401 +401 @@ deleted -> (list) ->>>> Name of the CloudWatch log stream +>>>> The name of the CloudWatch log stream. @@ -405 +405 @@ deleted -> (list) ->>> VPC configuration that the Security Agent accesses +>>> The VPC configuration for the pentest. @@ -409 +409 @@ deleted -> (list) ->>>> ARN or ID of the customer VPC +>>>> The Amazon Resource Name (ARN) of the VPC. @@ -413 +413 @@ deleted -> (list) ->>>> List of security group ARNs or IDs in the customer VPC +>>>> The Amazon Resource Names (ARNs) of the security groups for the VPC configuration. @@ -417 +417 @@ deleted -> (list) ->>>>> ARN or ID of a security group +>>>>> ARN or ID of a security group. @@ -421 +421 @@ deleted -> (list) ->>>> List of subnet ARNs or IDs in the customer VPC +>>>> The Amazon Resource Names (ARNs) of the subnets for the VPC configuration. @@ -425 +425 @@ deleted -> (list) ->>>>> ARN or ID of a subnet +>>>>> ARN or ID of a subnet. @@ -429 +429 @@ deleted -> (list) ->>> Configuration for network traffic filtering +>>> The network traffic configuration for the pentest. @@ -433 +433 @@ deleted -> (list) ->>>> Traffic filtering rules +>>>> The list of network traffic rules that control which URLs are allowed or denied during testing. @@ -437 +437 @@ deleted -> (list) ->>>>> Network traffic filtering rule +>>>>> A rule that controls network traffic during penetration testing by allowing or denying traffic to specific URL patterns. @@ -441 +441 @@ deleted -> (list) ->>>>>> Action to take when the rule matches +>>>>>> The effect of the rule. Valid values are ALLOW and DENY. @@ -452 +452 @@ deleted -> (list) ->>>>>> Pattern to match against +>>>>>> The URL pattern to match for the rule. @@ -456 +456 @@ deleted -> (list) ->>>>>> Type of network traffic rule +>>>>>> The type of the network traffic rule. Currently, only URL is supported. @@ -466 +466 @@ deleted -> (list) ->>>> Custom headers for requests +>>>> The list of custom HTTP headers to include in network traffic during testing. @@ -470 +470 @@ deleted -> (list) ->>>>> Custom headers to be set for network requests +>>>>> A custom HTTP header to include in network traffic during penetration testing. @@ -474 +474 @@ deleted -> (list) ->>>>>> Name of header to set value for +>>>>>> The name of the custom header. @@ -478 +478 @@ deleted -> (list) ->>>>>> Value to set for header +>>>>>> The value of the custom header. @@ -482 +482 @@ deleted -> (list) ->>> Strategy for code remediation on findings +>>> The code remediation strategy for the pentest. @@ -493 +493 @@ deleted -> (list) ->>> Timestamp when the pentest was created +>>> The date and time the pentest was created, in UTC format. @@ -497 +497 @@ deleted -> (list) ->>> Timestamp when the pentest was last updated +>>> The date and time the pentest was last updated, in UTC format. @@ -501 +501 @@ failed -> (list) -> List of pentests that could not be deleted and the reasons for failure +> The list of pentests that failed to delete, including the reason for each failure. @@ -505 +505 @@ failed -> (list) ->> Information about a failed pentest deletion attempt +>> Contains information about a pentest that failed to delete. @@ -509 +509 @@ failed -> (list) ->>> Identifier of the pentest that failed to delete +>>> The unique identifier of the pentest that failed to delete. @@ -513 +513 @@ failed -> (list) ->>> Reason for the deletion failure +>>> The reason the pentest failed to delete. @@ -525 +525 @@ failed -> (list) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »