AWS cli documentation change
Summary
Updated CLI version reference, reordered command parameters, restructured documentation sections, and adjusted parameter descriptions for clarity
Security assessment
Changes primarily involve documentation structure improvements and parameter ordering adjustments. The idempotency token (client-token) explanation remains unchanged but moved. No evidence of security vulnerability fixes or new security features added. Parameter reordering and structural changes don't impact security posture.
Diff
diff --git a/cli/latest/reference/bedrock-agent/delete-knowledge-base-documents.md b/cli/latest/reference/bedrock-agent/delete-knowledge-base-documents.md index 811e81f6f..1514ea887 100644 --- a//cli/latest/reference/bedrock-agent/delete-knowledge-base-documents.md +++ b//cli/latest/reference/bedrock-agent/delete-knowledge-base-documents.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -67 +67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc - [--client-token <value>] + --knowledge-base-id <value> @@ -68,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc + [--client-token <value>] @@ -70 +70,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc - --knowledge-base-id <value> @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -`--client-token` (string) +`--knowledge-base-id` (string) @@ -97 +97 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html) . +> The unique identifier of the knowledge base that is connected to the data source. @@ -102,0 +103,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc +`--client-token` (string) + +> A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html) . + @@ -111,8 +114,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->> custom -> (structure) ->> ->>> Contains information that identifies the document in a custom data source. ->>> ->>> id -> (string) ->>> ->>>> The identifier of the document to ingest into a custom data source. ->> @@ -129,0 +126,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc +>> +>> custom -> (structure) +>> +>>> Contains information that identifies the document in a custom data source. +>>> +>>> id -> (string) +>>> +>>>> The identifier of the document to ingest into a custom data source. @@ -134 +138 @@ Shorthand Syntax: - custom={id=string},dataSourceType=string,s3={uri=string} ... + dataSourceType=string,s3={uri=string},custom={id=string} ... @@ -142,3 +145,0 @@ JSON Syntax: - "custom": { - "id": "string" - }, @@ -147,0 +149,3 @@ JSON Syntax: + }, + "custom": { + "id": "string" @@ -154,4 +157,0 @@ JSON Syntax: -`--knowledge-base-id` (string) - -> The unique identifier of the knowledge base that is connected to the data source. - @@ -265,28 +264,0 @@ documentDetails -> (list) ->> dataSourceId -> (string) ->> ->>> The identifier of the data source connected to the knowledge base that the document was ingested into or deleted from. ->> ->> identifier -> (structure) ->> ->>> Contains information that identifies the document. ->>> ->>> custom -> (structure) ->>> ->>>> Contains information that identifies the document in a custom data source. ->>>> ->>>> id -> (string) ->>>> ->>>>> The identifier of the document to ingest into a custom data source. ->>> ->>> dataSourceType -> (string) ->>> ->>>> The type of data source connected to the knowledge base that contains the document. ->>> ->>> s3 -> (structure) ->>> ->>>> Contains information that identifies the document in an S3 data source. ->>>> ->>>> uri -> (string) ->>>> ->>>>> The location’s URI. For example, `s3://my-bucket/chunk-processor/` . ->> @@ -296,0 +269,4 @@ documentDetails -> (list) +>> dataSourceId -> (string) +>> +>>> The identifier of the data source connected to the knowledge base that the document was ingested into or deleted from. +>> @@ -314,0 +291,24 @@ documentDetails -> (list) +>> +>> identifier -> (structure) +>> +>>> Contains information that identifies the document. +>>> +>>> dataSourceType -> (string) +>>> +>>>> The type of data source connected to the knowledge base that contains the document. +>>> +>>> s3 -> (structure) +>>> +>>>> Contains information that identifies the document in an S3 data source. +>>>> +>>>> uri -> (string) +>>>> +>>>>> The location’s URI. For example, `s3://my-bucket/chunk-processor/` . +>>> +>>> custom -> (structure) +>>> +>>>> Contains information that identifies the document in a custom data source. +>>>> +>>>> id -> (string) +>>>> +>>>>> The identifier of the document to ingest into a custom data source. @@ -334 +334 @@ documentDetails -> (list) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »