AWS cli documentation change
Summary
Updated CLI version from 2.28.8 to 2.28.11, reordered command parameters, corrected parameter descriptions, and restructured ingestionJob response fields with updated field descriptions and statistics tracking
Security assessment
Changes involve documentation structure improvements and parameter ordering adjustments without any mention of security vulnerabilities or exploits. The client-token parameter (idempotency token) remains a standard API safety feature but wasn't added or modified in a security context.
Diff
diff --git a/cli/latest/reference/bedrock-agent/start-ingestion-job.md b/cli/latest/reference/bedrock-agent/start-ingestion-job.md index c79b279dc..c84a80723 100644 --- a//cli/latest/reference/bedrock-agent/start-ingestion-job.md +++ b//cli/latest/reference/bedrock-agent/start-ingestion-job.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 for the data ingestion job. @@ -103 +103 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -`--description` (string) +`--client-token` (string) @@ -105 +105 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> A description of the data ingestion job. +> 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) . @@ -107 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -`--knowledge-base-id` (string) +`--description` (string) @@ -109 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The unique identifier of the knowledge base for the data ingestion job. +> A description of the data ingestion job. @@ -214,5 +214 @@ ingestionJob -> (structure) -> dataSourceId -> (string) -> ->> The unique identifier of the data source for the data ingestion job. -> -> description -> (string) +> knowledgeBaseId -> (string) @@ -220 +216 @@ ingestionJob -> (structure) ->> The description of the data ingestion job. +>> The unique identifier of the knowledge for the data ingestion job. @@ -222 +218 @@ ingestionJob -> (structure) -> failureReasons -> (list) +> dataSourceId -> (string) @@ -224,3 +220 @@ ingestionJob -> (structure) ->> A list of reasons that the data ingestion job failed. ->> ->> (string) +>> The unique identifier of the data source for the data ingestion job. @@ -232 +226 @@ ingestionJob -> (structure) -> knowledgeBaseId -> (string) +> description -> (string) @@ -234 +228 @@ ingestionJob -> (structure) ->> The unique identifier of the knowledge for the data ingestion job. +>> The description of the data ingestion job. @@ -236 +230 @@ ingestionJob -> (structure) -> startedAt -> (timestamp) +> status -> (string) @@ -238,3 +232 @@ ingestionJob -> (structure) ->> The time the data ingestion job started. ->> ->> If you stop a data ingestion job, the `startedAt` time is the time the job was started before the job was stopped. +>> The status of the data ingestion job. @@ -246 +238 @@ ingestionJob -> (structure) ->> numberOfDocumentsDeleted -> (long) +>> numberOfDocumentsScanned -> (long) @@ -248 +240 @@ ingestionJob -> (structure) ->>> The number of source documents that were deleted. +>>> The total number of source documents that were scanned. Includes new, updated, and unchanged documents. @@ -250 +242 @@ ingestionJob -> (structure) ->> numberOfDocumentsFailed -> (long) +>> numberOfMetadataDocumentsScanned -> (long) @@ -252 +244 @@ ingestionJob -> (structure) ->>> The number of source documents that failed to be ingested. +>>> The total number of metadata files that were scanned. Includes new, updated, and unchanged files. @@ -254 +246 @@ ingestionJob -> (structure) ->> numberOfDocumentsScanned -> (long) +>> numberOfNewDocumentsIndexed -> (long) @@ -256 +248,5 @@ ingestionJob -> (structure) ->>> The total number of source documents that were scanned. Includes new, updated, and unchanged documents. +>>> The number of new source documents in the data source that were successfully indexed. +>> +>> numberOfModifiedDocumentsIndexed -> (long) +>> +>>> The number of modified source documents in the data source that were successfully indexed. @@ -262,3 +258 @@ ingestionJob -> (structure) ->> numberOfMetadataDocumentsScanned -> (long) ->> ->>> The total number of metadata files that were scanned. Includes new, updated, and unchanged files. +>> numberOfDocumentsDeleted -> (long) @@ -266 +260 @@ ingestionJob -> (structure) ->> numberOfModifiedDocumentsIndexed -> (long) +>>> The number of source documents that were deleted. @@ -268 +262 @@ ingestionJob -> (structure) ->>> The number of modified source documents in the data source that were successfully indexed. +>> numberOfDocumentsFailed -> (long) @@ -270 +264,5 @@ ingestionJob -> (structure) ->> numberOfNewDocumentsIndexed -> (long) +>>> The number of source documents that failed to be ingested. +> +> failureReasons -> (list) +> +>> A list of reasons that the data ingestion job failed. @@ -272 +270 @@ ingestionJob -> (structure) ->>> The number of new source documents in the data source that were successfully indexed. +>> (string) @@ -274 +272 @@ ingestionJob -> (structure) -> status -> (string) +> startedAt -> (timestamp) @@ -276 +274,3 @@ ingestionJob -> (structure) ->> The status of the data ingestion job. +>> The time the data ingestion job started. +>> +>> If you stop a data ingestion job, the `startedAt` time is the time the job was started before the job was stopped. @@ -294 +294 @@ ingestionJob -> (structure) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »