AWS securityhub: Correct multiple API documentation URLs
Summary
Fixed extra slashes in URLs for BatchEnableStandards, DescribeStandards, and GetEnabledStandards API references.
Security assessment
Changes are limited to URL formatting corrections without impacting security content or practices.
Evidence
+To enable a standard programmatically in a single account and Region, use the [BatchEnableStandards](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchEnableStandards.html) operation. Or, if you're using the AWS Command Line Interface (AWS CLI), run the [batch-enable-standards](https://docs.aws.amazon.com/cli/latest/reference/securityhub/batch-enable-standards.html) command.
Diff
diff --git a/securityhub/latest/userguide/enable-standards.md b/securityhub/latest/userguide/enable-standards.md index 17100b870..d6a5eba96 100644 --- a//securityhub/latest/userguide/enable-standards.md +++ b//securityhub/latest/userguide/enable-standards.md @@ -75 +75 @@ Security Hub CSPM API -To enable a standard programmatically in a single account and Region, use the [BatchEnableStandards](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_BatchEnableStandards.html) operation. Or, if you're using the AWS Command Line Interface (AWS CLI), run the [batch-enable-standards](https://docs.aws.amazon.com/cli/latest/reference/securityhub/batch-enable-standards.html) command. +To enable a standard programmatically in a single account and Region, use the [BatchEnableStandards](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchEnableStandards.html) operation. Or, if you're using the AWS Command Line Interface (AWS CLI), run the [batch-enable-standards](https://docs.aws.amazon.com/cli/latest/reference/securityhub/batch-enable-standards.html) command. @@ -88 +88 @@ To obtain the ARN for a standard, use the [DescribeStandards](https://docs.aws.a -To first review a list of standards that are currently enabled in your account, you can use the [GetEnabledStandards](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_GetEnabledStandards.html) operation. If you're using the AWS CLI, you can run the [get-enabled-standards](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-enabled-standards.html) command to retrieve this list. +To first review a list of standards that are currently enabled in your account, you can use the [GetEnabledStandards](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetEnabledStandards.html) operation. If you're using the AWS CLI, you can run the [get-enabled-standards](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-enabled-standards.html) command to retrieve this list.