aws-0.15.1: Amazon Web Services (AWS) for Haskell
Aws.S3.Commands.GetBucketLocation
data GetBucketLocation Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> GetBucketLocation -> ShowS #
show :: GetBucketLocation -> String #
showList :: [GetBucketLocation] -> ShowS #
Associated Types
type ServiceConfiguration GetBucketLocation :: * -> * Source #
signQuery :: GetBucketLocation -> ServiceConfiguration GetBucketLocation queryType -> SignatureData -> SignedQuery Source #
getBucketLocation :: Bucket -> GetBucketLocation Source #
data GetBucketLocationResponse Source #
showsPrec :: Int -> GetBucketLocationResponse -> ShowS #
show :: GetBucketLocationResponse -> String #
showList :: [GetBucketLocationResponse] -> ShowS #
type MemoryResponse GetBucketLocationResponse :: * Source #
loadToMemory :: GetBucketLocationResponse -> ResourceT IO (MemoryResponse GetBucketLocationResponse) Source #
type ResponseMetadata GetBucketLocationResponse :: * Source #
responseConsumer :: Request -> r -> IORef (ResponseMetadata GetBucketLocationResponse) -> HTTPResponseConsumer GetBucketLocationResponse Source #