AWS sagemaker: Update dual-stack workforce API documentation URLs
Summary
Fixed multiple malformed URLs in dual-stack workforce documentation by removing extra slashes.
Security assessment
The changes correct URL formatting errors without modifying security content or addressing threats.
Evidence
-You can enable a dual-stack workforce by using the [CreateWorkforce](https://docs.aws.amazon.com//sagemaker/latest/APIReference/API_CreateWorkforce.html) and [UpdateWorkforce](https://docs.aws.amazon.com//sagemaker/latest/APIReference/API_UpdateWorkforce.html) API operations. Creating a dual-stack workforce, updating an existing workforce to dual-stack, and changing a workforce from dual-stack back to IPv4 are not supported in AWS Management Console.
Diff
diff --git a/sagemaker/latest/dg/sms-workforce-management-private-api-dualstack.md b/sagemaker/latest/dg/sms-workforce-management-private-api-dualstack.md index 78e22b3c0..376d5d6e0 100644 --- a//sagemaker/latest/dg/sms-workforce-management-private-api-dualstack.md +++ b//sagemaker/latest/dg/sms-workforce-management-private-api-dualstack.md @@ -11 +11 @@ Create a dual-stack workforceUpdate a dual-stack workforce -You can enable a dual-stack workforce by using the [CreateWorkforce](https://docs.aws.amazon.com//sagemaker/latest/APIReference/API_CreateWorkforce.html) and [UpdateWorkforce](https://docs.aws.amazon.com//sagemaker/latest/APIReference/API_UpdateWorkforce.html) API operations. Creating a dual-stack workforce, updating an existing workforce to dual-stack, and changing a workforce from dual-stack back to IPv4 are not supported in AWS Management Console. +You can enable a dual-stack workforce by using the [CreateWorkforce](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkforce.html) and [UpdateWorkforce](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateWorkforce.html) API operations. Creating a dual-stack workforce, updating an existing workforce to dual-stack, and changing a workforce from dual-stack back to IPv4 are not supported in AWS Management Console. @@ -19 +19 @@ A workforce without a defined `IpAddressType` defaults to `IPv4`. -The process for creating a dual-stack workforce is similar to creating an IPv4-only workforce, with the exceptions noted below. For more information, see [CreateWorkforce](https://docs.aws.amazon.com//sagemaker/latest/APIReference/API_CreateWorkforce.html). +The process for creating a dual-stack workforce is similar to creating an IPv4-only workforce, with the exceptions noted below. For more information, see [CreateWorkforce](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkforce.html). @@ -27 +27 @@ The process for creating a dual-stack workforce is similar to creating an IPv4-o - * Your identity provider authentication endpoint supports dual-stack. For more information, see [Authentication flow](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/listener-authenticate-users.html#authentication-flow). + * Your identity provider authentication endpoint supports dual-stack. For more information, see [Authentication flow](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html#authentication-flow). @@ -55 +55 @@ For more information, see [create_workforce](https://boto3.amazonaws.com/v1/docu -When updating an existing workforce to be dual-stack, note the following. For more information, see [UpdateWorkforce](https://docs.aws.amazon.com//sagemaker/latest/APIReference/API_UpdateWorkforce.html) and [IPv6 support for your VPC](https://docs.aws.amazon.com//vpc/latest/userguide/vpc-migrate-ipv6.html). +When updating an existing workforce to be dual-stack, note the following. For more information, see [UpdateWorkforce](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateWorkforce.html) and [IPv6 support for your VPC](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html). @@ -63 +63 @@ When updating an existing workforce to be dual-stack, note the following. For mo - * Your identity provider authentication endpoint supports dual-stack. For more information, see [Authentication flow](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/listener-authenticate-users.html#authentication-flow). + * Your identity provider authentication endpoint supports dual-stack. For more information, see [Authentication flow](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html#authentication-flow).