AWS cli documentation change
Summary
Updated AWS CLI version from 2.27.42 to 2.27.45, fixed command name reference from StartTextDetection to StartDocumentTextDetection, and expanded supported file format documentation
Security assessment
Changes are version updates and documentation corrections without any security context. The file format clarification expands feature support but doesn't introduce security controls.
Diff
diff --git a/cli/latest/reference/textract/start-document-text-detection.md b/cli/latest/reference/textract/start-document-text-detection.md index 081aeb95b..f71734b46 100644 --- a//cli/latest/reference/textract/start-document-text-detection.md +++ b//cli/latest/reference/textract/start-document-text-detection.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -64 +64 @@ Starts the asynchronous detection of text in a document. Amazon Textract can det -> `StartTextDetection` returns a job identifier (`JobId` ) that you use to get the results of the operation. When text detection is finished, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that you specify in `NotificationChannel` . To get the results of the text detection operation, first check that the status value published to the Amazon SNS topic is `SUCCEEDED` . If so, call GetDocumentTextDetection , and pass the job identifier (`JobId` ) from the initial call to `StartDocumentTextDetection` . +> `StartDocumentTextDetection` returns a job identifier (`JobId` ) that you use to get the results of the operation. When text detection is finished, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that you specify in `NotificationChannel` . To get the results of the text detection operation, first check that the status value published to the Amazon SNS topic is `SUCCEEDED` . If so, call GetDocumentTextDetection , and pass the job identifier (`JobId` ) from the initial call to `StartDocumentTextDetection` . @@ -118 +118 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/textra ->>> The file name of the input document. Synchronous operations can use image files that are in JPEG or PNG format. Asynchronous operations also support PDF and TIFF format files. +>>> The file name of the input document. Image files may be in PDF, TIFF, JPEG, or PNG format. @@ -360 +360 @@ JobId -> (string) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »