AWS IAM: Fixed DeleteService CLI reference to ECS API
Summary
Changed DeleteService link from Service Discovery to correct ECS API endpoint.
Security assessment
Documentation accuracy improvement with no security relevance or CVE association.
Evidence
+ * [DeleteService](https://docs.aws.amazon.com/goto/aws-cli/ecs-2014-11-13/DeleteService)
Diff
diff --git a/IAM/latest/UserGuide/sts_example_ecs_ServiceConnect_085_section.md b/IAM/latest/UserGuide/sts_example_ecs_ServiceConnect_085_section.md index f08708567..23d66d173 100644 --- a//IAM/latest/UserGuide/sts_example_ecs_ServiceConnect_085_section.md +++ b//IAM/latest/UserGuide/sts_example_ecs_ServiceConnect_085_section.md @@ -667 +667 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - * [DeleteService](https://docs.aws.amazon.com/goto/aws-cli/servicediscovery-2017-03-14/DeleteService) + * [DeleteService](https://docs.aws.amazon.com/goto/aws-cli/ecs-2014-11-13/DeleteService)