AWS Security ChangesHomeSearch

AWS securityhub: Correct DescribeProducts URL double slash

Service: securityhub · 2026-08-19 · Documentation low

File: securityhub/latest/userguide/securityhub-integrations-view-filter.md

Summary

Fixed the DescribeProducts operation URL by removing an extra double slash.

Security assessment

The change addresses a typo in a URL without introducing security content.

Evidence

+To get a list of integrations, use the [DescribeProducts](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeProducts.html) operation. If you're using the AWS CLI, run the [describe-products](https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-products.html) command.

Diff

diff --git a/securityhub/latest/userguide/securityhub-integrations-view-filter.md b/securityhub/latest/userguide/securityhub-integrations-view-filter.md
index 71e33b513..3a48b9348 100644
--- a//securityhub/latest/userguide/securityhub-integrations-view-filter.md
+++ b//securityhub/latest/userguide/securityhub-integrations-view-filter.md
@@ -60 +60 @@ Security Hub CSPM API
-To get a list of integrations, use the [DescribeProducts](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_DescribeProducts.html) operation. If you're using the AWS CLI, run the [describe-products](https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-products.html) command.
+To get a list of integrations, use the [DescribeProducts](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeProducts.html) operation. If you're using the AWS CLI, run the [describe-products](https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-products.html) command.