Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.S3.Commands.GetObject
Documentation
Constructors
GetObject | |
Fields
|
Instances
SignQuery GetObject # | ServiceConfiguration: | ||||
Defined in Aws.S3.Commands.GetObject Associated Types
Methods signQuery :: GetObject -> ServiceConfiguration GetObject queryType -> SignatureData -> SignedQuery # | |||||
Show GetObject # | |||||
ResponseConsumer GetObject GetObjectResponse # | |||||
Defined in Aws.S3.Commands.GetObject Associated Types
Methods responseConsumer :: Request -> GetObject -> IORef (ResponseMetadata GetObjectResponse) -> HTTPResponseConsumer GetObjectResponse # | |||||
Transaction GetObject GetObjectResponse # | |||||
Defined in Aws.S3.Commands.GetObject | |||||
type ServiceConfiguration GetObject # | |||||
Defined in Aws.S3.Commands.GetObject |
data GetObjectResponse #
Constructors
GetObjectResponse | |
Fields
|
Instances
AsMemoryResponse GetObjectResponse # | |||||
Defined in Aws.S3.Commands.GetObject Associated Types
Methods loadToMemory :: GetObjectResponse -> ResourceT IO (MemoryResponse GetObjectResponse) # | |||||
ResponseConsumer GetObject GetObjectResponse # | |||||
Defined in Aws.S3.Commands.GetObject Associated Types
Methods responseConsumer :: Request -> GetObject -> IORef (ResponseMetadata GetObjectResponse) -> HTTPResponseConsumer GetObjectResponse # | |||||
Transaction GetObject GetObjectResponse # | |||||
Defined in Aws.S3.Commands.GetObject | |||||
type MemoryResponse GetObjectResponse # | |||||
Defined in Aws.S3.Commands.GetObject | |||||
type ResponseMetadata GetObjectResponse # | |||||
Defined in Aws.S3.Commands.GetObject |
data GetObjectMemoryResponse #
Constructors
GetObjectMemoryResponse ObjectMetadata (Response ByteString) |
Instances
Show GetObjectMemoryResponse # | |
Defined in Aws.S3.Commands.GetObject Methods showsPrec :: Int -> GetObjectMemoryResponse -> ShowS # show :: GetObjectMemoryResponse -> String # showList :: [GetObjectMemoryResponse] -> ShowS # |