AWS Security ChangesHomeSearch

AWS textract documentation change

Service: textract · 2026-05-28 · Documentation low

File: textract/latest/dg/async-analyzing-with-sqs.md

Summary

Updated relative API documentation links to absolute URLs pointing to the Textract API Reference

Security assessment

The changes only update hyperlinks from relative paths to full HTTPS URLs. There is no mention of security vulnerabilities, access controls, encryption, or authentication mechanisms. This is a routine documentation maintenance task.

Diff

diff --git a/textract/latest/dg/async-analyzing-with-sqs.md b/textract/latest/dg/async-analyzing-with-sqs.md
index fc2184bce..36e029c8f 100644
--- a//textract/latest/dg/async-analyzing-with-sqs.md
+++ b//textract/latest/dg/async-analyzing-with-sqs.md
@@ -15 +15 @@ You can choose the type of processing that you want the code to do: text detecti
-The processing results are returned in an array of [Block](./API_Block.html) objects, which differ depending on the type of processing you use.
+The processing results are returned in an array of [Block](https://docs.aws.amazon.com/textract/latest/APIReference/API_Block.html) objects, which differ depending on the type of processing you use.
@@ -27 +27 @@ To detect text in or analyze multipage documents, you do the following:
-     * [StartDocumentTextDetection](./API_StartDocumentTextDetection.html) for text detection tasks.
+     * [StartDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentTextDetection.html) for text detection tasks.
@@ -29 +29 @@ To detect text in or analyze multipage documents, you do the following:
-     * [StartDocumentAnalysis](./API_StartDocumentAnalysis.html) for text analysis tasks.
+     * [StartDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentAnalysis.html) for text analysis tasks.
@@ -31 +31 @@ To detect text in or analyze multipage documents, you do the following:
-     * [StartExpenseAnalysis](./API_StartExpenseAnalysis.html) for expense analysis tasks.
+     * [StartExpenseAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartExpenseAnalysis.html) for expense analysis tasks.
@@ -37 +37 @@ To detect text in or analyze multipage documents, you do the following:
-     * [GetDocumentTextDetection](./API_GetDocumentTextDetection.html) for text detection tasks.
+     * [GetDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetDocumentTextDetection.html) for text detection tasks.
@@ -39 +39 @@ To detect text in or analyze multipage documents, you do the following:
-     * [GetDocumentAnalysis](./API_GetDocumentAnalysis.html) for text analysis tasks.
+     * [GetDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetDocumentAnalysis.html) for text analysis tasks.
@@ -41 +41 @@ To detect text in or analyze multipage documents, you do the following:
-     * [GetExpenseAnalysis](./API_GetExpenseAnalysis.html) for expense analysis tasks.
+     * [GetExpenseAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetExpenseAnalysis.html) for expense analysis tasks.
@@ -72 +72 @@ For the AWS CLI example, do the following:
-     * When calling [StartDocumentTextDetection](./API_StartDocumentTextDetection.html), replace the value of `bucket-name` with the name of your S3 bucket, and replace `file-name` with the name of the file you specified in step 2. Specify the region of your bucket by replacing `region-name` with the name of your region. Take note that the CLI example does not make use of SQS. 
+     * When calling [StartDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentTextDetection.html), replace the value of `bucket-name` with the name of your S3 bucket, and replace `file-name` with the name of the file you specified in step 2. Specify the region of your bucket by replacing `region-name` with the name of your region. Take note that the CLI example does not make use of SQS. 
@@ -74 +74 @@ For the AWS CLI example, do the following:
-     * When calling [GetDocumentTextDetection](./API_GetDocumentTextDetection.html) replace `job-id-number` with the `job-id` returned by [StartDocumentTextDetection](./API_StartDocumentTextDetection.html). Specify the region of your bucket by replacing `region-name` with the name of your region.
+     * When calling [GetDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetDocumentTextDetection.html) replace `job-id-number` with the `job-id` returned by [StartDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentTextDetection.html). Specify the region of your bucket by replacing `region-name` with the name of your region.