User guide

AWS SDK for .NET Framework 4.5
The version of the SDK for .NET compiled against .NET Framework 4.5 supports the same set of services
as version 1 of SDK for .NET. However, it uses a different pattern for asynchronous calls. Instead of the
Begin/End pattern it uses the task-based pattern, which allows developers to use the new async and
await keywords introduced in C# 5.0.
AWS SDK for Windows RT
The version of the SDK for .NET compiled for Windows RT supports only asynchronous method calls
using async and await.
This version does not provide all of the functionality for Amazon S3 and DynamoDB that was available
in version 1 of the SDK.The following Amazon S3 functionality is currently unavailable in the Windows
RT version of SDK.
Transfer Utility
IO Namespace
The Windows RT version of the SDK does not support decryption of the Windows password using the
GetDecryptedPassword method.
AWS SDK for Windows Phone 8
The version of the SDK for .NET compiled for Windows Phone 8 has a programming model similar to
Windows RT. As with the Windows RT version, it supports only asynchronous method calls using async
and await. Also, because Windows Phone 8 doesn't natively support System.Net.Http.HttpClient,
the SDK depends on Microsoft's portable class implementation of HttpClient, which is hosted on nuget
at the following URL:
http://nuget.org/packages/Microsoft.Net.Http/2.1.10
This version of the SDK for .NET supports only the following services.This is the same set of services
as those supported in the AWS SDK for Android and the AWS SDK for iOS.
Amazon EC2
Elastic Load Balancing
Auto Scaling
Amazon S3
Amazon SNS
Amazon SQS
Amazon SES
DynamoDB
Amazon SimpleDB
CloudWatch
AWS STS
This version does not provide all of the functionality for Amazon S3 and DynamoDB available in version
1 of the SDK. The following Amazon S3 functionality is currently unavailable in the Windows Phone 8
version of SDK.
Transfer Utility
Version v2.0.0
38
AWS SDK for .NET Developer Guide
AWS SDK for .NET Framework 4.5