Types
| All Types | Classes | Enumerations | Delegates |
| Name | Description | |
|---|---|---|
| AmazonServiceException |
A base exception for some Amazon Web Services.
Most exceptions thrown to client code will be service-specific exceptions, though some services may throw this exception if there is a problem which is caught in the core client code. | |
| AmazonUnmarshallingException |
This exception is thrown when there is a parse error on the response back from AWS.
| |
| AmazonWebServiceClient |
A base class for service clients that handles making the actual requests
and possibly retries if needed.
| |
| AmazonWebServiceRequest |
Base class for request used by some of the services.
| |
| AmazonWebServiceResponse |
Abstract class for Response objects, contains only metadata,
and no result information.
| |
| AmazonWebServiceClient..::..AsyncResult | ||
| AWSCredentials |
Abstract class that represents a credentials object for AWS services.
| |
| BasicAWSCredentials |
Basic set of credentials consisting of an AccessKey and SecretKey
| |
| ClientConfig |
This class is the base class of all the configurations settings to connect
to a service.
| |
| RefreshingAWSCredentials..::..CredentialsRefreshState |
Refresh state container consisting of credentials
and the date of the their expiration
| |
| EnvironmentAWSCredentials |
Credentials that are retrieved from ConfigurationManager.AppSettings
| |
| ErrorType |
Which end of a request was responsible for a service error response.
| |
| ImmutableCredentials |
Immutable representation of AWS credentials.
| |
| RefreshingAWSCredentials |
Abstract class for automatically refreshing AWS credentials
| |
| RefreshingSessionAWSCredentials |
Session credentials retrieved and automatically refreshed from
an instance of the AmazonSecurityTokenService
| |
| RequestEventArgs | ||
| RequestEventHandler | ||
| ResponseMetadata |
Information about the request.
| |
| S3RequestEventArgs | ||
| SessionAWSCredentials |
Session credentials consisting of AccessKey, SecretKey and Token
| |
| SignatureException |
This exception is thrown if there are problems signing the request.
| |
| SigningAlgorithm |
The valid hashing algorithm supported by the sdk for request signing.
| |
| WebServiceRequestEventArgs |