 |
Arn |
Utility class to parse Amazon resource names more commonly known as an ARN. |
 |
AWSConfigs |
Configuration options that apply to the entire SDK. These settings can be configured through app.config or web.config. Below is a full sample configuration that illustrates all the possible options. |
 |
AWSConfigsDynamoDB |
Configurations for accessing DynamoDB |
 |
AWSConfigsS3 |
Configuration for the S3 section of AWS configuration. Changes to some settings may not take effect until a new client is constructed. Example section: |
 |
Profile |
Represents a profile in the configuration file. For example in ~/.aws/config [profile foo] name = value Profile profile = new Profile("foo"); When this is set on the ClientConfig and that config is passed to the service client constructor the sdk will try to find the credentials associated with the Profile.Name property If set, this will override AWS_PROFILE and AWSConfigs.ProfileName. |
 |
RegionEndpoint |
This class contains region information used to lazily compute the service endpoints. The static constants representing the regions can be used while constructing the AWS client instead of looking up the exact endpoint URL. |
 |
RegionEndpoint.Endpoint |
This class defines an endpoints hostname and which protocols it supports. |
 |
SerializableConfigurationElement |
Configuration element that serializes properly when used with collections |
 |
WritableConfigurationElement |
ConfigurationElement class which returns false for IsReadOnly |
 |
WritableConfigurationElementCollection<> |
Easy-to-use generic collection |