Safe Haskell | Safe-Infered |
---|
Aws.Aws
Documentation
data Configuration Source
Constructors
Configuration | |
Fields
|
class ConfigurationFetch a whereSource
Methods
aws :: (Transaction r a, ConfigurationFetch (Info r)) => Configuration -> Manager -> r -> IO (Response (ResponseMetadata a) a)Source
awsRef :: (Transaction r a, ConfigurationFetch (Info r)) => Configuration -> Manager -> IORef (ResponseMetadata a) -> r -> IO aSource
simpleAws :: (Transaction r a, ConfigurationFetch (Info r)) => Configuration -> r -> IO (Response (ResponseMetadata a) a)Source
simpleAwsRef :: (Transaction r a, ConfigurationFetch (Info r)) => Configuration -> IORef (ResponseMetadata a) -> r -> IO aSource
unsafeAws :: (ResponseConsumer r a, Monoid (ResponseMetadata a), SignQuery r, ConfigurationFetch (Info r)) => Configuration -> Manager -> r -> IO (Response (ResponseMetadata a) a)Source
unsafeAwsRef :: (ResponseConsumer r a, Monoid (ResponseMetadata a), SignQuery r, ConfigurationFetch (Info r)) => Configuration -> Manager -> IORef (ResponseMetadata a) -> r -> IO aSource
awsUri :: (SignQuery request, ConfigurationFetch (Info request)) => Configuration -> request -> IO ByteStringSource