AWS cli documentation change
Summary
Enhanced documentation for artifact uploads: added context about artifact purpose, specified valid file types, and clarified parameter descriptions
Security assessment
Improves documentation for security testing feature by explaining artifact purposes (architecture diagrams, config files) and listing valid file types. No vulnerability fix indicated.
Diff
diff --git a/cli/latest/reference/securityagent/add-artifact.md b/cli/latest/reference/securityagent/add-artifact.md index fae4f70ca..ac623461e 100644 --- a//cli/latest/reference/securityagent/add-artifact.md +++ b//cli/latest/reference/securityagent/add-artifact.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 -Adds an Artifact for the given agent space +Uploads an artifact to an agent space. Artifacts provide additional context for security testing, such as architecture diagrams, API specifications, or configuration files. @@ -98 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Unique identifier of the agent space +> The unique identifier of the agent space to add the artifact to. @@ -102 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Binary content of the artifact +> The binary content of the artifact to upload. @@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Type of the artifact file +> The file type of the artifact. Valid values include TXT, PNG, JPEG, MD, PDF, DOCX, DOC, JSON, and YAML. @@ -124 +124 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Name of the artifact file +> The file name of the artifact. @@ -241 +241 @@ artifactId -> (string) -> Unique identifier of the created artifact +> The unique identifier assigned to the uploaded artifact. @@ -253 +253 @@ artifactId -> (string) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »