AWS cli documentation change
Summary
Updated command description, added idempotency token documentation, standardized S3 references to 'Amazon S3 URI', and clarified KMS encryption description
Security assessment
Changes improve documentation clarity and add idempotency guidance. The KMS encryption reference update is terminological (AWS KMS → KMS) without security implications. No security vulnerabilities or new security features are documented.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/create-dataset.md b/cli/latest/reference/bedrock-agentcore-control/create-dataset.md index e083ad976..781fa167c 100644 --- a//cli/latest/reference/bedrock-agentcore-control/create-dataset.md +++ b//cli/latest/reference/bedrock-agentcore-control/create-dataset.md @@ -15 +15 @@ - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) » @@ -59,3 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Creates a new Dataset resource asynchronously. - -Returns immediately with status CREATING. Poll GetDataset until status transitions to ACTIVE or CREATE_FAILED (with failureReason). +Creates a new dataset resource asynchronously. Returns immediately with status CREATING. Poll `GetDataset` until status transitions to ACTIVE or CREATE_FAILED. @@ -105 +103 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> Optional idempotency token. +> A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don’t specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn’t return an error. For more information, see [Ensuring idempotency](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html) . @@ -117 +115 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> Human-readable name for the dataset. Unique within the account (case-insensitive). Immutable after creation. +> Human-readable name for the dataset. Must be unique within the account. Immutable after creation. @@ -163 +161 @@ 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. @@ -167 +165 @@ 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` ). @@ -210 +208 @@ JSON Syntax: -> Optional AWS KMS key ARN for SSE-KMS on service S3 writes. +> Optional KMS key ARN for server-side encryption on service Amazon S3 writes. @@ -399 +397 @@ status -> (string) -> Always CREATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=MODIFIED) or CREATE_FAILED. +> Always CREATING immediately after this call. Poll `GetDataset` until status transitions to ACTIVE or CREATE_FAILED. @@ -427 +425 @@ createdAt -> (timestamp) - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) »