AWS IAM: Update AWS documentation page link
Summary
Fixed the URL for the main AWS documentation page by removing an erroneous prefix.
Security assessment
The change corrects a broken link but does not impact security guidance or address vulnerabilities.
Evidence
+For details about how to call `AssumeRole`, `GetFederationToken`, and other API operations, see the [AWS Security Token Service API Reference](https://docs.aws.amazon.com/STS/latest/APIReference/). For information on getting the temporary security credentials and session token from the result, see the documentation for the SDK that you're working with. You can find the documentation for all the AWS SDKs on the main [AWS documentation page](http://aws.amazon.com/documentation), in the **SDKs and Toolkits** section.
Diff
diff --git a/IAM/latest/UserGuide/id_credentials_temp_use-resources.md b/IAM/latest/UserGuide/id_credentials_temp_use-resources.md index c5ac50109..525a93a80 100644 --- a//IAM/latest/UserGuide/id_credentials_temp_use-resources.md +++ b//IAM/latest/UserGuide/id_credentials_temp_use-resources.md @@ -74 +74 @@ For an example written in Python (using the [AWS SDK for Python (Boto)](https:// -For details about how to call `AssumeRole`, `GetFederationToken`, and other API operations, see the [AWS Security Token Service API Reference](https://docs.aws.amazon.com/STS/latest/APIReference/). For information on getting the temporary security credentials and session token from the result, see the documentation for the SDK that you're working with. You can find the documentation for all the AWS SDKs on the main [AWS documentation page](https://docs.aws.amazon.com/http://aws.amazon.com/documentation), in the **SDKs and Toolkits** section. +For details about how to call `AssumeRole`, `GetFederationToken`, and other API operations, see the [AWS Security Token Service API Reference](https://docs.aws.amazon.com/STS/latest/APIReference/). For information on getting the temporary security credentials and session token from the result, see the documentation for the SDK that you're working with. You can find the documentation for all the AWS SDKs on the main [AWS documentation page](http://aws.amazon.com/documentation), in the **SDKs and Toolkits** section.