 Declaration Syntax
 Declaration Syntax| C# | 
namespace Amazon.Runtime
 Types
 Types| All Types | Classes | Enumerations | Delegates | 
| Icon | Type | Description | 
|---|---|---|
|  | AmazonClientException | 
            Exception thrown by the SDK for errors that occur within the SDK.
             | 
|  | 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.
             | 
|  | AnonymousAWSCredentials | 
            Anonymous credentials.
            Using these credentials, the client does not sign the request.
             | 
|  | 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.
             | 
|  | ExceptionEventArgs | |
|  | ExceptionEventHandler | |
|  | HeadersRequestEventArgs | |
|  | ImmutableCredentials | 
            Immutable representation of AWS credentials.
             | 
|  | InstanceProfileAWSCredentials | 
            Credentials that are retrieved from the Instance Profile service on an EC2 instance
             | 
|  | NetworkProtocol | 
            An enumeration of network protocols supported by the SDK.
             | 
|  | RefreshingAWSCredentials | 
            Abstract class for automatically refreshing AWS credentials
             | 
|  | RefreshingSessionAWSCredentials | 
            Session credentials retrieved and automatically refreshed from
            an instance of the AmazonSecurityTokenService
             | 
|  | RequestEventArgs | |
|  | RequestEventHandler | |
|  | ResponseEventArgs | |
|  | ResponseEventHandler | |
|  | 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.
             | 
|  | StreamTransferProgressArgs | |
|  | WebServiceExceptionEventArgs | |
|  | WebServiceRequestEventArgs | |
|  | WebServiceResponseEventArgs |