AWS cli documentation change
Summary
Updated documentation for the 'batch-get-agent-spaces' command including improved descriptions of parameters, response fields, and agent space functionality. Enhanced explanations of security-related resources like VPC configurations, IAM roles, and encryption keys.
Security assessment
The changes provide more detailed documentation about security features (VPC configurations, IAM roles, KMS encryption, Secrets Manager) but don't address any specific vulnerability or security incident. Updates are explanatory improvements without evidence of patching a security weakness.
Diff
diff --git a/cli/latest/reference/securityagent/batch-get-agent-spaces.md b/cli/latest/reference/securityagent/batch-get-agent-spaces.md index c7ff4b2e1..b198b8363 100644 --- a//cli/latest/reference/securityagent/batch-get-agent-spaces.md +++ b//cli/latest/reference/securityagent/batch-get-agent-spaces.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 multiple agent spaces in a single request +Retrieves information about one or more agent spaces. @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> List of agent space IDs to retrieve +> The list of agent space identifiers to retrieve. @@ -99 +99 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi ->> Unique identifier of the agent space +>> Unique identifier of the agent space. @@ -222 +222 @@ agentSpaces -> (list) -> List of agent spaces that were successfully retrieved +> The list of agent spaces that were found. @@ -226 +226 @@ agentSpaces -> (list) ->> Agent space structure +>> Represents an agent space, which is a dedicated workspace for securing a specific application. An agent space contains the configuration, resources, and settings needed for security testing. @@ -230 +230 @@ agentSpaces -> (list) ->>> Unique identifier of the agent space +>>> The unique identifier of the agent space. @@ -234 +234 @@ agentSpaces -> (list) ->>> Name of the agent space +>>> The name of the agent space. @@ -238 +238 @@ agentSpaces -> (list) ->>> Description of the agent space +>>> A description of the agent space. @@ -242 +242 @@ agentSpaces -> (list) ->>> AWS resource configurations +>>> The AWS resources associated with the agent space. @@ -246 +246 @@ agentSpaces -> (list) ->>>> VPC configurations that the Security Agent accesses in the customer environment +>>>> The VPC configurations associated with the agent space. @@ -250 +250 @@ agentSpaces -> (list) ->>>>> Customer VPC configuration that the Security Agent accesses +>>>>> The VPC configuration for a pentest, specifying the VPC, security groups, and subnets to use during testing. @@ -254 +254 @@ agentSpaces -> (list) ->>>>>> ARN or ID of the customer VPC +>>>>>> The Amazon Resource Name (ARN) of the VPC. @@ -258 +258 @@ agentSpaces -> (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. @@ -262 +262 @@ agentSpaces -> (list) ->>>>>>> ARN or ID of a security group +>>>>>>> ARN or ID of a security group. @@ -266 +266 @@ agentSpaces -> (list) ->>>>>> List of subnet ARNs or IDs in the customer VPC +>>>>>> The Amazon Resource Names (ARNs) of the subnets for the VPC configuration. @@ -270 +270 @@ agentSpaces -> (list) ->>>>>>> ARN or ID of a subnet +>>>>>>> ARN or ID of a subnet. @@ -274 +274 @@ agentSpaces -> (list) ->>>> CloudWatch log group ARNs or names used to store Security Agent logs +>>>> The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space. @@ -278 +278 @@ agentSpaces -> (list) ->>>>> Log group ARN or name for agent space AWS resources +>>>>> Log group ARN or name for agent space AWS resources. @@ -282 +282 @@ agentSpaces -> (list) ->>>> S3 bucket ARNs or names used to store Security Agent artifacts +>>>> The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space. @@ -286 +286 @@ agentSpaces -> (list) ->>>>> S3 bucket ARN or name for agent space AWS resources +>>>>> S3 bucket ARN or name for agent space AWS resources. @@ -290 +290 @@ agentSpaces -> (list) ->>>> SecretsManager secret ARNs or names used to store tester credentials for pentests +>>>> The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space. @@ -294 +294 @@ agentSpaces -> (list) ->>>>> Secret ARN or name for agent space AWS resources +>>>>> Secret ARN or name for agent space AWS resources. @@ -298 +298 @@ agentSpaces -> (list) ->>>> Lambda function ARNs or names used to retrieve tester credentials for pentests +>>>> The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space. @@ -302 +302 @@ agentSpaces -> (list) ->>>>> Lambda function ARN or name for agent space AWS resources +>>>>> Lambda function ARN or name for agent space AWS resources. @@ -306 +306 @@ agentSpaces -> (list) ->>>> IAM role ARNs that the Security Agent can assume to access customer resources +>>>> The IAM roles associated with the agent space. @@ -310 +310 @@ agentSpaces -> (list) ->>>>> ARN of an IAM role that the service can assume to access customer resources +>>>>> ARN of an IAM role that the service can assume to access customer resources. @@ -314 +314 @@ agentSpaces -> (list) ->>> List of target domain IDs registered with the agent space +>>> The list of target domain identifiers associated with the agent space. @@ -320 +320 @@ agentSpaces -> (list) ->>> Configuration for code review analysis, including controls scanning and general purpose scanning settings +>>> The code review settings for the agent space. @@ -324 +324 @@ agentSpaces -> (list) ->>>> Whether Controls are utilized for code review analysis +>>>> Indicates whether controls scanning is enabled for code reviews. @@ -328 +328 @@ agentSpaces -> (list) ->>>> Whether general purpose analysis is performed for code review +>>>> Indicates whether general-purpose scanning is enabled for code reviews. @@ -332 +332 @@ agentSpaces -> (list) ->>> Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used. +>>> The identifier of the AWS KMS key used to encrypt data in the agent space. @@ -336 +336 @@ agentSpaces -> (list) ->>> Timestamp when the agent space was created +>>> The date and time the agent space was created, in UTC format. @@ -340 +340 @@ agentSpaces -> (list) ->>> Timestamp when the agent space was last updated +>>> The date and time the agent space was last updated, in UTC format. @@ -344 +344 @@ notFound -> (list) -> List of agent space IDs that could not be found +> The list of agent space identifiers that were not found. @@ -348 +348 @@ notFound -> (list) ->> Unique identifier of the agent space +>> Unique identifier of the agent space. @@ -360 +360 @@ notFound -> (list) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »