Aws

Logging

data LogLevel

type Logger

defaultLog

Configuration

data Configuration

baseConfiguration

dbgConfiguration

Transaction runners

Safe runners

aws

awsRef

pureAws

simpleAws

Unsafe runners

unsafeAws

unsafeAwsRef

URI runners

awsUri

Iterated runners

awsIteratedSource

awsIteratedList

Response

Full HTTP response

type HTTPResponseConsumer a

Metadata in responses

data Response m a

readResponse

readResponseIO

Memory responses

class AsMemoryResponse resp

Exception types

data XmlException

data HeaderException

data FormException

Query

Service configuration

class DefaultServiceConfiguration config

data NormalQuery

data UriOnlyQuery

Expiration

data TimeInfo

Transactions

class Transaction r a

class IteratedTransaction r a

Credentials

data Credentials

makeCredentials

credentialsDefaultFile

credentialsDefaultKey

loadCredentialsFromFile

loadCredentialsFromEnv

loadCredentialsFromInstanceMetadata

loadCredentialsFromEnvOrFile

loadCredentialsFromEnvOrFileOrInstanceMetadata

loadCredentialsDefault