AWS cli documentation change
Summary
Condensed command description, updated S3 URI references to 'Amazon S3 URI', and simplified parameter documentation
Security assessment
Changes focus on documentation clarity and branding (S3 → Amazon S3). No security features or vulnerabilities are addressed. Validation behavior remains unchanged.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/add-dataset-examples.md b/cli/latest/reference/bedrock-agentcore-control/add-dataset-examples.md index f64427ab1..983c6de7d 100644 --- a//cli/latest/reference/bedrock-agentcore-control/add-dataset-examples.md +++ b//cli/latest/reference/bedrock-agentcore-control/add-dataset-examples.md @@ -15 +15 @@ - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) » @@ -59,9 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Adds examples to the dataset’s DRAFT. - -Validation:All examples are validated against the dataset’s schemaType before any writes occur. If any example fails validation, the entire batch is rejected with ValidationException — no examples are written (all-or-nothing semantics). - -Asynchronous:Operates in-place on DRAFT. No version bump occurs. Use CreateDatasetVersion to publish DRAFT as a new numbered version. - -State guard:Returns ConflictException (DATASET_NOT_READY) if the dataset status is not in {DRAFT, ACTIVE}. - -Request size limit:Max 5 MB total request body. Max 1000 examples per call. +Adds examples to the dataset’s DRAFT. All examples are validated against the dataset’s schema type before any writes occur. If any example fails validation, the entire batch is rejected (all-or-nothing semantics). @@ -154 +146 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->> S3 URI pointing to a JSONL file in the customer’s bucket. The service reads this file using the caller’s FAS credentials. +>> Amazon S3 URI pointing to a JSONL file in the customer’s bucket. @@ -158 +150 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> S3 URI of the JSONL file (e.g. s3://my-bucket/path/to/examples.jsonl). +>>> Amazon S3 URI of the JSONL file (for example, `s3://my-bucket/path/to/examples.jsonl` ). @@ -369 +361 @@ exampleIds -> (list) - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) »