AWS AmazonSimpleDB documentation change
Summary
Clarified that AWS provides SDK support for temporary credentials
Security assessment
Adds clarity about existing security feature but doesn't introduce new security documentation
Diff
diff --git a/AmazonSimpleDB/latest/DeveloperGuide/UsingTemporarySecurityCredentials_SDB.md b/AmazonSimpleDB/latest/DeveloperGuide/UsingTemporarySecurityCredentials_SDB.md index a0faf28f1..d528a93ba 100644 --- a//AmazonSimpleDB/latest/DeveloperGuide/UsingTemporarySecurityCredentials_SDB.md +++ b//AmazonSimpleDB/latest/DeveloperGuide/UsingTemporarySecurityCredentials_SDB.md @@ -32 +32 @@ The following example demonstrates the wire protocol for using temporary securit -provides support for temporary security credentials and session tokens in the AWS SDKs so you can implement temporary security credentials or session tokens with a specific programming language. Each SDK has its own instructions for implementing this feature. For a current list of AWS SDKs that support this feature, see [Ways to Access the AWS Security Token Service](http://docs.aws.amazon.com/IAM/latest/UserGuide/AccessingSTS.html). Non-AWS products and services should have their own documentation about supporting temporary credentials and session tokens, if available. +AWS provides support for temporary security credentials and session tokens in the AWS SDKs so you can implement temporary security credentials or session tokens with a specific programming language. Each SDK has its own instructions for implementing this feature. For a current list of AWS SDKs that support this feature, see [Ways to Access the AWS Security Token Service](http://docs.aws.amazon.com/IAM/latest/UserGuide/AccessingSTS.html). Non-AWS products and services should have their own documentation about supporting temporary credentials and session tokens, if available.