Interface IAmazonService
All Amazon service interfaces like IAmazonS3 extend from this interface. This allows all the Amazon service interfaces be identified by this base interface and helps with generic constraints.
public interface IAmazonService
Properties
Config
A readonly view of the configuration for the service client.
IClientConfig Config { get; }