AWS securityhub documentation change
Summary
Updated AWS CLI command links for delete-insight and get-insights to latest URLs
Security assessment
Documentation link corrections without security relevance.
Diff
diff --git a/securityhub/latest/userguide/securityhub-custom-insight-delete-console.md b/securityhub/latest/userguide/securityhub-custom-insight-delete-console.md index 6af062cf7..f97ad92ff 100644 --- a//securityhub/latest/userguide/securityhub-custom-insight-delete-console.md +++ b//securityhub/latest/userguide/securityhub-custom-insight-delete-console.md @@ -34 +34 @@ Security Hub API - 1. Use the [`DeleteInsight`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DeleteInsight.html) operation of the Security Hub API. If you use the AWS CLI run the [delete-insight](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/delete-insight.html) command. + 1. Use the [`DeleteInsight`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DeleteInsight.html) operation of the Security Hub API. If you use the AWS CLI run the [delete-insight](https://docs.aws.amazon.com/cli/latest/reference/securityhub/delete-insight.html) command. @@ -36 +36 @@ Security Hub API - 2. To identify the custom insight to delete, provide the insight's ARN. To get the ARN of a custom insight, use the [`GetInsights`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetInsights.html) operation or [get-insights](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/get-insights.html) command. + 2. To identify the custom insight to delete, provide the insight's ARN. To get the ARN of a custom insight, use the [`GetInsights`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetInsights.html) operation or [get-insights](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-insights.html) command.